/* Layout styles */
table.BodyTable {width: 100%;}
td.HeaderTD {padding: 0 0 10px 0;}
td.LeftMenuTD {padding: 0 20px 0 0;}
td.BodyTD {width: 100%;}

/*Left Manu*/
.LeftMenu {line-height: 1.4em;}


/* Legacy common styles from public site */

BODY, TD	{
	font-family: verdana, sans-serif;;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
	color: #cdcdcd;
	background: #1F1F1F;
}

.HeaderText { 
font-family: verdana, sans-serif; 
font-size: 18px; 
font-weight: bold; 
white-space: nowrap; 
color: #cdcdcd; 
margin: 0; 
padding: 0 0 0 5px; 
line-height: 1em; 
border-left: solid 6px #840c00;}


/* basic links */
a:link, a:visited, a:active {color: #aa2125;}
a:hover {color: #bcbcbc;}

/* primary left menu links */

div.LeftMenu a:link, div.LeftMenu a:visited, div.LeftMenu a:active, div.LeftMenu a:hover
{
	color: #cdcdcd;
}

div.LeftMenu {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #1F1F1F;
	color: #cdcdcd;
	}
	
div.LeftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
div.LeftMenu li {
	border-bottom: 1px solid #1F1F1F;
	margin: 0;
	}

div.LeftMenu li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #5F0F06;
		border-right: 10px solid #B94247;
		background-color: #900F13;
		color: #cdcdcd;
		text-decoration: none;
		width: 100%;
		}
		

html>body div.LeftMenu li a {
	width: auto;
	}

div.LeftMenu li a:hover {
	border-left: 10px solid #5F0F06;
	border-right: 10px solid #B94247;
	background-color: #B94247;
	color: #cdcdcd;
	}

/* Auxilary left menu links */

div.LeftMenuAux a:link, div.LeftMenuAux a:visited, div.LeftMenuAux a:active, div.LeftMenuAux a:hover
{
	color: #1F1F1F;
}

div.LeftMenuAux {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #1F1F1F;
	color: #1F1F1F;
	}
	
div.LeftMenuAux ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
div.LeftMenuAux li {
	border-bottom: 1px solid #1F1F1F;
	margin: 0;
	}

div.LeftMenuAux li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #b1b1b1;
		border-right: 10px solid #e3e3e3;
		background-color: #cdcdcd;
		color: #1F1F1F;
		text-decoration: none;
		width: 100%;
		}
		

html>body div.LeftMenuAux li a {
	width: auto;
	}

div.LeftMenuAux li a:hover {
	border-left: 10px solid #b1b1b1;
	border-right: 10px solid #e3e3e3;
	background-color: #e3e3e3;
	color: #1F1F1F;
	}



/* SSM Specific styles */

.SectionLabel
{
	font-family:verdana, sans-serif;
	font-size:16px;
	font-weight:bold
}
.HeadingLabel
{
	font-family:verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
.Label
{
	font-family:verdana, sans-serif;
}
.LabelDesc
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #cdcdcd;
	font-weight:bold;
}
.Button
{
	font-family:verdana, sans-serif;
	font-weight:Bold;
	color: #cdcdcd;
	background-color:#aa2125;
	border: solid 1px #cdcdcd;
}
.TextBox
{
	font-family:verdana, sans-serif;
	color: #000000;
	
}
.DropDownList
{
	font-family:verdana, sans-serif;
}
.RadioButtonList
{
	font-family:verdana, sans-serif;
}
.CheckBoxList
{
	font-family:verdana, sans-serif;
}
.Alert
{
	font-family:verdana, sans-serif;
	color: #aa2125;
}

/* SSM Specific styles : Application Display */

.AppLabel    
{ 
	font-family: Arial; 
	font-size: 10px;
	text-transform: uppercase 
}
.ExpLabel    
{ 
	font-family: Arial; 
	font-size: 10px;
	text-transform: uppercase 
}
.AppLargeLabel    
{ 
	font-family: Arial; 
	font-size: 16px; 
	font-weight: bold;
	white-space: nowrap
}
.AppText    
{ 
	font-family: Arial; 
	font-size: 16px 
}

