/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

.fontPane{
    font-family:Century Gothic, Verdana, Arial, Helvetica;
	font-size:12px;
}


.Bottom{
    font-family:Century Gothic, Verdana, Arial, Helvetica;
	font-size:11px;
}

.bg_top{
background:url(images/SMMMS-All_02.jpg); background-repeat:repeat-x; background-position:top;

}

.bg_left{
background:url(images/SMMMS-All_05.jpg); background-repeat:repeat-y; background-position:top;

}

.bg_right{
background:url(images/SMMMS-All_08.jpg); background-repeat:repeat-y; background-position:top;

}

.bg_bottom{
background:url(images/SMMMS-All_22.jpg); background-repeat:repeat-x; background-position:top;
font-family:Century Gothic, Verdana, Arial, Helvetica;
font-size:11px;

}

.fpane{
vertical-align:middle; font-family:Century Gothic, Verdana, Arial, Helvetica; font-size:14px;
text-align:center; margin-left: 2cm;
}

.bgpane1{
background:url(images/bgp000.jpg); background-repeat:repeat-x; background-position:top;

}

.bgpane11{
background:url(images/bgp002.jpg); background-repeat:repeat-x; background-position:top;

}

.bgpane{
background:url(images/bgpane.jpg); background-repeat:repeat-x; background-position:top

}

.bgpane2{
background:url(images/bg_pane4.jpg); background-repeat:repeat-x; background-position:top

}

.blackfull{
background:url(images/blackfull.jpg); background-repeat:repeat-x; background-position:top

}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

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: white;
	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: #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #000000 0px solid;
	border-left: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 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;
}



