@charset "iso-8859-1";
/* CSS Document */

html, body, form
{
    position:relative;   
    padding:0;
    margin:0;
}

html, body, form,
.Normal, .NormalBold, .NormalRed, .NormalDisabled, .Head, .SubHead, .SubSubHead,
h1, h2, h3, h4, h5, h6
{
    font-family:Tahoma, Arial, Geneva, sans-serif;
    font-weight: normal;
    font-size: 12px;
}
.Normal, .NormalBold, .NormalRed, .NormalDisabled, .Head, .SubHead, .SubSubHead,
h1, h2, h3, h4, h5, h6 
{ color: #dfd89a; }

.NormalTextbox { color: #000000; }
.NormalRed { color: #ffe500; }
.NormalBold { font-weight: bold; }
.NormalDisabled { font-style: italic; }
.Head, h1 { font-size: 14px; font-weight:bold; color: #ffed4d; }
.SubHead, h2 { font-size: 13px; font-weight:bold; color: #dfcf43; }
.SubSubHead,h3,h4,h5,h6 { font-weight:bold; color: #dfcf43; }

.ControlPanel .Normal, 
.ControlPanel .NormalBold, 
.ControlPanel .NormalRed, 
.ControlPanel .NormalDisabled, 
.ControlPanel .Head, 
.ControlPanel .SubHead, 
.ControlPanel .SubSubHead 
{ color: #545454; }
 
.clear {clear:both;}
hr {border:none;border-bottom:solid 1px #363d0c;}

body {background-color: #666d3c;color: #dfd89a;} /* this is used by the FCK Editor */
body#Body {background-color: #000000;} /* override the editor for the skin */

#Table { background-color: #666d3c; width:960px; }
#LeftCell { background: url(Images/LeftBg.png) repeat-y top left; width:40px; } 
#LeftCell>div { background: url(Images/HeaderTransparentGradient.png) repeat-x top left; width:35px; height:222px; } 
#RightCell { background: url(Images/RightBg.png) repeat-y top left; width:40px; } 
#RightCell>div { background: url(Images/HeaderTransparentGradient.png) repeat-x top left; margin-left:5px; width:35px; height:222px; }
#HeaderCell { background: url(Images/HeaderBg.png) repeat-x top left; height:222px; }

#LoginContainer { position:relative; margin-right:1em; }
#LoginContainer>div { right:0; position:absolute; }
#HeaderImageLeft {float:left;position:relative;top:27px;margin-bottom:20px;}
#HeaderImageMiddle {float:left;position:relative;left:-70px;top:27px;margin-bottom:20px;}
#HeaderImageRight {float:right;position:relative;top:27px;margin-bottom:20px;}

#FooterCell { padding-top:25px; background: url(Images/FooterBg.png) repeat-x top left; height:55px; } 
#FooterLinksCell { text-align:center; padding:5px; border-top:solid 1px black; }

.TopPane, .BottomPane, .ContentPane, .LeftPane, .RightPane
{
    padding: 3px;
    margin: 0px;
    overflow:hidden;
}

.LeftPane { width:220px; }
.LeftPane { background: url(Images/LeftPaneBg.png) repeat top left; }
.RightPane { width:220px; }


/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #ffef00; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { color: #ffffff;  }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #ffef00; }
/*-- user token hover                  --*/ a.USER_object:hover { color: #ffffff;  }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #ffef00; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #ffffff;  }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #ffef00; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #ffffff;  }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#fff; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color: #ffffff; text-decoration:none; font-weight:normal; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color: #ffffff;  }

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #ffef00; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #ff4; font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- command links visited and active  --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #ffef00; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- command links hover               --*/ a.CommandButton:hover { color: #ff4; font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- control panel links visited and active  --*/ .ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel a.CommandButton:active { color: #959f58; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- control panel links hover               --*/ .ControlPanel a.CommandButton:hover { color: #666d3c; font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #ffef00; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #ff4; font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #ffef00; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #ffef00; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }

/*///////////////////////////////////////////////////////////////////////////////////*/
/*				Markit XMenu CSS file * @author MarkitModules.com					 */
/* @copyright Copyright (C) 2008 - 2009 MarkitModules Ltd. & Co. All rights reserved.*/ 
/*///////////////////////////////////////////////////////////////////////////////////*/

/* MenuBar */
div#sample01 div.menubar {width: auto;font-family: Arial, Helvetica, sans-serif;font-size: 11px;line-height: 150%;margin: 0px 0px 0px 0px;padding: 0px 15px 0px 15px;clear: both;position: relative;z-index:100;}
div#sample01 div.menubar-m {height: 45px;background: url(images/sample01/menubar_m.png) 0 0 repeat-x;}
div#sample01 div.menubar-l {position: absolute;top: 0px;left: 0px;width: 15px;height: 45px;background: url(images/sample01/menubar_l.png) 0 0 no-repeat;}
div#sample01 div.menubar-r {position: absolute;top: 0px;right: 0px;width: 15px;height: 45px;background: url(images/sample01/menubar_r.png) 0 0 no-repeat;}

/* Menu */
div#sample01 ul {margin: 0px;padding: 0px;list-style: none;float: left;}
div#sample01 li {position: relative;margin: 0px;padding: 0px;display: block;float: left;z-index: 5;}
div#sample01 li a, #menu li span.separator {height: 40px;display: block;float: left;line-height: 32px;text-decoration: none;color: #646464;}
div#sample01 li span {display: block;font-family: Arial, Helvetica, sans-serif;background-repeat: no-repeat;background-position: 95% 0px;}
div#sample01 li a.current {color: #84aa2c;}
div#sample01 a:hover, div#sample01 span.separator:hover, div#sample01 span.sfhover {color: #000000;}
div#sample01 li.active {font-weight: bold;}
div#sample01 li.active ul {font-weight: normal;}
div#sample01 li.parent span.separator {cursor: pointer;}
div#sample01 li.fancy {position: absolute;top: 0px;visibility: hidden;z-index: 4;overflow: hidden;}
div#sample01 li.fancy div.fancy-container {padding: 0px 15px 0px 15px;}
div#sample01 li.fancy div.fancy-container div.fancy-m {height: 40px;background: url(images/sample01/menu_fancy_m.png) 0 0 repeat-x;}
div#sample01 li.fancy div.fancy-container div.fancy-l {position: absolute;top: 0px;left: 5px;width: 10px;height: 40px;background: url(images/sample01/menu_fancy_l.png) 0 0 no-repeat; /* ie6png:crop */}
div#sample01 li.fancy div.fancy-container div.fancy-r {position: absolute;top: 0px;right: 5px;width: 10px;height: 40px;background: url(images/sample01/menu_fancy_r.png) 0 0 no-repeat; /* ie6png:crop */}
div#sample01 ul.menu {position: absolute;top: 5px;left: 12px;z-index: 11;height: 40px;}
div#sample01 li.level1 {top: 5px;}
div#sample01 a.level1, div#sample01 span.level1 {padding: 0px 5px 0px 5px;background: url(images/sample01/menu_level1_item.png) 0 0 no-repeat;line-height: 250%;color: #ffef00;font-weight: bold;font-size: 135%;}
div#sample01 a.level1 span, div#sample01 span.level1 span {padding: 0px 20px 0px 20px;}
div#sample01 li:hover a.level1, div#sample01 li.sfhover a.level1, div#sample01 li:hover span.level1, div#sample01 li.sfhover span.level1 {/* color: #323232; */}
div#sample01 li.active a.level1, div#sample01 li.active span.level1 {color: #84aa2c;}
div#sample01 a.level1 span.xtitle, div#sample01 span.level1 span.xtitle{padding: 0px;line-height: 200%;}
div#sample01 a.level1 span.sub, div#sample01 span.level1 span.sub {padding: 0px;font-size: 65%;font-weight: normal;color: #CCCCCC;margin-top: -7px;line-height: 10px;}

/* Sub Menu */
div#sample01 ul.menu ul {position: absolute;top: 35px;left: -999em;width: 165px;padding: 0px 0px 10px 0px;background: url(images/sample01/menu_dropdown_bg.png) 0 100% no-repeat;}
div#sample01 li:hover ul, div#sample01 li.sfhover ul {left: 0px;z-index: 100;}
div#sample01 li.level1 li {width: 100%;text-indent: 15px;}
div#sample01 li.level1 li a, div#sample01 li.level1 li span.separator{height: 25px;padding: 0px;margin: 0px 1px 0px 1px;background: #FEFEFE url(images/sample01/menu_level2_item.png) 100% 0 no-repeat;float: none;display: block;line-height: 25px;}
div#sample01 li.level2 a.parent, div#sample01 li li.level2 span.parent {background: #FEFEFE url(images/sample01/menu_level2_item_parent.png) 100% 0 no-repeat;}
div#sample01 li ul ul {margin: -41px 0 0 164px;}
div#sample01 li:hover ul ul, div#sample01 li.sfhover ul ul {border-top: 1px solid #c8c8c8;}
div#sample01 li:hover ul ul, div#sample01 li.sfhover ul ul,  
div#sample01 li:hover ul ul ul, div#sample01 li.sfhover ul ul ul,  
div#sample01 li:hover ul ul ul ul, div#sample01 li.sfhover ul ul ul ul {left: -999em;}
div#sample01 li li:hover ul, div#sample01 li li.sfhover ul,  
div#sample01 li li li:hover ul, div#sample01 li li li.sfhover ul,  
div#sample01 li li li li:hover ul, div#sample01 li li li li.sfhover ul {left: 0;z-index: 100;}

/*///////////////////////////////////////////////////////////////////////////////////*/
