/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.menuStretch
{
	background-image: url(/Portals/_default/Skins/WCC5/D4Menu_2.jpg);background-repeat: repeat-x ;
}
.menu3Stretch
{
	background-image: url(/Portals/_default/Skins/WCC5/D4Menu_3.jpg);background-repeat: repeat-x ;
}
.menu5Stretch
{
	background-image: url(/Portals/_default/Skins/WCC5/D4Menu_5.jpg);background-repeat: repeat-x ;
}

.BottomStretch
{
	background-image: url(/Portals/_default/Skins/WCC5/D4Main_4.jpg);background-repeat: repeat-y ;
}
.D4Footer_2Stretch
{	background-image: url(/Portals/_default/Skins/WCC5/D4Footer_2.jpg);background-repeat: repeat-x ;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10pt;
    color: #808080;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color:  #808080;
    font-family: Verdana;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 14px;
	color: #ff6600;
	font-family: Verdana;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #ff6600;
}

/* 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-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana;
}

/* 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 {
	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: 9pt; 
	font-weight: bold; 
	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: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.TopMenu_Menu
{
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	padding: 2px;
}

.TopMenu_SubMenu
{
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	
	z-index: 1000; 
	background-color: #000000; 
	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;
	padding: 2px;
}

.TopMenu_MouseOver
{
	background-color: #CCCCCC; 
}

.TopMenuActions_Menu
{
	font-weight: bold;
	font-size: 9pt;
	cursor: default;
	font-family: Arial;
	text-transform: uppercase;
	color: black;
}

.TopMenuActions_SubMenu
{
	border-right: #888888 1px solid;
	border-top: #888888 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #888888 1px solid;
	cursor: default;
	border-bottom: #888888 1px solid;
	font-family: Arial;
	background-color: white;
}

.TopMenuActions_MouseOver
{
	background-color: #fff14e; /*#b8b8a8;*/
}

.MenuSpacer
{
	border-top: black 1px solid;
}

.CalHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	background-color: black;
}
.CalSelectedDay
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	background-color: gray;
}
.CalTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	background-color: #FFD959;
	
}
.CalWeekEnd
{
	background-color: #FFF1C7;
}
.CalSelector
{
	background-color: #FFD959;
}
.CalOtherMonth
{
	background-color: #dcdcdc;
}

/* ================================
    CSS STYLES FOR WCC MODULES
   ================================
*/ 

.pnlHeading
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #FADC28;
	text-align: left;
}
.pnlHeadingBlack
{
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt;
	color: white;
	background-color: black;
	text-align: left;
}
.gridHeading
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: gainsboro;
	text-align: left;
}
.gridItem
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: #ffffff;
	text-align: left;
}
.gridAlternating
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: #f4f4f4;
	text-align: left;
}
.gridFooter
{
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 8pt;
	color: black;
	background-color: gainsboro;
	text-align: left;
}
.gridSelected
{
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	color: black;
	background-color: gainsboro;
	text-align: left;
}
.gridButton
{
	border-right: #636563 1px solid;
	border-top: #636563 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #636563 1px solid;
	color: #636563;
	border-bottom: #636563 1px solid;
	background-color: #ffffcc;
}
.DataHeader
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Verdana;
    TEXT-ALIGN: left
}
.VP_DataCell
{
	font-size: 8pt;
	font-family: Tahoma, Verdana;
	background-color: #efefef;
	text-align: left;
	width:120px;
}
.WCCPartsHeader1
{
	font-size: 18pt;
	font-family: 'Berlin Sans FB' , Batang;
}
.WCCPartsHeader2
{
	font-size: 12pt;
	color: darkgray;
	font-family: 'Berlin Sans FB' , Absalom, Batang;
}

.TokenText, A.TokenText, A.TokenText:active, A.TokenText:link, A.TokenText:visited
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.A.TokenText:hover
{
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #CCCCCC; 
}
.Container_NoContainer_Title
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #888878;
	font-family: 'Arial Narrow' , Arial;
}

