/*********************************/
/* General */
/*********************************/
body {
	font-family:"Segoe UI","Arial";
	margin:0;
	color: #555;
}
table {
	width: 100%;
}
a {
	color: #ff7800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	border:none;
	margin:0 0 1.4em;
}
p{
	margin-bottom:30px;
	letter-spacing:0.02em;
	line-height:1.3;
	font-family:verdana;
}
ul,ol {
	margin:0 1.5em 1.0em;
}
ul {
	list-style-type:dot;
}
ol {
	list-style-type:decimal;
}
ol {
	padding-left: 15px;
}
ol li {
	color:#555555;
	font-family:verdana;
	font-size: 14px;
	line-height: 24px;
}
.wrapper{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
.waitImage {
	text-align: center;
	vertical-align: center;
}
/*********************************/

/*********************************/
/* Typography */
/*********************************/
h1 {
	border-bottom: 1px solid #ddd;
	/*color: #052eff;*/
	color: #1E6B00;
	margin: 0 0 5px 0;
}
h2 {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
	margin-bottom:10px;
	color: #1e6b00;
	font-size: 21px;
}
h3 {
	margin: 0;
	color: #1e6b00;
}
h4 {
	margin: 0;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
.lightGray {
	color: #888;
}
.labelHeading {
	text-align:left;
	width:100%;
	display: block;
	font-weight:bold;
        font-size: 18px;
        color: #666;
        float: none;
        padding-top: 10px;
}
/*********************************/


/*********************************/
/* Table */
/*********************************/
table {
	width: 100%;
}
td img {
	vertical-align: middle;
}
table .rightCell {
	text-align: right;
}
table .centerCell {
	text-align: center;
}
.tableData {
	width:100%;
}
.tableData THEAD {
        background-color: #b0bde3;
	background-image: url('/images/tableGradient.gif');
	background-repeat: repeat-x;
}
.tableData THEAD td {
        border-bottom: 2px solid #ffe963;
        border-top: 1px solid #fffade;
        color: #000;
        font-family:arial,helvetica,sans-serif;
        font-weight: bold;
        font-size: 14px;
	padding-top: 4px;
        padding-bottom: 4px;
	vertical-align: bottom;
}
.tableData THEAD td a {
	color: #F47A00;
}
.tableData THEAD td a:hover {
	background: none;
}
.tableData TBODY td {
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	/*border-bottom: 1px solid #fffade;*/
}
.tableData TFOOT {
	background-color: #fff;
}
.tableData TFOOT td {
        font-family:arial,helvetica,sans-serif;
        font-weight: bold;
        font-size: 16px;
	padding-top: 4px;
        padding-bottom: 4px;
        border-top: 1px solid #ffd324;
        border-bottom: 2px solid #ffd324;
        
}
.tableData .mainFooterCell {
	padding-left: 10px;
}
.tableData .largeCell {
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
}
.tableData td img {
	vertical-align: bottom;
}
.tableData .mainCell {
	font-size: 18px;
	padding-left: 10px;
}
.tableData .mainBodyCell {
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
.tableData .totalCell {
	background-color: #f6c210;
	
}
.tableData .totalCell td {
	font-weight: bold; 
	font-size: 14px; 
	border-top: 2px solid #d0a40d;
}
.greenCell {
	color: #2d8d03;
}
.blueCell {
	color: #044a92;
}
.tdRecord1 {
	background-color: #FFFFFF;
}
.tdRecord2 {
	background-color: #f8f8f8;
}
.tdRecord2 td, .tdRecord2 th {
        border-bottom: 1px solid #efefef;
        border-top: 1px solid #efefef;
}
.tdRecord3 {
	background-color: #efefef;
        border-bottom: 1px solid #CCC;
        border-top: 1px solid #CCC;
}
/*********************************/


/*********************************/
/* Header */
/*********************************/
#headerDiv {
	padding-bottom: 5px;
	padding-top: 5px;
}
#headerDiv table tr th {
	width:30%;
	padding-top:15px;
}
#headerDiv table tr td {
	width:70%;
	padding-left:30px;
	vertical-align:bottom;
	text-align: right;
	font-weight:bold;	
	color: #ddd;
}
/*********************************/


/*********************************/
/* Main Menu */
/*********************************/
#menu {
	float: right;
}
#menu ul {
	margin:0 auto;
	padding-left:0;
	padding-right:0;
}
#menu li {
	padding: 6px 8px;
	float:left;
}
#menu li a {
	color:#ff7800;
	margin:0px 0px 0pt;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}
#menu li a:hover {
	border-bottom: 2px solid #ddd;
}
#menu .currentTab {
	border-bottom: 2px solid #ddd;
}
#menu ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
/*********************************/


/*********************************/
/* Splash */
/*********************************/
#splashBackgroundDiv, #splashBackgroundDiv_member {
	background-image:url(../images/splashBackground.gif);
	background-repeat:repeat-x;
	background-color: #2d9d00;
	background-position:top left;
	color: #ffffff;
	border-top: 2px solid #113900;
	border-bottom: 1px solid #000;
	width:100%;
}
#splashBackgroundDiv {
	height: 170px;
}
#splashBackgroundDiv_member {
	height: auto;
	padding-top: 15px;
}
#splashBackgroundDiv_member h1 {
	color: #ffffff;
	border: none;
	font-size: 24px;
	margin: 0px;
}
#splashBackgroundDiv .networkBox{
	height:100px;
}
#splashBackgroundDiv .tdLeft{
	font-weight:bold;
	text-align:right;
}
#splashBackgroundDiv h1{
	border:0;
	color:#e6ff17;
}
#splashBackgroundDiv h1 img {
	vertical-align: bottom;
}
#leafBG {
	height: 100%;
	padding-top:35px;
	background-image:url(/images/leaf.png);
	background-repeat:no-repeat;
	background-position:550px 0%;
	font-size:17px;
}
.leftBG-left {
	width:700px;
	padding-right:10px;
	vertical-align:top;
	font-weight: normal;
}
.leftBG-right {
	padding-left:20px;
	vertical-align:top;
	text-align:center;
}
/*********************************/


/*********************************/
/* Footer */
/*********************************/
#footerDiv {
	border-top: 2px solid #cccccc;
	background-image:url(../images/footerBackground.gif);
	background-repeat:repeat-x;
	color: #999999;
	padding:14px 0pt 0pt 10px;
	font-size: 12px;
	height: 100px;
}
#footerDiv a {
	color: #666666;
}
#footerDiv th {
	font-weight: normal;
}
#footerDiv td {
	text-align: right;
}
/*********************************/


/*********************************/
/* Divs */
/*********************************/
.highlightDiv{
	background-color: #ff9933;
	border:2px solid #ff6600;
	padding: 10px;	
	color:black;
}
.highlightDiv h6{
	color:#fff;
	font-size:18px;
	margin:0;
	margin-bottom:3px;
	text-align:center;
}
.highlightDiv .box{
	border:1px solid #ff6600;
	font-size: 12px; 
	padding: 5px; 
	background-color: #ffffff;
	margin:0;
	margin-bottom:20px;
	
	text-align: center;
}
.listItem{
	padding:5px;
}
.listItemHover, .listItemHover a {
	background-color:#65adff;
	color:white;
	padding:5px;
}
.highlightRec1 {
	background-color: #FFFFFF;
}
.highlightRec2 {
	background-color: #f8f8f8;
        border-bottom: 1px solid #efefef;
        border-top: 1px solid #efefef;
}
/*********************************/


/*********************************/
/* Ad */
/*********************************/
#sampleAd {
	text-align: left;
	border: 1px solid #447ec0;
	width: 200px;
	padding: 2px;
	overflow: hidden;
	background-color: #FFFFFF;
	font-weight: normal;
	margin-bottom:20px;
}
#sampleAd #sample_adTitle {
	display: block;
	color: #0000CC;
	padding: 0;
	text-decoration: underline;
	font-size: 11pt;
	font-weight: normal;
	height: 14pt;
}
#sample_adTitle:hover {
	background: none;
}
#sample_adDescription1, #sample_adDescription2 {
	color: #222222;
	height: 12pt;
	font-size: 10pt;
	overflow: hidden;
	
}
#sample_adDisplayUrl {
	color: green;
	height: 12pt;
	font-size: 10pt;
}
#keywords {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#333333;
	height:201px;
	margin-top:18px;
	text-align:left;
}
#keywordTool {
	border: 1px solid #ccc;
	margin:0 0 1.5em;
	padding:1.4em;
}
.progressBar {
	border: 1px solid #000000;
	background-color: white;
	text-align: left;
}
.progressBar div {
	background-color: green;
}
/*********************************/

/*********************************/
/* Localize Ad */
/*********************************/
.targetTable tr td {
	vertical-align: top;
	width: 50%;
}
.targetTable tr td h5 {
	color: #000;
	font-size:14px;
}
.targetContainer {
	border: 2px solid #ddd;
	height: 300px;
	overflow-y: auto;
	padding: 5px;
	text-align: left;
}
.adSchedule {
	margin: 20px 0 20px 30px;
	text-align: left;
	font-size: 14px;
}
.adSchedule p {
	padding-bottom: 15px;
}
/*********************************/