@charset "utf-8";
body  {
	font: 100% "Times New Roman", Times, serif;
	background: #f2f2f2 url(images/crn.png) no-repeat top left fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
ul{
	list-style-type: none;
	list-style: none;
	list-style-position: inside;
}
img {
	border:none;
}
img a, img a:hover {
	border:none;
}
a {
	color:#00b3db;
	text-decoration:none;
}
a:hover {
	color:#669933;
	text-decoration:none;
}
h1 {
	color:#fdc689;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}
.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
.err {
	color: #FF9900;
}
#container {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	margin-top:5px;
	text-align: left;
	margin: 0 auto;
	width: 1180px;
}
#header h1 a{
	color: #333;
	font-size: 24px;
}
#header h1 a:hover{
	color: #666;
}
#header-content {
	font-size: 14px;
	margin:0 auto;
	paddin:0px;
	text-align:left;
	width:1200px;
	height: 120px;
	clear:both;
	
}
#header-container{
	clear:both;
}

#header-bar-1 {
	width:360px;
	height: 120px;
	float:left;
	padding:0px;
	background: #fff url(/images/corner.png) no-repeat bottom right;
	margin-left: 20px;
}
#header-bar-2 {
	float:left;
	margin-left:10px;
	width:360px;
	height: 120px;
	padding:0px;
	background: #fff url(/images/corner.png) no-repeat bottom right;
}
#header-bar-3 {
	width:420px;
	height: 120px;
	float:left;
	margin:0px;
	padding:0px;
	margin-left:10px;
	background: #fff url(/images/corner.png) no-repeat bottom right;
}
.header-bar-padding {
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
	-moz-box-shadow: 0 0px 3px #666;
	-webkit-box-shadow: 0 0px 3px #666;
}
.header-bar-padding h3 {
	color:#666;
	display: inline;
	overflow: hidden;
}
.header-bar-padding p,.header-bar-padding h3{
	padding: 0 10px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
	float:left;
}
.sidebar {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	float: right;
	width: 400px;
	padding: 15px 10px;
	margin-right:20px;
	background: #fff;
	-moz-box-shadow: 0 0px 3px #666;
	-webkit-box-shadow: 0 0px 3px #666;
}
.sidebar table{
	overflow:hidden;
}
.sidebar h3 {
	border-bottom: 1px solid #eee;
	text-align:center;
	color: #666;
}
.sidebar1{
	width: 180px;
	overflow: hidden;
	float:left;
	margin: 0 10px;
}
.sidebar2{
	width: 380px;
	overflow: hidden;
	float:left;
	margin: 0 10px;
}
.sidebar-container-double {
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}
#mainContent { 
	margin: 0 430px 0 0;
	padding: 0 20px;
	
}
#post {
	background: #fff;
	margin-top:10px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	top:10px;
	bottom:20px;
	-moz-box-shadow: 0 0px 3px #666;
	-webkit-box-shadow: 0 0px 3px #666;
}
#post h1{
	border-bottom: 1px dashed #E6E8ED;
}
#footer {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-top:20px;
	padding: 0 10px 0 20px;
	background: #333 url(images/grad-ft.png) repeat-x top;
}
#footer-content-copyright {
	height:30px;
	color:#999999;
	padding-top:15px;
	border-top: 1px solid #666;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer a{
	color: #ccc;
}
#footer a:hover{
	color: #666;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* view subscriptions */

.sub-manage-container{
	clear:both;
}
.sub-manage-row{
	margin-top: 5px;
	height: 20px;
	width: 700px;	
	border-bottom: 1px dashed #ccc;
}
.sub-manage-left{
	width:670px;
	float:left;
	overflow:hidden;
}
.sub-manage-right{
	width: 15px;
	float:right;
}