﻿img {
	border: none;
}
/* Layout */
html, body {
	margin: 0px 0px 0px;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body.body {
	background: #b1c3af url(images/def_layout_background.gif) no-repeat top;
}
a:link, a:visited, a:active {
	color: #003468;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container-page {
    margin: 0 auto;
    width: 958px;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-repeat: repeat-y;
    background-color: #d6ded4;
}
#container-page .bottom {
    width: 958px;
    height: 6px;
    background: #b1c3af url(images/def_layout_page_bottom.gif);
    background-repeat: no-repeat;
}
#container-header {
    width: 958px;
    height: 190px;
}
#container-header-logo {
    width: 416px;
    padding-left: 15px;
    padding-top: 5px;
    overflow: hidden;
    float: left;
}
#container-header-banner {
    width: 468px;
    padding-right: 25px;
    padding-top: 5px;
    overflow: hidden;
    float: right;
}
#container-header-banner .banner-top {
    width: 468px;
    height: 60px;
    overflow: hidden;
}
#container-header-banner .banner-bottom {
    width: 120px;
    height: 60px;
    overflow: hidden;
    float: left;
    padding-top: 10px;
    padding-left: 27px;
}
#container-menu {
    width: 958px;
    height: 58px;
    background: #40534a url(images/def_layout_menu_background.gif);
}
#container-body {
    padding: 10px 25px 8px 25px;
    width: 908px;
    overflow: hidden;
}
#container-content {
    width: 743px;
    float: left;
    overflow: hidden;
}
#container-content .banner-content {
    width: 602px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 6px;
}

#container-content .top {
    background-position: top;
    width: 743px;
    height: 7px;
    background: url(images/def_layout_content_top.gif) no-repeat top;
}
#container-content .middle {
    width: 711px;
    padding-right: 16px;
    padding-left: 16px;
    overflow: hidden;
    background-color: #FFFFFF;
}
#container-content .bottom {
    background-position: top;
    width: 743px;
    height: 7px;
    background: url(images/def_layout_content_bottom.gif) no-repeat top;
}

#container-footer {
    padding: 10px 0px 10px 0px;
    width: 958px;
    color: #213629;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    font-family: verdana;
}






/* SideBar */



#container-sidebar {
    width: 140px;
    float: right;
    overflow: hidden;
}
#container-sidebar .clear {
    display: block;
    clear: both;
    visibility: hidden;
    padding-top: 6px;
    padding-bottom: 6px;
}


div.nippleBox {
    position: relative;
}
div.nippleBox div.bar {
    height: 25px;
    background-color: #4ebaff;
    text-align: left;
}

div.nippleBox div.bar-twitter {
    height: 32px;
 	background: #d6ded4 url(images/def_layout_side-box-header-twitter.png) no-repeat top;
}


div.nippleBox div.bar h4 {
    line-height: 25px;
    padding: 0 0 0 8px;
    margin: 0;
    font-size: 11px;
    color: #fff;
    font-family: verdana,sans-serif;
    text-align: left;
}
 div.nippleBox div.nipple {
    position: absolute;
    left: 16px;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 6px solid #4ebaff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0;
    z-index: 2;
}





div.nippleBox div.content {
    position: relative;
    z-index: 1;
}
div.nippleBox div.content div.ads {
    padding: 2px 10px 2px 10px;
    overflow: hidden;
}
div.nippleBox div.content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.nippleBox div.content li {
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 5px 0px;
    background-image: url(images/icon_bullet_go.png);
    background-repeat: no-repeat;
    text-indent: 0pt;
}
div.nippleBox div.content.twitter {
    background-color: #FFFFFF;
    font-size: 10px;
}
div.nippleBox div.bar div.content {
    position: relative;
    left: 8px;
    top: 7px;
    font: bold 11px/11px verdana,sans-serif;
    padding: 0;
    margin: 0;
    color: #fff;
    float: left;
}
div.nippleBox.green div.bar {
    background-color: #66cc9a;
}
div.nippleBox.green div.nipple {
    border-top-color: #66cc9a;
}

div.nippleBox.red div.bar {
    background-color: #fc575e;
}
div.nippleBox.red div.nipple {
    border-top-color: #fc575e;
}




/* Table */
.DefaultTable-Green  {
	font-size: 10pt;
	border-style: none;
	width:100%;
}
.DefaultTableHeader-Green {
	background-color: #40534a;
	color: #ffffff;
	border-style: none;
	text-align: left;
}
.DefaultTableHeader-Green a:link, .DefaultTableHeader-Green a:visited, .DefaultTableHeader-Green a:active {
	color: #ffffff;
	text-decoration: none;
}
.DefaultTableHeader-Green a:hover {
	text-decoration: underline;
}
.DefaultTableRow-Green {
	background-color: #FFFFFF;
	border-bottom: #b8cec4 1px solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.DefaultTableAlternatingRow-Green {
	background-color: #d6ded4;
	border-bottom: #b8cec4 1px solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}