@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	/* [disabled]margin:0px 0px 0px 0px; */
}

a { text-decoration:none;}

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"]:hover, input[type="password"]:hover, textarea:hover; select:hover {
	background-color:#CFF;
}

.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:#CFF;	
}

.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:100%;
	display:block;
	float:center;
	margin: 5px;
	padding: 0px 5px 10px 35px;
		
	}

/*  Footer information   */
#div_footer_block {
	width:100%;
	height:400%;
	display:block;
	float:left;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	background-color:#000;
	}
	
/* Block that contains the navigational panes on the left */  
#usermenu {
	
	
}

#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: 6px 0px 6px 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:20px;
	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 td{
	/* [disabled]padding:2px; */
}


.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 li{
	
}

.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_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;}
	
.btns:hover{
	
	}
.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-left:medium solid white;
}

.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;
}

.data_entry:hover{
	background:#0FF;
}

/*

}



#footer
{
	clear:both;
	background:#000;
	color:#999999;
	text-align:center;
	width:100%;
	padding-bottom: 10px;
	font-size: 85%;
	height:100px;
}

#footer a{
	color:#999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	
}

#bottom
{
	display:block;
	height:10px;
	margin:0 auto;
	width:1000px;
}

.topMenu {

	text-align:center; 
	margin:10px; 
	padding:5px; 
	font-size:100%;
}

.topMenu ol {
		list-style:none;
		padding:0px;
		margin:0px;
		display:block;
	}

.topMenu li
{
	display:inline;
	margin:0;
	padding:0px;
}

.topMenu li a{
	padding:5px;
	margin: 0px 2px;
	text-align: center;
	text-decoration:none;
	color:#993333;
	}

.topMenu li a:hover{
	color:#00F;
	border-bottom: solid thin #F00;
	cursor:pointer; 
	}
	
	
.botMenu {
	display:block; 
	text-align:center; 
	margin:11px; 
	padding:5px; 
	font-size:100%;
}

.botMenu ol {
		list-style:none;
		padding:0px;
		margin:0px;
	}

.botMenu li
{
	display:inline;
	margin:0;
	padding:0px;
	}

.botMenu li a{
	padding:5px;
	margin: 0px 2px;
	text-align: center;
	text-decoration:underline;
	color:#FFF;
	}

.botMenu li a:hover{
	color:#FF0;
	border-bottom: solid thin #FF0;
	cursor:pointer; 
	}
	
.sideMenu {
	width:28%;
	display:block;  
	float:left;
	height:560px; 
	background-color:#DDD; 
	padding: 0px 0x;
}

.sideMenu ul {
		padding:0px;
		margin:0px;
		list-style:none;
		
	}

.sideMenu li
{
	display:block;
	margin:0;
	padding:0px;
	}

.sideMenu li a{
	padding:5px;
	display:block;
	margin: 0px 2px;
	text-decoration:none;
	color:#993333;
	}
	
.sideMenu li a img{
	padding: 0px 10px;
	margin: 0px 2px;
	text-decoration:none;
	color:#993333;
	}

.sideMenu li a:hover{
	color:#933;
	border-bottom: solid thin #FF0;
	background-color:#CCC;
	cursor:pointer; 
	}
	
	
#usermenu {
	position:absolute;
	border-right: solid thin #666; 
	border-bottom: solid thin #666;
	display:none; 
	z-index:auto; 
	width:200px; 
	height:100px; 
	background-color:#FFF; 
	padding:10px 15px; left: 733px; 
	top: 101px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	
}
	

.sectionHead { width:90%;
    background-color:transparent;
	display:block;
	height:25px;
	font-size:140%;
	text-align:left;
	float:left;
	padding-top:2px;
	margin-left:20px;
	 }
	 	 


.sectionHeadExpander:hover {
		cursor:pointer;
	
}

.productHead { width:95%;
    background-color:transparent;
	display:block;
	height:25px;
	font-size:120%;
	text-align:left;
	float:left;
	padding-top:2px;
	margin-left:5px;
	 }

#clientDetails, #policyDetails, .products{ 
    transition: all 2s ease;
    display:block; 
	clear:both; 
	width:85%;
	margin-left:60px;
	padding: 15px 5px;
	text-align:left;
}

.section_heading_buttons {
	font-weight:450;
	font-family:Arial, Helvetica, sans-serif; 
	width:100%; 
	padding-left:10px; 
	background-color:#DDD; 
	border-radius:6px; height:35px; 
	margin-bottom:20px;
	}

.listtables td, th {
	border: solid medium #FFF;
	border-collapse:collapse;
	}
.listtables th {
	border:0px solid gray;
	border-collapse:collapse;
	background-color:silver;
	}

	
	*/
