﻿body#shell, body#home, body#admin
{ 
	background-image:url(images/background.gif);
	
}
body  {
	background-image: none;
	height: 100%;
}
h1, h2, h3, p, fieldset, label, address 
{
	margin: 8px 0px 16px 32px;
} 


h1 {
	font-weight: normal;
	color: #7c7c7c;
	font-size: 22px;	
}
h1 strong {
	font-weight: bold;
	color: #9d080d;
}
h2 
{
    font-size: 16px;
    color: #9d080d;
    font-weight: bold;
    }
h3 
{
    font-size: 12px;
    color: #8a7865;
    }
p, address 
{
    font-size: 12px;
    line-height: 18px;
    color: #424242;
    }
ul, ol {
	margin: 16px 96px 0px 96px;	
	list-style: none;
}
#content li 
{
    font-size: 11px;
    font-weight: bold;
    color: #424242;
    margin-bottom: 16px;
    line-height: 18px;
	padding-left: 16px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
    }
#content strong {color: #a3181d;}

a {color: #8a7865;}
a:visited {color: #8a7865;}
a:hover {color: #000000;}
a:active {color: #8a7865;}

#shell fieldset 
	{
		padding: 32px;
		
		}
    #shell legend {
          padding: 8px;
          border:1px solid #000000;
          background-color: #7c0000;
          text-align:left;
          margin-bottom: 24px;
          font-size: 14px;
          margin-left: 8px;
          color: #FFFFFF;

          
        }
	#shell label 
	{
		float: left;
		width: 120px;
		margin: 0px 5px 2px 0px;
		text-align: right;
		
		font-weight: bold;
		font-size: 12px;
		}
	#shell input, #shell textarea 
	{
		margin: 0px 8px 2px 8px; 
		float: left;
		}
		input[type="image"], input[type="checkbox"], input[type="radio"] {height: auto; width: auto;}
		
	#shell select 
	{
		margin: 0px 8px 2px 8px; 
		float: left;
		
		}
	#shell br {clear: both;}

	.required {color: #ff0000; font-size: 10px;}
	



/*END Base Form Styles*/

/*Common Variants*/

.autoWidth 
{
	width: auto;
	}


/*ENDCommon Variants*/

/*DatePicker Settlement*/
div.pickerWrapper_Default 
{
	float: left;
	margin: 0px 8px 2px 8px !important;
	position: relative;
	right: 8px;
	}
	div.pickerWrapper_Default *
	{
		padding: 0px !important;

		}
	div.pickerWrapper_Default input
	{
		width: 60px !important;
		height: 18px;
		text-align: center;

		}