﻿body {
}

#tableselect select,
#middleplaceholder_maincontent_lbfips,
#middleplaceholder_maincontent_lbfips2,
#middleplaceholder_maincontent_lbsource,
#middleplaceholder_maincontent_lbsource2,
#middleplaceholder_maincontent_lbparams,
#middleplaceholder_maincontent_lbparams2,
#middleplaceholder_maincontent_lbcategory,
#middleplaceholder_maincontent_lbcategory2 {
    background-color:#ffffff;
    border:solid 1px #808080;
    padding: 3px 0 3px 0;
    -moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

td#fips,td#sources {
    border-right:solid 1px #ccc;
    /*background-color:aliceblue;
       -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;*/
}
table#tableselect {
    background-color:#eeeeee;
    -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
}

#middleplaceholder_maincontent_GridView1 {
    width:400px;
    
}

#middle #content .button,
#tableselect input {
    display: inline-block;
    background:none !important;
    text-align:center;
    padding: 6px 10px;
	margin: 4px 0;
	border-bottom: none;
    -webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
    cursor: pointer;
    text-shadow: none !important;
	}
#tableselect input {
    background-color: #9ebaa0 !important;
    color: #ffffff;
}
#middle #content .button {
    background-color: #495a6c !important;
    color: #9ebaa0 !important;
}
#middle #content a:hover.button {
    background:none !important;
    background-color: #9ebaa0 !important;
    color: #495a6c !important;
    text-shadow: none !important;
}
  	
	
#middle #content a.button.blue, #middle #content input.button.blue {
	background: #1961B0;
	}	
#middle #content a:hover.button.blue,  #middle #content input.button.blue {
	background: #0F5393;
	}		
#middle #content a.button.red, #middle #content input.button.red {
	background: #AE2C20;
	}	
#middle #content a:hover.button.red, #middle #content input:hover.button.red {
	background: #911810;
	}	
#middle #content a.button.red {
	background: #AE2C20;
	}	
#middle #content a:hover.button.red {
	background: #911810;
	}			
#middle #content a.button.green {
	background: #063;
	}	
#middle #content a:hover.button.green {
	background: #004D26;
	}	
#middle #content fieldset {
	margin: 10px 0;
	font-size: 14px;
	}
#middle #content fieldset .form-group {
	width: 90%;
	}
#middle #content fieldset .form-group2 {
	/*width: 60%;*/
	width: 600px;
	}
#middle .message {
	display: inline-block;
	margin: 0 0 0 0;
	background: #D5E7F1;
	padding: 10px 14px;
	color: #2C6381;
	-moz-border-radius: 5px; 
      -webkit-border-radius: 5px; 
      border-radius: 5px;
	}
.form-gleft
{
	/*border-style: ridge;*/
	float: left;
	width: 250px;
	/*width:50%;*/
}

.form-gright
{
	/*border-style:dashed;*/
float:right;
width:300px;
/*width:50%;*/

}


#middle #content fieldset .form-group:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      }	
#middle #content fieldset.form-actions {
	margin: 0;
	}
#middle #content fieldset label {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	}
#middle #content fieldset input.form-text, 
#middle #content fieldset select.form-text,
#middle #content fieldset textarea.form-text{
	display: block;
	width: 90%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#middle #content fieldset input.form-text:focus,
#middle #content fieldset select.form-text:focus,
#middle #content fieldset textarea.form-text:focus {
	border: 1px solid #52A8EC;
	border-color: rgba(82, 168, 236, 0.9);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	background: #fff;
	}

#middle #content fieldset p.form-help
{
	margin: 3px 0 0 0;
	font-size: 12px;
	color: #999;
	
}
#middle #content fieldset .checkboxtable {
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #DDD;
	width: 70%;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}	
#middle #content fieldset .checkboxtable td {
	padding: 5px 15px 5px 5px;
	}	
#middle #content fieldset .checkboxtable label {
	display: inline;
	padding: 0 0 1px 10px;
	}	
#middle #content fieldset .treeview {
	margin: 0;
 
	}
	
#middle #content fieldset .treeview table {
	margin: 10px 0;
	 
	}	
#middle #content fieldset .treeview table tr td:first-child a {
	border: none;
	}	
#middle #content fieldset .treeview table tr td input[type="checkbox"]
{
	margin: 5px 10px 0 5px;
	 
}		
#middle #content .alert-info, 
#middle #content .alert-notice{
	background: #D9EDF7;
	padding: 8px 10px;
	margin: 10px 0;
	display: block;
	border: 1px solid #AFD9EE;
	color: #333;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;		
	}	
#middle #content .alert-notice {
	border: 1px solid #E43940;
	background: #F9D5D7;
	}

			


