/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 
body { 
	font-family: sans-serif;  
	font-weight: normal; 
	font-size: 11px; 
	color: #333333; 
	scrollbar-base-color: #6d8693;
	scrollbar-face-color: #C5D6DD; 
	scrollbar-highlight-color: #f3f3f3; 
	scrollbar-shadow-color: #f3f3f3; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-dark-shadow-color: white; 
	scrollbar-3d-light-color: 9BAAC1
}  

.stext {
	border-right: #3C92DC 1px solid; 
	border-top: #3C92DC 1px solid; 
	font-size: 11px; 
	background: #FFFFFF; 
	border-left: #3C92DC 1px solid; 
	color: #000000; 
	border-bottom: #3C92DC 1px solid; 
	font-family: tahoma, sans-serif; 
	height: 20px; 
	text-decoration: none
}

.sbttn {
	border: #3C92DC 1px solid; 
	font-size: 11px; 
	background: #D2E4F4; 
	cursor: hand; color: #000000;  
	font-family: tahoma, sans-serif; 
	height: 20px; 
	text-decoration: none
}

.mainbg {
	background-image:url(images/webc3.jpg); 
	background-position:bottom;
}

input, textarea, button {
	font-size: 11px; 
	font-family: tahoma, sans-serif; 
	height: 20px; 
	text-decoration: none	
}

td {
	font-size: 12px; }
	
/* text style for the selected tabs */
.SelectedTab {   
    font-size: 11px;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
}


/* text style for the unselected tabs */
.OtherTabs {
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}
    
/* hyperlink style for the unselected tabs */
a.OtherTabs:link {
    text-decoration: none;
    color: #ffffff;
}

a.OtherTabs:visited  {
    text-decoration: none;
    color: #ffffff;
}

A.OtherTabs:active   {
    text-decoration: none;
    color: #565656;
}

a.OtherTabs:hover    {
    text-decoration: bold;
    color: #41B3F1;
}
.Copyright {
    background: none; 
    color: #ffffff; 
    font-size: 11px;      
    font-family: Verdana, Helvetica; 
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a.Copyright:link {
    text-decoration: none;
    color: #ffffff;
}

a.Copyright:visited  {
    text-decoration: none;
    color: #ffffff;
}

a.Copyright:active   {
    text-decoration: none;
    color: #ffffff;
}

a.Copyright:hover    {
    text-decoration: none;
    color: #CCCCCC;
} 

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  12px;
	font-weight:    bold;
    font-weight:    normal;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
	color:#000000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormaltextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.Commandbutton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
h1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

h2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

h3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

h4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

h5, dt  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

h6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

tfoot, thead    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

th  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight: bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	width: 100%;
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 11px; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 11px; 
	font-style: normal;
	background-color: #ffcc00;
}



/* Main Menu */
/* Main Menu */

.MainMenu_MenuContainer {

	background-color: Transparent;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	color:#7E5946;

}

.MainMenu_MenuBar {

	cursor: pointer; 
	cursor: hand;
	height: 25px;

 
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #847D7B 0px solid; 
	border-bottom: #847D7B 1px solid; 
	border-top: #847D7B 1px solid; 
	border-right: #847D7B 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #847D7B; 
	border-left: #847D7B 1px solid; 
	border-bottom: #847D7B 1px solid; 
	border-top: #847D7B 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #847D7B; 
	filter:progid:DXImageTransform.Microsoft.shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;

}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_Menuarrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #847D7B 1px solid; 
	border-bottom: #847D7B 1px solid; 
	border-top: #847D7B 0px solid;
}

.MainMenu_RootMenuarrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}

.CheckList input { 
	height: 12px; 
	margin-left: 0px;
	padding-left: 0px;
}

/* styles for estimating sets table */
.NotifyList { width: 100%; }
.NotifyList td { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; vertical-align: middle; }
.NotifyList input { height: 12px;}
.NotifyList label { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 4px; vertical-align: middle; }

/* styles for multi order submit */
#divAddMore input { border: none; }
#divFormButtons input
{
	background-image: none;
}

/* pager controls (must set CssClass="GridPager" on each grid) */
.gridpager { font-weight: bold; }