/************************************************
*	Element Types      						*
************************************************/
/*Master Page*/
html 
{
	height: auto;
	background: #C0C0C0 url(./images/background_body.gif) repeat-x left top;	
	display: table;
	width: 100%;	
}

body {	
	font: 0.7em Verdana,Arial,Helvetica,sans-serif;	
	margin: 0px;
	height: 100%;	
	background: url(./images/banner-background-msa.jpg) repeat-x left top;
		
}

form 
{
	margin: 0px;
	height: 100%;	
}

/************************************************
*	IDs      								*
************************************************/
/*Master Page*/
#body 
{		
	padding-left: 5px;		
	padding-right: 5px;
	padding-bottom: 5px;	
	height: 100%;
}

#header 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#breadcrumb {
	padding-top: 4px;
	padding-left: 10px;
	background: #gray;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	border-top: silver 1px solid;
}

#breadcrumb a{	
	color: #FFFFFF;	
}

#navbar
{
	/*
	background-color: White;*/	
	background-image: url(./images/navbar.gif);
	background-repeat: repeat-x;
	background-position: 100% bottom;
	font-size: 12px;
}

#SpacHolder  
{
	text-align: center;
}

/* Aspx Pages */
#PageContent td 
{
	vertical-align: top;
}

/* all the legend tags use this same style */
legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #540000;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;	
}

/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 5px;
	padding: 0px 12px 12px 12px;
	display: block;
	height: 98%;
}

#lblTitle 
{
	font: 1.0em Verdana,Arial,Helvetica,sans-serif;
}

#PageContent {	
	border: solid 1px black;
	background-color: White;	
	padding: 5px 5px 5px 5px;
	
}

#PageContentTable {
	vertical-align: top;    	
	width: 100%;
	padding: 0 20px 0 20px;
			
}

#UserControlStyle 
{
	background-color: White;
	height: 100%;
}
/************************************************
*	Class      								*
************************************************/
/*Master Page*/
.none {
	display: none;
}
