/* VISIBLE INK PORTAL */
/*** Page layout 20%/60%/20% ***/

#ContentHeader {
	width: 368px;
	float: left;
}

#ContentCols {
	margin-top: 10px;
	float: left;
	position: relative;
	width: 500px;
}

/* first content column */		
#ContentPane{
	width: 374px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #FFF;
}

/* second content column */		
#RightPane{
	width: 178px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 382px;
}

#RightPane .moduleContainer {
	margin-top: 20px;	
	font-size: 0.9em;
	color: #CC6600;
}

* html #RightPane .moduleContainer {
	margin-bottom: 15px;
}

#RightPane .moduleContainer h3 {
	background: Transparent url(../../images/module_head_bg_light.gif) no-repeat top left;
	position: absolute;
	left: 0;
	top: -20px;
	width: 178px;
}

* html #RightPane div.Content_Item h3, #RightPane div.Polls h3, #RightPane div.Sign_In h3 {
	left: -1px;
}

* html #RightPane div.Content_Item h3, #RightPane div.Polls h3, #RightPane div.Sign_In h3 {
	left: -11px;
}

* html #RightPane .moduleContainer h3 {
	left: -10px;
}

* html #footer {
	margin-top: 10px !important;	
}

#RightPane div.pollContainer a.voteSubmit div {
	float: none;
	padding-top: 5px;
}

#RightPane .moduleContainer.Documents_Alt, #RightPane .moduleContainer.WebItems_Alt {
	color: Black !important;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: #BBD5BF !important;
	list-style-image: url(../../images/yellow_bullet_alt.gif) !important;
}

#RightPane .moduleContainer.WebItems_Alt ul.WebItems {
	list-style-image: url(../../images/yellow_bullet_alt.gif) !important;
}

#ContentPane div.Polls {
	background-color: #FFF;
	list-style-image: none;
	padding-bottom: 0;
}
