@import url("menu.css");

/* 
================================
Skin styles for DotNetNuke
================================
*/
html *
{
    margin: 0;
    padding: 0;
    background: transparent;
}
body, tr, td
{
    /*margin:0;
    padding:0;*/
    line-height: 1.5;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11px; /*xx-small;*/ /* for IE5/Win */
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: 11px; /*x-small; */ /* for compliant browsers */
}
html, body p
{
    color: /*#666666;*/ #505050;
    text-align: left; /* text-align required for IE 5.5 */
    height: 100%;
    padding-bottom: 1em;
}
html, body ul li
{
    list-style-image: url(/images/bullet.jpg);
    list-style-position: outside;
    margin: .5em 0 .5em 2em;
}
img
{
    border: 0;
}
a
{
    color: #666666;
    font-weight:bold;
    text-decoration: none;
}
a:hover
{
    color: #EAB719;
    text-decoration: underline;
}
.SkinObject, A.SkinObject:link, A.SkinObject:visited A.SkinObject:hover A.SkinObject:active
{
    color: #666666;
}
.OtherTabs
{
    color: #bdbdbd;
}
A.OtherTabs:link
{
    text-decoration: none;
    color: #666666;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #666666;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color: #003366;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #666666;
}

/* ================================
style for buttones
================================ */
.StandardButton
{
    background: #F90 none;
    color: #FFF;
    font: normal 90% verdana, tahoma, arial, helvetica, sans-serif;
    margin: 3px;
}
/* ======================
    Style for LINKS at the bottom of the skin
==================== */
.CommandButton
{
    margin: 3px;
    font: 100% verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}
/* ================================
style for module titles
================================ */
.Head
{
    font: bold 110% verdana, tahoma, arial, helvetica, sans-serif;
}
/* ===============================
Admin Content Pane Titles and Control Panel text
================================== */
.SubHead
{
    padding: 3px;
}
/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal, .NormalDisabled, .NormalTextBox, .NormalRed, .NormalBold
{
    font: normal 100% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    margin: 3px;
}
/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalTextBox
{
    border: solid 1px #646464;
    background-color: #ffffff;
}
.NormalRed
{
    color: #F00;
    font-weight: bold;
}
.NormalBold
{
    font-weight: bold;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    color: #000;
    font-weight: bold;
    padding-bottom: 1em;
}
H1
{
    font-size: 24px;
    font-weight: normal;
}
H2
{
    font-size: 20px;
    font-weight: normal;
}
H3
{
    font-size: 16px;
    font-weight: normal;
}
H4
{
    font-size: 110%;
    font-weight: normal;
}
H5, DT
{
    font-size: 100%;
    font-weight: normal;
    color: #000;
}
H6
{
    font-size: 90%;
    font-weight: normal;
    color: #000;
}
.HomeTopicCell
{
    /*border: solid 1px white;*/
    font-size: 10px;
    font-weight: bold;
    background-color:rgb(0, 0, 0);
}
.HomeTopicTitle
{
    color: rgb(255, 0, 0);
}
.HomeTopicSubTitle
{
    color: rgb(255, 255, 255);
}

/* END Overrides */
/* 
================================
Skin styles for DotNetNuke
================================
*/
#skinMaster
{
    margin: 0 auto;
    width: 768px;
}
#skinHeader
{
    height: 117px;
    width: 100%;
}
#skinHeaderLeft
{
    float: left;
    width: 233px;
}
#skinHeaderRight
{
    float: right;
    width: 535px;
}
#skinTopAdPane
{
    height: 66px;
    margin-top: 19px;
    /*margin: 14px 0px 5px 15px;*/
    overflow: hidden;
}
#skinTopAdPaneMargin
{
}
#skinOptions
{
    padding-left: 15px;
    height: 31px;
    vertical-align: bottom;
    border: solid 1px black;
    border-bottom: 0;
    border-left: 0;
    background-color: #000;
}
#skinMenu
{
    float: left;
    vertical-align: bottom;
}
#skinMenu span
{
    padding-left: 0;
    margin-left: 0;
}
#skinUser
{
    float: right;
    height: 100%;
    vertical-align: bottom;
    margin: 5px 5px 0 0;
}
#skinContent
{
    border: solid 1px black;
    border-top: 0;
    padding: 18px;
    background-color: #fafafa;
}
.ContentPane, .DNNAlignleft
{
    margin:0;
    padding:0;
}
#skinBottomAdPane
{
    padding: 5px 0 5px 0;
}
#skinFooter
{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 0px;
}
#skinLinks
{
}
#skinCopyright
{
}
#ContentPane
{
    width: 100%;
}
.footer, a.footer:link, a.footer:active, a.footer:visited
{
    color: black;
    font-size: 9px;
    line-height: 1.5em;
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
}
a.footer:hover
{
    color: Navy;
}
.copyright
{
    font-size: 9px;
    line-height: 1.5em;
}
/*-------------- User Style --------------*/
.user, a.user:link, a.user:active, a.user:visited
{
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
}
a.user:hover
{
    color: #f65c1e;
  text-decoration: none;
}
a.linkNoHiLite
{
  text-decoration:none;
}

div.SEOMenuH
{
    padding:20px;
}
div.SEOMenuH ul 
{
    color: #000;
    font-size:11px;
    left:20px;
    /*line-height:16px;*/
    list-style-image:url(/images/bullet.jpg);
    list-style-position:inside;
}
div.SEOMenuH ul .user, div.SEOMenuH ul a:link, div.SEOMenuH ul a:active, div.SEOMenuH ul a:visited
{
    color: #000;
    line-height: 1.5em;
}
div.SEOMenuH ul a:hover
{
    color: #f65c1e;
}


/*
Article Images Styles
*/
.imageleftside img {
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}
.imagerightside img {
    margin-left: 15px;
    margin-bottom: 10px;
    float: right;
}
.imageleftsidecaption {
    font-size: 85%;
    font-style: italic;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.imageleftsidecaption img {
    margin-bottom: 5px;
}
.imagerightsidecaption {
    font-size: 85%;
    font-style: italic;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.imagerightsidecaption img {
    margin-bottom: 5px;
}
.clear {
    clear: both;
}


/*
 News Tabs - News Columns
*/
.NukeFeeds_FeedList
{
border:solid 1px #e0e0e0;
}



.dRotator ul li
{
    margin: 0;
}
html, .SC_Panel ul li
{
    margin: 0;
    background-color:white;
}