/* CSS SofiaMCA, Created by ivuWorks.com */

/*################## STRUCTURE ##################*/
body {
	border: 0;	
	top: 0; left: 0;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background-color: #ffffff;
} 
#header {
	width: 754px;height: 63px;
	text-align: center; /*because of the small buttons*/
	background: url(../i/head.gif) no-repeat top;
}
#header img {
	border: 0; /*because of the small buttons*/
	margin: 0 7px;
}
#menu {
	margin-top: 4px;
	width: 754px; height: 120px;
}
.item {
	padding-left: 30px;
	width: 300px; height: 20px;
	background: url(../i/menu.gif) no-repeat left top;
	border-bottom: 1px solid #ffffff;
}
.selected {
	padding-left: 5px;
	width: 300px; height: 20px;
	background: url(../i/menusel.gif) no-repeat left top;
	border-bottom:1px solid #ffffff;
}
#submenu{
	width: 600px; height: 20px;
	text-align: center;
	background: url(../i/submenu.gif) no-repeat top;
	border-bottom: 1px solid #ffffff;
}
#content {
	margin-top: 4px;
	width: 754px;
}
#leftcontent {
	padding: 10px;
	width: 600px;
	border-left: 1px solid #c50000;
	border-right: 1px solid #c50000;
}
.block {
	margin: 0 0 10px 0;
	width: 150px;
}
.btitle {  /*BLOCK TITLE*/
	height: 20px;
	text-align: center;
	font-weight: bold;
	background: url(../i/btitle.gif) no-repeat top;
	border-bottom: 1px solid #ffffff;
}
.bcontent {  /*BLOCK CONTENT*/
	padding: 2px 5px;
	border-left: 1px solid #607c28;
	border-right: 1px solid #607c28;
}
#footer {
	margin: 4px 0;
	width: 754px; height: 20px;
	background: url(../i/foot.gif) no-repeat top;
}


/*######## TEXT STYLES ########*/
body, p {	
	font: normal 12px "Trebuchet MS";
	color:#000000;
}
#content td, #leftcontent td {	
	font: normal 12px "Trebuchet MS";
}
#menu td, #submenu td, .btitle {	
	font: bold 11px "Trebuchet MS";
	color:#ffffff;
}
#footer td {	
	font: normal 9px Verdana;
	color:#ffffff;
}
#header td {	
	font: bold 16px Arial;
	color:#cc0000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0; padding: 0;
	font: bold Arial;
	color: #cc0000;

}
/*################## LINK STYLES ##################*/
a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000000;
}
a:hover{	
	text-decoration:none;
	color:#000000;
}
#footer a {
	text-decoration:underline;
	color:#ffffff;
}
#menu a:link, #menu a:visited, #menu a:active,
#submenu a:link, #submenu a:visited, #submenu a:active {
	text-decoration:none;
	color:#ffffff;
}
#menu a:hover, #submenu a:hover{	
	text-decoration:underline;
	color:#ffffff;
}


/* Poll Styles */
.poll_question {
	font: bold 11px Verdana, Tahoma, Arial, sans-serif;
	color: #577324;
}

.poll_answer {
	font: bold 9px Verdana, Tahoma, Arial, sans-serif;
	color: #577324;
}
.poll_per {
	font-size: 10px;
	color: #333333;
	border-bottom: 1px #aaaaaa solid; 
}
.vote_href {
	color: #781414;
	font-size: 10px;
}
.vote_submit {
	FONT-SIZE: 10px; 
	color: #004080; 
	BORDER-RIGHT: #006699 3px double; 
	BORDER-TOP: #006699 3px double; 
	BORDER-LEFT: #006699 3px double; 
	BORDER-BOTTOM: #006699 3px double;  
	BACKGROUND-COLOR: #EEEEEE; 
}
.vote_msg {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.vote_table {
	width: 100%;
	border-collapse: collapse; 
	border-top: 1px #aaaaaa solid; padding: 0; margin: 0; 
}
.vote_table td {
	padding: 0; margin: 0; 
}

.ptd_poll {
	border-bottom: 1px #aaaaaa solid; 
}

.btn_search {
	height: 18px;
	font: normal 10px Verdana, Tahoma, Arial, sans-serif;
}

.topSearach {
	width: 200px;
	font: normal 10px Verdana, Tahoma, Arial, sans-serif;
}

.title {
	font: normal 18px Tahoma, Verdana, Arial, sans-serif;
}

#no_poll {
	text-align: center;
	padding: 5px;
	font: bold 10px Verdana, Tahoma, Arial, sans-serif;
	color: #577324;
}