/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #f5f5dc;
}
.skinmaster {
	height: 100%;
	background-color: #ebebb1;
	border-right: #15694C 1px solid; 
	border-top: #15694C 1px solid; 
	border-left: #15694C 1px solid; 
	border-bottom: #15694C 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{
    font-family: Verdana,Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color:#f5f5dc;
    background-color:#15694C;
}
.menupane 
{
    background-color:transparent; 
}

.seperatortop
{   background-image: url(seperator.jpg);    
    background-repeat:repeat-x;
    font-size:2px;    
}
.breadcrumb
{
    background-color:Transparent;
    font-size: 14px;
    font-family: Verdana,Arial, sans-serif;
}
.skingradient {
	 background-color:#15694C;
	 color:#f5f5dc;
	height:30px;
	font-family : verdana, sans-serif; 
    font-size: 12px;
    font-weight: normal;
}

.seperatorbottom
{   background-image: url(seperatorbottom.jpg);    
    background-repeat:repeat-x;
    background-color:#15694C;
    font-size:2px; 
       
}

.controlpanel {
	width: 100%;
	background-color: transparent;
}
.toppane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;

	
}
.toppanese {
	width: 100%;
	background-color: #15694C;
	}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: #15694C;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;

}
.MainMenu_MenuContainer {
	background-color: transparent;
	height:17px; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #D1D1D1 0px solid; 
	border-bottom: #D1D1D1 0px solid; 
	border-top: #7A7A7A 0px solid; 
	border-right: #7A7A7A 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana,Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #A5A5A5; 
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px;
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #A5A5A5;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #595959 2px solid;
	border-left: #c1c1c1 2px solid;
	border-right:#595959 2px solid;
	border-top:#c1c1c1 2px solid;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #38876A; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana,Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 20px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color:Black;
}

.StandardButton 
{
    background:#A5A5A5 none; 
  color: Black;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.CommandButton     
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}  

A.CommandButton:link 
{
    text-decoration:    underline;
    color: #FF9900;
}

A.CommandButton:visited  
{
    text-decoration:    underline;
    color: #FF9900;
}
A.CommandButton:active   
{
    text-decoration:    underline;
    color: #FF9900;
}
A.CommandButton:hover    
{
    text-decoration:    underline;
    color: #FF271C;
}


.TreeViewMenu {
	width: 175px;
	background-color: #f5f5dc;
	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);
}
/*The title settings for containers*/
.Head {
   font-family: Verdana,Arial, sans-serif;
   font-size:  18px;
   font-weight: bold;
   color:White;
   background-color:#15694C;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
color: #ABAB9a;
}

/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{  color :White;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
}


/* ==============================
 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
================================== */

.HeaderItem
{   color: White;
	font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 14px;
}
A.HeaderItem:link
{
    color: White;
	font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 14px;
}
A.HeaderItem:visited
{
       color: White;
	font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 14px;
}

A.HeaderItem:active   {
	color: White;
	font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 14px;
}

A.HeaderItem:hover    {
	color: White;
	font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 14px;
	
}

A:link
{
 text-decoration:none;
 color:#FF9900;   
}

A:visited   
{
    text-decoration:    none;
    color: #FFCC7F;
}

A:active    
{
    text-decoration:    none;
    color:  #FF9900;
}

A:hover
{
    text-decoration:    underline;
    color:  #FF271C;
}

.FooterItem
{   color: White;
    font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 10px;
}
A.FooterItem:link
{
    color: White;
	font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 10px;
}
A.FooterItem:visited
{
       color: #f5f5dc;
	font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 10px;
}

A.FooterItem:active   {
	color: White;
	font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 10px;
}

A.FooterItem:hover    {
	color: White;
	font-family: verdana,tahoma, arial;
	font-weight: normal;
	font-size: 10px;
	
}




/* This is the Date eg. any items that are not links */
.SkinItem {
	color: #15694C;
	font-family: verdana,tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link {
	color: #15694C;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}

A.SkinItem:visited  {
	color: #15694C;
	font-family: verdana,tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}

A.SkinItem:active   {
	color: #15694C;
	font-family: verdana,tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}

A.SkinItem:hover    {
	color: #FF9900;
	font-family: verdana,tahoma, arial;
	font-weight: bold;
	font-size: 11px;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1  {font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: White;
}

H2  {font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: normal;
	color: White;
}

H3  {font-family: verdana, tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: White;
}

H4  {font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: normal;
	color: White;
}

H5, DT  {font-family: verdana, tahoma, arial;
	font-size: 10px;
	font-weight: normal;
	color: White;
}

H6  {font-family: verdana, tahoma, arial;
	font-size: 9px;
	font-weight: normal;
	color: White;
}


