/* CSS Document */
body { background-color: transparent; width: 100%; height: 100%; }

/*-------- design style --------*/
.header_tab { margin: 0px 30px;}
.search_style { width:300px;}
.menu_tab { padding: 0px 30px; height:40px;}
.content_tab { padding: 0px 30px; height:100px;}
.page_bottom { height:30px;  text-align:center; line-height:30px; }
.copyright_style { height:30px;  text-align:center; line-height:30px; }

/*--------- pane style ----------*/
.controlpanel_bg { width: 100%; background:#000000; }
.ControlPanel{ background:#000000; }
.headerpane { padding: 10px 0px 0px 0px; }
.toppane { padding:7px 7px 7px 7px; }
.leftpane { padding:7px 7px 7px 7px; }
.contentpane { padding:7px 7px 7px 7px; }
.rightpane { padding:7px 7px 7px 7px; }

/*--------- Default style ----------*/
.Head{ font-size:13px; font-weight:bold; color:#CCCCCC; }
.SubHead{ font-size:12px; font-weight:bold; color:#CCCCCC; }
.SubSubHead{ font-size:11px; color:#CCCCCC; }
.Normal{ font-size:11px; color:#CCCCCC; font-weight: normal; }
.TH,TD,DIV { font-size: 11px; color: #CCCCCC; font-family: Verdana, Tahoma, Arial,  Helvetica, sans-serif;  }
A:link { color :#FFFF00; text-decoration : none; }
A:active { color :#FF3300; text-decoration : underline; }
A:hover { color :#FF3300; text-decoration : underline; }
A:visited { color :#999999; 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 8px 0px 0px; font-size:11px; height:25px; font-weight:normal; color:#FFFFFF; text-align:center; }
.RootMenuItemSel TD { padding:0px 8px 0px 0px; font-size:11px; height:25px; font-weight:normal; color: #FFFFFF; text-align:center; }
.RootMenuItemHover TD { padding:0px 8px 0px 0px; font-size:11px; height:25px; font-weight:normal; color:#FFFF00; text-align:center; }

.MainMenu_MenuItem { padding:5px 30px 5px 10px; border-top: 0px ; border-left: #bbb 1px solid; border-right: #bbb 1px solid; border-bottom: #bbb 1px solid; font-size: 10px; color: #FFFFFF; font-weight:normal;}
.MainMenu_MenuItemSel { background-color: transparent; cursor: hand; }
.Submenu { border:1px #bbb solid; cursor:pointer; margin-top: 0px; margin-left: 0px; z-index: 1000; font-size: 10px;  color: #FFFFFF; font-weight:normal; background: #000000; }
.Submenuitemselected,Submenuitembreadcrumb { padding:5px 30px 5px 10px; border-top: 0px ; border-left: #bbb 1px solid; border-right: #bbb 1px solid; border-bottom: #bbb 1px solid; margin-top: 0px; margin-left: 0px;  font-size:10px;  color: #FFFFFF; font-weight:normal; background: #666666; }

/*--------- CommandButton style ----------*/
.CommandButton { font-size : 11px; font-weight : normal; color: #0099FF; text-decoration: none; }
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active { font-size : 11px; font-weight : normal; color : #0099FF; text-decoration : underline; }
A.CommandButton:hover { font-size : 11px; font-weight : normal; color : #0099FF; text-decoration : none; }

/*--------- Footer style ----------*/
.Footer, A.Footer:link, A.Footer:visited, A.Footer:active { font-size:10px; color:#FFFFFF; text-decoration:none; }
A.Footer:hover { font-size:10px; color :#FFFF00; text-decoration : underline;}

/*--------- Search style ----------*/
.Search, A.Search:link, A.Search:visited, A.Search:active { font-size:10px; color:#FFFFFF; text-decoration:none; }
A.Search:hover { font-size:10px; color :#FFFF00; text-decoration:underline;}

.DataGrid_Item{background-color:#000000;}
.DataGrid_AlternatingItem{background-color:#000000;}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { 
    height:18px;
	background-image: url(images/Search_bg.jpg);
	width: 150px; 
	color: #ffffff; 
	padding: 2px 0px 0px 2px; 
	border: 1px 1px 1px 1px solid #666666;
	cursor:text;
}
