@charset "utf-8";
/* CSS Document */

/* general */
a {
	color:#6d6e71;
	text-decoration:underline;
}

a.blue {
	color:#00aced;
	font-weight:bold;
	text-decoration:underline;
}

a.green {
	color:#68B653;
	font-weight:bold;
	text-decoration:underline;
}

a.yellow {
	color:#fcb849;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.white{

	color:#FFF;
	text-decoration:underline;
}

a.white:hover{

	color:#FFF;
	text-decoration:none;
}

body{
	
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
}

p{
	margin:0;
	padding:0;
	padding-bottom:18px;
}

h1{
	
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
	padding-top:5px;
	padding-bottom:25px;
	color:#222222;
	

	

}

h2{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	margin:0;
	padding-bottom:9px;
	font-variant:small-caps;


}

h4{
	
	padding:0;
	margin:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;



}

.green{

	color:#68B653;
	font-weight:bold;
}

.blue{

	color:#00aced;
	font-weight:bold;
}

.yes{
 	
	font-weight:bold;
	color:#68B653;

}

.no{

	font-weight:bold;
	color:#FF3300;
}

input,select {
	
	width:150px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	background:#FFF;
	border-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6e71;
	padding:3px;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;

		
}

textarea {
	width:150px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	background:#FFF;
	border-width:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6e71;
	padding:3px;
		-moz-border-radius: 4px;
-webkit-border-radius: 4px;

}

input.radiocheck{

	width:15px;
	padding:0;
	border-style:none;
	background-color:#FFF;
	
}

input#trainer-button{

	width:158px;	
	background:#00adee;
	color:#FFF;
	cursor:pointer;
}


input:hover#trainer-button {

	background:#0086ca;
	
}

input#admin-button{

	width:158px;	
	background:#fba63b;
	color:#FFF;
	cursor:pointer;
}

input:hover#admin-button {

	background:#fec959;
	
}

input#client-button{

	width:158px;	
	background:#868686;
	color:#FFF;
	cursor:pointer;
}

input:hover#client-button {

	background:#626262;
	
}


input#search-button{
	
	width:75px;
	
	background:#71dc5a;
	color:#FFF;
	cursor:pointer;
}



input:hover#search-button{

	background:#69b657;

}

input#continue{
	
	width:75px;
	
	background:#71dc5a;
	color:#FFF;
	cursor:pointer;
}

input:hover#continue{

	background:#69b657;

}

input#search-box-input{
	
	width:205px;
	background:#FFFFFF;

}

input#search-box-button{
	
	margin: 5px 0px 0px 0px;
	width:75px;
	border-color:#63a455;
	background:#eeeeee;
	color:#63a455;
	cursor:pointer;
}


input:hover#search-box-button{

	background:#FFF;

}

#advert{

	text-align:center;


}

#footer{

	font-size:10px;
	text-align:center;
	padding-top:44px;
	

}

.error {
	font-weight: bold;
	color: #C00
	
}



