body {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #FF33CC;
}

div#placeholder-box1 h2 {
	color: #fff;
}

div#placeholder-logo {
	color: #fff;
	font-size: 27px;
	font-weight: bold;
}

a#logo {
	text-decoration: none;
}

div#placeholder-hero {
	background: #eee;
}

div#placeholder-box1 {
	color: #fff;
}

div#placeholder-search {
	background: #232323;
	color: #fff;
}

div#footer {
	border-top: 1px solid #333;
}

div#placeholder-footer {
	color: #888;
}

td.menu-item {
	color: #FF33CC;
	text-align: right;
	font-size: 16px;
}

td.menu-item-hover {
	color: #eee;
	text-align: right;
	font-size: 16px;

}

td.menu-item-selected {
	color: #fff;
	text-align: right;
	font-size: 16px;
}

td.submenu-item {
	background: #333;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #FF33CC;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.gallery-item {
	color: #fff;
	padding: 5px !important;
	font: 14px Arial;
}

td.gallery-item-hover {
	color: #FF33CC;
	padding: 5px !important;
	font: 14px Arial;
}

td.gallery-item-selected {
	color: #FF33CC;
	padding: 5px !important;
	font: 14px Arial;
}


/* @group Forms */

.announcement-list {
	padding: 18px 18px 3px;
}

.secure-login, .newsletter-form, .download-report {
	background: #222;
	border: none;
	margin-bottom: 18px;
	padding: 9px 0;
}

.secure-login label, .newsletter-form label, .download-report label {
	color: #fff;
}

.secure-login h3, .newsletter-form h3, .download-report h3{
	background: transparent;
	border: none;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form, .download-report div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #FF33CC;
	text-decoration: none;	
}

a:hover, a:active {
	color: #FF33CC;
	text-decoration: underline;
}

div#placeholder-box1 a {
	color: #FF33CC;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #414141 url(/images/cssimg/bg-7-8.png) repeat-x 0 0;
	margin: 0;
}

body#sub {
	background: #414141 url(/images/cssimg/bg-sub-7-8.png) repeat-x 0 0;
}

div#header {
	margin-bottom: 10px;
	background: #333;
}

body#sub div#header {
	margin-bottom: 28px;
}

div#header-left {
	height: 100px;
}

div#header-right {
	height: 100px;
}

div.whoslogged {
	height: 60px;
	line-height: 27px;
	text-align: right;
}

div.mininav {
	height: 16px;
	line-height: 16px;
	text-align: right;
	vertical-align: 0;
	float: right;
}

div#placeholder-logo {
	padding-top: 27px;
}

div#placeholder-nav {
	height: 36px;
	text-align: right;
}

div#placeholder-nav table {
	width: 100%;
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: bottom;
}


div#front {
	height: 216px;
	/*margin-bottom: 18px;*/
}

div#placeholder-hero {
	height: 216px;
	margin: 0;
	width: 600px;
}

div#placeholder-box1 {
	height: 216px;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: auto;
}

div#placeholder-search {
	padding: 18px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
        margin-top: 15px;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;	
}

div#main div.inner {
	/*padding: 0 30px 36px 0;*/
}

div#placeholder-search {
	margin-bottom: 18px;
}

div#placeholder-footer {
	font-size: 11px;
	padding-top: 9px;
} 


#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

