body {
	color: #fff;
	font-family: Arial,Helvetica, Sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}


/* GENERAL FORM */
form input.inputbox {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

form button.button, form input.button {
	background: transparent url(../images/red_button.png) center center no-repeat;
	border: none;
	color: #fff;
	width: 90px;
	height: 30px;
	line-height: 30px;
}

form textarea.inputbox {
	border: 1px solid #fff;
}

form input.text_area {
	background:transparent;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}

fieldset {
	border: none;
}

/* USER FORM */
form#userForm input, form#userForm textarea, form#userForm checkbox {
	border: none;
}

/* GENERAL COMPONENTS */
div.componentheading, h1.componentheading {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000;
	padding: 0;
	margin: 0;
}

table.contentpane td.sectiontableheader {
	background: #333;
	color: #fff;
	padding: 5px;
}

table.contentpane td.sectiontableheader a:link, table.contentpane td.sectiontableheader a:visited {
	color: #fff;
}

table.contentpane td.sectiontableheader a:hover {
	text-decoration: underline;
}

td.sectiontableentry {
	padding: 5px;
}


/* BREADCRUMBS */
div#breadcrumbs div.moduletable-breadbrumbs {
	font-size: 11px;
	padding: 0 0 0 10px;
}

div#breadcrumbs div.moduletable-breadbrumbs a:link, div#breadcrumbs div.moduletable-breadbrumbs a:visited, div#breadcrumbs div.moduletable-breadbrumbs a:hover{
	font-size: 11px;
}


/* ARTICLES */
div#rightcolumn a.contentpagetitle:link, div#rightcolumn a.contentpagetitle:visited {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000;
}

div#rightcolumn td.buttonheading a:link img, div#rightcolumn td.buttonheading a:visited img{
	border: 1px solid transparent;
}

div#rightcolumn td.buttonheading a:hover img {
	border: 1px solid #fff;
}

div#rightcolumn td.createdate {
	font-size: 10px;
	color: #999999;
}

div#rightcolumn td.modifydate {
	font-size: 10px;
	color: #999999;
}

div#rightcolumn h2 {
	font-weight: bold;
	color: #ff0000;
}

div#rightcolumn h3 {
	font-weight: bold;
	color: #c0c0c0;
}

/* HOME PAGE ARTICLES */
div#rightcolumn a.contentpagetitle-homepage:link, div#rightcolumn a.contentpagetitle-homepage:visited {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000;
}


/* TOP BANNER SEARCH MODULE*/
div#topbanner div.moduletable-topbannersearch {
	background:transparent none repeat scroll 0 0;
	float:left;
	padding: 60px 0 0 25px;
	text-align: left;
	width: 215px;
	height: 100px;
}

div#topbanner div.moduletable-topbannersearch h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 5px 0;
	margin: 0;
}

div#topbanner div.moduletable-topbannersearch form {
	padding: 0;
	margin: 0;
}

div#topbanner div.moduletable-topbannersearch form input.inputbox-topbannersearch {
	background: #a14848;
	border: 1px solid #fff;
	color: #fff;
	width: 208px;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 5px;
	font-size: 10px;
}

div#topbanner div.moduletable-topbannersearch form input.button-topbannersearch {
	background: transparent url(../images/grey_button.png) center center no-repeat;
	border: none;
	color: #000;
	width: 60px;
	height: 32px;
	line-height: 40px;
	float: right;
	text-transform: lowercase;
}

/* SEARCH PAGE */
div.componentheading-sitesearch {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000;
}

hr.small_separator {
	width: 80%;
}

hr.full_separator {
	width: 100%;
}

span.highlight {
	background: #a14848;
}

div.keywords_highlight {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

/* TOP BANNER */
div#topbanner div.moduletable-topbanner {
	background: transparent;
	float: right;
	margin: 0;
	padding: 20px 25px 10px 0;
	position: relative;
	text-align: left;
	width: 640px;
	height: 160px;
	overflow: hidden;
}

div#topbanner table.moduletable-topbanner {
	margin: 0;
	padding: 0;
	width: 640px;
	height: 160px;
}

div#topbanner table.contentpaneopen-topbanner {
	margin: 0;
	padding: 0;
	width: 640px;
	height: 160px;
}

/* LOGIN MODULE */
div#leftcolumn div.moduletable-login {
	float: left;
}

div#leftcolumn div.moduletable-login h3 {
	background:transparent url(../images/leftmenuh3.png) no-repeat scroll left top;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight:bold;
	height:52px;
	line-height:52px;
	margin:0;
	padding:0 0 0 20px;
	text-align:left;
	text-transform:uppercase;
	width:225px;
}

div#leftcolumn div.moduletable-login form#login {
	padding: 0;
	margin: 0;
}

/* Logout padding fix*/
div#leftcolumn div.moduletable-login form#login div {
	padding: 10px 0 0 10px;
	margin: 0;
}

div#leftcolumn div.moduletable-login form#login fieldset.input {
	border: none;
	padding: 10px 0 0 10px;
	margin: 0;
}

div#leftcolumn div.moduletable-login form#login input.inputbox {
	background: #000;
	border: 1px solid #ff0000;
	color: #fff;
	width: 225px;
}

div#leftcolumn div.moduletable-login form#login input.button {
	background: transparent url(../images/red_button.png) center center no-repeat;
	border: none;
	color: #fff;
	width: 90px;
	height: 30px;
	line-height: 30px;
}

div#leftcolumn div.moduletable-login form#login fieldset.input p {
	padding: 0 0 10px 0;
	margin: 0;
}

div#leftcolumn div.moduletable-login form#login p#form-login-remember input {
	width: auto;
	background: transparent;
	border: none;
}

/* ### SUCCESS STORIES ### */
/* Articles */
div#rightcolumn table.contentpaneopen-successstory{
	border-top: 1px solid #E8E9EB;
	margin: 0 0 20px 0;
}

div#rightcolumn a.contentpagetitle-successstory:link, div#rightcolumn a.contentpagetitle-successstory:visited {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000;
}
a.readon-successstory:link, a.readon-successstory:visited{
	background:transparent url(../images/red_button.png) no-repeat scroll center center;
	border:medium none;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	width:90px;
	display: block;
	text-align:center;
	float: right;
}

div.componentheading-successstory, h1.componentheading-successstory {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000;
	padding: 0;
	margin: 0;
}


/* Galleries */
div#rightcolumn table.contentpaneopen-successstory table.sboxgallery {
	padding: 0;
}
div#rightcolumn table.contentpaneopen-successstory table.sboxgallery td#sboxth{
	padding: 0;
}

/* ### CREDITS ### */
div#footer div.moduletable-credits {
	font-size: 10px;
	color: #fff;
	text-align: left;
	padding: 0 0 20px 65px;
}

/* ### ICONS ### */
div#icons div.moduletable-icons {
	float: right;
	height: 20px;
	font-size: 10px;
	color: #fff;
	text-align: right;
	padding: 0;
}

/* ### EDITOR PRESETS ### */
.hotword {
	color: #f00;
	font-weight: bold;
}
