﻿select {
    width:  188px;
    padding: 3px;
    margin: 2px;
}

body {
    font-size: 12px;
    color: #555555;
    font-family: Arial;
    }
    
#wrapper {
    width: 605px;
    margin: 17px auto 0 ;
}

#floatLeft  {
    float: left;
    }    

.floatLeft  {
    float: left;
    }    

#header {
    background: url("Images/header.gif") no-repeat;
    height: 75px;
    width: 605px;
}

h1  {
    margin: 0;
    padding: 14px 0 7px 0;
    font-size: 20px;
    color: #555555;
}

#roundBox   {
    background: url("Images/roundBoxBottom.gif") no-repeat bottom left;
    
}

#roundBoxTop    {
    background: url("Images/roundBoxTop.gif") no-repeat;
    width: 565px;
    height: 245px;
    padding: 18px 20px 20px 20px;
}

.contentDiv {
    width: 282px;
}

table.content {
	width:					100%;
	float: left;
	text-align: left;
	border-collapse: collapse;		
}
table.content th {
	font-size: 				1.2em;
	color: 					#434d58;
	padding:				7px 0px 8px 10px;
	vertical-align:			middle;	
}
table.content td {
	padding:				7px 0px 8px 10px;
	font-size:				0.95em;
	color:					#434d58;	
}

table.standard {
	width:					603px;
	border-bottom:			1px solid #eaebec;
	border-left:			1px solid #eaebec;
	border-top:			1px solid #eaebec;
	margin:					0 0 20px 0;
}
table.standard th {
	font-size: 				1.2em;
	color: 					#434d58;
	padding:				7px 10px 6px 10px;
	vertical-align:			middle;
	border-right:			1px solid #eaebec;
	background:				#f4f5f5; /* url(/images/interface/bg_tableheader.png) repeat-x left top;*/
}
table.standard td {
	padding:				7px 10px 6px 10px;
	font-size:				1.0em;
	color:					#434d58;
	border-top:				1px solid #eaebec;
	border-right:			1px solid #eaebec;
}



#footer {
    background: url("Images/footer.gif") no-repeat;
    height: 27px;
    margin: 84px 0 34px 0;
    font-size: 10px;
    padding: 5px 0 0 10px;  
    color: #999999;   
    width: 605px;
}


/*AutoComplete flyout */



.autocomplete_completionListElement 
{      
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 137px;
    text-align : left; 
    list-style-type : none;    
    padding-left: 0 !important;
    margin-top: 10px;
    margin-left: 10px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	/*background-color: #ffff99;*/
	background: silver;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

