/* 
================================
Skin styles for DotNetNuke
================================
*/
html {
	height:100%
}
body#Body
{
    margin: 0;
    padding: 0;
    text-align:left;
}
body#Body, tr, td
{
    line-height: 1;
    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 */
    text-align:left;
}
html, body#Body {
	color: #666666;
	text-align: left;
	background: whitesmoke;
	height:100%;
} 
body#Body > form#Form {
	height:100%;
}
img {
	border: 0;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #EAB719;
	text-decoration: underline;
}

.OtherTabs {
	color:#bdbdbd;
	Border-right: 2px solid #666666;
	padding:0 5px;
}
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;
}
.OtherTabs.NoSep {
	Border-right: 0px;
}

/* ================================
style for buttones
================================ */
.StandardButton {
    background: #F90 none;
    color: #FFF;
    font: normal 90% verdana, tahoma, arial, helvetica, sans-serif;
}
/* ======================
    Style for LINKS at the bottom of the skin
==================== */
.CommandButton {
    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 {
    /*font-size: 85%;*/
    /*color: #666;*/
    /*font: normal 100% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;*/
    
}
/* ===============================
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;
}
/* ==============================
text style used for textboxes in the admin and edit pages
================================= */
.NormalRed {
    color: #F00;
    font-weight: bold;
}
.NormalBold {
    font-weight: bold;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6 {
  color: #1b8bd4;
}
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:#666666;
}
H6 {
	font-size: 90%;
  font-weight: normal;
	color:#666666;
}
/* END Overrides */
.Title {
	color: #A6A9AB;
	font-size: 20pt;
}

/* Page settings */
#skinmaster
{
	height:100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: white;
	border: gainsboro thin solid;
}
#Disclaimer {
	font-size: 9px;
	color: #666666;
}
#PageControlPane {
	width:100%;
}
#ContentPane 
{
	float:none;
	display: block;
	width: 100%;
	height:100%;
}


/*
================================================
	Text Styles
================================================
*/
ul {
	left: 20px;
	line-height:16px;
	list-style-position: outside;
	list-style-image: url(bullet.jpg);
}
ul.solutions {
	font-size: 100%;
}

a.readmore {
  color: #1b8bd4;
  font-weight: normal;
}
.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;
}
.quoteleft {
    font: italic 95% Georgia, "Times New Roman", Times, Serif;
    padding: 0 10px 0 0;
    margin: 10px 10px 10px 0;
    width: 220px;
    float: left;
    text-align: right;
    border-right: 7px solid #C8CDD0;
    color: #75818A;
}
.quoteright {
    font: italic 95% Georgia, "Times New Roman", Times, Serif;
    padding: 0 0 0 10px;
    margin: 10px 0 10px 10px;
    width: 220px;
    float: right;
    text-align: justify;
    border-left: 7px solid #C8CDD0;
    color: #75818A;
}
.tabletext {
    font-size: 100%;
	font-weight: bold;
}
.subheading {
	color: #505050;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.topic {
	color: #990000;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}


.hp_ItemTitleDefault {
	padding: 5px 0px 3px 3px;
}
.hp_FeedItem {
	background-color:white;
	padding: 5px 0px 5px 0px;
}

.hp_FeedItem2 {
	background-color: white;
	padding: 5px 0px 5px 0px;
}
.hp_ItemContentDefault {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
}
.menuseparator 
{
    border:1px solid white;
    height: 22px;
}
* html #menuleft
{
    z-index:9999; 
    display: inline;
    right: -5px;
    position: relative;
}
#dnn_dnnSEARCH_txtSearch {
	border:0;
}
#dnn_dnnSEARCH_cmdSearch {
	display:none;
}

