/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
P
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
}
TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #000000;
}
.dottedTD
{
	border-left: dotted 1px #c0c0c0;
}


	


SMALL	{	
	font-size:	8pt;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	disc ;
	font-size: 10pt;
	}	

UL LI LI	{	
	list-style-type:	square;
	font-size: 8pt;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	font-size: 8pt;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	font-size: 8pt;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	font-size: 8pt;
	}
.crumbs
{
	font-size: xx-small;
	color: #000000;
}

.errorText
{
	color: #ff0000;
	font-weight: bold;
}
.successText
{
	color: #0000ff;
	font-weight: bold;
}

.altItemStyle
{
	color: #000000;
	background-color: #DCDCDC;
	font-size: 8pt;
	font-weight: normal;
}

.itemStyle
{
	color: #000000;
	background-color: #EEEEEE;
	font-size: 8pt;
	font-weight: normal;
}

.itemStyleBold
{
	color: #000000;
	background-color: #EEEEEE;
	font-size: 8pt;
	font-weight: normal;
}

.selectedItemStyle
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	background-color: #FFFF00;
}

.headerStyle
{
	font-weight: bold;
	color: #ffffff;
	background-color: #FFA500;
	font-size: 8pt;
}

.footerStyle
{
	color: #ffffff;
	background-color: #FA8072;
	font-weight: bold;
	font-size: 8pt;
}

.pagerStyle
{
	color: #000000;
	background-color: #999999;
	font-size: 8pt;
}

.asptextbox { background: #ffffff; border: solid 1px; border-color: #cccccc; letter-spacing: 0px; }

.tableHighlight1
{
	background-color: #FFCC99;
	border: solid 2px #FF9933;
	color: #000000;
}

.tableHighlight1Header
{
	background-color: #FF9933;
	font-weight: bold;
	color: #ffffff;
}

.borderRight
{
	border-right: solid 3px #FF9933;
}

.tableHighlight2
{
	background-color: #CCCCFF;
	border: solid 2px #6666FF;
	color: #000000;
}

.tableHighlight2Header
{
	background-color: #6666FF;
	font-weight: bold;
	color: #ffffff;
}

.tableHighlight3
{
	background-color: #99FFFF;
	border: solid 2px #339999;
	color: #000000;
}

.tableHighlight3Header
{
	background-color: #339999;
	font-weight: bold;
	color: #ffffff;
}

.reportView
{
	background-color: #ffffff;
	border: solid 2px #000000;
	color: #000000;
}

.reportViewHeader
{
	background-color: #000000;
	font-weight: bold;
	color: #ffffff;
}

.reportViewAlt
{
	background-color: #f5f5f5;
}

.solidBottom
{
	border-bottom: solid 1px #c0c0c0;
}
.userPaymentTable
{
	border: solid 2px #336699;
}
.userPaymentDataHeader
{
	background-color: #336699;
	color: #ffffff;
	font-weight: bold;
}

.subHeader
{
	border-bottom: solid 3px #000000;
	border-top: solid 3px #000000;
	background-color: #003366;
}

.subHeaderTD
{
	border-bottom: solid 3px #000000;
	border-top: solid 3px #000000;
	background-color: #003366;
	color: #ffffff;
	padding: 2px 10px 2px 10px;
}


.MainMenu_MenuContainer 
{
    background-color: transparent; 
	
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

/* Actual menu item  when not selected*/

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: FF5800;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #01267F 1px solid; 
	border-left: #01267F 1px solid; 
	border-top: #01267F 1px solid; 
	border-right: #01267F 1px solid;
}

/* not sure what this is */
.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: white; 
	height: 10px;
}

/* Actual menu item  when selected*/

.MainMenu_MenuItemSel {
	background-color: #01267F; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #948410; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #00ff00 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #948410; 
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_RootMenuItemActive  TD
{
color: #673333;
 background-color:#ffffff;

}

.MainMenu_RootMenuItem TD
{
    	background-color: white;
	color: #FF5800;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
} 

.MainMenu_RootMenuItemSelected TD
{
	background-color: #01267F; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

A.SkinObjectWhite:link
{
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

A.SkinObjectWhite:visited
{
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

A.SkinObjectWhite:active
{
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

A.SkinObjectWhite:hover
{
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}


.SkinObject
{
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

A.SkinObject:link
{
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

A.SkinObject:visited
{
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

A.SkinObject:active
{
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

A.SkinObject:hover
{
	color: white;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

