/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
}

/* background color for the content part of the pages */
Body
{
	color: #000033;
}
.Annoucements
{
	color: #b5ced7;
}
.LeftPane {
}

.ContentPane {
}

.RightPane { 
}

.SkinObject
{
	color: #000033;
}

A.SkinObject:link {
    text-decoration:    none;
    color: #000033;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #000033;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #000033;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #000033;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: #3076bd;
	font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #3076bd;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #3076bd;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #3076bd;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #3076bd;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color: #000033;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#b5ced7;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#b5ced7;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#b5ced7;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#b5ced7;
}

/* Main Menu */

.MainMenuTable
{
	background-image: url(gradient_morton.jpg);
	padding-top: 15px;
}
.MainMenuCellRight
{
	background-image: url(gradient_morton.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	
}
.MainMenuCellLeft
{
	background-image: url(gradient_morton.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

.MainMenu_MenuContainer
{
	background-color: Transparent;
	
}

.MainMenu_MenuBar {
	background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	height: 16;
}

.MainMenu_MenuItem
{
	background-color: Transparent;
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	border-left: #000000 0px solid;
	cursor: hand;
	color: #3076bd;
	border-bottom: #000000 0px solid;
	font-family: Arial, Helvetica;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px 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: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;  
	border-right: #000000 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	cursor: hand;
	color: #90a6bd;
	font-family: Arial, Helvetica;
	background-color: #FFFFFF;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #3076bd; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
