@charset "utf-8";


@import url("margins.css"); 		/*Margins*/

@import url("forms.css"); 			/*Form Elements*/

@import url("header.css"); 			/*Header*/

@import url("navigation.css"); 	/*Navigation & Login Panel*/

@import url("content.css"); 		/*Content Area*/

@import url("footer.css"); 			/*Footer gggggg*/

*{	
	margin:0px;	
	padding:0px;
	outline:none
}

img{border:0;}

html{background:#e3e3e3 url(../../images/main_bg.gif) repeat-x left top;}

body {font-family:Arial, Helvetica, sans-serif;}

/*Common Styles*/
#mainContainer{
	padding-bottom:30px;
	height:auto;
	width:960px;
	margin:5px auto;
}

.inline{display:inline !important;}
.hide{display:none}
.vCenter{_padding:3px 0;}

.clear-float{
	clear:both;
	overflow:hidden;
	font-size:1%;
	height:0px;
}

fieldset.hidden{border:none;}
fieldset.hidden legend{display:none;}

.more{
	float:right;
	font-size:11px;
	color:#20749f;
	text-decoration:none;
}
.more:hover{
	text-decoration:underline;
	color:#FF6600;
}

.float-left{float:left !important;}
.float-right{float:right !important;}


.grd-Green-box{background:#94d756 url(../../images/grd_green_bg.gif) repeat-x left bottom;}
.grd-Green-box .top-left{background:url(../../images/grd_green_lt.gif) no-repeat left top;}
.grd-Green-box .top-right{background:url(../../images/grd_green_rt.gif) no-repeat right top;}
.grd-Green-box .bot-left{background:url(../../images/grd_green_lb.gif) no-repeat left bottom;}
.grd-Green-box .bot-right{background:url(../../images/grd_green_rb.gif) no-repeat right bottom;}


.font-size-12px{font-size:12px !important;}
.font-size-11px{font-size:11px !important;}