/* CSS Document */
body { background-color: transparent; width: 100%; height: 100%; }
form { height: 100%; }

.FixedWidth { width:900px; height:100%; background:url(images/01_left_bg.jpg) repeat-y left top #FFFFFF; }
.FullWidth { width:100%; height:100%; background:url(images/01_left_bg.jpg) repeat-y left top #FFFFFF; }

/*-------- design style --------*/
.logo_bg { background:url(images/Blue_r1_c1.jpg) no-repeat left top #255CD8;  height:150px;}

.search_bg { background:url(images/Blue_r3_c1.jpg) repeat-x left top; height:42px; }
.menu_bg { background:url(images/Blue_r3_c9.jpg) repeat-x left top; height:42px; }
.user_bg { background:#D9D9D9; height:24px; }

.footer_bg { background:url(images/Blue_r9_c9.jpg) repeat-x left top; height:40px; }
.footer_bg_two { background:url(images/Blue_r9_c1.jpg) repeat-x left top; width:280px; }

/*--------- pane style ----------*/
.controlpanel_width { width: 960px; margin:auto; }
.controlpanel_bg { width: 100%; background:#FFFFFF; }
.headerpane { padding:0px 0px; }
.leftsidepane { padding:7px 0px; }
.toppane { padding:7px 7px 2px 7px; }
.leftpane { padding:7px 7px 2px 7px; }
.contentpane { padding:7px 7px 2px 7px; }
.rightpane { padding:7px 7px 2px 7px; }
.bottompane { padding:7px 7px 2px 7px; }

/*--------- Default style ----------*/
.Head{ font-size:13px; font-weight:bold; color:#000000; }
.SubHead{ font-size:12px; font-weight:bold; color:#000000; }
.SubSubHead{ font-size:12px; color:#000000; }
.Normal{ font-size:12px; color:#000000; font-weight: normal; }
.TH,TD,DIV { font-size: 12px; color: #000000; font-family: Tahoma, Verdana, Arial,  Helvetica, sans-serif;  }
A:link { color :#094EB5; text-decoration : none; }
A:active { color :#094EB5; text-decoration : underline; }
A:hover { color :#990000; text-decoration : underline; }
A:visited { color :#666666; 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 6px 0px 6px; height:42px; font-size:13px; font-weight:bold; color:#FFFFFF; text-align:center; }
.RootMenuItemSel TD { padding:0px 6px 0px 6px; height:42px; font-size:13px; font-weight:bold; color: #000000; text-align:center; background:url(images/Blue_r3_c12.jpg) repeat-x center bottom; }
.RootMenuItemHover TD { padding:0px 6px 0px 6px; height:42px; font-size:13px; font-weight:bold; color:#000000; text-align:center; background:url(images/Blue_r3_c12.jpg)  repeat-x center bottom; }

.MainMenu_MenuItem { padding:5px 30px 5px 12px; border-top: 0px ; border-left: #ffffff 1px solid; border-right: #ffffff 1px solid; border-bottom: #ffffff 1px solid; font-size: 11px; color: #444444; font-weight: bold;}
.MainMenu_MenuItemSel { background-color: transparent; cursor: hand; }
.Submenu { border:1px #255CD8 solid; cursor:pointer; margin-top: 0px; margin-left: 0px; z-index: 1000; font-size: 11px;  color: #444444; font-weight: bold; background: #D7E1F8; }
.Submenuitemselected,Submenuitembreadcrumb { padding:5px 30px 5px 12px; border-top: 0px ; border-left: #ffffff 1px solid; border-right: #ffffff 1px solid; border-bottom: #ffffff 1px solid; margin-top: 0px; margin-left: 0px;  font-size:11px;  color: #FFFFFF; font-weight: bold; background: #255CD8; }

/*--------- CommandButton style ----------*/
.CommandButton { font-size : 11px; font-weight : normal; color: #0033CC; text-decoration: none; }
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active { font-size : 11px; font-weight : normal; color : #0033CC; text-decoration : underline; }
A.CommandButton:hover { font-size : 11px; font-weight : normal; color : #0033CC; text-decoration : none; }

/*--------- User style ----------*/
.User, A.User:link, A.User:visited, A.User:active{ background:transparent url(images/BlueUser.jpg) no-repeat left; padding:2px 0px 2px 18px; font-size:11px; font-weight:bold; color:#000000; text-decoration:none; }
A.User:hover { font-size:11px; font-weight:bold; color: #255CD8; text-decoration:none; }

/*--------- Search style ----------*/
#dnn_dnnSEARCH_txtSearch.NormalTextBox { height:18px; background-color: transparent; width: 140px; color: #FFFFFF; padding: 2px 0px 0px 2px; border: 1px 1px 1px 1px solid #D7E1F8; cursor:text; }
.Search, A.Search:link, A.Search:visited, A.Search:active { color:#FFFFFF; font-weight:normal; font-size:12px; text-decoration:none; }
A.Search:hover  { color:#FFFFFF; font-weight:normal;  font-size:12px; text-decoration:none; }

/*--------- Breadcrumb style ----------*/
.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active { color:#333333; font-size:11px; font-weight:bold; text-decoration:none; }
A.Breadcrumb:hover  { color:#255CD8; font-size:11px; font-weight:bold; text-decoration:none; }

/*--------- Footer style ----------*/
.Footer, A.Footer:link, A.Footer:visited, A.Footer:active { font-size:11px; font-weight:bold; color:#333333; text-decoration:none;}
A.Footer:hover { font-size:11px; font-weight:bold; color :#FFFFFF; text-decoration : none;}
