﻿body#shell, body#admin
{ 
	background-image:url(images/background.jpg);
	background-color:#020202;
	background-position:top center;
	background-repeat:no-repeat;
	height: 100%;
}
h1, h2, h3, table.singleColWide, table.multiCol
{
	margin: 8px 48px 0px 32px;
} 

p, fieldset, label 
{
	margin: 8px 48px 8px 32px;
} 
p, table.singleColWide td 
{
    font-size: 11px;
    line-height: 18px;
    color: #000000;
    }
h1 {

	color: #3f59a4;
    font-size: 16px;

	
}
h2 
{
	color: #3f59a4;
    font-size: 16px;
    }
h3 
{
    font-size: 12px;
	color: #000000;
    }
ul, ol {
	/*margin: 16px 96px 0px 96px;	*/
	
	list-style: none;
}
li 
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 16px;
    line-height: 18px;
	margin-left:35px;
	padding-left: 16px;
	background-image: url(images/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
    }
#shell #content li ul {margin: 16px;}
label {
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
fieldset  {
	border:1px solid #3f59a4;
	padding: 16px 16px 16px 16px;
	clear: both;
	margin-bottom: 32px;

}

legend {
  padding: 8px;
  border:1px solid #000000;
  background-color: #3f59a4;
  text-align:left;
  margin-bottom: 16px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  
}
strong, em {color: #000000;}
a {color: #3f59a4; font-size: 11px;}
a:visited {color: #3f59a4;}
a:hover {color: #3f59a4;}
a:active {color: #777777;}

#admin br + br {clear: left;}

.required {
	color: #FFF;
}




