/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
BODY {
	background-image: url(images/bg.jpg);
}
/* text style for the selected tab */
.SkinMaster {
	width:100%;
	padding-top:58px;
}
.PageMaster {
	border: 1px solid black;
	background-color: #FFFFFF;
}
.LeftBorder {
	background-image:url(images/leftborder.gif);
	width:13px;
}
.RightBorder {
	background-image:url(images/rightborder.gif);
	width:13px;
}
.TopBorder {
	background-image:url(images/topborder.gif);
	height:17px;
}
.BottomBorder {
	background-image:url(images/bottomborder.gif);
	height:17px;
}
.LeftPane {
	vertical-align:top;
}
.ContentPane {
	height: 275px;
	width: 100%;
	vertical-align:text-top;
}
.Copyright {
    font-weight: bold;
    font-size: 9pt;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.Footer {
	background-color: transparent;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.SkinObject {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
A.SkinObject:link
{
	color: black;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}	
A.SkinObject:visited
{
	color: black;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}	
A.SkinObject:active
{
	color: black;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}	
A.SkinObject:hover
{
	color: black;
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}	
.Links {
	color:#000099;
	line-height: 1.5em;
}
A.Links:link
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 105%;
	text-decoration: underline;
}	
A.Links:visited
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 105%;
	text-decoration: underline;
}	
A.Links:active
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 105%;
	text-decoration: underline;
}	
A.Links:hover
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 105%;
	text-decoration: underline;
}	
A:link
{
	color:#333366;
	text-decoration: underline;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
}	
A:visited
{
	color:#333366;
	text-decoration: underline;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
}	
A:active
{
	color:#333366;
	text-decoration: underline;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
}	
A:hover
{
	color:#FF0000;
	text-decoration: underline;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
}	
/* GENERAL */
/* style for module titles */
.Head   {
    font-size: 125%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #3A6FB3;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 95%;
    font-weight: bold;
    color:#333333;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 95%;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
	line-height: 1.35em;
	color: #333;
}
.NormalSmall
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 85%;
	line-height: 1.35em;
	color: #333;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: normal;
	color:#333333;
}

.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
	line-height: 1.35em;
	font-weight:bold;
    color: #ff0000
}

.NormalBold
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
	line-height: 1.35em;
	color: #333;
	font-weight:bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
	color: white
}
.Note {
	font-size: x-small;
	font-style: italic;
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #3A6FB3;
	height: 25px;
}
MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuItemActive {
	color: #FFFF00;
}
.MainMenu_RootMenuItemBreadcrumb {
	color: #FFFF00;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #3A6FB3 1px solid; 
	border-top: #003300 0px solid; 
	border-right: #000000 0px solid;
}
.MainMenu_RootMenuItem {
	font-size: 11pt; 
	font-weight: bold; 
	text-align: center;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #3A6FB3; 
	border-left: #3A6FB3 1px solid; 
	border-bottom: #003300 0px solid; 
	border-top: #003300 0px solid; 
	width: 0; 
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #3A6FB3; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid;
	margin-left: 15px;
}

.MainMenu_MenuBreak {
	border-bottom: #993333 0px solid; 
	border-left: #003300 0px solid; 
	border-top: #993333 0px solid;  
	border-right: #003300 0px solid; 
	background-color: #3A6FB3; 
	height: 1px;
}
.MainMenu_MenuItemBreadcrumb {
	color: #FFFF00;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color:#FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	background: transparent;
}
.MainMenu_RootMenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	background: transparent;
	text-align: center;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 1px solid; 
	border-bottom: #003300 0px solid; 
	border-top: #003300 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	cursor: pointer; 
	cursor: hand;
}

