﻿body	
{
	margin: 0px;
}

.rightColumnDivider
{
	background-image:url('images/div_vert.gif');
	background-position:right;
	background-repeat:no-repeat;
}

.leftColumnDivider
{
	background-image:url('images/div_vert.gif');
	background-position:left;
	background-repeat:no-repeat;
}

.contentArea
{
	background-color:transparent;
	vertical-align:top;
	margin:0px;
	padding:0px;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
	text-align: left;
    word-spacing: normal;
	color: #091C2C;
}

hr
{
	color: #999999;
	background-color: #999999;
	height: 1px;
}

.pStyleText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
	text-align: left;
    word-spacing: normal;
	color: #091C2C;
	padding:0px;
}

ul
{
	padding-left: 7pt;
	margin-left: 7pt;
}

li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
	text-align: left;
    word-spacing: normal;
	color: #333333;
}
 
/* Header Text */
.headerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #30437b;
	text-decoration: normal;
	padding-right:3px;
}

.headerLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:normal;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #30437b;
	text-decoration: normal;
	padding-right:5px;
	border-right:solid 1px #30437b;
}

.headerLink a
{
	color: #30437b;
	text-decoration:none;
}
	
.headerLink a:visited	
{
	text-decoration:none;	
	color: #30437b;
}	
		
.headerLink a:active	
{
	text-decoration:none;
	color: #30437b;
}	
		
.headerLink a:hover
{	
	text-decoration:none;
	color: #1c4e8b;
}


/* Aptify Default Classes */
.HoverClass
{
	/*color: mediumblue;*/
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

.HiliteClass
{
	color: red;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

/* Image Styles */
.imageBorder
{
	border:solid 2px #ffbb00;
	padding:3px;
}

.imageNoBorder
{
	border:solid 0px #556600;
}

.imageLeftFloat
{
	border:solid 0px #556600;
	float:left;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:5px;
}

.imageRighttFloat
{
	border:solid 0px #556600;
	float:right;
	vertical-align:top;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:5px;
}

/* Main Menu Style */
.MainMenuItem
{
  color:#ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  font-weight:bold;
  width:96px;
  height:25px;
  text-align:center;
  vertical-align:middle;
}

.MainMenuItem a
{
  color:#ffffff;
  text-decoration:none;
}

.MainMenuItem a:active
{
  color:#ffffff;
  text-decoration:none;
}

.MainMenuItem a:visited
{
  color:#ffffff;
  text-decoration:none;
}

.MainMenuItem a:hover
{
  color:#f7f7f7;
  text-decoration:none;
}

/* Right Side Styles */
.globalColumn
{
	width:200px;
	vertical-align: top;
}

.globalColumnTable
{
	width:200px;
	height:100%;
	background-image:url('images/subdivider.gif');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:5px;
}

.globalColumnHeader
{
	vertical-align:top;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399cc;
	border-bottom:dashed 1px #3399cc;
	padding-bottom:5px;
}

.rightSideImage
{
	width:126px;
	text-align:right;
	vertical-align: bottom;
}

/* Footer */
.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight:normal;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	text-align:center;
	color: #091c2c;
	text-decoration: none;
}

.footer a
{
	color: #091c2c;
	text-decoration: none;
}
	
.footer a:visited	
{
	text-decoration: none;	
	color: #091c2c;
}	
		
.footer a:active	
{
	text-decoration: none;	
	color: #091c2c;
}	
		
.footer a:hover
{	
	text-decoration: underline;
	color: #091c2c;
}

/* Control Styles */

/* Label Style */
.labelStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: normal;
	text-align: left;
    word-spacing: normal;
	color: #333333;
}

/* Text Box Style LA - Left Align , RA - Right Align */
.textBoxStyleLA
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #333333;
	border:1px solid #999999;
	text-align:left;
	text-transform:uppercase;
}

.textBoxStyleRA
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #333333;
	border:1px solid #999999;
	text-align:right;
	text-transform:uppercase;
}

.textBoxStyleLANoCaseStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #333333;
	border:1px solid #999999;
	text-align:left;
}

/* List Style */
.listStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:	normal;
	word-spacing:normal;
	letter-spacing:	normal;
	color: #333333;
	border:1px solid #999999;
	text-align:left;
}

/* Button Style */
.buttonStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333333;
	border:1px solid #000000;
	background-color:#ffffff;
	text-align:center;
}

/* Check Box Style */
.checkBoxStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #333333;
	text-align:center;
}

/* Radio Button Style */
.radioButtonStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #333333;
	text-align:center;
}

/* HyperLink Style */
.hyperLinkStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	text-align: center; 
	color: #19327f;
	background-color: #FFFFFF;
}

.hyperLinkStyle a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	color: #19327f;
	text-decoration: none;
}

.hyperLinkStyle a:active 
{
	text-decoration:none; 
	color:#19327f;
}

.hyperLinkStyle a:visited 
{
	text-decoration:none; 
	color:#19327f;
}

.hyperLinkStyle a:hover 
{
	text-decoration:underline; 
	color:#999999;
}