

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, SPAN, TD, DIV, A
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 8pt;
   font-weight: normal;
   color: #666666;
}

.ControlPanel {
    width: 100%;
    height: 64px;
}

/* fix for control panel being unable to handle relative font size */
span.control * span.SubHead
{
	font-size:10pt;
}

.SkinObject {
    font-weight: bold;
    font-size: 0.8em;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
    text-decoration:    none;
}

A.SkinObject:hover    {
    text-decoration: underline;
}

.Head   {
    font-size: 1.1em;
    font-weight:  bold;
	color: #48B494;
}

.SubHead    {
    font-size:  0.9em;
    font-weight:    bold;
}

.SubSubHead {
    font-size:  0.8em;
    font-weight:    bold;
}

.NormalBold
{
	font-size: 1.0em;
    font-weight: bold
}

.NormalRed
{
	font-size: 1.0em;
    font-weight: bold;
    color: #ff0000
}

.NormalTextBox
{
	font-size: 0.9em;
    font-weight: normal;
}

.CommandButton     
{
	font-size: 1em;
    font-weight: normal;
}
    
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
    text-decoration:    underline;
}


A.CommandButton:hover    {
    text-decoration:    underline;
}

.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 1.0em;
}
    
H1  {
    font-size:  1.5em;
    font-weight: bold;
}

H2  
{
	font-size: 1.4em;
    font-weight: bold;
}

H3  {
    font-size:  1.3em;
    font-weight:  bold;
}

H4  {
    font-size:  1.2em;
    font-weight: bold;
}

H5, DT  {
    font-size:  1.1em;
    font-weight:    bold;
}

H6  {
    font-size:  1.0em;
    font-weight:    bold;
}

TFOOT, THEAD    {
    font-size:  1.1em;
}

TH  {
    vertical-align: baseline;
    font-size:  1.1em;
    font-weight:    bold;
}

A:link, A:active, A:visited  {
    text-decoration:    none;
}

A:hover {
    text-decoration: underline;
}

SMALL   {
    font-size:  0.8em;
}

BIG {
    font-size:  1.2em;
}

BLOCKQUOTE, PRE {
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left;
    color: dimgrey;
}

/* Skin specific */

.MainLayout
{
	padding-right:2px;
	padding-left:2px;
	width: 800px;
	border-left: black 1px solid;
	border-right: black 1px solid;
}

#UserCell
{
	padding-bottom: 4px;
	padding-top: 2px;
	border-bottom: black thin solid;
}

#FooterCell
{
	height: 25px;
	border-top: #D5DEC5 thin solid;
	color: #cccccc;
	background: black;
	padding: 4px;
}

.FooterText {
	font-size: 0.9em;
	font-weight: normal;
	color: #cccccc;
}

A.FooterLink:link, A.FooterLink:active, A.FooterLink:visited
{
    text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	color: #cccccc;
}

A.FooterLink2:link, A.FooterLink2:active, A.FooterLink2:visited
{
    text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #cccccc;
}

A.FooterLink:hover, A.FooterLink2:hover {
    text-decoration: underline;
}

A.Search:link, A.Search:active, A.Search:visited
{
	font-size: 8pt;
	font-weight: normal;
}

A.Search:hover
{
	text-decoration: underline;
}

#SiteToolsCell
{
	padding-top: 2px;
	text-align: right;
	border-bottom: black 1px solid;
}

#LogoCell {
	padding: 5px;
}

#SloganCell {
	padding: 5px;
	border-top: black 1px solid;
}

div.Slogan {
	position: relative;
    	right: 23px;
    	width: 400px;
    	height: 20px;
	background: url(images/slogan.gif) no-repeat top right;
	margin-top: 5px;
}

#MenuCell
{
	border-top: #48B494 thin solid;
	background: Black;
	border-bottom: #48B494 thin solid;
}

.PageTitle
{
	border-bottom: gray 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	Width: 100%;
	font-size: 1.5em;
    	font-weight: bold;
    	color: #48B494;
}

.Help
{
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: normal;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
}


.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
	color: #CCCCCC;
}
.MainMenu_MenuItem {
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CCCCCC; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CCCCCC;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #AAAAAA; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}


.TabIsland_item
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: Black;
    padding-right:12px;
    padding-left:12px;
}
.TabSelected_item
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: Black;
    padding-right:12px;
    padding-left:12px;
}
.TabHover_item
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: Black;
    padding-right:12px;
    padding-left:12px;
}

.TabIsland2
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: black;
    background: #E5E5E5;
    padding-right:12px;
    padding-left:12px;
}
.TabSelected2
{
    font-size: 14px;
    color: yellow;
    background: black;
    padding-right:12px;
    padding-left:12px;
}
.TabHover2
{
    font-size: 14px;
    color: yellow;
    background: black;
    padding-right:12px;
    padding-left:12px;
}