@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	/* [disabled]margin:0px 0px 0px 0px; */
}

a { color: #00E;
	text-decoration:none;}

a:visited {
	color: #00E;
}

a:hover {
	color: #993333;
}

h1 {
	background-color:#FFCCFF;
	margin:0;
	min-height:0;
	padding:0;
	text-decoration:none;
	text-indent:10px;
	color:#993333;
	font-family:Rockwell, "MS Serif";
	}
	
	
h1, h2, h3, h4, h5, h6 {
	color:#993333;
	font-family:Rockwell, "MS Serif";
	font-weight:normal;
	}

h1 a {
	display:block;
	height:100%;
	min-height:40px;
	overflow:hidden;
}


tr {
	background-color:#fff;
	border:none;
	}

input[type="text"], input[type="password"], input[type="number"], input[type="email"]{
	/* transition: all 1s; */
	/*  height:24px; */
	border-radius:0px;
	border:none;
	border: solid 1px #CCC;
	padding-left:3px;
	}
	
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover, input[type="number"]:hover,input[type="email"]:hover {
	background-color:#CCC;
}

.form_container_setup
{
	background:#FFF;
	margin:0 auto;
	text-align:left;
	width:1000px;
	min-height:550px;
	border-left: solid medium #FFF;
	border-right: solid medium #FFF;
}


select {
	transition: all 1s;
	height:24px; 
	border-radius:0px;
	padding:2px 0px;	
}

select:hover{
background-color:#CCC;	
}

.alt {
	background-color:#9FF;
}

#form_container
{
	background:#fff;
	margin:0 auto;
	text-align:left;
	padding-bottom:50px;
	width:1000px;
	min-height:750px;
	border-left: solid medium #FFF;
	border-right: solid medium #FFF;
}

/*  Contains the website Mast     */
#div_site_Mast {
	width:100%;
	height:83px;
	display:block;
	clear:both;
	margin: 0px;
	padding: 0px;
	background-image:url(images/top_right_bg.png); 
	background-repeat:no-repeat; 
	background-position: top right
	}
	
/* Contains status and informational items     */
#div_info_block {
	width:100%;
	height:60px;
	display:block;
	float:left;
	clear:both;
	margin:0px;
	padding: 0px;
	}

/*  The envelope  that contains the navigational panes on the left   */
#div_content_container {
	width:100%;
	margin: 0px;
	padding: 0px;
		}
	
/*  Contains the content elements   */
#div_content_block {
	width:75%;
	display:inline-block;
	margin: 5px;
	padding: 0px 0px 10px 25px;

	}

/*  Footer information   */
#div_footer_block {
	width:100%;
	height:400%;
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	}
	
/* Block that contains the navigational panes on the left */  
#div_nav_block {
	width:19%;
	display:block;
	float:left;	
/*	border-right: 2px solid silver; */
	margin: 2px;
	padding: 0px;
/*	background-color:#DDD; */
	}
	
.nav_block_head {
	width:100%; 
	text-align:left; 
	font-size:130%;
	padding: 5px 0px 5px 5px;; 
	color:#000;
	cursor:pointer;
	border-bottom: solid silver 1px;
/*	border-bottom: solid #FFF 3px;
	background-color:Silver; */
	}
	
.nav_block_links {
	font-size:110%;
	margin-top:0px;  
	line-height:1.3; 
	display:block;
	}

.nav_block_links ul{
	padding:0px;
	margin:10px;
	list-style:none;
	
	}

.nav_block_links li{
	display:block;
	margin-left:10px;
	padding:0px;
	}	
	
.nav_block_links li a{
	padding:5px;
	display:block;
	margin: 0px 2px;
	text-decoration:none;
	color:#993333;
	}
	
.nav_block_links li a[href]:before {
	content: url(images/right_bullet.png  );
	}
	
.nav_block_links li ul li a[href]:before {
	content: url(images/leading_hyphen.png  );
	text-indent: -10px;
	line-height:1.2;
	}

.nav_block_links li a:hover{
	color:#00F;
	cursor:pointer; 
}

.th_nav_block_head{
	padding:4px; 
	font-weight:normal; 
	text-align:left;
	background:#F0F0F0;}

.expander_preimage { 
	display:inline-block;
	width:22px; 
	height:25px;
	border: solid 1px silver; 
	text-align:center; 
	font-weight:bold; 
	font-size:120%;
	color:#993333;
}
.div_content_head {
	width:98%;
	display:block;
	border-bottom:2px solid #CCC;
	height:61px;
	}

.div_content_section {
	width:98%;
	margin-bottom:10px;
	min-height:330px;
	display:block; 
	float:left;
	color:#993333;
	}

.div_content_section table {
	border:none;
	margin:0px;
	padding:0px;
	
}

.div_content_section th{
	border-bottom:thin solid #CCC;
	border-collapse:collapse;
	border:0px solid gray;
	border-collapse:collapse;
	background-color:silver;
}


.div_content_section a{
	text-decoration:none;
	}

.div_content_section img{
	margin:3px;
	}

.locallinks_heading_buttons{
	font-size:150%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif; 
	width:100%; 
	padding:4px 0px 2px 20px; 
	background-color:#DDD;
	vertical-align:middle;	
	border-radius:6px; 
	height:26px; 
	margin-bottom:20px;
	cursor:pointer;
	}

.locallinks_heading_buttons:hover{
	background-color:#999; 
	}

.appTable{
	margin-left:15px;
	}

.searchtextbox{
	background-image:url(images/search.png);
	background-position:right;
	background-repeat:no-repeat;
	border-radius:6px;
	border:none;
	border: solid 1px #CCC;
	padding-right:25px;
	}

.searchtextbox:hover {
	background-color:#CFF;
}

.icons {
	vertical-align:middle;
	padding: 1px 4px 1px 0px;}	

#top {
	display:block;
	height:10px;
	margin:10px auto 0;
	width:1000px;
}	

.data_entry:hover{
	background:#FFF;
}

.data_entry_table {
	border:0px;
	padding:0px;
	
	}
.data_entry_table td {
	vertical-align:top;
	height:30px;
	}

.data_entry_table tr {
	border:0px;
	height:30px;
	}

.btns{
	height:30px;
	cursor:pointer;}
	
.item_hover{
	cursor:pointer;
	}
.item_hover:hover{
	background-color:#B0B0B0;
}
.edit_buttons {
	background-color:#CFF;
	vertical-align:middle;
	text-align:center;
	}

.edit_buttons:hover {
	background-color:#6CC;
	cursor:pointer;
	}


.viewbutton {
	background-color:silver; 
	color:black; 
	position:relative;
	margin:0px 0px 0px 0px; 
	top:0; 
	height:20px; 
	right:0; 
	padding:0px 8px; 
	cursor:pointer;
	border:2px solid silver;
}

.viewbutton:hover {
	background-color:#999; 
	color:#FFF; 
	cursor:pointer;
}

.listtables td{
	border: solid thin #FFF;
	padding-left:5px;
	}

.listtables th {
	border: solid thin #FFF;
	text-align:left;
	padding-left:5px;
	}

.quote_totals_row{
	border-bottom: 
	solid 1px #000; 
	border-top: solid 1px #000;
	}
	
#content_title {
	width:38%; 
	height:100%; 
	display:block; 
	float:left;	
	font-size:x-large; 
	color:#3C0;
}

.header_cell {
	border-bottom:solid 1px #666;
	border-top:solid 1px #666;
	vertical-align:top;
	}
	
.menu_icon:hover {
	border:solid 1px silver;
	border-radius:5px;
}


