/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-image: url(../images/background1.jpg);
	background-attachment: fixed;
	background-position: center top;
	font-size: 12px;
	color: #333333;
}

.text_1 {
	font-size: 12px;
	color: #333333;
}

.text_blue {
	font-size: 12px;
	color: #0c98d7;
}

.text_topic1 {
	font-size: 12px;
	color: #0c98d7;
	font-weight:bold;
}

.text_topic2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.text_topic3 {
	font-size: 18px;
	color: #0c98d7;
	font-weight:bold;
	font-style:normal;
}

.text_topic4 {
	font-size: 14px;
	color: #0c98d7;
	font-weight:bold;
	font-style:normal;
}

.text_login_1 {
	font-size: 11px;
	color: #333333;
}

.text_login_2 {
	font-size: 9px;
	color: #333333;
}

.text_features_topic {
	font-size: 10px;
	color: #11afed;
	font-weight:bold;
}

.text_features_date {
	font-size: 9px;
	color: #FFFFFF;
}

.text_poll {
	font-size: 13px;
	color: #0c98d7;
	font-weight:bold;
}

.text_bottom {
	font-size: 11px;
	color: #bebfbf;
}

.text_small {
	font-size: 10px;
}

/* Bottom */
.button {
	padding: 0px 0px;
	border: 0px;
	background: url(../images/button1.png);
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	width:50px;
	height:30px;
}

.button:hover {
	background: url(../images/button2.png);
	color:#0b469e;
	width:50px;
	height:30px;
}

/* Normal link */
a {
	color: #333333;
	text-decoration: none;
}

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


/* White link */
.white_link {
	color: #FFFFFF;
	text-decoration: none;
}

.white_link:hover, .white_link:active, .white_link:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Gray link */
.gray_link {
	color: #bebfbf;
	text-decoration: none;
}

.gray_link:hover, .gray_link:active, .gray_link:focus {
	color: #bebfbf;
	text-decoration: underline;
}

/* Blue link */
.blue_link {
	color: #0c98d7;
	text-decoration: none;
}

.blue_link:hover, .blue_link:active, .blue_link:focus {
	color: #0c98d7;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10;
}

textarea, textarea.inputbox {
	background: #FFFFFF;
	color: #333333;
	border: 1px solid #DDDDDD;
}

.inputbox {
	padding: 3px 2px;
	border: 1px solid #CCCCCC;
	background: url(../images/input-bg.gif) repeat-x top #FFFFFF;
	color: #333333;
	font-size: 10;
}

.login_button {
	padding: 0px 0px;
	border: 0px;
	background: url(../images/login_button1.png);
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	width:50px;
	height:30px;
}

.login_button:hover {
	background: url(../images/login_button2.png);
	color:#0b469e;
	width:50px;
	height:30px;
}

select#ordering, select#limit {
	background-image: none;
}

* html .button { /*IE 6*/
	padding: 2px 5px !important;
}

*+html .button { /*IE 7*/
	padding: 2px 5px !important;
}

/* POLL
--------------------------------------------------------- */

.results_button {
	padding: 0px 0px;
	border: 0px;
	background: url(../images/results_button1.png);
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	width:60px;
	height:30px;
}

.results_button:hover {
	background: url(../images/results_button2.png);
	color:#0b469e;
	width:60px;
	height:30px;
}

/* SEARCH
--------------------------------------------------------- */

.inputbox_search {
	padding: 3px 2px;
	border: 0px;
	background: url(../images/input_search-bg.png) repeat-x top #FFFFFF;
	color: #333333;
	font-size: 10;
}

.button_search {
	padding: 0px 0px;
	border: 0px;
	background: url(../images/search_button1.png);
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	width:37px;
	height:34px;
}

.button_search:hover {
	background: url(../images/search_button2.png);
	color:#0b469e;
	width:37px;
	height:34px;
}

