body 
{
	background-color:#fff;
	font-family:Verdana;
	font-size:0.8em;
	color:#000000;
	line-height:1.7em;
}

/* 
	###############################
		Input, Lbl, Buttons
	###############################
*/

input
{padding:10px;  background:#FBFBFB none repeat scroll 0 0; font-size:15px;border:1px solid #808080; -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; width:400px;
}

/* 
	#### end ###
*/


/* 
	###############################
		Page Structure
	###############################
*/
		#MainContainer
		{
			width:990px;
			height:auto;
			overflow:auto;
			margin:auto;
			padding:3px;
		}

		#TopBanner
		{
			width:990px;
			height:30px;
			padding-top:10px;
			margin-bottom:3px;
			margin-top:1px;
			background-color:#3063A5;
			
		}

		#GridContainer
		{
			width:968px;
			height:auto;
			min-height:190px;
			margin:0px auto;
			border:solid 1px #ccc;
			padding:10px;
			float:left;
			border-radius:5px;
			box-shadow: 0 1px 2px rgba(62, 62, 62, 0.1);
		}

/* 
	#### end ###
*/

/*********************
FORM ELEMNETS
**********************/
.FormRow
{
	width:900px;
	height:auto;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:5px;
}
.FormLbl
{
	width:200px;
	height:auto;
	float:left;
	text-align:left;
	margin-right:20px;
	margin-top:5px;
	padding-top:5px;
}
.FormInput
{
	width:650px;
	height:auto;
	float:left;
	text-align:left;
}
.FormDd
{
	width:650px;
	height:auto;
	float:left;
	
}

.MultiLine
{padding:10px;  background:#FBFBFB none repeat scroll 0 0; font-size:15px;border:1px solid #808080; -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; width:400px;min-height:110px;font-family:Verdana;
}

.FormButton 
{
	width:auto;
	height:auto;
	padding: 8px 10px;	
	font-size: 13px;
	line-height: 1.428571429;
	font-weight: bold;
	color: #444444;
	background-color:#3063A5;
	
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:5px;
	border: 1px solid #444444;
	/*border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);*/
}


/*PAGE SPECIFIC*/
#JobLoggingContainer
{
	width:960px;
	height:auto;
	margin:20px 0 0 0;
	
}
.FormRow .FormButton 
{
	/*nothing to change here*/
}

.FormRow input 
{
	/*nothing to change here*/
}

#JobLoggingContainer .FormRow
{
	width:645px;

}

#JobLoggingContainer .FormLbl
{
	text-align:right;
}

#JobLoggingContainer.FormInput 
{
	/*nothing to change here*/
}
#JobLoggingContainer .FormDd
{

	width:420px;
	float:left;
	
	
}

#JobLoggingContainer .FormButton 
{
	
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #0099CC, #3063A5);
	background-image: -ms-linear-gradient(top, #0099CC, #3063A5);
	background-image: -webkit-linear-gradient(top, #0099CC, #3063A5);
	background-image: -o-linear-gradient(top, #0099CC, #3063A5);
	background-image: linear-gradient(top, #0099CC, #3063A5);
	color:#fff;
	float:right;
}


.GroupBox
{width:auto;height:auto;border:solid 2px #dadada;float:left;padding:10px 10px 10px 0;width:635px;margin-top:20px;margin-bottom:20px;}

#Tab
{
	
	height:auto;
	padding:5px 10px 5px 10px;
	background-color:#575757;
	color:#ffffff;
	margin-bottom:0px;
	font-size:13px;
	font-weight:500;width:100px;
	float:left;
	
}
#JobLoggingContainer .GroupBox .FormRow 
{
	width:630px
	
}

#JobLoggingContainer .GroupBox .FormLbl
{
	width:200px;
	background-color:#fff;float:left;
	

}

#JobLoggingContainer .GroupBox .FormInp
{
	width:355px !important;
	float:left;

}

h1
{
	color:#fff;
	margin:0px 0 0 20px;
	font-size:20px;
	font-weight:500;
}

#GridContainer h1
{
	color:#3063A5;
	margin:0px 0 0 20px;
	font-size:20px;
	font-weight:500;
}


.StyleDDSelect{
font-family:Arial,sans-serif;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    color:#000000;
    background:#FBFBFB none repeat scroll 0 0;
    border:1px solid #808080;
    font-size:15px;
    line-height: 17px;
    margin-bottom:0px;
    margin-right:6px;
    margin-top:0px;
    padding:7px !important;
    /*display: inline-block;*/
    width: 100%;
    min-height:25px !important;}
    


.ReadOnly
{
	color:#5E5E5E;
}
.FeedBack
{
	color:Red;font-weight:600;margin:10px 0 15px 0px;
}




	