/* html */
body {
margin:0;
padding:0;
background: #CCC url(img/header_bg.gif) top repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

a {
color:#FF9900;
text-decoration:none;
}

a:hover {
text-decoration :underline;
}

.nodecoration a, .nodecoration a:hover  {
text-decoration:none;
}

h1 {
border-bottom: #E3E3E3 dotted 1px;
}

h2,h3,h4,h5,h6{
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

img {
	padding: 3px;
	border: 1px solid #808080;
	background: #f0f0f0;
}

img.left {
	margin: 4px;
	float: left;
}

img.right {
	margin: 4px 0 4px 4px;
	float: right;
}

p {

}

ol {
	margin-left: 18px;
}


ul {
	margin-left: 18px;
	/* list-style: url(img/li.gif); */
}

li {
	
}

table {
	border-collapse: collapse;
	margin: 10px auto 15px auto;
	border: 1px solid #a0a0a0;
}

th {
	background: #e0e0e0;
	height: 25px; 
	padding: 0 10px;
	color: #ffffff; 
	text-align: left;
}

td {
	padding: 3px; 
/*	height: 25px; */
}

tr.odd {
	background: #303030;
}

tr.even {
	background: #404040;
}

tr.odd:hover, tr.even:hover {
	color: #d0d0d0;
	background: #606060;
}

/* class ---------------------------------*/
.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.clear {
clear:both;
}

/* layout  ********************************/

/* header -------------------------------*/
#header {
background: #231E1B url(img/header_bg.gif) top repeat-x;
}

#header-content {
margin: 0 auto;
width: 800px;
}


#header .toplinks {
	float: right;
	width: 100%;
	margin: 5px 30px;
	text-align: right;
	font-size: 1em;
	color:#FFA54A;
}

#header .toplinks a {
	color: #FFA54A;
}

#logo{
margin:0;
width: 230px;
height:140px;
background: url(img/SPCMS_logo.png) center no-repeat;
}
#menu {
float:right;
margin-top: 40px;
padding: 10px 0;
font-size: 16px;
color:#FFF;
font-weight:bold;
text-transform:uppercase;
	
}

#menu ul {
	margin: 0;
	float: left;
}

#menu li {
	display: inline;
	margin-right: 6px;
	float: left;
}

#menu a {	
	padding-left: 11px;
	padding-bottom: 8px;
	color: #FFF;
	float: left;
	text-decoration:none;
}

#menu a span {
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 8px;	
	float: left;
}


#menu a.selected {
	color: #FF9900;	
}

#menu a.selected span {

}

#menu a:hover {
	color: #FF9900;
	text-decoration:underline;
}

#menu a:hover span  {

}



/* main ---------------------------------*/

#main {
margin:0;
background: #FFF url(img/content_bg.gif) top repeat-x;
min-height:400px;
border-bottom: #666666 solid 1px;
clear:both;
}

/* content */

#content {
margin: 0 auto;
padding-top:10px;
padding-bottom:20px;
width: 800px;
}

#holder fieldset {
	background: #FDFEFE;
	margin: 10px auto;
}

#holder fieldset h3 {
	background: #c0c0c0;
	color: #fff;
	text-align: center;
	padding-bottom: 4px;
}

#holder fieldset .inputfields {
	margin: 4px;
	color: #909090;
	font-size: 1.2em;
}

#holder textarea, #holder text {
	overflow: auto;
	margin: 2px;
	padding: 2px;
	background: #f0f0f0;
	border: 1px solid #a0a0a0;
	color: #444;
}

#holder .submit {
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	width: 70px;
	cursor: pointer;
}

#holder h1 {

}

/* content left*/
#left {
float: left;
width:540px;
padding: 0 10px 20px 0;
}

/* content right */

#right {
float: left;
width:240px;
padding: 0 0 25px 5px;
border-left: #CCCCCC dotted 1px;
}
#right .block {
padding: 5px;
}

/* right menu */
ul#SPCMS_menu {

background:none;
margin:5px;
padding:0;
list-style-type:none;
}
ul#SPCMS_menu li {
border-bottom:1px dotted #CCC;
list-style: none;
}
ul#SPCMS_menu li a:link, ul#SPCMS_menu li a:visited {
display:block;
height:1%;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
padding:3px 3px 3px 6px;
}
ul#SPCMS_menu li a:hover, ul#SPCMS_menu li a.selected {
font-weight:bold;
color:#FF6600;
} 
/* end right menu */

/* footer ---------------------------------*/

#footer {
width: 800px;
min-height: 150px;
margin: 0 auto;
padding: 10px 0;
clear:both;
}

.copy{ padding:5px; text-align: center; font-size:11px;}
.copy img { background:none; border:none;}

