/*Selectors*/
body{
	margin:0px;
	padding:0px;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-top:1px outset;
	font-family:Verdana;
	font-size:10px;
	color:#475377;
	background-image:url(../../Assets/Images/bg_pattern_browser.gif)
}
a{
	text-decoration:none;
	font-weight:bold;
	color:#555555;
	font-size:10px;
}
a:link{
	color:#555555;
}
a:hover{
	color:#f48000;
}
table{
	font-family:Verdana;
	font-size:10px;
	border:1px none;
}
td{
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	vertical-align:top;
}
div{
	font-family:Verdana;
	font-size:10px;
}
input{
	
}
select{
	
}
textarea{
	width:100%;
}

/*General*/
table.MainContainer{
	width:760px;
	height:500px;
	margin-top:20px;
	background-color:whitesmoke;
}
table.Container{
	width:100%;
	height:100%;
}
table.WidthContainer{
	width:100%;
}
td.ContentTitle
{
	background-image:url(../../Assets/Images/bg_pattern_page.gif);
	padding-left:10px;
	height:1px;
}
td.Content
{
	background-image:url(../../Assets/Images/bg_pattern_page.gif);
	padding:10px;
	height:100%;
}
input.Button{
	
}
input.TextSmall{
	width:120px;
	height:20px;
}
input.TextBig{
	width:200px;
	height:20px;
}
input.Check{
	
}
select.DropSmall{
	/*width:120px;*/
}
select.DropBig{
	width:200px;
}
select.List{
	width:100%;
}
span.Label{
	font-weight:bold;
	width:150px;
	text-align:right;
}
span.Title{
	font-weight:bold;
	font-size:12px;
	color:#475377;
}
span.Content{
	font-weight:normal;
}

/*User Controls*/
table.MenuSearch{
	width:300px;
}
td.MenuSearch{
	height:40px;
	padding-left:20px;
}
td.MenuItem{
	text-align:center;
}
td.VerMenuItem{
	padding-left:10px;
	padding-bottom:5px;
}
td.Logo{
	background-image:url(../../Assets/Images/top_logo.gif);
	text-align:right;
	vertical-align:top;	
}
/*Search*/
table.Criteria{
	width:100%;
}
td.FieldLabel{
	width:150px;
	padding:2px;
}
td.FieldControl{
	width:100%;
	padding:2px;
}
td.Validator{
	width:10px;
}
td.Separator{
	width:10px;
}
td.Criteria{
	height:40px;
	padding:3px;
}
td.Results{
	padding:5px;
}

.sButton
{
	
	padding-top:1px;
	BORDER-TOP-WIDTH: 1px; 
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-WIDTH: 1px; 
	
	BORDER-TOP-COLOR: #92999C;
	BORDER-BOTTOM-COLOR: #92999C;
	BORDER-LEFT-COLOR: #92999C;
	BORDER-RIGHT-COLOR: #92999C;
	
	COLOR: #495578;
	
	background-color:#F5F5F5;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	TEXT-ALIGN: center;
}

.sListBox
{
	BORDER-TOP-WIDTH: 1px; 
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-WIDTH: 1px; 
	
	BORDER-TOP-COLOR: #92999C;
	BORDER-BOTTOM-COLOR: #92999C;
	BORDER-LEFT-COLOR: #92999C;
	BORDER-RIGHT-COLOR: #92999C;
	
	COLOR: #495578;
	
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
}

.sTextBox
{
	BORDER-TOP-WIDTH: 1px; 
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-WIDTH: 1px; 
	
	BORDER-TOP-COLOR: #8c8f92;
	BORDER-BOTTOM-COLOR: #8c8f92;
	BORDER-LEFT-COLOR: #8c8f92;
	BORDER-RIGHT-COLOR: #8c8f92;
	
	COLOR: #0a246a;
	
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	TEXT-ALIGN:left;
}