﻿.SideBar
{
	display:none;
}

.ContentPad {
	width:100%!important;
	padding-left:0px!important;

}


.ContentPad .divContentPad
{
	
	width:100%!important;
	overflow:hidden!important;
}



.ms-SPZone
{
	padding:0!important;
	border:0!Important;
}



.TopRightZone
{
	width:292px;
	height:300px;
	float:left;
	margin-right:8px;
}

.TopRightZone .ms-WPBorder
{
	border:0!important;
}


.TopLeftZone
{
	width:590px;
	height:300px;
	overflow:hidden;
	float:right;
	z-index:1;
}

.TopLeftZone .ms-SPZone
{
	width:589px;
	height:300px;

	overflow:auto!important;
}

.MiddleZone , .BottomZone
{
	margin-top:10px;
}



.RightZone , .CenterZone , .LeftZone
{
	width:290px;
	float:right;
}

.RightZone , .CenterZone
{
	margin-left:10px;
}


.tabcontent .RightZone , .tabcontent .CenterZone , .tabcontent .LeftZone
{
	width:280px;
	background:#fff url(../images/backgrounds/WPBody_bg.jpg) no-repeat left bottom;
	min-height:150px;

}


.tabcontent .ms-WPBody
{
	padding:10px 8px;
}


.tabcontent .ms-PartSpacingVertical
{
	margin:0!important;
}


.BottomZone .CenterZone div img
{
	margin-top:10px;
}


/**poll**/
.Poll
{
	background:#f1f6f9 url(../images/backgrounds/poll_bg.gif) no-repeat right bottom;
	width:290px;
	height:190px;
}

.Poll h4
{
	background:url(../images/backgrounds/poll_title_bg.gif) no-repeat left center;
	height:15px;
	font-size:16px;
	padding-left:25px;
	padding-top:10px;
	margin:0px;
}

.pollAnswers table td
{
	*background-color:#e4edf2;
}
* > .pollAnswers table td
{
	*background-color:transparent;
}
.pollAnswers table > td
{
	*background-color:transparent;
}

.pollAnswers span
{
	display:block;
	width:100%;
}

.pollBtns
{
	padding:10px 0;
}

.pollBtns input
{
	margin-right:10px;
	background:url(../images/backgrounds/poll_btn.gif) no-repeat center center;
	border:0;
	width:73px;
	height:24px;
	text-align:center;
	font-size:13px;
	cursor:pointer;
}

.pollQuestion , .pollAnswers , .pollBtns
{
	padding-left:10px;
}


.pollQuestion
{
	margin-bottom:3px;
}

.pollAnswers
{
	margin-bottom:10px;
}

