body {
	background: #F7F7F7 url(bodyBg.jpg) repeat-x;
}

#skin_wrapper 
{
	/*background-color:white;*/
	width: 980px;
	margin: 0 auto 5px;
	/*border: solid 1px #cccccc; */
	
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

/* Header */
#skin_header 
{
	color: #cccccc;
	height: 40px;
	background:#434242;
}

#skin_header a {
	color:#cccccc;
	text-decoration: none;
}

#skin_header a:hover {
	text-decoration: underline;
}

/* Logo */
#skin_logo {
	/*float: left;*/
	padding:4px 0 0 4px;
}

#skin_siteToolbar
{
	float:right;
	text-shadow:0 -1px 0 #112A49;
	text-align:right;
	line-height:1.3em;
	padding:2px 8px 0 0;
}

/* Page */
#skin_contentSidebar {
	margin: 0 auto;
	border:solid 1px #e3e3e4;
	background-color:	#ffffff;
	
	overflow:hidden;
	height:1%;
}

/* Content */
#skin_content {
	/*background-color:White;*/
	float: right;
	min-height:600px;
	padding:8px 11px;
	width: 644px;
	
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/

	overflow:hidden;
	height:1%;
}

/*#skin_contentHeader h1
{
	font-size: 1.4em;
	font-weight:normal;
}*/

/* Sidebar */
#skin_sidebar {
	float: left;
	width: 300px;
	padding:11px 0 0 11px;

	overflow:hidden;
	height:1%;
}

/* Footer */
#skin_footer 
{
	background-color:white;
	border-top:solid 1px #e3e3e4;
	color:gray;
	clear: both;
	font-size:.9em;
	padding:1em;
	text-align: center;
}
.oos_widgetFrame
{
	padding-top:1em;
}
.oos_widgetTitle
{
	color:#444;
	font-weight:bold;
}
.oos_widgetBody
{
	border:solid 1px #dcdfe0;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.oos_widgetBody a
{
	color:#444444;
	text-decoration:none;
}

/* === */
#postPreviews .oos_previewSide
{
	height:48px;
	background-image:url(phone.gif);
}

.phoneList
{
    padding-top:.7em;
}