/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 


body {
	background: white;
}

table, tr, td, p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.4em;
}

label, .normal, .Normal {
	font-family: verdana;
	font-size: 11px;
}

.linkimage_image	{
	padding-bottom: 10px;
}
select, input {
	font-family: verdana;
	font-size: 11px;
	color: #333;
}

h3 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: white;
    font-family: verdana;
    text-decoration: none;
}

/* hyperlink styles */
A.OtherTabs:link {
    text-decoration:    underline;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    underline;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

.WhiteLinks {
    text-decoration:none;
    color: #fff;
	border: 0;
	font-weight: normal;
}


A.WhiteLinks:link {
    text-decoration:none;
    color: #fff;
	border: 0;
	font-weight: normal;
}

A.WhiteLinks:visited  {
    text-decoration:none;
    color: #fff;
	border: 0;
	font-weight: normal;
}

A.WhiteLinks:active   {
    text-decoration:none;
    color: #fff;
	border: 0;
	font-weight: normal;
}

A.WhiteLinks:hover    {
    text-decoration:underline;
    color: #fff;
	border: 0;
	font-weight: normal;
}
.SlideshowLinks {
    text-decoration:none;
    color: #fff;
	border: 0;
	font-weight: normal;
	padding-top: 5px;
}


A.SlideshowLinks:link {
    text-decoration:none;
    color: #fff;
	border: 0;
	font-weight: normal;
	padding-top: 5px;
}

A.SlideshowLinks:visited  {
    text-decoration:none;
    color: #fff;
	border: 0;
	font-weight: normal;
	padding-top: 5px;
}

A.SlideshowLinks:active   {
    text-decoration:none;
    color: #fff;
	border: 0;
	font-weight: normal;
	padding-top: 5px;
}

A.SlideshowLinks:hover    {
    text-decoration:underline;
    color: #fff;
	border: 0;
	font-weight: normal;
	padding-top: 5px;
}




/*=============== START DEFAULT MENU STYLES ============================================*/

/* Main Menu 
----------------------------------------------------------------------------------------*/
.MainMenu_MenuContainer {
	background-color: transparent;
	width:100%;
	text-align:right;
	border-top:1px dotted #FFFFFF;
	
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 22px;
	text-align:right;
}

.MainMenu_MenuItem {
	background: #404040;
	height: 25px;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	border-bottom: #505052 0px solid; 
	border-top: #505052 0px solid; 
	padding: 2px 10px 3px 5px;
	text-align:left;
}

.MainMenu_MenuItemSel {
	background: #970F00;
	height: 25px;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	border-bottom: #505052 0px solid; 
	border-top: #505052 0px solid; 
	padding: 2px 10px 3px 5px;
	text-align:left;
}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	background: #404040;
	filter: none;
	border: 0 solid #f6f6f6;
	margin-top: 0;
	padding: 1px;
}

.MainMenu_MenuBreak {
	border-bottom: #f00 0px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 0px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 0px;
	display: none;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

TR.MainMenu_MenuBar TD{
	padding-left:3px;
	font-family: Verdana; 
	font-size: 11px; 
	height: 25px;
	padding-right:10px;
	color:#FFFFFF;
	background-color: transparent;
	text-align:right;
	
}
TR.MainMenu_MenuItemSel TD{
	padding-left:3px;
	padding-right:10px;
	font-family: Verdana; 
	height: 25px;
	font-size: 11px; 
	color:white;
	background-color: #970F00;
	text-align:right;
} 

/*=============== END DEFAULT MENU STYLES ============================================*/

/* Menu-Styles */
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #fff; 
	background: #333333;
	cursor: pointer; 
	cursor: hand; 
	font-family: verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border-bottom: #970F00 0px solid; 
	border-top: #970F00 0px solid; 
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #970F00;
	margin-top: 5px;
	border: 2px solid #fff;
	padding: 0px 1px 1px 1px;
	filter: none; 
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #fff;
	font-family: verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
	background: #970F00;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: white;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	border: 0px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #970F00;
	text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #970F00;
	text-decoration: none;
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 1px 5px 2px 6px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #970F00;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	background: #333333;
}
.StandardButton
{
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #970F00;
	border: 1px solid #000000;
	padding: 1px;
}
a.Normal:link, a.Normal:visited {
	color: #970F00;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #970F00;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a:link, a:visited {
	color: #970F00;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #970F00;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


.Head {
	font-size: 11px;
	font-family: verdana;
	color: black;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0px;
}

.WhiteTitle {
	font-size: 11px;
	font-family: verdana;
	color: white;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0px;
}

.HeadWhite {
	font-size: 11px;
	font-family: verdana;
	color: white;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0px;
}
.Head2 {
	font-size: 15px;
	font-family: verdana;
	color: #970F00;
	background: transparent;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 0px;
}

.NormalRed {
	color: #D08D00;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #970F00;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

.WhiteBold	{
	color: white;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}
.Normal2	{
	color: #1B7632;
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}
a.Normal2:hover {
	color: #1B7632;
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
a.Normal2:link, a.Normal2:visited, a.Normal2.active {
	color: #1B7632;
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
}

a.Normal2:hover {
	color: #1B7632;
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
.buttonSlideshow {
	background-color: #970F00;
	height: 18px;
	width: 51px;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family:verdana;
	font-size:11px;
	text-decoration: none;
	cursor: pointer; 
	cursor: hand; 
}
.whitetext	{
	color: #FFFFFF;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	padding-top: 1px
}
.WhiteLink
{
	font-family: verdana;
	font-size: 11px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

A.WhiteLink:active, A.WhiteLink:link, A.WhiteLink:visited 
{
	font-family: verdana;
	font-size: 11px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

A.WhiteLink:hover
{
	font-family: verdana;
	font-size: 11px;
	color: white;
	font-weight: normal;
	text-decoration: underline;
}
