@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Gill Sans std', 'Gill Sans MT', Calibri, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f1f1f1;
	color: #666666;
}

.clear {clear: both;}
textarea:focus, input:focus{outline: none;}

/*ROUNDED CORNERS AND DROP SHADOW */
.rounded-corners {background-color: #fff; border: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;}
.shadow {-moz-box-shadow:0px 3px 10px 3px rgba(0, 0, 0, 0.25); -webkit-box-shadow:0px 3px 10px 3px rgba(0, 0, 0, 0.25); box-shadow:0px 3px 10px 3px rgba(0, 0, 0, 0.25); 	/* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')"; 	
/* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000');}

/*--FOOTER--*/
#footer {background: url(../images/bg_footer.png) repeat-x; min-height: 100px;}
#copyright {float: left; width: 275px; text-align: right; color: #a4a4a4; font-size: 11px;}
#testimonial {float: left; width: 420px; padding: 0px 40px; text-align: right;}
#quote {font-size: 18px; line-height: 20px;}
#credit {font-size: 12px;}
#links-footer {border-left: 1px solid #cccccc; float: right; font-size: 11px; text-align: right; color: #999999; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; width: 180px;}
#links-footer a {text-decoration: none; color: #999999;}
#links-footer a:hover {color: #528DB2;}
/*--FOOTER--*/

/*--DATATABLE--*/
#dataTable td {border-bottom: 1px solid #ccc;}
#dataTable td.nb {border-bottom: none;}

/*GLOBAL SIGNUP BUTTON ****************************/
div.clearbutton {clear:both; height:0; font-size: 1px; line-height: 1px;}
a.GlobalSignupButton span {background: transparent url('../images/bg_button_signup_left.png') no-repeat 0 0; display: block; height: 25px; line-height: 25px; padding-left: 20px; color: #fff;} 								
a.GlobalSignupButton {background: transparent url('../images/bg_button_signup_right.png') no-repeat top right; display: block; float: left; height: 25px; padding-right: 20px; text-decoration: none; font-size:14px; color: #fff;}
a.GlobalSignupButton:hover span {background-position: 0 -25px; color: #fff;}
a.GlobalSignupButton:hover {background-position: right -25px;}