@charset "utf-8";
/* CSS Document */


/* default styles */

html {
	height: 100%;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #f3f9fc;
	margin: 0;
	height: 100%;
}

p {
	padding: 0 0 3px 0;
	margin: 0;
	/*text-align: left;*/
}

h1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	padding: 0 0 5px 0;
	margin: 0;
}
h2 {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	padding: 0 0 3px 0;
	margin: 0;
}
h3 {
	color: #3a025a;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 2px 0;
	margin: 0;
}

a:link {
	color: #3a025a;
	text-decoration: underline;
}
a:visited {
	color: #3a025a;
	text-decoration: underline;
}
a:hover {
	color: #8f08dc;
	text-decoration: none;
}

hr {
	height: 0;
	size: 0;
	border: none;
	border-bottom: 1px solid #3a025a;
}

td {
	vertical-align: top;
}

/****************************
Design styles
*****************************/


#containerMain {
	width: 870px;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 232px;
}

.footer {
	background-color: #0492d0;
	border-bottom: solid 3px #e17704;
	padding: 2px 0;
	margin: 10px 7px 0 7px;
	color: white;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.footer a:link,
.footer a:visited {
	color: white;
	text-decoration: underline;
}
.footer a:hover {
	color: white;
	text-decoration: none;
}

.textContent {
	padding: 0 5px;
}
.textContent p {
	/*text-align: justify;*/
	font-size: 12px;
	line-height: 17px;
	/*text-indent: 22px;*/
}

.contentTable {
	width: 100%;
}

.boxTop {
	background-image: url(../images/box_top.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 10px;
	width: 194px;
}
.boxBottom {
	background-image: url(../images/box_btm.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 9px;
	width: 194px;
}
.boxContent {
	background-image: url(../images/box_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 158px;
	padding: 0 18px;
}

.credits {
	padding: 10px 0;
}

.banner {
	float: left;
	margin: 0 8px 0 0;
	height: 35px;
	padding: 0;
}

.shoutList p {
	/*text-indent: 22px;
	text-align: justify;*/
}
.shoutList a:link,
.shoutList a:visited {
	display: block;
	color: #c67702;
	text-decoration: underline;
	padding: 0 0 5px 0;
	font-weight: bold;
}
.shoutList a:hover {
	color: #faab34;
	text-decoration: none;
}

.voteSlider {
	height: 5px;
	background-color: #8f08dc;
}

.newsImage {
	float: left;
	padding-right: 5px;
}
.newsImageShout {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.headLinks {
	position: absolute;
	z-index: 100;
	width: 848px;
	top: 199px;
	text-align: right;
	color: white;
	font-size: 9px;
}
.headLinks a:link,
.headLinks a:visited {
	color: white;
	text-decoration: underline;
}
.headLinks a:hover {
	color: white;
	text-decoration: none;
}


/****************************
Menu styles
*****************************/

.menu {
	/*text-align: center;*/
	margin: 0 5px 5px 5px;
}

.menu a:link,
.menu a:visited {
	color: #0a5090;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 0 2px;
}
.menu a:hover {
	color: #c67702;
	text-decoration: underline;
}

.submenu a:link,
.submenu a:visited {
	display: block;
	/*border-bottom: 1px solid #1f609a;*/
	color: #0a5090;
	/*font-weight: bold;*/
	font-size: 11px;
	text-decoration: none;
	padding: 3px 0;
}
.submenu a:hover {
	color: #c67702;
	text-decoration: underline;
}

a.selected:link,
a.selected:visited {
	color: #c67702;
}

/****************************
Forum styles
*****************************/

.forum_table {
	width: 100%;
	border-top: 1px solid #a08faa;
	border-left: 1px solid #a08faa;
}
.forum_table td,
.forum_table th {
	border-right: 1px solid #a08faa;
	border-bottom: 1px solid #a08faa;
	padding: 2px 5px;
}
.forum_table th {
	background-color: #d9cedf;
}

.paging td {
	padding: 5px 2px;
}

.topic_header {
	width: 85%;
}
.author_header {
	width: 35%;
}
.input_forum {
	width: 350px;
}

/****************************
Other styles
*****************************/

.copyright {
	color: white;
	margin: 50px 0 10px 0;
	width: 100%;
}

.solution {
	color: white;
}

.solution a:link,
.solution a:visited {
	color: white;
}
.solution a:hover {
	color: #98fb7d;
}
.solution_lt {
	color: #ff9bd6;
}


.guestResponse {
	color: #666666;
}

.image_title {
	border: 3px solid #bdc2c6;
	padding: 0;
	margin: 5px 10px 10px 0;
}

/****************************
Form styles
*****************************/
.formSpecial {
	display: none;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	/*width: 145px;*/
}
div.errorNull {
	width: 100%;
	position: relative;
	display: table;
}
div.errorMessage {
	float: left;
	background-color: #ffd9d9;
	border: 1px solid red;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 150px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}

.button {
	background: none;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	color: #0a5090;
	height: 29px;
	min-width: 67px;
	padding: 0 0 5px 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 0;
	text-align: center;
	vertical-align: middle;
}

a.button:link,
a.button:visited {
	display: block;
	padding: 7px 0 0 0;
	text-decoration: none;
	width: 67px;
}

