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

html, body {
min-height: 99%;
height: auto !important;
height: 99%;
background:#999;
margin-top:1px;
}
a{ color:#0000FF;  text-decoration:none; }
a:visited{ color:#0000FF; text-decoration:none; }
a:hover{ color:#0000FF; text-decoration:underline;}


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

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	white-space:nowrap;
}

th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	white-space:nowrap;			
}
button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt; 
	color:#ffffff; 
	background-color:#5c5c5c; 
	border-color:#ffffff;
	border-style: solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
	cursor:pointer;
}

.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt; 
	color:#ffffff; 
	background-color:#666666; 
	border-color:#ffffff;
	border-style: solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
	cursor: pointer;
}

.SmallText {
	font-size:7pt;
} 

.RequiredStar {
	color:#CC0000;
	font-size:12pt;
	font-weight:bolder;
} 

.Priority {color: #CC0000}

.tblRowMOver{background-color:#BAC5F5; cursor:pointer;}
.tblRow1{background-color:#e8e8e8;}
.tblRow2{background-color:#F9F9F9;}
.tblBoarder{	border: 1px solid #999999;
				padding: 2px;
				background-color:#FFFFFF;
}

.alert {
	background: #FFF6BF url('/images/icons/exclamation.png')no-repeat 15px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin:  10px auto;
	padding: 5px 20px;
	padding-left: 40px;
}

.successAlert {
	background: #A8FFA8 url('/images/icons/accept.png')no-repeat 15px;
	border-top: 2px solid #339900;
	border-bottom: 2px solid #339900;
	text-align: center;
	margin:  10px auto;
	padding: 5px 20px;
	padding-left: 40px;
}

.ErrorFieldColor{ background-color:#FF9999;}


.LoginBoxTxt{
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bolder;
}

.LoginBox {
border:2px solid #97B5D9;
background-color:#052064;
} 

.imgFeature {
	border: 1px solid #000000;
	padding: 1px;
	margin:0px 3px;
}

#Login {
	position:absolute;
	top: 45%;
	left: 50%;
	width:300px;
	height:auto;
	margin-top: -120px; /*set to a negative number 1/2 of your height*/
	margin-left: -150px; /*set to a negative number 1/2 of your width*/
	background-color:#eeeeee;
	padding:8px 4px 4px 4px;
	border:1px solid;
} 

#Menu{
  style="padding:0px; padding-top:5px;" 
}

#pageTop {
	background-color:#FFFFFF;
/*	position:absolute;	*/
	top: 0;
/*	margin:2px;*/
	margin-bottom:2px;
	margin-top:3px;
/*
	left:50%;
	margin-left:-450px;
*/
	width:900px;
	height:99% !important;
	z-index:1;
	border:1px solid #333333;
	text-align:center;
	overflow:auto;
	padding:2px;
 } 


#MainTable {
	width:100%;
	height:99%;
	border:0px;
	padding:0px;
	border-spacing:0px;
} 


#AjaxFetch{
min-height: 385px;
HEIGHT: 99% !important;
/*	
	margin-left: -49.5%; /*set to a negative number 1/2 of your width*/
	/*left: 50%;*/
	POSITION: relative;
	WIDTH: inherit!important;
	max-width:900px;
	overflow:auto;
	padding: 2px;
	background-color:#FFFFFF;

	border: 1px solid #999999;
	
	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
}
#AjaxNoBorderFetch{
min-height: 385px;
HEIGHT: 99% !important;
/*	
	margin-left: -49.5%; /*set to a negative number 1/2 of your width*/
	/*left: 50%;*/
	overflow:inherit;
	POSITION: relative;
	WIDTH: inherit!important;
	max-width:900px;
	padding: 2px;
	background-color:#FFFFFF;
}




#PageScroll {
min-height: 100%;
/*	margin-left: -49.5%; /*set to a negative number 1/2 of your width*/
	/*left: 50%;*/
	POSITION: relative;
	font-size:12px;
	WIDTH: inherit!important;
	overflow:auto;
	padding: 2px;
	background-color:#FFFFFF;
	white-space: normal;
	text-align: left;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	
	

} 

#Footer {
/*	position:absolute;
	bottom:0;
	z-index:2;
	left: 50%;
	width:400px; */
/*	margin-left: -200px; /*set to a negative number 1/2 of your width*/
/*	margin-bottom: 2px; /*set to a negative number 1/2 of your height*/
	background-color:#0072BD;
	color:#A8A9AD;
	font-size:7pt;
	text-align: center;
} 

.tblRowMOver{background-color:#BAC5F5; cursor:pointer;}
.tblRow1{background-color:#e8e8e8;}
.tblRow2{background-color:#F9F9F9;}
.tblBoarder{	border: 1px solid #999999;
				padding: 2px;
				background-color:#FFFFFF;
}

.product_box {
	border: 1px solid #666666;
	padding:3px;
	padding-bottom:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px;
	/*border-bottom: none;*/

}



.top_button {
	border: 1px solid #666666;
	background-image:url(../images/nav/top_but_bg.png);
	padding:3px;
	padding-bottom:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	
	-webkit-box-shadow: 0 0 8px 0px #666;  
	-moz-box-shadow: 0 0 8px 0px #666; 
	box-shadow: 0 0 8px 0px #666; 
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px;
	/*border-bottom: none;*/

}

.top_button_selected{
	background-color:#FFFFFF; 
	border-bottom: none;
	background-image:none;
}
.top_button_selected a{
	text-decoration:none;
	color:#000000;
}
.top_button_spacer{
	border-bottom: 1px solid #666666;
}
.content_box {
	border: 1px solid #666666;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-spacing:10px;
}

.sub_buttons_back{
	background-image:url(../images/nav/top_but_bg.png);
	padding:12px;
	padding-bottom:3px;
	border-spacing:0px;
}

.sub_buttons_back td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.sub_buttons_back td a{
	color:#0000FF;
	text-decoration:underline;
}