body {
background: #31425a url(../images/ss_interface/body_bg.gif) repeat-x top left;
color: #333;
}

div.page-bg {
	background: #fff;
	width: 986px; margin:0 auto;
	border-top: none;
	margin-bottom: 18px;
}

h3.marker {
	border-top: 1px solid #ccc;
	padding-top: 9px;
}


p.admin-links {
	text-align: right;
}

a {
		color: #b3180d;
	text-decoration: none;
}

a:link {
			text-decoration: none;
	color: #b3180d;
}

a:hover { 	}
a:visited {
						
}

h1,h2  { color: #222;	font-family: Georgia, "Times New Roman", Times, serif;}

h3, h4, h5, h6 {	 color: #222;	font-family: Georgia, "Times New Roman", Times, serif;
}

.login p {
	margin-bottom: 9px;
}

div.box {
background: #f4f9fe;
border: 1px solid #4f6f94;
}

#navlist
{
margin: 0 0 18px 0;
background: #eee;
padding: 9px 0;
border-top: 8px solid #ccc;
border-bottom: 1px solid #ccc;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 9px 1em;
margin-right: 0;
border-right: 1px solid #ccc;
/*background: #2b3d55;*/
text-decoration: none;
font-weight: bold;
/*color: #fff;*/
}

#navlist li a:link { }
#navlist li a:visited { }

#navlist li a:hover
{

}

/*hr {
	color: #2b3d55;
	background: #2b3d55;
}

hr.space {
	color: #1f2b3b;
	background: #1f2b3b;
}*/

/*div.colborder {
	border-right-color: #2b3d55;
}*/

ul.subnav {
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
	border-top: 1px solid #ccc;
}

ul.subnav li a {
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.list {
	margin-right: 0;
}

ul.list li {
	text-decoration: none;
	font-weight: bold;
}

ul.list li a {
	text-decoration: none;
}

#branding {}

#branding h1 { text-indent: -9999em; display: block; background-repeat: no-repeat; background-color: transparent; }
	
#branding h1 a { display: block; width: 342px; height: 53px; overflow: hidden; border-bottom: none; background: url(../images/gc_interface/logo.gif) no-repeat; }

blockquote {
	background: #eee;
	padding: 1.5em;
	border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	padding-bottom: 0;
	color: #333;
}

p.edit-entry a {
	display: block;
	background: #eee;
	padding: 5px 9px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

hr {
	color: #ccc;
	background: #ccc;
}

div.colborder {
	border-right-color: #ccc;
}

p#foot {
	background: #eee;
	padding: 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul {
	list-style-type: circle;
}

p.login-top {
	float:  right;
}

h3.no-margin {
	margin-bottom: 0;
}

h4 label {
	font-weight: normal;
}

div.btn a {
	padding: 6px 14px;
	margin-bottom: 18px;
	color: #fff;
	font-weight: bold;
	background: #333;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	}
div.btn a:hover {
	border-color: #97140b;
	background-color: #97140b;
	}
	
table {
	border-bottom: 1px solid #ccc;
}	
	
table td {
	border-top: 1px solid #ccc;
}

a.right {
	float: right;
}