body {
	min-width: 100% !important;
}
h1.header-text 
{
    color: #666666 !important;
    float: none;
    font-size: 24px;
    margin: 0 0 20px;
    text-align: left;
}
#top_bar 
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background: #646464;
	float: left;
	z-index: 2;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
	color: white;
}

#content_main 
{
	width: 100%;
	min-width: 0px;
	border: none;
	overflow: hidden;
}

#content_main.show-top-bar
{
	margin-top: 34px;
}

#buttons 
{
	width: 100%;
	min-width: 0;
	margin: 0px;
}

ul.social 
{
	height: 34px;
	margin-top: 7px;
	margin-right: 10px;
	float: right;
}

ul.social li 
{
	list-style: none;
	float: right;
}

ul.left-buttons 
{
	float: left;
	margin: 0px;
	width: auto;
}

ul.left-buttons li 
{
	margin: 0px;
	float: left;
	list-style: none;
}

/* main level link */
ul.left-buttons a 
{
	color: white;
	display: block;
	padding: 9px 20px;
	text-decoration: none;
	font-weight: bold;
}

/* main level link hover */
ul.left-buttons .current a,ul.left-buttons li:hover>a 
{
	background: #353535;
	color: #white;
}

/* sub levels link hover */
ul.left-buttons ul li:hover a,ul.left-buttons li:hover li a 
{
	background: none;
	border: none;
	color: white;
}

ul.left-buttons ul a:hover 
{
	background: #353535 !important;
	color: #fff !important;
}

/* level 2 list */
ul.left-buttons ul 
{
	background: #646464; /* for non-css3 browsers */
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 33px;
	left: 0;
	-moz-opacity: .70;
	filter: alpha(opacity = 70);
	opacity: .70;
}

/* dropdown */
ul.left-buttons li:hover>ul 
{
	display: block;
}

ul.left-buttons ul li 
{
	float: none;
	margin: 0;
	padding: 0;
}

ul.left-buttons ul a 
{
	font-weight: bold;
	padding: 4px 20px;
}

/* clearfix */
ul.left-buttons:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#message_history
{
	padding-top: 10px;
	margin-left: auto;
    margin-right: auto;
	width: 600px;
	
}
table.previous 
{
	border: 1px solid #C2C2C2;
	background-color: white;
	border-collapse: separate;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #777;
	width: 100%;
	padding: 0;
	border-spacing: 0px;
	vertical-align: middle;
	margin-left: auto;
    margin-right: auto;
}

table.previous thead td 
{
	font-weight: bold;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	margin: 0;
}

table.previous td 
{
	padding: 5px;
	vertical-align: middle;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
}

table.previous tr:hover 
{
	background-color: #ECF4FC;
}

tr.even 
{
	background-color: #F3F3F3;
}

td.send-to-friend 
{
	padding: 3px;
}
p.dialog_error
{
	font-weight: bold;
	padding: 10px;
	color: red;
}

/* fix for fb spacing */
.fb_iframe_widget {
	margin-right: 30px;
}