﻿/* 
================================
COEL Skin Stylesheet
================================
*/

/* Standard HTML Tag Settings */

body {background-color: #FFFFFF;}
table, tr, td, p {font-family: tahoma, arial, helvetica;font-size: 11px;line-height: 1.3em;}

/* Standard DotNetNuke Settings */

.pagemaster 
{
    height: 100%;
    background-color: #FFFFFF;
}
.skinmaster 
{
    height: 100%;
    background-color: #FFFFFF;
}
.Normal, .NormalDisabled
{
font-family: Tahoma,Arial,Helvetica;
font-size: 12px;
font-weight: normal;
}
.NormalBold
{
font-family: Tahoma,Arial,Helvetica;
font-size: 120%;
color: #3068A1;
font-weight: bold;
line-height:1.4
}
.controlpanel {
width: 100%;
background-color: #F8F6FB;
}

.toppane {
width: 100%;
background-color: white;
padding-left: 1px;
padding-right: 1px;
padding-top: 2px;
}
.leftpane {
padding-left: 10px;
padding-right: 0px;
padding-top: 10px;
}
.contentpane {
width: 100%;
background-color: transparent;
padding-left: 15px;
padding-right:2px;
padding-top: 2px;
}
/*.rightpane {
padding-left: 2px;
padding-right: 0px;
padding-top: 2px;
}
.bottompane {
width: 100%;
background-color: transparent;
padding-left: 1px;
padding-right: 1px;
padding-top: 2px;
} */



.StandardButton {
background: #467599 none; 
color: #FFFFFF;
font-family:Verdana, sans-serif; 
font-size: 11px;
font-weight: normal;
}

.Head   {
font-family: tahoma, arial, helvetica;
font-size:  10px;
font-weight:  bold;
color: Black; 
line-height: 30px;
}

.content {
background-color: #ffffff;
}

/* Search Padding - lines up text nicely */
.GoLink {padding-top: 4px;}


/* Light Background Elements */
.LightBG {
width: auto;
color: Black;
}

a.LightBG:link, a.LightBG:active {
text-decoration: none;
color: Black;
font-weight: normal;
}

a.LightBG:link, a.LightBG:visited {
text-decoration: none;
color: Black;
font-weight: normal;
}


a.LightBG:hover {
text-decoration: none;
color: White;
font-weight: normal;
}

/*Footer Classes */

.FooterText {
color: #4987B1;

}

a.FooterText:link, a.FooterText:visited, a.FooterText:active {
text-decoration: none;
color: #4987B1;
font-weight: normal;
}

a.FooterText:hover {
text-decoration: none;
color: #fafafa;
font-weight: normal;
}
.Footer 
{
    height: auto;
    background-color: #B1CAD2;
}
/* End Light Background Elements */

.Separator {
width: 12px;
margin: 0 1px 0 1px;
background: url(Images\XDseparator.gif) center top no-repeat;
}


.Logo {
padding-left: 8px;
padding-top: 12px;
}

/* End Custom Classes */

a:link, a:visited  {
    text-decoration: none;
    font-size: 100%;
	line-height: 1.1;
    color:  #577E43;
}
h2
{
	text-decoration: none;
	margin-bottom: 0;
}

a:active, a:hover    {
    text-decoration: underline;
    font-size: 100%;
	line-height: 1.1;
    color:  #577E43;
}
a.CommandButton:link, a.CommandButton:visited {
    text-decoration: none;
    font-size: 100%;
    color:  #577E43;
}

a.CommandButton:active, a.CommandButton:hover  {
    text-decoration:  underline;
    font-size: 100%;
    color: #577E43;
}

 #dnn_ctr554_BlogList_lstBlogs a {
	font-weight: normal;
}