/*
================================
Skin styles for DotNetNuke
================================
*/   

Body  {
background-color: white;
font-family:verdana;
font-size:12px;
}

.Normal {
font-family: verdana;
font-size: 12px;
font-weight: normal;
}

.LinksModStyle {
font-family: Arial;
font-size: 10px;
font-weight: normal;
}

.Search {
background-color: transparent;
font-family: verdana, tahoma, helvetica;
font-size: 5px;
font-weight: normal;
color: #7A826B;
}


.LoginLogout  {
background-color: transparent;
font-family: verdana, tahoma, helvetica;
font-size: 5px;
font-weight: bold;
color: black;
white-space: nowrap;
} 


A.LoginLogout:link, A.LoginLogout:active, A.LoginLogout:visited  {
font-family: verdana, tahoma, helvetica;
font-size: 5px;
font-weight: bold;
color: black;
background-color: transparent;
text-decoration: none;
white-space: nowrap;
}


A.LoginLogout:hover  {
font-family: verdana, tahoma, helvetica;
font-size: 5px;
font-weight: bold;
color: black;
background-color: transparent;
text-decoration: none;
white-space: nowrap;
}

.BottomLink  {
background-color: transparent;
font-family: verdana, tahoma, helvetica;
font-size: 12px;
color: white;
white-space: nowrap;
} 


A.BottomLink:link, A.BottomLink:active, A.BottomLink:visited  {
font-family: verdana, tahoma, helvetica;
font-size: 12px;
color: white;
background-color: transparent;
text-decoration: none;
white-space: nowrap;
}


A.BottomLink:hover  {
font-family: verdana, tahoma, helvetica;
font-size: 12px;
color: white;
background-color: transparent;
text-decoration: none;
white-space: nowrap;
}

.OtherPanes {
	width: 100%;
	height: 1px;
	background-color: white;
	padding: 5px;
	vertical-align: top;
}

.LeftPane {
	height: 100%;
	vertical-align: top;
	padding:0px 1px 0px 1px;
}

.BannerPane {
	vertical-align: top;
}

.TopPane {
	vertical-align: top;
}

.HeaderImagePane {
	float: left;
	width: 567px;
	height: 50px;
}

.SearchPane {
	float: right;
	height:50px;
	width:188px;
}

.ContentPane {
	padding: 0px 0px 0px 0px;
	background-color: white;
	vertical-align: top;
}

.RightPane {
	vertical-align: top;
	padding:5px 10px 5px 10px;
}

.Copyright  {
background-color: transparent;
font-family: verdana, tahoma, helvetica;
font-size: 12px;
font-weight: normal;
color: white;
}

.TermsCell  {
background-color: white;
height: 37px;
border-top: solid 2px #ff9900;
}

A.Terms:link, A.Terms:active, A.Terms:visited  {
font-family: verdana, tahoma, helvetica;
font-size: 9px;
font-weight: normal;
color: white;
background-color: transparent;
text-decoration: none;
}

A.Terms:hover  {
font-family: verdana, tahoma, helvetica;
font-size: 9px;
font-weight: normal;
color: white;
background-color: transparent;
text-decoration: none;
}

A:hover  {
font-family: Verdana;
font-size:12px;
font-weight: normal;
color: #A9B09B;
text-decoration: none;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #7A826B;
}

UL LI   {
}

.NormalTextBox  {
font-family: verdana, tahoma, helvetica;
font-size: 11px;
font-weight: normal;
color: #666666;
background-color: #eeeee0;
text-decoration: none;
border: solid 1px #7A826B;
}

HR {
}
.Subhead  {
font-family: Verdana, tahoma, sans-serif;
font-weight: bold;
font-size: 10px;
color: #7A826B;
}

.NormalBold {
font-family: verdana, tahoma, helvetica;
font-size: 10px;
font-weight: bold;
color: #7A826B;
}

.NormalSmall {
font-family: verdana, tahoma, helvetica;
font-size: 10px;
font-weight: normal;
color: #666666;
}
.PicBorders {
border: solid 1px #cccccc;
}
.PicDottedBorders {
border: dotted 1px #cccccc;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family: verdana, tahoma, helvetica;
font-size: 11px;
font-weight: normal;
color: #7A826B;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
font-family: verdana, tahoma, helvetica;
font-size: 11px;
font-weight: normal;
color: #7A826B;
text-decoration: underline;
}

A.CommandButton:visited  {
font-family: verdana, tahoma, helvetica;
font-size: 11px;
font-weight: normal;
color: #7A826B;
text-decoration: underline;
}

A.CommandButton:active   {
font-family: verdana, tahoma, helvetica;
font-size: 11px;
font-weight: normal;
color: #7A826B;
text-decoration: underline;
}

A.CommandButton:hover    {
font-family: verdana, tahoma, helvetica;
font-size: 11px;
font-weight: normal;
color: #A9B09B;
text-decoration: underline;
}





















