﻿body
{
	min-height:400px;
	background: #FFFFFF none repeat scroll 0% 0%;
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    min-width:1000px;
}

a
{
	color: #333;
	text-decoration:none;
	cursor:pointer;
}

a:visited
{
    color: #333;
}

a.blk
{
	color:#000000;
}

a.wte
{
	color:#ffffff;
}

.wteText
{
	font-size:12px;
	color:#ffffff;
	font-family:Arial;
}

.copyRight
{
	font-size:12px;
	color:#666666;
	font-family:Arial;
}

.mainBack
{ 
	margin-top:0px;
	background: url(../images/main/mainBack.jpg) repeat-y;
}

aDiv
{
	cursor: pointer;
}

.padding5
{
	padding: 5px;
}

.clear
{
	clear: both;
}

.column
{
	float: left;
}


/*MAIN MASTER*/
.bWidth
{
	width:98%;
}

.logo
{
	width:250px;
}

.dateArea
{
	font-size:10px;
	font-family:Arial;
	color:#666666;
	font-weight:bold;
	text-align:right;
	vertical-align:bottom;
	padding-right:10px;


}

#bbar
{
	background: url(../images/main/barBKM.jpg) no-repeat;
	height: 116px;
	width:741px;
	padding:10px;
}

#bbarL
{
	background: url(../images/main/barBKline.jpg) repeat-x;
	height: 136px;
	width: 16px;
}


#bbarM
{
	background: url(../images/main/barBKline.jpg) repeat-x;
	height: 116px;
	min-width:761px;
	padding:10px;
}

#bbarR
{
	background: url(../images/main/barBKline.jpg) repeat-x;
	text-align:right;
	height: 136px;
	width: 16px;
}

.hdrs
{
	color:#666666;
	font-family:arial; 
	font-size:15px; 
	font-weight:bold;
	 height:45px; 
	 line-height:45px; 
}

.pgeIcons
{
	width:40px;
	height:45px; 
	line-height:45px;
}
.campaignList{
	margin: 3px 3px 3px -30px;
	list-style: none;
	font-weight: bold;
}
.campaignList .expanded{
	background: url(../images/expandednode.gif) no-repeat 2px 2px;
	padding-left: 15px;
	margin-bottom: 5px;
	cursor: pointer;
}
.campaignList .expanded div{
	display: block;
	cursor: default;
	font-weight: normal;
}

.campaignList .collapsed{
	background: url(../images/collapsednode.gif) no-repeat 2px 2px;
	padding-left: 15px;
	margin-bottom: 5px;
	cursor: pointer;
}
.campaignList .collapsed div{
	display: none;
}