/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_MenuContainer
{
    border-bottom: #404040 0px solid;
    border-left: #FF8080 0px solid;
    border-top: #FF8080 0px solid;
    border-right: #FFFFFF 0px solid;
    background-color: #CC0000;
}

.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 19;
}

.MainMenu_MenuItem
{
    cursor: pointer;
    cursor: hand;
    color: #FFFFFF;
    font-family: 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: #23447D 0px solid;
}

.MainMenu_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    background-color: #CC0000;
    border-left: #CC0000 1px solid;
    border-right: #000000 0px solid;
    border-bottom: #CC0000 1px solid;
    border-top: #CC0000 1px solid;
    text-align: center;
    width: 1;
    height: 19;
}	
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    margin: 1px 0px 0px 0px;
    color: #CC0000;
    font-family: Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #CC0000;
    border-bottom: #A4A4A4 1px solid;
    border-left: #A4A4A4 1px solid;
    border-top: #A4A4A4 1px solid;
    border-right: #A4A4A4 1px solid;
}
.MainMenu_MenuBreak
{
    width: 40px;
    border: 0;
}

.MainMenu_MenuItemSel
{
    background-color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    color: #CC0000;
    font-family: Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
}

.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    color: Black;
    cursor: pointer;
    cursor: hand;
    border-right: #000000 0px solid;
    border-bottom: #000000 0px solid;
    border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}



/* Normal bold text syle */
.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    color: #666666;
    text-align: left;
    vertical-align: middle;
}

/* Normal text syle */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #333333;
}

/* Subhead text syle */
.SubHead
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    color: #666666;
}

/* Gray Subhead text syle */
.SubHeadgray
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    color: #555555;
}

/* Date text syle */
.Date
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #666666;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    background-color: #FFFFFF;
}

.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

/* Gray text syle */
.Gray
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    color: #A4A4A4;
    text-decoration: none;
    font-weight: normal;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 6px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
}
ul
{
    list-style-image: url(images/arrow4.gif);
    list-style-position: outside;
}
.leftside
{
    width: 34px;
    background-image: url(images/leftside.gif);
    background-repeat: repeat-y;
    text-align: right;
    vertical-align: top;
}
.rightside
{
    width: 35px;
    background-image: url(images/rightside.gif);
    background-repeat: repeat-y;
    text-align: left;
    vertical-align: top;
}
.navcell
{
    text-align: left;
    vertical-align: middle;
    height: 20px;
    background-color: #008000;
    margin: 0px 0px 0px 6px;
    padding: 0px 0px 0px 6px;
    z-index: 101;
}


/* Left Pane */
.leftpane
{
    text-align: left;
    vertical-align: top;
    width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #C1C1C1;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 6px;
}

/* Right Pane */
.rightpane
{
    text-align: left;
    vertical-align: top;
    width: 200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #C1C1C1;
}
/* Footer text style */
.Footer
{
    font-size: 8.5pt;
    color: #A4A4A4;
    font-family: Arial, Helvetica;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

/* Footer link syle */
A.Footer:link
{
    text-decoration: none;
    color: #A4A4A4;
    font-weight: normal;
    font-size: 8.5pt;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
A.Footer:visited
{
    text-decoration: none;
    color: #A4A4A4;
    font-weight: normal;
    font-size: 8.5pt;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
A.Footer:active
{
    text-decoration: none;
    color: #A4A4A4;
    font-weight: normal;
    font-size: 8.5pt;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
A.Footer:hover
{
    text-decoration: underline;
    color: #A4A4A4;
    font-weight: normal;
    font-size: 8.5pt;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

/* Top Pane */
.toppane
{
    text-align: left;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
}
.logocell
{
    text-align: left;
    vertical-align: middle;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 8px;
}

/* Command button admin text syle */
.CommandButton
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    line-height: 9pt;
    color: #000000;
}

/* Command button admin link syle */
A.CommandButton:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    line-height: 9pt;
    font-style: normal;
}
A.CommandButton:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    line-height: 9pt;
    font-style: normal;
}
A.CommandButton:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    text-decoration: underline;
    line-height: 9pt;
    font-style: normal;
}
A.CommandButton:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    line-height: 9pt;
    font-style: normal;
}


/* Content Pane */
.contentpane
{
    text-align: left;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    height: 100%;
}
.contentpaneLogin
{
    text-align: left;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 100%;
}
.toptable
{
    height: 36px;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.headertable
{
    height: 135px;
}

.footertable
{
    text-align: center;
    vertical-align: middle;
    height: 30px;
}
.copyright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    color: #666666;
    text-align: center;
    vertical-align: middle;
}
/* Bottom Pane */
.bottompane
{
    text-align: left;
    vertical-align: top;
}
/* Register and Login text syle */
.SignIn
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #666666;
    background-color: #FFFFFF;
    text-align: right;
    vertical-align: middle;
    display: block;
    margin: 0px 2px;
    padding: 0px 2px;
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
    font-weight: bold;
    white-space:nowrap;
}
A.SignIn:link
{
    text-decoration: none;
    font-size: 9pt;
    font-family: Arial, Helvetica;
    color: #666666;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 4px;
    padding: 4px;
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
    font-weight: bold;
}

A.SignIn:visited
{
    text-decoration: none;
    font-size: 9pt;
    font-family: Arial, Helvetica;
    color: #666666;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 4px;
    padding: 4px;
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
    font-weight: bold;
}

A.SignIn:active
{
    text-decoration: none;
    font-size: 9pt;
    font-family: Arial, Helvetica;
    color: #666666;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 4px;
    padding: 4px;
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
    background-image: url(buttonbkgrd.gif);
    background-repeat: repeat-x;
    font-weight: bold;
}

A.SignIn:hover
{
    text-decoration: none;
    font-size: 9pt;
    font-family: Arial, Helvetica;
    color: #FFFFFF;
    background-color: #CC0000;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin: 4px;
    padding: 4px;
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
    background-image: url(images/buttonbkgrd.gif);
    background-repeat: repeat-x;
    font-weight: bold;
}

.customername
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: black;
	white-space:nowrap;
}

.icons
{
	vertical-align:text-bottom;
	margin-left:6px;
	margin-right:2px;
	border:0;
}

.headerbackground
{
    background-color: #000000;
    text-align: left;
    vertical-align: top;
    height: 135px;
    background-image: url(images/HeaderPane02.jpg);
}
.spacer5
{
    background-color: #FFFFFF;
    height: 5px;
}
.navtop
{
    background-image: url(images/04.gif);
    background-repeat: repeat-x;
    height: 4px;
}
.navbottom
{
    background-image: url(images/06.gif);
    background-repeat: repeat-x;
    height: 4px;
}
.breadcrumbcell
{
    background-color: #eaeaea;
    text-align: left;
    vertical-align: middle;
    height: 16px;
    background-image: url(images/07.gif);
    background-repeat: repeat-x;
}
/* Breadcrumbs */
.breadcrumb
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #666666;
	height: 16px;
	text-decoration: none;
	font-style: normal;
}
A.breadcrumb:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    color: #008000;
    height: 16px;
    text-decoration: underline;
    font-weight: bold;
}
A.breadcrumb:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    color: #666666;
    height: 16px;
    text-decoration: none;
    font-weight: bold;
}
A.breadcrumb:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    color: #666666;
    height: 16px;
    text-decoration: none;
    font-weight: bold;
}
A.breadcrumb:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    color: #008000;
    height: 16px;
    text-decoration: underline;
    font-weight: bold;
}

.footerbackground
{
    background-image: url(images/010.gif);
    background-repeat: repeat-x;
    text-align: center;
    vertical-align: top;
    margin: 10px 0px 0px;
    padding: 10px 0px 0px;
    height: 30px;
}
.maintable
{
    width: 775px;
    height: 100%;
    background-color: #FFFFFF;
}
.contentcell
{
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
}
.contenttable {
	width: 100%;
}

/* GENERAL */
/* style for generic container titles */
.Head
{
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs
{
    font-size: 9pt;
    color: #666666;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
    text-decoration: none;
    color: #666666;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #666666;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #666666;
}

A.OtherTabs:hover
{
    text-decoration: underline;
    color: #666666;
}
.breadcrumbBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    font-weight: bold;
    color: #666666;
    height: 16px;
    text-decoration: none;
    vertical-align: text-bottom;
}

.breadcrumbTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    font-weight: normal;
    color: #666666;
    height: 16px;
    text-decoration: none;
    vertical-align: text-top;
}
.sidebar
{
	 width: 220px; 
	 background-color: #e9e9e9;
	 border-right: solid 1px CCCCCC;
	 border-bottom: solid 1px CCCCCC; 
	 vertical-align: top;
}
.sidebarheader
{
	 height: 21px; 
	 background-color: #CCCCCC; 
	 width: 220px; 
	 position: relative; 
	 padding-top:3px;
	 padding-left:8px;
}

.sidebarstatus
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: Gray;
}

.sidebarstatusnumber
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	margin-left: 2px;
}

.sidebarstatusnumberred
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #CC0000;
	margin-left: 2px;
}

.sidebarstatusdate
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #CC0000;
	margin-left: 2px;
}

.datediv
{
	background-color:#DFDFDF; 
	height:22px; 
	width:178px; 
	text-align:left;
}
