/* Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	line-height: 120%;
}
h1 {
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-size: large;
	font-weight: bold;
}
img {
    border: 0;
}
a:link {
	color: #61EC1D;
	text-decoration: underline;
}
a:visited {
	color: #61EC1D;
	text-decoration: underline;
}
a:hover {
	color: #99FD39;
	text-decoration: underline;
}
a:active {
	color: #61EC1D;
	text-decoration: underline;
}

th {
	text-align: left;
}
input {
	display: block;
	margin-bottom: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
label {
	text-align: right;
	display: block;
	float: left;
	width: 150px;
	padding-right: 10px;
	font-size: 90%;
}

/* Main divs */
#container {
	padding: 0px;
	width: 898px;
	margin-left: -415px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-repeat: repeat;
	background-position: left top;
	z-index: 2;
	background-image: url(../assets/images/design/bg.jpg);
}
#text {
	padding: 365px 0px 0px;
	width: 430px;
	margin-left: 160px;
	position: relative;
}
#logo {
	display: inline;
	float: left;
	padding: 0px;
	margin-left: -449px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: -1px;
}
#horse {
	float: right;
	padding: 0px;
	margin-left: -14px;
	z-index: 0;
	position: absolute;
	left: 50%;
	top: 0px;
}
#words {
	padding: 0px;
	margin-left: 137px;
	position: absolute;
	left: 50%;
	top: 238px;
	z-index: 3;
}
#leftnav {
	position: absolute;
	top: 368px;
}
#invitation {
	position: absolute;
	padding: 0px;
	margin-left: 161px;
	left: 50%;
	top: 480px;
}
#footer {
	font-size: 75%;
	text-align: center;
}
#acceptbox {
	background-color: #60A179;
	border: 1px solid #2A7145;
	width: 100%;
	padding: 10px;
}
#tips {
	color: #FFCC00;
	background-color: #000000;
	margin-left: -160px;
	position: relative;
	padding: 10px;
	width: 780px;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	overflow: hidden;
}
#textbox {
	position: relative;
	left: 640px;
	height: 20px;
	width: 5000px;
}
#widetext {
	width: 700px;
	margin-left: 50px;
	position: relative;
	padding-top: 365px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Tooltips */

.tooltip {
	display: inline;
}
.tooltip a span {
    display: none;
 } 
.tooltip a:hover {
    background-color: #FFFFFF;
}
/* The above hover change defeats the
  IE/Win display changing bug */
.tooltip a {
    position: relative;
	cursor: help;
} 
.tooltip a:hover span {
	position: absolute;
	top: -10px;
	left: 30px;
	display: block;
	background: #FFFFDD;
	color: #333333;
	text-decoration: none;
	z-index: 30;
	font-size: x-small;
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 200px;
} 
  
/* Classes */

.biogphoto {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
  
.msg_ok {
	font-weight: bold;
	color: #000000;
	padding: 6px 6px 6px 30px;
	background-color: #61EC1D;
	background-image: url(../assets/images/manager/okbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.msg_warning {
	font-weight: bold;
	color: #000000;
	padding: 6px 6px 6px 30px;
	background-color: #FFFFE0;
	background-image: url(../assets/images/manager/warningbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.msg_critical {
	font-weight: bold;
	color: #000000;
	padding: 6px 6px 6px 30px;
	background-color: #FFD0D0;
	background-image: url(../assets/images/manager/criticalbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.list {
	margin-top: 10px;
	border: 1px solid #2A7145;
}
.lightgreen {
	background-color: #509169;
}
.green {
	background-color: #2A7145;
}
.right {
    text-align: right;
}
.list td,th {
    font-size: 90%;
}
.smallformtext {
    font-size: 70%;
}
.mediumformtext {
    font-size: 90%;
}
.formquestion {
	font-size: 90%;
	padding: 0px;
	margin-left: 160px;
}
.centredtext {
	text-align: center;
}
.greenbox {
	background-color: #60A179;
	border: 1px solid #2A7145;
	width: 100%;
	padding: 10px;
}
.boldyellowtext {
	font-weight: bold;
	color: #FFFF66;
}
