﻿body
{
    font-family: Arial;
}

h2
{
    color: #7fd646;
    font-size: 18pt;
    /*	font-family: Arial;	*/
    font-weight: bold;
}

.contentHeader
{
    /*    margin-top: 15px;     margin-left: 10px;*/
    font-size: 11pt;
    font-weight: normal;
    color: #8a8a8a;
    font-family:Arial;
}

.content
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 10pt;
    font-weight: normal;
    color: #8a8a8a;
    font-family: Arial;
}

.contentBold
{
    font-weight: bold;
}

.labelCell
{
    font: 10pt Arial;       
	color: #8a8a8a;       
}

.fieldCell
{
    text-align: left;
    margin-right: 0px;
    padding-right: 0px;
}

.helpLink
{
    font-size: 10pt;
    font-weight: normal;
    color: #716F64;
}

.helpLink2
{
    color: #990000;
    text-decoration:none;
    font-size:.6em; 
    margin-right:6px; 
    margin-left:6px;
}

.wizard
{
    /*    margin-left:30px;     margin-top:15px;*/
    padding: 10px;
}

.wizardHeaderStyle
{
    color: #7FD646;
    font-weight:bold;
    font-size: 12pt;
    font-family: Arial;
}


#contentHeader
{
    /*background-image: url('outlast_content_header.png'); */
    background-repeat: no-repeat;
    margin-top: 10px;
    height: 18px;
}

#contentMiddle
{
    /*background-image:  url('outlast_content_border.png'); */
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
}

#contentFooter
{
    /*background-image: url('outlast_content_footer.png'); */
    background-repeat: no-repeat;
    margin-top: 0px;
    height: 73px;
    margin-bottom: 0px;
}

#navPanel
{
    margin-right: 0px;
    margin-left: 30px;
    margin-top: 125px;
    margin-bottom: 75px;
    text-align: left;
    color: Gray;
    font-family: arial;
    font-size: .7em;
}

#footer
{
	background-image: url('footer_back.gif');
	/*background-image: url('footer_copyright.gif');*/
	background-position: top;
	background-repeat: no-repeat;
	height: 156px;
	text-align: center;
	padding-top: 35px;
}

#copyright
{
	height: 11px;
	background-image: url('footer_copyright.gif');
	 background-repeat: no-repeat;
	 background-position: center;
	 margin-top: -115px;	
}


.ValidationSummary
{
   font-family: Verdana;   
   color: #BD1A2C;
   font-size: 0.7em;
   width: 100%;
   border:1px solid #BD1A2C;
   margin-top: 20px; 
   background-color: #F6E0D8;
   vertical-align:middle;
   padding-top:13px;
}
.ContentLabel
{
   font-family: Verdana;   
   color: Gray;
   font-size: 0.8em;
}
.textbox
{
    border:1px solid Gray;
    font-family: Arial;   
    color: black;
    font-size: 0.9em; 
    padding:2px;
}
.Overflow
{
    overflow:auto;  
}

.hand
{
 cursor:hand;   
}

.CancelButton
{
    margin-right:5px;
    cursor:hand;
    	padding-left: 10px;
	padding-right: 10px;
}

.NextButton
{
	cursor:hand;
	padding-left: 10px;
	padding-right: 10px;
}