/*
	project: internet broadcast template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #fff url(images/bg.gif) repeat-x; color: #454545; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 {	font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
h2 { margin: 0; padding: 0; font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px;}
h3 { font-size: 12px; font-weight: bold; color: #a0c636;/*color: #9cb227;*/ }
h4 { font-size: 12px; font-weight: bold; color: #799BA4; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }
hr { height: 1px;	border-top: solid 1px #AACCD5; }
textarea { font-size: 12px; font-family: Tahoma; }
li.basic {list-style: circle; }
ul.basic { margin-left: 20px; }
.hidden { display: none; }
/* layout */
#content { margin: 10px auto; width: 960px; }
#logo { display: none; }
#slogan { display: none; }
#top_info { display: none; }

/* main horizontal menu */
#tablist{ display: none; }
/* main menu topics */
#topics {
	display: none;
}
/* left side */
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	.subheader {
		display: none;
	}
	.subheader1 {
		margin: 0 0 10px 0;
		padding: 8px 100px 8px 8px;
		/*background: #f4f4f4 url(images/bgshade.gif) repeat-x;*/
		background: #fff url(images/crocus.gif) no-repeat;
		background-position: bottom right;
		color: #808080;
		border-bottom: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}	
/* right side */
#right {
	display: none;
}	
/* footer */
#footer { 
	display: none;
}
	
/* Table Styling */
table.members {
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	width: 615px;
	background-color: #EAF4F6;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	}	
	
table.members td {
	/*background-color: #DBDBDB;*/
	background: #ffffff;
  color: #000;
	padding: 2px 5px 2px 5px;
	text-align: center;
	border: 1px solid #AACCD5;
	}
	
table.members td.hed {
	background-color: #FCFFFF;
	color: #000000;
	padding: 7px 5px 7px 5px;
	text-align: center;
	border: 1px #ccc solid;
	}
table.members td.alt {
	background-color: #f0f0f0;
	color: #000000;
	padding: 7px 5px 7px 5px;
	text-align: center;
	border: 1px #ccc solid;
	}	
table.members td.specalt {
background: #fff url(images/bullet1.gif) no-repeat;
}
table.members td.nobg {
	font-weight: bold;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: #ffffff;
}
table.members td.top {
	background: #CAE8EA url(images/bg_header2.png) repeat-x;
	color: #000000;
	text-align: center;
	border: 1px #AACCD5 solid;
	font-weight: bold;
	}
table.members caption {
	padding: 0 0 5px 0;
	font: italic 11px;
	text-align: right;
	color: #000000;
}

table.affiliates {
width: 560px;
}
table.affiliates td {
text-align: center;
}

table.userinfo {
width: 600px; 
}
table.userinfo td {
border-bottom: 1px dashed #e5e5e5;
}	