/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #333;
	vertical-align: top;
	align: center;
}
.skinmaster {
	min-height: 300px;
	background-color: #FFF; 
	border-bottom: solid 2px #000;
	border-left: solid 2px #000;
	border-right: solid 2px #000; 
	border-top: solid 0px #000;
	margin:0px auto 0px auto;
	padding: 0px;
	width: 800px;
}

.skinheader 
{
    width: 800px;
}

.controlpanel {
	margin: 0px;
	padding: 0px;
	background-color: #E0D5C5;
	vertical-align: top;
	height: auto;
	border: 0px;
}

.toppane {
	background-color: transparent;
	padding: 0px;
	border: 0px;
	margin: 0px;
	vertical-align: top;
	width: 800px;
}

.contentpane {
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 0px;
	width: 600px;
}

.rightpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	border: 0px;
	width: 200px;
}

.bottompane {
    width: 800px;
    background-color: transparent;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.toppanese {
	width: 100%;
	background-color: transparent;
}

.bottomBar 
{
    background-color: #000;
    color: #FFF;
    height: 25px;
    vertical-align: middle;
}

.menupane {
    width: 800px;
    padding: 0px;
	border: 0px;
	margin: 0px;
	height: 25px;
	z-index: 50px;
	
}    
   
.MainMenu_MenuContainer {
	background-color: #000; 
	/*background-image: url(gradient_menu_vertical.jpg);
	background-position: left top;
	background-repeat: repeat-x;*/
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	width: 100%;
	height: 25px;
	border: 0px;	
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 25px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	border: 0px;
	cursor: pointer; 
	cursor: hand; 
	color: #FFF; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #000000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	height: 25px;
}
.MainMenu_MenuIcon {
	background-color: #000; 
	border-left: 0px; 
	border-bottom: 0px; 
	border-top: 0px; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 0px;
}
.MainMenu_SubMenu {
	background-color: #000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #B1946C; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
}
.MainMenu_MenuArrow {
	border-right: 0px; 
	border-bottom: 0px; 
	border-top: 0px;
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}

/*
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
*/

.StandardButton {
  background: none; 
  color: #000;
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 11px;
  font-weight: normal;
}
/* ================================
style for module titles
================================ */
.Head {
   font-family: Times, Times New Roman;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #FFF;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead {
    color: #666;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal, tbody {
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}

Body {
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox {
    font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #000
}
.NormalRed {   
    color: #F00;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
}
.NormalBold {
    font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
/* ==============================
 Style for the following Skin Items (You can change the css class
associated with these objects in the skin.xml file)
- SkinItems -  Login and Register links, Breadcrumb, Copyright, Date,
- Help, Hostname, Privacy, Terms, Search
================================== */

/* This is the Date eg. any items that are not links */
.SkinItem {
	color: #FFF;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

/* This sets the style for all skin items that are links */
A.SkinItem:link {
	color: #FFF;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

A.SkinItem:visited {
	color: #FFF;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

A.SkinItem:active {
	color: #FFF;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

A.SkinItem:hover {
	color: #FFF;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

A.SpecialLink:link, visited, active, hover {
    color: #FFF;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.SpecialText {
    color: #FFF;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}


/* =======================
 HTML Tag Styles 
=========================== */
H1 {
    font-family: Times, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	/*font-style:italic;*/
	color: #000;
}

H2 {
    font-family: Times, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

H3 {
    font-family: Times, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

H4 {
    font-family: Times, Times New Roman;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

H5, DT {
    font-family: Times, Times New Roman;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

H6 {
    font-family: Times, Times New Roman;
	font-size: 8px;
	font-weight: normal;
	color: #000;
}

A:link  
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

A:visited   
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

A:active    
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

A:hover 
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

BLOCKQUOTE, PRE 
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	margin-left: 20px;
}


UL LI   
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}

UL LI LI    
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}

UL LI LI LI 
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}

OL LI   
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}

OL OL LI    
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}

OL OL OL LI 
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}
OL UL LI   
{
    color: #000;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
}

HR 
{
    color: #B1946C;
    width: 80%;
    height: 1px;
    border: #B1946C 1px solid;
}

/* style of item titles by Announcements and events */
.ItemTitle    
{
    font-family: Times, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #000;
}

.imgLeft img 
{
    margin-right: 10px;
    margin-bottom: 10px;
}

.imgRight img 
{
    margin-left: 10px;
    margin-bottom: 10px;
}