/* logged in home page css */

.loggedin_overview  {
	width:730px;
}

.loggedin_overview .loggedin_container {
  	float:left;
	width:555px;
	vertical-align:top;
}

.loggedin_overview .loggedin_container .left {
	width:345px;
	height:325px;
	background-color:#000000;
	float:left;
	vertical-align:top;
}

.loggedin_overview .loggedin_container .left .white {
	width:335px;
	height:315px;
	margin:5px 0px 0px 5px;
	background-color:#ffffff;
	color:#393939;
	
}

.loggedin_overview .loggedin_container .left .white .expert{
	height:114px;
	
}

.loggedin_overview .loggedin_container .left .white .expert .image{
	float:left;
	width:191px;
	height:114px;
	vertical-align:top;
	margin:3px 0px 0px 4px;
}

.loggedin_overview .loggedin_container .left .white .expert h2 {
	margin:0px;
	padding:0px;
}

.loggedin_overview .loggedin_container .left .white .expert .copy{
	float:right;
	background-color:#cccccc;
	width:116px;
	height:104px;
	padding:5px;
	margin:3px 4px 0px 0px;
}

.loggedin_overview .loggedin_container .left .white .expert .copy h2{
	color:#ec8620;
	font-weight:bold;
	font-size:16px;
}

.loggedin_overview .loggedin_container .left .white .expert .copy p{
	color:#666666;
	margin:0px;
	line-height:13px;
}

.loggedin_overview .loggedin_container .left .white .expert .copy a:link    { color:#ec8620; text-decoration:none; }
.loggedin_overview .loggedin_container .left .white .expert .copy a:visited { color:#ec8620; text-decoration:none; }
.loggedin_overview .loggedin_container .left .white .expert .copy a:active  { color:#ec8620; text-decoration:none; }
.loggedin_overview .loggedin_container .left .white .expert .copy a:hover   { color:#ec8620; text-decoration:none; }

.loggedin_overview .loggedin_container .left .white .question_container .answer{
	color:#666666;
	margin:5px;
	padding-top:5px;
	line-height:13px;
}

.loggedin_overview .loggedin_container .left .white .question_container .question {
	color:#ec8620;

	margin:5px;
}


.loggedin_overview .loggedin_container .center {
	width:205px;
	float:right;
	vertical-align:top;
}

.loggedin_overview .loggedin_container .center #flashcontent1, #flashcontent2, #flashcontent3{
	margin-bottom:5px;
}



.loggedin_overview .loggedin_container_right {
	float:right;
	width:140px;	
	height:257px;
	vertical-align:top;
	margin-top:-13px;
	padding-right:20px;
}

html>body .loggedin_overview .loggedin_container_right { *margin:0px;} /* IE fix */

.loggedin_overview .loggedin_container_right .right {
	background-image:url(/img/home_li/poll_bg.jpg);	
	background-repeat:no-repeat;
	vertical-align:top;
	height:257px;
	margin-top:10px;
}

html>body .loggedin_overview .loggedin_container_right .right { *margin-top:0px;} /* IE fix */

.loggedin_overview .loggedin_container_right .right h3 {
	margin:0px;
}

.loggedin_overview .loggedin_container_right .right img {
	margin:5px 0px 0px 5px;
	width:120px;
	height:44px;
}

.loggedin_overview .loggedin_container_right .right p {
	width:110px;
	font-weight:normal;
	margin:10px 10px 10px 5px;
}

.loggedin_overview .loggedin_container_right .right .poll {
	border-bottom:1px dotted #cccccc;
	font-weight:normal;
	width:120px;
	height:20px;
	margin-left:4px;
}

.loggedin_overview .loggedin_container_right .right .poll_first {
	border-bottom:1px dotted #cccccc;
	font-weight:normal;
	border-top:1px dotted #cccccc;
	width:120px;
	height:20px;
	margin-left:4px;
}

.loggedin_overview .loggedin_container_right .right .vote_btn {
	margin:8px 0px 0px 4px;
}

.loggedin_overview .loggedin_container_right .right_results {
	background-image:url(/img/home_li/poll_bg.jpg);	
	background-repeat:no-repeat;
	vertical-align:top;
	height:300px;
	margin-top:10px;
}

html>body .loggedin_overview .loggedin_container_right .right_results { *margin-top:0px;} /* IE fix */

.loggedin_overview .loggedin_container_right .right_results h3 {
	margin:0px;
}

.loggedin_overview .loggedin_container_right .right_results img {
	margin:5px 0px 0px 5px;
}

.loggedin_overview .loggedin_container_right .right_results p {
	padding-left:4px;	
}

html>body .loggedin_overview .loggedin_container_right .right_results p { *margin:0px;} /* IE fix */

.loggedin_overview .loggedin_container_right .right_results .left .item {
	font-weight:normal;
	padding-left:4px;
}

.loggedin_overview .loggedin_container_right .right_results .left .number {
	color:#cccccc;
	font-weight:normal;
	padding-left:4px;
	margin-bottom:5px;
}

.loggedin_overview .loggedin_container_right .right_results .total {
	padding-left:4px;
}