/* CSS Document */
body { background-color: transparent; width: 100%; height: 100%; }
form { height: 100%; }

.content_width { width:900px; }

/*-------- design style --------*/
.page_top { background:url(images/skin_03.jpg) no-repeat bottom left; height:30px; padding-bottom:5px; }
.menu_left { background:url(images/skin_02.jpg) no-repeat left; height:47px; width:281px;}
.menu_bg { background:url(images/skin_06.jpg); } 
.menu_right { background:url(images/skin_10.jpg) no-repeat right; height:47px; width:10px;}

.logo_left { background:url(images/skin_12.jpg) no-repeat left top; height:290px; width:298px;}
.logo_bg { background:url(images/skin_13.jpg) no-repeat left top;}

.bottom_line { background:url(images/skin_15.jpg) repeat-x; height:3px;}
.bottom_links { text-align:center; height:50px;}
.footer_links { text-align:center; height:40px;}

/*--------- pane style ----------*/
.controlpanel_bg { width: 100%; background:#000000; }
.ControlPanel{ background:#000000; }

.headerpane { padding: 0px 7px;Vertical-align:bottom; }
.logopane { padding: 2px 10px;vertical-align:top; }
.toppane { padding: 0px 7px; vertical-align:top;}
.topleftpane { padding: 7px 7px; vertical-align:top; }
.toprightpane { padding: 7px 7px; vertical-align:top; }
.leftpane { padding: 7px 7px; vertical-align:top; }
.contentpane { padding: 7px 7px; vertical-align:top; }
.rightpane { padding: 7px 7px;vertical-align:top;  }
.boxapane { padding: 7px 7px; vertical-align:top; }
.boxbpane { padding: 7px 0px; vertical-align:top;}
.boxcpane { padding: 7px 7px;vertical-align:top;}
.boxdpane { padding: 7px 7px; vertical-align:top;}

/*--------- Default style ----------*/
.Head{ font-size:13pt; font-weight:bold; color:#fff;font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; }
.SubHead{ font-size:12pt; font-weight:normal; color:#fff;font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; }
.SubSubHead{ font-size:11pt; color:#fff;font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; }
.Normal{ font-size:11pt; color:#fff; font-weight: normal; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;}
.TH,TD,DIV { font-size: 11pt; color: #fff; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;  }
A:link { color :#fff; text-decoration : none; }
A:active { color :#fff; text-decoration : underline; }
A:hover { color :#FF0000; text-decoration : underline; }
A:visited { color :#fff; text-decoration : none; }

/*--------- Menu style ----------*/
.MainMenu_MenuContainer { background-color: transparent; width:100%;}
.MainMenu_MenuBar { }
.MainMenu_MenuArrow { display: none;}
.MainMenu_RootMenuArrow { display: none; }
.MainMenu_MenuIcon { display: none;}
.MainMenu_MenuBreak { border: transparent 0px solid; background-color: transparent; height: 1px; }

.RootMenuItem TD { padding:0px 5px 0px 5px; height:45px; font-size:13px; font-weight:bold; color:#CCCCCC; text-align:center;border-left: 2px solid #000;}
.RootMenuItemSel TD { padding:0px 5px 0px 5px; height:45px; font-size:13px; font-weight:bold; color: #FFFFFF; text-align:center;border-left: 2px solid #000;}
.RootMenuItemHover TD { padding:0px 5px 0px 5px; height:45px; font-size:13px; font-weight:bold; color:#FFFFFF; text-align:center;border-left: 2px solid #000;}

.MainMenu_MenuItem { padding:5px 25px 5px 10px; border:0pt none; font-size: 11px; color: #444444; font-weight: bold;}
.MainMenu_MenuItemSel { background-color: transparent; cursor: hand; }
.Submenu { border-left:4px #5A462E solid; cursor:pointer; margin-top: 0px; margin-left: 0px; z-index: 1000; font-size: 11px;  color: #444444; font-weight: bold; background: #CABFB3; }
.Submenuitemselected,Submenuitembreadcrumb { padding:5px 25px 5px 10px; border:0pt none; margin-top: 0px; margin-left: 0px;  font-size: 11px;  color: #FFFFFF; font-weight: bold; background: #5A462E;border-left: 2px solid #000;}

/*--------- CommandButton style ----------*/
.CommandButton { font-size : 11px; font-weight : normal; color: #6699FF; text-decoration: none; }
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active { font-size : 11px; font-weight : normal; color : #6699FF; text-decoration : underline; }
A.CommandButton:hover { font-size : 11px; font-weight : normal; color : #6699FF; text-decoration : none; }


/*--------- BottomLinks style ----------*/
.BottomLinks, A.BottomLinks:link, A.BottomLinks:visited, A.BottomLinks:active { font-size:11px; font-weight:bold; color:#fff; text-decoration:none; }
A.BottomLinks:hover { font-size:11px; font-weight:bold; color :#FFFFFF; text-decoration : none;}

/*--------- Footer style ----------*/
.Footer, A.Footer:link, A.Footer:visited, A.Footer:active { font-size:11px; font-weight:bold; color:#A69F8F; text-decoration:none; }
A.Footer:hover { font-size:11px; font-weight:bold; color :#FFFFFF; text-decoration : none;}

