/*
=============================
   Page  Layout Styles 
=============================
*/
body, html
{
	margin: 0px;
	width: 100%;
	height: 100%;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	overflow: hidden;
}
body.Dark
{
    background: #000;
}
.CommandButton
{
	border-right: 1px solid #696969;
	padding-right: 6px;
	border-top: silver 1px solid;
	padding-left: 6px;
	height: 30px;
	font-size: 12px;
	overflow: visible;
	border-left: silver 1px solid;
	color: Gray;
	line-height: 30px;
	border-bottom: 1px solid #696969;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

Input.CommandButton
{
	line-height: 30px;
}
.Dark .CommandButton
{
	color: #fff;
	background-image: none;
	background: #333;
}

A.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active,A.CommandButton:hover
{
    TEXT-DECORATION: none
}

/*
====================================
   Base Page Content Styles 

   NOTE: All the following styles
         are required.
====================================
*/

.Head, H1
{
	font-size: 16px;
	text-transform: none;
	color: #202020;
	font-family: Verdana, Helvetica, sans-serif;
}
.Dark .Head,
.Dark H1,
.Dark H2,
.Dark H3,
.Dark H4,
.Dark H5
{
    color: #fff;
}
.SubHead, H2
{
    FONT-SIZE: 15px;
    COLOR: #999999;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
.SubSubHead, H3, H4, H5, H6
{
    FONT-SIZE: 13px;
    COLOR: #999999;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
.Normal, P
{
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	font-family: Verdana, Helvetica, sans-serif;
}
A
{
	font-weight: normal;
	font-size: 11px;
	color: #6699cc;
	font-family: Verdana, Helvetica, sans-serif;
}
.NormalRed, .Message, .Error, .Error LI
{
    FONT-SIZE: 11px;
    COLOR: red;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.NormalBold, B, STRONG
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
.NormalItalic, I, EM
{
    FONT-SIZE: 11px;
    FONT-STYLE: italic;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
.NormalSmall
{
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
}
ADDRESS 
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #6699cc;
	font-family: Verdana, Helvetica, sans-serif;
}
.ItemDate
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
.NormalTextBox
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
	height: 14pt;
}
.NormalTextArea, TextArea, Select
{
	border: dimgray 1px solid;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F5F5F5;
}
.Dark .NormalTextBox,
.Dark .NormalTextArea, 
.Dark TextArea, 
.Dark Select
{
	background: #333;
	color: #fff;
}
HR
{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1pt;
	background-color: #cccccc;
	border-bottom-style: none;
}
.Dark hr
{
	background-color: #333;
}
TD
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
.InfoPanel
{
	border-right: #cccccc thin groove;
	padding-right: 5px;
	border-top: #cccccc thin groove;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: #cccccc thin groove;
	color: #333333;
	padding-top: 5px;
	border-bottom: #cccccc thin groove;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ffffcc;
}
.InfoText
{
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
}
.InfoHead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}

LI
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}
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
}

