/* For Owners */
#owners_wrapper {
	width:960px;
	/*margin-left:10px;*/
	color:#000000;
	/*margin:0px auto;*/
}
#o_header {
	background:#ffffff url(/img/header.jpg) no-repeat scroll 0%;
	height:80px;
}
#o_content {
	background:#000000 url(/img/content_back.gif) repeat-x;
	padding:20px 0px 20px 10px;
	min-height:440px;
}
#o_stripe {
	height:0px;
	display:none;
	/*height:18px;
	clear:both;
	background-color:#006794;*/
}
#o_content .owners_wrapper {
	float:left;
	padding-left:6px;
}
#o_content .o_content_container {
	float:left;
	margin-right:8px;
}
.o_portal_item {
	background-color:#cccccc;
	border:1px solid #dddddd;
	margin:0px;
	padding:0px;
	margin-bottom: 15px;
}
.o_portal_item .o_item_header {
	/*background:#666666 url('/img/bg_mainnav_red.jpg') repeat-x scroll 0% 0%;*/
	background-color:#333333;
	padding:0px;
	margin:0px;
	height:18px;
	font-size:12px;
}
.o_portal_item .o_item_header a {
	width:auto;
}
.o_portal_item .o_item_header span {
	float:left;
	font-weight:bold;
	padding-top:1px;
	padding-left:3px;
	width:auto;
}
.o_portal_item .o_show_hide_container {
	float:right;
	height:18px;
	width:18px;
}
.down {
	background:transparent url('/img/open_button.gif') no-repeat center;
	background-position: 1px 1px;
}
.up {
	background:transparent url('/img/close_button.gif') no-repeat center;
	background-position: 1px 1px;
}
.o_portal_item .o_show_text, .o_portal_item .o_hide_text {
	float:right;
	height:15px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	overflow:hidden;
	font-size:11px;
}
.o_portal_item .hide {
	display:none;
}
.o_portal_item .o_item_content {
	padding:10px;
	margin:0px;
}
.o_portal_item .o_item_content a {
	color:#666633;
	text-decoration:none;
}
.o_portal_item .o_item_content a:hover {
	color:#990000;
	text-decoration:none;
}
a.o_show_hide_link {
	border:none;
	color:#FFFFFF;
	cursor:pointer;
}
a.o_show_hide_link:hover {
	border:none;
	color:#FFFFFF;
}
a.o_show_hide_link img {
	border:none;
}
.clear {
	clear:both;
}

