﻿/* CSS Document */
*{
	padding:0px;
	margin:0px;

}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#333333;
	background-color:#999999;
}
#wrapper{
	margin:0 auto;
	width:1000px;
	
	}

#container{
	width:100%;
	float:left;
	background-color:#ffffff;
	/*border: 2px solid;*/
		
}

#header{
	width:1000px;
	float:left;
	background-image: url("images/header.jpg");
	height:162px;
	
	}
.top_link{
	float:right;
	padding-right:10px;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

#top_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	
	}

#tabs_bg{
	width:1000px;
	height:48px;
	background-image:url("images/bg_black_tabs.jpg");
	float:left;
	}

#tab_bar{
		width:1000px;
		height:8px;
		background-color:#E3245A;
		float:left;
}
#tab_blank:hover{
		background-image: url("images/tab_blank_hover.jpg");
		width:125px;
		height:24px;
		color:#FFFFFF;
		text-decoration:none;
		display:block;
		}

#tab_blank{
		background-image:url("images/tab_blank.jpg");
		width:125px;
		height:24px;
		font:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
		display:block;
		
		text-align:center;
		padding-top:10px;
		}
.tab_blank:hover{
		background-image: url("images/tab_blank_hover.jpg");
		width:125px;
		height:24px;
		color:#FFFFFF;
		text-decoration:none;
		display:block;
		}

.tab_blank{
		background-image:url("images/tab_blank.jpg");
		width:125px;
		height:24px;
		font:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
		display:block;
		
		text-align:center;
		padding-top:10px;
		}
.Hyper_Link
{
    font:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
}
.tab_blank:active{
		background-image: url("images/tab_blank_hover.jpg");
		width:125px;
		height:24px;
		color:#FFFFFF;
		text-decoration:none;
		display:block;
		}

.bdy_contents{
	width:980px;
	padding:10px;
	float:left;
}

.grey_bg{
		width:690px;		
		background-color:#F2F2F2;
		border:1px #CCCCCC solid;
		padding:10px;
		float:left;	

}

.buttons_bg{
		width:232px;
		height:235px;
		background-color:#F2F2F2;
		border:1px #CCCCCC solid;
		padding:10px;
		margin-left:5px;
		float:right;
		}
.red_heading{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#BF0439;
}

.white_heading{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color: #FFFFFF;	
}
.plan_heading
{
        font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#BF0439;
		padding-bottom: 7px;
		background-color:#dcdcdc;
		
	/*background-color:#dcdcdc;*/
}
.PlanIndexLabel
{	
	padding-bottom: 7px;
	/*background-color:#dcdcdc;*/
	padding-left: 20px;
}


.text_bold{
		font-weight:bold;

}

#link_color{
	color:#BF0439;
	text-decoration:none;

}

#link_color:hover{
	color: #000000;
	text-decoration:none;

}

.link_color{
	color:#BF0439;
	text-decoration:none;

}

.link_color:hover{
	color: #000000;
	text-decoration:none;

}

.panel{
		width:318px;
		margin-top:20px;
		margin-left:5px;
		float:left;
		}

.table_grey{
		background:#f7f7f7;
		border:1px #CCCCCC solid;
		border-top:none;
		height:60px;
}

.grey_bg_dis{
		width:958px;
		background-color:#F7F7F7;
		border:1px #CCCCCC solid;
		padding:10px;
		float:left;
		padding:10px;
		margin-top:10px;
		}
.grey_bg_left
{  
    width:520px;  
    background-color:#F7F7F7;
	border:1px #CCCCCC solid;
	padding:10px;
	float:left;	
	
	margin-bottom:10px;
}
.grey_bg_right
{  
    width:390px;
	float:left; 
    background-color:#F7F7F7;
	border:1px #CCCCCC solid;		
	/*margin-left:10px;*/
	margin-top:5px;	
}

.discp_txt{
	padding-top:10px;
	padding-bottom:10px;
}

.discp_bottom_bg{
	background-color:#D9D9D9;
	padding-top:5px;
	
	height:36px;
	width:980px;
	float:left;			
}
.discp_left_bg{
	background-color:#D9D9D9;
	padding-top:10px;
	border:1px #CCCCCC solid;
	height:36px;
	width:540px;
	float:left;		
	margin-bottom:10px;		
}

.disc_buttons{
	padding-left:10px;
	float:left;

}


.log_heading{
		margin-top:20px;
		width:980px;
		float:left;
		
}

.log_view{
	margin-top:20px;
	width:550px;
	float:left;
	

}
.log_table_view{
 background-color: #FFFFFF;
   border:1px #CCCCCC solid;

}
.log_textbox
{
    font-family:Verdana;
    font-size:small;
}
.location_table_view{
	margin-top:20px;
	width:250px;
	float:left;
	background-color: #FFFFFF;
  

}
.right_panel
{
	margin-top:20px;
	margin-left:20px;
	width:705px;	
	float:left;
	background-color: #FFFFFF;
	border:1px #CCCCCC solid;
}
	
.report_view{
	margin-top:20px;
	width:1100px;
	float:left;
	background-color: #FFFFFF;
    border:1px #CCCCCC solid;

}
.table_bottom
{
    float:right;   
    height:20px;   
    padding:10px;    
    
}


.log_form_view{
	margin-top:20px;
	/*margin-left:10px;*/
	width:600px;
	float:left;
	
}
.log_plan_view
{
    margin-top:20px;	
	width:480px;
	float:left;	
	margin-bottom:10px;
}
.log_plan_right
{
    margin-top:20px;
	margin-left:10px;
	width:480px;
	float:left;
	background-color:#F7F7F7;
	border:1px #CCCCCC solid;
	padding-top:5px;
}

.log_form_left{
	margin-top:10px;
	/*margin-left:10px;*/
	width:540px;
	float:left;	
	
	
}
.log_form_big{
	margin-top:10px;
	/*margin-left:10px;*/
	width:720px;
	float:left;	
	
}
.log_right_view{
	margin-top:10px;
	/*margin-left:10px;*/
	width:390px;
	float:left;
}

.form_view{
	margin-top:20px;
	margin-left:10px;
	width:980px;
	float:left;
}

.table_view{
		background-color: #FFFFFF;
		border:1px #CCCCCC solid;
}

.table_header{
	background-image:url("images/bg_table_lightred.jpg");
	color:#FFFFFF;
	height:30px;
		
}

.alt_row{
		background-color:#F2F2F2;
		height:20px;
}

.normal_row{
		background-color:#FFFFFF;
		height:20px;
}

.table_form_view{
	background-color:#F7F7F7;
	border:1px #CCCCCC solid;
	
}
.GirdDiv
{
	width:97%; text-align:left; margin-left:10px;
}


#footer{
width:1000px;
background-image: url("images/footer_bg.jpg");
height:46px;
float:left;
/*margin-top:20px;*/
}

#footer_txt{

margin-top:20px;
color:#FFFFFF;

}
.district_TextBox
{
    height:20px;
    width:300px;
    font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
}
.district_Dropdown
{
    height:60px; width:300px; padding-left:10px; float:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
}
.grey_bg_form{
		width:960px;
		padding:10px;
		height:30px;
		background-color:#F2F2F2;
		border:1px #CCCCCC solid;
		float:left;
		margin-top:10px;		
		
}
#progress
{
	border: 1px solid #666666;
	vertical-align: middle;
	position: absolute;
	z-index: 99;
	text-align: center;
	top: 50%;
	left: 40%;
	font-family: Calibri;
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
#Logprogress
{
	border: 1px solid #666666;
	vertical-align: middle;	
	position: absolute;
	z-index: 99;
	text-align: center;
	padding-top:10px;
	top: 85%;
	left: 55%;
	font-family: Calibri;
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.TextTemperature
{
	width:50px; font-family:Verdana; font-size:10px;
}
.SOPDiv
{
	margin-left:20px;  margin-top:10px; width:650px;
}
.SOPCol1
{
	float:left; width:150px; font-family:Verdana; font-size:12PX; text-align:left; padding-left:3px;
}
.SOPCol2
{
	float:left; width:470px; font-family:Verdana; text-align:left; 
}
.SOPCol3
{
	float:left; width:470px; font-family:Verdana; text-align:left; margin-left:150px; padding-left:60px;

}
.SOPEditDiv
{
	float:left; width:850px; 
}
.DistrictSearchCol1
{
	float:left; width:210px; text-align:left; border-color:Window;
}
.DistrictSearchCol11
{
	float:left; width:450px; text-align:left; 
}
.SearchCol2
{
	float:left; width:220px; text-align:left;
}
.DistrictSearchCol2
{
	float:left; width:200px;
}
.DistrictSearchCol2 Span
{
	font-family:Verdana; font-size:10px; font-weight:bold; color:Red;                                                                                                                                                               
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
.DistrictSearchCol3
{
	float:left; width:77px; text-align:left;
}
.DistrictSearchCol4
{
	float:left; width:65px; text-align:center;
}
.DistrictSearchCol5
{
	float:left; width:130px; text-align:center;
}
.GridDropDown
{
	font-family:Verdana; font-size:10px; background-color:White; width:210px; margin-left:5px; 
}
.ProceduralDiv
{
	margin-left:10px; height:50px; margin-top:10px; widows:500px; 
}
.ProceduralLabel
{
	float:left;
	width:500px;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;	
}
.ProceduralTextBox
{
	float:left;
	width:250px; 
	height:40px;	
}
.SecondaryHeading
{
	font-family:Verdana; font-size:10px; font-weight:bold; text-align:left; color:#BF0439;
}
.HyperLink
{
    font-family:Verdana;
    color:Red;
}
.content_right
{
	float:left;
	padding-left:10px;	
	width:390px;	
	margin-top:10px;
}
.content_district_right
{
	float:left;
	padding-left:15px;	
	width:370px;
	
}

.grid_left
{
    float:left; width:540px;
 
}


.overlay {

     visibility: hidden;

     position: absolute;

     /* left: 0px;

     top: 0px;
    */
    width:100%;
     height:100%;
     text-align:center;
     background-color:#eee;
    opacity: 0.8;
     filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    border:solid 2px red;
}
.overlaypanel {

     width:300px;

     margin: 100px auto;

     background-color: #fff;

     border:1px solid #000;

     padding:15px;

     text-align:center;

}
.LogText
{
	font-size:small;
}
.gridheaderline
{
	border-bottom: solid 1px #000000;
	text-align:left;
}












