/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #CCCCFF;
}
.skinmaster {
	height: 100%;
	background-color: white; 
}
.controlpanel {
	width: 100%;
	background:#ddd;
	height:0px;
}
/*
======================
Banner
======================
*/
.bannertop {
    background-color:navy;
}
.bannermiddle 
{
    background-color:#c00;
    padding: 3px;
}
.bannerphrase 
{
    font-size: 16px;
    font-family:Trebuchet MS, verdana;
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    font-weight:bold;    
}
.bannerbottom
{
    padding:3px 3px 3px 3px;
    background-color:#ccc;	
}
/*
======================
Copyright, term, privacy
======================
*/
.skinfooter {
	background-color: Transparent; 
}
.footerlinks {
	background-color:#ccc; 
}
.contentpane {
	width: 100%;
	height: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-image: url(images/contentbg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.rightpane {
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.menucolumn 
{
    background-color:#eee;
}    
.menupane 
{
    width:150px;
    padding-top: 16px;
    padding-right: 6px;
    padding-left: 6px;
	background-color: transparent;
}    
.leftpane {
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/***** vertical menu *****/

#HouseMenuNav {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

#HouseMenuNav li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

#HouseMenuNav a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:2px;
padding:2px 1px 2px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

#HouseMenuNav li a:hover, #HouseMenuNavCurrentItem a {
background-color:#eaeaea;
border-left:4px solid #c00;
color:#505050;
}

#HouseMenuNav ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

#HouseMenuNav ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

#HouseMenuNav ul ul {
width:113px;
}

#HouseMenuNav ul ul a {
width:100px;
}

.StandardButton {
  background: gainsboro; 
  color: navy;
  font-family: Trebuchet MS, verdana; 
  font-size: 12px;
  font-weight: bold;
}
/* ================================
style for module titles
================================ */
.Head {
   font-family: Trebuchet MS, verdana;
   font-size:  16px;
   color: navy;
  font-weight: bold;
  background-color:#eee
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead    {
color: black;

}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{color: black;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
}
td
{
	font-family: verdana;
	font-size: 12px;
}

/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	color: #000
}
.NormalBold
{	font-family: verdana;
	font-size: 12px;
	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: black;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active {
	color: navy;
	text-decoration: none;
}

A.SkinItem:hover    {
	color: blue;
	text-decoration: underline;
}
.Breadcrumb    {
	color: black;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1  {
    color: black;
    font-family: Trebuchet MS, verdana;
    font-size: 16px;
    font-weight: bold;
    background-color: whitesmoke;
}

H2  {
    color: black;
    font-family: Trebuchet MS, verdana;
    font-size: 14px;
    font-weight: bold;
}

H3  {
    color:#c00;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    HEIGHT: 18px;
}

H4  {
    color: Black;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}

H5, DT  {
    color: Black;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}

H6  {font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

A:active, A:link, A:visited
{
    text-decoration: underline;
    color:  red;
}

A:hover {
    text-decoration: underline;
    color:  crimson;
}
hr
{
    color: navy;
}
thead
{
    background-color:gray;
	color: black;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

