BODY
{
	background-color: white;
	color: #000000;
	font-family: Verdana;
	font-size: 8.25pt;
}

.bigLink:link
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10pt;
}
.bigLink:visited
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10pt;
}
.bigLink:hover
{
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10pt;
}

.button
{
	width:112px
}

.OKCancelButtonSize
{
    width:60px
}

.smallLink:link, .smallLink a:link
{
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 7pt;
}
.smallLink:visited, .smallLink a:visited
{
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 7pt;
}
.smallLink:hover, .smallLink a:hover
{
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 7pt;
}

.darkLink:link
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}
.darkLink:visited
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}
.darkLink:hover
{
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 8pt;
}

.headingText
{
	font-family: Verdana;
	font-size: 9pt;
}

.controlText
{
	font-family: Verdana;
	font-size: 8pt;
}

.infoPanels
{
	background-color: #ffffff;
	PADDING-RIGHT: 4px; 
	MARGIN-TOP: 8px; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	MARGIN-LEFT: 8px;
	PADDING-TOP: 4px;
}

.panelText
{
	font-family: Verdana;
	font-size: 8pt;
}

.panelTextSmall
{
	font-family: Verdana;
	font-size: 7.25pt;
}

.panelTextBox
{
	font-family: Verdana;
	font-size: 8pt;
	width: 10em
}
.panelListBox
{
	font-family: Verdana;
	font-size: 8pt;
}
.panelHead
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}
.panelFoot
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

.finePrint
{
	font-family: Verdana;
	font-size: 6pt;
}

.errorText
{
	font-family: Verdana;
	font-size: 8pt;
	color: #FF0000;
}

.attentionText
{
	font-family: Verdana;
	font-size: 12pt;
	color: #A04040;
}

.numberLabel
{
	font-family: Verdana;
	font-size: 8pt;
	text-align:right;
}

#DefaultLeftPanel
{
	background-color: #FFFFFF;
	BORDER-RIGHT: #bebebe 1px solid; 
	BORDER-BOTTOM: #bebebe 1px solid;
}

#DefaultRightPanel
{
	background-color: #FFFFFF;
	BORDER-RIGHT: #bebebe 1px solid; 
	BORDER-BOTTOM: #bebebe 1px solid; 
}

#panelN
{
	background-image: url(../../Images/pan240-n.gif); background-repeat: repeat-x;
	height: 20px;
}

#panelNE
{
	width: 33px; background-image: url(../../Images/pan240-ne.gif); background-repeat: no-repeat;
}

#panelE
{
	width: 6px; background-image: url(../../Images/pan240-right.gif); background-repeat: repeat-y;
}

#panelSE
{
	width: 33px; background-image: url(../../Images/pan240-se.gif); background-repeat: no-repeat;
}

#panelS
{
	background-image: url(../../Images/pan240-s.gif); background-repeat: repeat-x;
	height: 16px;
}

#panelSW
{
	width: 25px; background-image: url(../../Images/pan240-sw.gif); background-repeat: no-repeat;
}

#panelNW
{
	width: 25px; background-image: url(../../Images/pan240-nw.gif); background-repeat: no-repeat;
}

.row
{
	background-color: beige;/*#bebebe;*/
}

.row-alt
{
	background-color: White;
}

.tableFixed
{
	table-layout:fixed
}

.tableFixed td
{
	white-space:nowrap;
	width:20%
}

.void
{
	display:none;
}