BODY
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FFFFFF;
}

/* MAIN STYLES */

/* Common styles because everything is nested in the main table */
TABLE
{
    background-color: #FAF3EB;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
}

H1
{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

H2
{
    font-size: 12px;    
    font-weight: bold;
}

H3
{
    font-size: 12px;    
    font-weight: bold;
}

H4 H5 H6
{
    font-size: 12px;
    font-weight: bold;
}

SPAN.disabled
{
    color:#A0A0A0;
}

DIV.remark
{
	margin-top:4px;
	padding: 4px;
	background: #FFFFCC;
	border: 1px dashed #666666;
}

DIV.code
{
	padding: 4px;
	margin-top:4px;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-family: "Courier New", Courier, mono;
	color: #003399;
	height:auto;
	width:auto;
	overflow:hidden;
}

TD.TopPane
{
    background-color: #E28F27;
}

TD.LeftPane
{
    padding: 10px 4px 4px 4px;
}

TD.ContentPane
{
    padding: 10px 4px 4px 4px;
    border-left: dotted 1px #00664E;
    border-right: dotted 1px #00664E;
    height:448px;
}

TD.RightPane
{
    padding: 10px 4px 4px 4px;
}

TD.BottomPane
{
    border-top: solid 1px #000000;       
    font-size: 10px;
    padding: 1px 1px 1px 1px;
    color:#696969;
    background-color: #F0F0F0;
}

TD.BottomPane A:link
{
    text-decoration:none;
    color:#696969;
    
}

TD.BottomPane A:visited
{
    text-decoration:none;
    color:#696969;
}

TD.BottomPane A:active
{
    text-decoration:none;
    color:#696969;
}

TD.BottomPane A:hover {
    text-decoration:none;
    color:#000000;
}


/* HYPERLINK STYLES */
A:link  {
    text-decoration:none;
    color:#494949;
}

A:visited   {
    text-decoration:none;
    color:#494949;
}

A:active    {
    text-decoration:none;
    color:#494949;
}

A:hover {
    text-decoration:underline;
    color:#494949;
}

/************************** Banner Styles *********************************/

DIV.Banner
{
    background-color: #E28F27;
}

DIV.Banner TABLE
{
    background-color: #E28F27;
}

/* SITELINK STYLES */
/* text style for the site links (at extreme top-right of header) */
DIV.Banner TD.SiteLink
{
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
}   

DIV.Banner A.SiteLink:link
{
	color: #003300;
	text-decoration: none;
}

DIV.Banner A.SiteLink:visited
{
	color: #003300;
	text-decoration: none;
}

DIV.Banner A.SiteLink:active   {
    text-decoration:    none;
    color:#333333;
}

DIV.Banner A.SiteLink:hover    {
    text-decoration:    underline;
    color:#333333;
}

/* style for separator between site links */
.Accent
{
	font-weight: bold;
	color: #dc143c;
}


/************************** Left Pane Modules *********************************/

DIV.LeftPaneModule
{
    margin-bottom: 10px;
}

DIV.LeftPaneModule TABLE
{
    background-color: #F0F0F0;
}

DIV.LeftPaneModule TD.TitleLeft
{
    background-color: #00664E;
    background-image: url(../Images/mhl.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 16px;
}

DIV.LeftPaneModule TD.Title
{
    background-color: #00664E;
    background-image: url(../Images/mhm.gif);
    background-repeat:repeat-x;
    height: 16px;
    font-size: 11px;
    color: #F0F0F0;
}

DIV.LeftPaneModule TD.TitleRight
{
    background-color: #00664E;
    background-image: url(../Images/mhr.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 16px;
}

DIV.LeftPaneModule TD.Head
{
}

DIV.LeftPaneModule TD.Content
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    border-right: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    padding-top: 2px;
}

DIV.LeftPaneModule A.CommandButton
{
    border: solid 1px black;
    padding: 1px 1px 1px 1px;
}

DIV.LeftPaneModule TABLE.Commands
{
    border-collapse: collapse;
}

DIV.LeftPaneModule A.CommandButton:Hover
{
   	text-decoration: none;
}



/************************** Content Pane Modules *********************************/

DIV.ContentPaneModule
{
    margin-bottom: 10px;
}

DIV.ContentPaneModule TABLE
{
    background-color:#FAF3EB;
}

DIV.ContentPaneModule TD.Head
{
}

DIV.ContentPaneModule TD.TitleLeft
{
    font-size: 0px;
    width: 0px;
}

DIV.ContentPaneModule TD.Title
{
    padding-right: 2px;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 0px;
    border-bottom: 1px dotted #A9A9A9;
    text-align: left;
}

DIV.ContentPaneModule TD.TitleRight
{
    font-size: 0px;
    width: 0px;
}

DIV.ContentPaneModule SPAN.Title
{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    border-top: dotted 1px #A9A9A9;
    border-left: dotted 1px #A9A9A9;
    border-right: dotted 1px #A9A9A9;
    padding: 0px 4px 0px 4px;
}

DIV.ContentPaneModule TD.Content
{
    padding: 2px 2px 2px 2px;
}

DIV.ContentPaneModule A.CommandButton
{
    border: solid 1px black;
    padding: 1px 1px 1px 1px;
}

DIV.ContentPaneModule TABLE.Commands
{
    border-collapse: collapse;
}

DIV.ContentPaneModule A.CommandButton:Hover
{
   	text-decoration: none;
}

/************************** Right Pane Modules *********************************/

DIV.RightPaneModule
{
    margin-bottom: 10px;
}

DIV.RightPaneModule TABLE
{
    background-color: #F0F0F0;
}

DIV.RightPaneModule TD.TitleLeft
{
    background-color: #00664E;
    background-image: url(../Images/mhl.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 16px;
}

DIV.RightPaneModule TD.Title
{
    background-color: #00664E;
    background-image: url(../Images/mhm.gif);
    background-repeat:repeat-x;
    height: 16px;
    font-size: 11px;
    color: #F0F0F0;
}

DIV.RightPaneModule TD.TitleRight
{
    background-color: #00664E;
    background-image: url(../Images/mhr.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 16px;
}

DIV.RightPaneModule TD.Head
{
}

DIV.RightPaneModule TD.Content
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    border-right: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    padding-top: 2px;
}

DIV.RightPaneModule A.CommandButton
{
    border: solid 1px black;
    padding: 1px 1px 1px 1px;
}

DIV.RightPaneModule TABLE.Commands
{
    border-collapse: collapse;
}

DIV.RightPaneModule A.CommandButton:Hover
{
   	text-decoration: none;
}

/*********************************************************************************/
/************************** Module Specific Styles *******************************/
/*********************************************************************************/


/************************** Signin Module Styles *********************************/

DIV.SignInModule INPUT.Password
{
    width:130px;
}

DIV.SignInModule INPUT.TextBox
{
    width:130px;
}

DIV.SignInModule SPAN.ErrorMsg
{
    color: #cc0000;
}

/************************** HTML Module Styles *********************************/

DIV.HtmlModule H1
{
    background: #0066cc;
}


/*************************** Announcement Module Styles ***********************************/

SPAN.AnnTitle
{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

SPAN.AnnLoc
{
    font-weight: bold;
    font-style: italic;
}

DIV.AnnItem
{
	margin-bottom: 10px;
}

SPAN.AnnDesc
{
}

SPAN.AnnTitleExp
{
    font-size: 12px;
    color: red;
    line-height: 16px;
}

SPAN.AnnMore
{
}
