/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/* IISFAQ Specific Styles */
.IISFAQPageHeader
{
	color:white;
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
	background-color: #333399;
}

.IISFAQMenu
{
   	background-color: #FFF0C2;
	border-bottom : black solid 1px;
}

.IISFAQLeftNav
{
	background-color: #FFF0C2;
  	border-right : black solid 1px;
}

.IISFAQLeftNavHeader
{
	border-bottom: 1px solid black;
	background-color : #cc9900;
}

.IISFAQArticleHeader
{
	font-size: 14px;
	font-weight : bold;
	font-style : italic;
	border-bottom : thin solid Maroon;
}

.IISFAQPageFooter {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
	color:white;
	background-color: #333399;
}


/* End of IISFAQ Specific Styles */

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: White;
}


/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:blue;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:green;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:red;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#990000;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: Transparent;
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:14;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	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;
}

.MainMenu_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;
}

.MainMenu_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;
}

.MainMenu_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;
}

.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.MainMenu_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;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

