body{
	color:#000000;
	background:#FFFFFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;font-variant:normal;
}
sup,sub{
	line-height:-1px;vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input, textarea, select{
	font-family:inherit;font-size:inherit;font-weight:inherit;
}



/*fonts.css*/
body {
	font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
}
table {
	font-size:inherit;font:100%;
}pre,code,kbd,samp,tt{
	font-family:monospace;*font-size:108%;line-height:99%;
}

.login_box {
	width: 200px;
	margin: 100px auto 0 auto;
	text-align:left;
	padding: 50px;
}
.current {
	font-size:22px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 10px;
}
a:link { text-decoration : none; color : #3366cc; border: 0px;} 
a:active { text-decoration : underline; color : #3366cc; border: 0px;} 
a:visited { text-decoration : none; color : #3366cc; border: 0px;} 
a:hover { text-decoration : underline; color : #ff5a00; border: 0px;} 
/*grids.css*/
body{
	text-align:center;
}
strong {
	font-weight:bold;
}
.clear {
	clear:both;
}
.wrapper {
	width:900px;
	margin:0 auto;
	padding:0;
}
.HeaderBG { 
	width: 100%; 
	float: left; 
	background: #fff url(../images/bkg_body.png) repeat-x; 
}
.Header { width: 900px; position: relative; margin: 0 auto; padding: 32px 0px 0px 0px; height: 70px; border-bottom: solid 1px #CCC;}
.Header h1 { font-size: 35px; letter-spacing: -2px; line-height: 35px; padding: 15px 0px 0px 0px; margin: 0px; text-align:left;}
.Header h1 a { text-decoration: none; color:#ff5a00;}
.Header h1 a:visited { text-decoration: none; color:#ff5a00;}
.Header h1 a:hover { text-decoration: none; color:#ff5a00;}

.Desc { font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: -1px; color:#999;}
.TopMenu { margin: 0px; padding: 0px; position: absolute; top: 8px; left: 0px;  color:#666; }
.TopMenu ul { padding: 2px 0px; margin: 0px; font-size: 0px; border-left: solid 1px #666;}
.TopMenu li { padding: 2px 4px; margin: 0px 4px 0px 0px; list-style-type: none; display: inline; font-size: 10px; border-right: solid 1px #666; font-weight: bold;}
.TopMenu li a { color:#666;}
.TopMenu li a:visited { color:#666;}
.TopMenu li a:hover { color:#666;}
.config {
	width:425px;
	float:left;
	margin-right:50px;
	margin-top:20px;
	text-align:left;
}
.blogs {
	width:425px;
	float:left;
	text-align:left;
	margin-top:20px;
}
.add_new {
	border:1px solid #F6F3D3;
	background: #FFFDE5;
	color:#993300;
	font-size: 11px;
	margin-bottom: 20px;
}
.add_new h3 {
	font-size:18px;
	padding: 5px 5px 5px 10px;
}
.add_new p {
	padding: 5px 5px 5px 15px;
}
.helpText {
	color:#666;
}
.blue {
	border:1px solid #ccc;
	background: #efefef;
	color:#000000;
}
table {
	border-collapse:collapse;
	width: 100%;
	border: 1px solid #F6F3D3;
}
th, td {
	padding: 0.1em 1em;
}
caption {
	font-size: 1.2em;
	font-weight:bold;
	margin: 1em 0;
}
col {
	border-right: 1px solid #F6F3D3;
}
col#deleteCol {
	border:none;
}
thead {
	background: #FFFDE5;
	border-top: 1px solid #F6F3D3;
	border-bottom: 1px solid #F6F3D3;
}
th, td {
	text-align:left;
}
tr:hover {
	background:#F6F3D3;
}
.footer {
	clear:both;
	margin: 20px 0 20px 0;
}
.install {
	font-size:12px;
	text-align:left;
	padding:20px;
}

.install ul { padding: 2px 0px; margin: 20px 0 20px 60px; font-size: 0px; border-left: solid 1px #666;}
.install li { padding: 2px 4px; margin: 0px 4px 0px 0px; list-style-type: none; font-size: 12px; font-weight: bold;}
.install li a { color:#000;}
.install li a:visited { color:#000;}
.install li a:hover { color:#FF0000;}
.install label {
	display:block;
	width:150px;
}
blockquote {
	background:#FFFFFF;
	border: 1px solid #CCC;
	margin:20px;
	padding:20px;
}