 
  
     
  
    body {
		font-family:verdana,arial,helvetica,sans-serif;
		font-size:12px;
	}
	
	#wrapper {
		width:900px;
		margin:0px auto;
		
	}
   #header {		
		height:88px;
		padding:10px;
		text-align:right;
	}
	#navcontainer{  
	padding-top:5px;	
	padding-bottom:5px;
	color: #FDBB30;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:10px;
				
	}
	#page-wrap
	{
	min-height:500px;
	height:auto !important;
	height:500px;
	width:100%;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	#content div {
		padding:10px;
	}
	
	#content-main {
		
	}
	
	#footer {
		margin-top:10px;
		margin-bottom:10px;
		padding:2px;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		font-size: 10px;
		color: #541900;	
		clear:both;		
	}
	#footer a,
	#navcontainer a
	{
		color: #541900;
		text-decoration:none;
	}
	#footer a:HOVER,
	#navcontainer a:HOVER
	{
		color: #FDBB30;
		text-decoration:underline;
	}
	.brackets
	{
		color: #FDBB30;
	}
	#bottom {
		clear:both;
		text-align:right;
		
	}


#form-area 
{
	width: 450px;
	margin-top: 10px;				
}

#form-area input, #form-area textarea {
	
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	width: 250px;	
	border: 1px solid #FBBC2F;
	
}
#form-area span.Radio input {
	width: 15px;
	border:0px;
	
}

#form-area span.Check input {
	width: 15px;
	border:0px;
	text-align:justify;		
	
}



#form-area textarea {
	height: 90px;
}

#form-area textarea:focus, #form-area input:focus {
	border: 1px solid #900;
}

#form-area input.submit-button {
	width: 252px;
	 font-weight:bold;
	 color: #fff; 
	 background-color: #FBBC2F;
	
}
#form-area input.submit-closebutton {
	width: 252px;
	 font-weight:bold;
	 color: #fff; 
	 background-color: Red;
	
}
#form-area input.Radio {
	width: 15px !important;
	border:0px;
	
}


#form-area select {
	position: relative;
	width:250px;
	color: #007AC0;
}


#form-area option {
	xfont-weight: bold;
	xborder-bottom: 1px dotted #C0C0C0;	
	color:  #fff;	
	background: #551900;
	xcursor: pointer;
	
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/* styles for creating tables less rows */

div.row {
	clear: both;
	padding-top:5px;
	
}

div.row span.label {
float: left;
width: 150px;
text-align: right;
font-weight:bold;


}

div.row span.formw {
float: right;
width: 250px;
text-align: left;

} 
	
div.spacer {
clear: both;
}

div.header{
color: #fff; 
padding: 3px 3px 3px 3px; 
margin-top:10px;
font-weight:bold;
font-size:15px;
border-bottom:1px solid #FBBC2F;
background-color:#FBBC2F;
}

#custom select {
	position: relative;
	width:150px;
	color: #007AC0;
}

#custom option {
	font-weight: bold;
	border-bottom: 1px dotted #C0C0C0;
	color:  #fff;
    background: #FBBC2F;
	cursor: pointer;
	
}

.ListItem {
	padding: 0px 0px 0px 0px;
	
}
a
{
	color: #541900;
	text-decoration:underline;
}

a:HOVER
{
	color: #FDBB30;
	text-decoration:underline;
}
.popup 
{
	padding:10px; 
	border:1px solid #ccc;
    background:#eee; 
    width:250px; 
    font-size: small; 
 }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


    
    