/* new stuff on new adresses */

.topsign{
	position:absolute;
	margin:-19px 0 0 144px;
}

.adressfield {
	width:300px;
	padding:10px 10px 10px 10px;
	background: -moz-linear-gradient(top, #fff, #e4e4e4); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4)); /* Safari, Chrome */
	background: -webkit-linear-gradient(top, #fff, #e4e4e4); /* Safari, Chrome - neue Syntax */
	background: -o-linear-gradient(top, #fff, #e4e4e4); /* Opera */
	background: -ms-linear-gradient(top, #fff, #e4e4e4); /* IE */
	background: linear-gradient(top, #fff, #e4e4e4); /* W3C Standard */
}
.adressfield:hover {
	width:300px;
	padding:10px 10px 10px 10px;
	background: -moz-linear-gradient(top, #fff, #cecece); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cecece)); /* Safari, Chrome */
	background: -webkit-linear-gradient(top, #fff, #cecece); /* Safari, Chrome - neue Syntax */
	background: -o-linear-gradient(top, #fff, #cecece); /* Opera */
	background: -ms-linear-gradient(top, #fff, #cecece); /* IE */
	background: linear-gradient(top, #fff, #cecece); /* W3C Standard */
}

#adressinfo {
	padding:10px 10px 10px 10px;
	background: -moz-linear-gradient(top, #1189dc, #004576); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#1189dc), to(#004576)); /* Safari, Chrome */
	background: -webkit-linear-gradient(top, #1189dc, #004576); /* Safari, Chrome - neue Syntax */
	background: -o-linear-gradient(top, #1189dc, #004576); /* Opera */
	background: -ms-linear-gradient(top, #1189dc, #004576); /* IE */
	background: linear-gradient(top, #1189dc, #004576); /* W3C Standard */
}

#adressinfo:hover {
	padding:10px 10px 10px 10px;
	background: -moz-linear-gradient(top, #036ab2, #003459); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#1189dc), to(#004576)); /* Safari, Chrome */
	background: -webkit-linear-gradient(top, #1189dc, #004576); /* Safari, Chrome - neue Syntax */
	background: -o-linear-gradient(top, #1189dc, #004576); /* Opera */
	background: -ms-linear-gradient(top, #1189dc, #004576); /* IE */
	background: linear-gradient(top, #1189dc, #004576); /* W3C Standard */
}

#adressinfo p {
	font-size:12px;
	color:white;
	margin:-18px 0 0 20px;
	padding:0 0 0 0;
}

#adresssearch {
	padding:0 10px 10px 10px;
	background: -moz-linear-gradient(top, #fff, #e4e4e4); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4)); /* Safari, Chrome */
	background: -webkit-linear-gradient(top, #fff, #e4e4e4); /* Safari, Chrome - neue Syntax */
	background: -o-linear-gradient(top, #fff, #e4e4e4); /* Opera */
	background: -ms-linear-gradient(top, #fff, #e4e4e4); /* IE */
	background: linear-gradient(top, #fff, #e4e4e4); /* W3C Standard */
}

#adresssearch input[type="submit"]{
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	-webkit-border-radius:2px;
	-webkit-user-select:none;
	background-color:#f5f5f5;
	background-image:linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);
	border:1px solid #dcdcdc;border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:2px;
	color:#666;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:29px;
	line-height:27px;
	margin:11px 6px;
	min-width:54px;
	padding:0 8px;
	text-align:center
}
#adresssearch input[type="submit"]:hover{
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
	background-color:#f8f8f8;
	background-image:linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);
	border:1px solid #c6c6c6;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	color:#333
}
#adresssearch input[type="submit"]:focus{
	border:1px solid #4d90fe;
	outline:none
}
#adresssearch input{
	font-family:inherit
	background-color:#fff;
	border:1px solid #d9d9d9;
	border-top-color:#c0c0c0;
	height:27px;
}
#adresssearch input:hover{
	-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3);
}
#adresssearch input:focus{
	border-color:#e2001a!important;
}

/* custom stuff */

div#contentblock table td.newsflash {
	padding:0px;
}

.footerblock {

}

.user2block {

}


.user1block {

}

.rightblock {

}

.contentblock {

}

.centerblock {

}

.leftblock {

}

.header {
	height: 111px;
	background: url(../images/mambo_header.png) no-repeat;
}

/* working my way up */

.content_box {
	padding: 4px;
	background: #fff;//#121A1D; //url(../images/back_fade.jpg) repeat-x;
}

.search_box {
	padding: 10px;
}



#silver_date {
	float: right;
	width: 160px;
	text-align: right;
	padding: 3px 10px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #304651;
	white-space: nowrap;
}

#silver_menu {
	overflow: hidden;
	height: 26px;
	width: 400px;
	float: left;
	padding: 0px;
}

#silver_toolbar {
	width: 100%;
}

.silver_box {
	width: 100%;
	//border-top: solid 1px #9DA6B3;
	border-bottom: solid 0px #9DA6B3;
	text-align: center;
	background: url(../images/silver_background.png);
	padding: 0px 0px 0px 0px;
}

.middle_box {
	padding: 4px;
	border-left: solid 1px #9DA6B3;
	background: #fff; //#2E4452 url(../images/menu2_fade.jpg) repeat-x;
}

.right_box {
	padding: 4px;
	border-left: solid 1px #9DA6B3;
	background: #fff; //#182327 url(../images/menu1_fade.jpg) repeat-x;
}

.searchblock {
	color: #e2001a;
}

.top_right_box {
	border-left: solid 0px #9DA6B3;
	background: none;
	padding: 0px;
}

.page_bg {
	background: #000 url(../images/bg.gif) repeat;
	background-attachment: fixed;
	background-position: center;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	border: 0px;
}

.big_frame {
	width: 798px;
	border: solid 0px #9DA6B3;
}


/* required stuff */

#content-pane .tab-page {
	background: #000000;
}

.contentpane {
	
}

.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
}

.small {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}

.modifydate {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}

.createdate {
	line-height: 20px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
	display: block;
}

.contentheading, .contentheading td {
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size: 13px;
	font-weight: bold;
	color: #e2001a;
	text-align:left;
	text-decoration: none;
}

a.contentpagetitle:hover {
	color: #ffffff;
}

table.moduletable {
	width: 100%;
	margin: 0px 0px 15px 0px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
}

table.moduletable th {
	background: url(../images/title_background.png) no-repeat;
	vertical-align: middle;
	font-size: 10.5px;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-indent: 18px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	font-weight: normal;
}

table.moduletable ul {
	color: #ff0000;
}

div#menublock table.moduletable td {
	padding: 0px;
}

#mainlevel-nav {
margin: 0; padding: 0;
}
#mainlevel-nav li {
background-image: none;
list-style:none; 
float: left; 
margin: 0px; 
padding-left: 15px;
padding-right: 15px;
font-size: 11px;
line-height:24px;
height: 26px;
white-space: nowrap;
border-right: 1px solid #9DA6B3;
}
#mainlevel-nav a {

float: right; 
text-decoration: none;  
color: #304651;
}
#mainlevel-nav a {
float: none;
}
#mainlevel-nav a:hover {
color: #000;

}

a.mainlevel:link, a.mainlevel:visited {
	background: url(../images/menu_bullet.png) no-repeat;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-left: 15px;
	height: 18px;
	margin-bottom: 1px;
}

a.mainlevel:hover {
	background-position: 0px -20px;
	text-decoration: none;
	color: #e2001a;
}

.pollstableborder {
	border: 1px solid;
	padding: 1px;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #919191;
	text-align: left;
}

#active_menu {
	color:#e2001a;
	font-weight: bold;
}

a.sublevel:hover {
	color: #e2001a;
	text-decoration: none;
}

a.mainmenu:link, a.mainmenu:visited {
	color: #e2001a; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
}

a.mainmenu:hover {
	color: #D6DF8C; 
	text-decoration: none;
}



a:link, a:visited {
	color: #e2001a; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9AB6C2;	text-decoration: none;
	font-weight: bold;
}

a.category:link, a.category:visited {
	color: #e2001a;
	text-decoration: none;
	font-weight: bold;
}

a.category:hover {
	color: #9AB6C2;
	text-decoration: none;
	font-weight: bold;
}

a.pagenav, a.pagenav:visited {
	font-weight: bold;
	color: #e2001a;
	text-decoration: none;
}

a.pagenav:hover {
	color: #9AB6C2;
	text-decoration: none;
}

.frontpageheader {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.newsfeedheading {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}

.newsfeeddate {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.fase4rdf a:link {
	color: #745632;
	text-decoration: none;
	font-weight: bold;
}

.fase4rdf a:hover {
	color: #cc9900;
}

.componentheading {
	vertical-align: top;
	padding-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 24px;
	text-transform: uppercase;
}

.sectiontableheader {
	color : #000;
	font-weight : bold;
	padding: 3px;
}

.sectiontableentry1 {
	padding: 2px;
}

.sectiontableentry2 {
	padding: 2px;
}

div#middle_box .sectiontableentry1 {
	background-color : #3E5867;
	padding: 2px;
}

div#middle_box .sectiontableentry2 {
	background-color : #516B79;
	padding: 2px;
}

div#right_box .sectiontableentry1 {
	background-color : #182327;
	padding: 2px;
}

div#right_box .sectiontableentry2 {
	background-color : #293C43;
	padding: 2px;
}

BODY {
	margin: 0px 0px 0px 0px;
	background: #f7f7f2;
}

td,tr,p,div,span {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}



.button {
	font-weight: bold;
	border:solid 1px #9DA6B3;
	background-color: #e2001a;
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}

.inputbox {
	font-weight: normal;
	color: #000;
	background: #fff;
	border: 1px solid #9DA6B3;
}

/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #e2001a;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
}

.tabpadding {
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {
	color: #000;
	font-size: 16px; font-weight: bold;
}

h5 {
	color: #000;
	font-size: 14px; font-weight: bold;
}

h6 {
	color: #000;
	font-size: 12px; font-weight: bold;
}

/* Horizontal Line */
hr {
	background: #999999; height:1px; border: 1px solid;
}

hr.separator {
	background: #495C5F;
	height: 1px;
	width: 75px;
	border: 0px;
}


/* Content - Sections & Categories */


table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
}

table.contenttoc td {
	font-size: 8pt;
	font-weight: normal;
	text-align:left;
}

.contentdescription {
	color: #000;
	text-align: left;
	padding-left:10px;
}

/** category text format and links **/
.category {
	color: #ff0000;
	font-size: 11px; font-weight: bold; text-decoration: none;
}



.poll {
	font-size: 10px;
	line-height: 14px
}

table.pollstableborder {
	border: 0px;
}

.contentpane {
	padding-left:10px;
}

.smalldark {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}

table

table.contact {
	background-color: #0D1315;
}

table.contact td.icons {
	background-color: #000000;
	font-weight: bold;
}

table.contact td.details {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}

.pagenav {
	font-weight: normal;
}

.pagenavbar {

}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
}

.readon {
	margin-bottom: 10px;
	
}

strong {
	color: #ffcc00;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
