/*
	structural style for a layout - corresponds to our current template.css
	may also contain default colors
	this particular file is copied from template 61 and has not been cleaned up at all - so there may be a lot of unneessary stuff
*/
#outer_wrapper {
	border:1px solid #c1c1c1;
}
#layout_wrapper {
width:960px;
margin:0px auto;
border:1px solid #c1c1c1 !important;
position:relative;
}

.content-width {
	width:960px;
	margin:0px auto;
}

header {
	height:auto;
}

#page_content {
	//padding:5px; 
}

#content_column {
	float:left;
	width:100%;
}
#inner_content {
	overflow:hidden;
	padding: 10px 0px;
	min-height:400px;
	margin:10px;
}

#inner_layout {
	border:1px solid #CCC;
	overflow:hidden;
}
.control-panel-link {
	float:right;
	margin-top:-5px;
}
.horizontal.control-panel-link {
	color:#000000;
	font-weight:bold;
}
.checklist-link {
	float:left; 
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding-top:6px;
}
#full_name {
	font-weight:bold;
}

.add-me-link {
	float:left;
	color:#000000;
	font-size:13px;
	margin-top:0px;
	font-style:normal;
	font-weight:bold;
}
.control-panel-link  {
	float:left;
	margin-top:1px;
}
.cb-5 {
	margin-left:10px;
}

header {
	position:relative;
	display:block;
}
nav {
	height:auto;
}

.cb-1 {
	width:100%;
}
.cb-3{
	background-color:rgb(229, 235, 240);
	border-top: 3px solid rgb(220, 228, 235);
	border-bottom: 1px solid rgb(212, 220, 226);
}
.panel-pos {
	width:100%;
	padding-top:3px;
}
.border-sep {
width:100%;
height:5px;
}
.space-reset {
	padding:0px;
	margin:0px;
}
a.login-link,.add-me-link {
	color:#000000;
	font-size:12px;
}

.watermark {
	background-color:#FFFFFF;
}

.cb-3 {
	width:100%;
	border-bottom: 1px solid rgb(212, 220, 226);
	border-top: 3px solid rgb(220, 228, 235);
	background-color:rgb(229, 235, 240);
}

#top_wrapper {
	border-bottom: 1px solid rgb(208, 216, 222);
}
.footer-container,.footer-container a, .footer-container span {
	color:#FFFFFF;
}
footer {
	color:#FFFFFF;
	background-color:rgb(10, 19, 27);
}
#top_left {
	position:absolute;
	top:-10px;
	left:-46px;
	width:46px;
	height:322px;
	background-image:url(topleft.png);
}
#top_right {
	position:absolute;
	top:-10px;
	right:-46px;
	width:46px;
	height:322px;
	background-image:url(topright.png);
}
#bottom_left {
	position:absolute;
	bottom:-42px;
	left:-43px;
	width:276px;
	height:200px;
	background-image:url(bottomleft.png);
	background-repeat:no-repeat;
}
#bottom_right {
	position:absolute;
	bottom:-42px;
	right:-43px;
	width:276px;
	height:200px;
	background-image:url(bottomright.png);
	background-repeat:no-repeat;
}
#user_wrapper {
	float:right !important;
	*width:auto !important;
}
.add-me-link {
	margin:5px 10px 0px 5px;
}
.user-panel {
	float:right;
	width:49%;
}
.social-network-panel {
	float:left;
	margin-left:5px;
}
#share_pop_out {
	left:0px;
}
#favorites_hover {
	float:left;
}