
@import url("datepicker.css");

body {
    
	background-color: #D4D4D4;
    font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
    font-weight: normal;
    text-transform: none;
    word-spacing: normal;
	font-size: 11px;
	color: #484452;
	height:600px;
	margin:0;
	padding:0;
}

.legend_txt {

	font-size: 12px;
    font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
    font-weight: normal;
    text-transform: none;
    word-spacing: normal;
	text-transform: uppercase;

}


a:link {

	color: #484452;
	text-decoration: underline;
}

a:visited {

	color: #484452;
	text-decoration: underline;
}

a:active {

	color: #484452;
	text-decoration: underline;
}

a:hover {

	color: #5DB0D0;
	text-decoration: underline;

}

.main_table {

	margin-top: 50px;
	background-color: #FFFFFF;
	border-style: solid;
	border: 1px solid #5DB0D0;

}

.header_cell {

	border-top: 1px solid #5DB0D0;
	border-left: 1px solid #5DB0D0;
	border-right: 1px solid #5DB0D0;
	border-bottom: 0px solid #5DB0D0;

	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;

}

.content_cell {
	
	height: 1000px;
	vertical-align: top;
	border: 1px solid #5DB0D0;
	margin-top: 5px;
	text-align: center;
}

.footer_cell {

	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	border: 1px solid #5DB0D0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#loading {
	
	font-family: Georgia, "Times New Roman", Times, serif;	
	background-color: #D1D1D1;
	text-align: center;
	color: #CC0202;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-left: 92%;
}

.required {
	
	color: #CC0202;
	font-weight: bold;

}

.form_field_title {

	text-align: right;
	font-weight: bold;
	width: 45%;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.boldify {
	font-weight: bold;

}


.form_field_field {

	text-align: left;
	font-weight: bold;
	width: 55%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.input_field {

	font-size: 11px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	width: 200px;
	height: 12px;
	font-weight: bold;
}


.input_field_orignal {

	font-size: 11px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	height: 12px;
	font-weight: bold;
}

.file_field {

	font-size: 11px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	font-weight: bold;

}


.input_field_small {

	font-size: 11px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	width: 150px;
	height: 12px;
	font-weight: bold;
}


.required_txt {
	
	text-align: right;
	font-weight: bold;
	padding-right: 15px;

}

.form_message {

	text-align: left;
	font-weight: bold;
	padding-left: 15px;

}


.text_area {

	font-size: 11px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	width: 90%;
	height: 150px;
	font-weight: bold;
}


.select_field {

	font-size: 11px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	width: 200px;
	font-weight: bold;
}

.select_field_orignal {

	font-size: 11px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	font-weight: bold;
}


.select_field_small {

	font-size: 11px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	width: 180px;
	font-weight: bold;
}

* html #sel_field_small select {
margin-bottom:1px; /*IE needs this or the bottom border does not render, set to border width*/
}
#sel_field_small {
border: 1px solid #5DB0D0; /*for all browsers*/
width: 150px;
}
body>#sel_field_small { /*for all except IE, adjust as needed for even appearance*/
border-top-width:6px;
border-bottom-width:7px;
}


* html #sel_field select {
margin-bottom:1px; /*IE needs this or the bottom border does not render, set to border width*/
}
#sel_field {
border: 1px solid #5DB0D0; /*for all browsers*/
width: 200px;
}
body>#sel_field { /*for all except IE, adjust as needed for even appearance*/
border-top-width:6px;
border-bottom-width:7px;
}


.input_cal_field {

	font-size: 11px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	width: 100px;
	height: 12px;
	font-weight: bold;
}

.submit_button {

	font-size: 11px;
	border: 1px solid #5DB0D0;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	width: 200px;
	font-weight: bold;
	color: #000;

}

.top_navigation {
	
	border: 0px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	padding-bottom: 5px;


}

.code_textarea {

	font-size: 10px;
	font-family: Verdana, Tahoma,  Arial, Geneva, sans-serif;
	width: 780px;
	height: 500px;
	font-weight: bold;

}


#overlay {
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width:100%;
	 height:100%;
	 text-align:center;
	 z-index: 1000;
	 background-color: #000000;
	background:url("../images/background-trans.png");
}

#overlay div {
	 width:300px;
	 margin: 100px auto;
	 background-color: #fff;
	 border:1px solid #5DB0D0;
	 padding:15px;
	 text-align:center;
}

.page_title {
	
	text-align: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bolder;
	text-transform: capitalize;
	font-family: Georgia, Verdana, Tahoma, "Times New Roman", Times, serif;	

}

.success_msg {
	color: green;
}

.security_file_td_left {

	text-align: right;
	width: 50%;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;

}

.security_file_td_right {

	text-align: left;
	width: 50%;
	font-weight: bold;
	font-size: 12px;
	padding-left: px;

}

.vertical_align {
	
	vertical-align: absmiddle;
}

.page_sub_title {

	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-left: 15px;
	color: #484452;

}

.page_sub_title_holder {

	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #5DB0D0;
	border-bottom: 1px solid #5DB0D0;

}

.show_hide_txt {
	
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
	font-weight: bold;
}


.table_header{

	background-color: #5DB0D0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-transform: uppercase;

}

.listing_table{

	border: 0px solid #000000;

}

.table_details{

	border: 1px solid #000000;
	text-align: center;
	font-size: 12px;
	height: 80px;

}

.action_buttons{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;


}

.action_spacer {
	padding-left: 2px;
	padding-right: 2px;

}

.pagination {
	
	font-size: 12px;
	text-align: right;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
	text-decoration: none;
}

.geo_filters_txt {

	text-align: left;
	padding-left: 15px;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Tahoma, "Times New Roman", Times, serif;	
}

.geo_filters_spacer {

	padding-top: 3px;
	padding-bottom: 3px;

}

.schedular_display_name {
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Tahoma, "Times New Roman", Times, serif;	

}

.schedular_table_details{

	text-align: center;
	font-size: 12px;
	height: 30px;

}

.filters_table_header{

	background-color: #5DB0D0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	border: 1px solid #000000;
	color: #000000;
}

.filters_table_title {
	
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	font-family: Georgia, Verdana, Tahoma, "Times New Roman", Times, serif;	

}


