/* menu styles */

.top_menu
{
	background-color: #1543A5;
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.top_menu_hover
{	
	/*color: #white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;	
*/
}
.top_menu_selected
{
	cursor: default;
	text-decoration: underline;
}
.top_menu_childselected
{
	cursor: pointer;
	text-decoration: underline;
}

.menu_item
{
	border-left: solid 2px #1543A5;
	border-right: solid 2px #1543A5;
	background-color: white;
	color: #1543A5;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
}

.menu_item_hover
{
	border-left: solid 2px #1543A5;
	border-right: solid 2px #1543A5;
	background-color: #1543A5;
	color: white;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
}
.menu_item_selected
{
	border-left: solid 2px #1543A5;
	border-right: solid 2px #1543A5;
	background-color: #1543A5;
	color: white;
	cursor: default;
	padding: 10px 10px 10px 10px;
}
/* page  */ 

body
{
	font-family:  Verdana, Arial;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
    
/* header */

.page_header
{
	width: 740px;
	height: 204px;
	border-top: solid 2px #1543A5;
	border-left: solid 2px #1543A5;
	border-right: solid 2px #1543A5;
	margin-left: auto;
	margin-right: auto;	
}

/* footer */

.page_footer
{
	width: 740px;
	height: 147px;
	border-bottom: solid 2px #1543A5;
	border-left: solid 2px #1543A5;
	border-right: solid 2px #1543A5;
	margin-left: auto;
	margin-right: auto;	
}

.page_footer a
{	
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* content */

.page_content
{
	border-left: solid 2px #1543A5; 
	border-right: solid 2px #1543A5; 
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	/*height: 420px;*/
}

.section
{
	padding: 0px 10px 10px 10px;	
}

.text_cell
{
	border-left: solid 8px #FFFFFF;
	vertical-align: top;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;	
}

.text_cell img
{
	float:left;
	margin-right: 10px;
}

.section a
{
	font-size: 12px;
	color: Black;
	padding-left: 10px;	
}

.title_cell
{
	padding-top: 5px;
	padding-bottom: 3px;	
	padding-left: 5px;	
	border-bottom: dashed 1px #DADADA;
	border-left: solid 8px #FFFFFF;
}

/* short estimate form */

.short_form
{
	background-color: #485869;	
	border-left: solid 1px #D0D0D0;
	width: 230px;	
	padding: 20px 4px 0px 5px;
	vertical-align: top;
}
.short_form TABLE
{
	background-image: url(images/homepage/bg_estimate_form.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	height: 170px;
	width: 221px;
}

.short_form .textbox
{
	/*background-color: white;
	color: black;
	border: solid 1px #7F9DB9;*/
	width: 92px;
}

.short_form select
{
	/*background-color: white;
	color: black;
	border: solid 1px #7F9DB9;*/
	width: 105px;
}

.short_form .input_label
{
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
}

.short_form td 
{
	padding-left: 10px;
	padding-right: 3px;	
}

/* side bar */
.side_bar
{
	padding: 20px 10px 20px 10px; 
	border-left: dashed 1px #EAEAEA;
}

/* site map */
.SiteMap
{
  background-color:white;
  font-family: verdana; 
  font-size: 10px;
  padding-left:15px;
}

.RootNode
{ 
  color: black;
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  padding:7px;
  padding-top:7px;
  padding-bottom:1px;
} 

.RootNode a
{ 
  color: black;
  text-decoration:none;
} 

.RootNode a:hover
{ 
  color: black;
  text-decoration:underline;
} 

.ParentNode
{ 
  font-family: verdana; 
  font-size:10px;  
} 

.ParentNode a
{ 
  color: black;
  text-decoration:none;
} 

.ParentNode a:hover
{ 
  color: black;
  text-decoration:underline;
} 

.LeafNode
{ 
  color: #DD3409;
  font-family: verdana; 
  font-size:10px;  
} 

.LeafNode a
{ 
  color: #DD3409;
  text-decoration:none;
} 

.LeafNode a:hover
{ 
  color: #DD3409;
  text-decoration:underline;
} 

/* errors */
SPAN.ErrorMessage
{
	HEIGHT: 17px;
	FONT-FAMILY: Verdana, Arial, Tahoma;
	FONT-SIZE: 11px;
	COLOR: #C00000
}

TD.Mandat
{
	BACKGROUND-IMAGE: url(images/error_handling/mandat.gif);
	BACKGROUND-POSITION: left center;
	BACKGROUND-REPEAT: no-repeat;
	padding-left: 10px;
}


INPUT, select
{
	background-color: #FFFFFF !important;
}
input.image.hover
{
	cursor:pointer;
}
input.image:hover { border:2px solid #CCCCCC } 

#radio1, #radio2 {
	background-color: transparent !important;
	padding: 0px; margin: 0px;
	/*
	vertical-align:top;
	*/
}

