/* RadioSEGA Style Sheet */
/* MAIN STYLE */
body {
	margin:0px;
	background-color:#eeeeee;
	height: 100%;
	background:url(../../img/template/background.gif) #eee center repeat-y;
	
	
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	overflow:
}

/* HYPERLINK STYLES */
a:link, a:visited {
	color: #0078ff;
	text-decoration:none;
}
a:hover, a:active {
	color: #FF3300;
	text-decoration:none;
}
div.alphabox a:link, div.alphabox a:visited {
	color: #4bd213;
}
div.alphabox a:hover, div.alphabox a:active {
	color: #FF3300;
}
#linklist a:link, #linklist a:visited {
	color:#474747;
}
#linklist a:hover, #linklist a:active {
	color: #FF3300;
}

/* FONT STYLES */
.smalltext {
	margin:0px 5px 0px 5px;
	font-size:10px;
}
.jobtext {
	margin:0px 5px 0px 5px;
	font-size:11px;
	font-weight:bold;
}
.listtext {
	margin:10px;
	font-size:12px;
	font-weight:normal;
}
.mediumtext {
	margin:5px;
	font-size:14px;
	font-weight:normal;
}
.username {
	margin:0px 5px 0px 5px;
	font-size:16px;
	font-weight:bold;
}
.counters {
	margin:-5px 5px 0px 5px;
	font-size:16px;
	font-weight:bold;
}
.logintext {
	margin:5px;
	font-size:12px;
	font-weight:normal;
}
label {
	width:80px;
	display:block;
	float:left;
	font-size:14px;
	margin:2px;
	padding:1px;
}
input {
	font-size:14px;
	margin:2px;
	padding:1px;
}
textarea {
	font-size:14px;
	margin:2px;
	padding:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin:5px;
}
h2 {
	margin:5px;
	font-size:14px;
}
/* TEXT AREA STYLING */
form {
	margin:0px;
}

/* CONTENT DIV LAYOUTS */
div.box290top-blue {
	background-image:url(../../img/template/290_boxtop-blue.gif);
	background-repeat:no-repeat;
	height:10px;
}
div.box290-blue {
	background-image:url(../../img/template/290_box-blue.gif);
	background-position:bottom;
	padding:0px 5px 10px 5px;
	margin:0px 0px 5px 0px;
}
div.box290top-green {
	background-image:url(../../img/template/290_boxtop-green.gif);
	background-repeat:no-repeat;
	height:10px;
}
div.box290-green {
	background-image:url(../../img/template/290_box-green.gif);
	background-position:bottom;
	padding:0px 5px 10px 5px;
	margin:0px 0px 5px 0px;
}
div.box290top-pink {
	background-image:url(../../img/template/290_boxtop-pink.gif);
	background-repeat:no-repeat;
	height:10px;
}
div.box290-pink {
	background-image:url(../../img/template/290_box-pink.gif);
	background-position:bottom;
	padding:0px 5px 10px 5px;
	margin:0px 0px 5px 0px;
}
div.box290top-purple {
	background-image:url(../../img/template/290_boxtop-purple.gif);
	background-repeat:no-repeat;
	height:10px;
}
div.box290-purple {
	background-image:url(../../img/template/290_box-purple.gif);
	background-position:bottom;
	padding:0px 5px 10px 5px;
	margin:0px 0px 5px 0px;
}
div.box290top {
	background-image:url(../../img/template/290_boxtop.gif);
	background-repeat:no-repeat;
	height:10px;
}
div.box290 {
	background-image:url(../../img/template/290_box.gif);
	background-position:bottom;
	padding:0px 5px 10px 5px;
	margin:0px 0px 5px 0px;
}
div.box590top {
	background-image:url(../../img/template/590_boxtop.gif);
	background-repeat:no-repeat;
	height:10px;
}
div.box590 {
	background-image:url(../../img/template/590_box.gif);
	background-position:bottom;
	padding:0px 5px 10px 5px;
	margin:0px 0px 5px 0px;
}
div.alphabox {
	background-image:url(../../img/template/request_alphabox.gif);
	width:590px;
	height:50px;
	margin:5px 0px 5px 0px;
	padding:10px 0px 0px 0px;
	font-size:17px;
	font-weight:bold;
}
#requestlayer {
	background-image:url(../../img/template/request_popup.gif);
	width:280px;
	height:145px;
	position:absolute;
	display:none;
	margin-left:40%;
	margin-right:60%;
	padding:55px 10px 0px 10px;
}
div.playingtext {
	font-size:11px;
	overflow:hidden;
	width:415px;
	height:13px;
	line-height:-3px;
}

/* MAIN DIV LAYOUT */
#wrap {
	width:920px;
	margin:0px auto 0px auto;
}
#userbar {
	background-image:url(../../img/template/userbar.gif);
	background-repeat:no-repeat;
	width:422px;
	height:33px;
	margin:3px 15px 0px 5px;
	padding:2px 0px 0px 28px;
	font-size:12px;
	line-height:11px;
	overflow:hidden;
	float:right;
}
#header {
	height:80px;
	background-image:url(../../img/template/header.gif);
}
#menu {
	height:42px;
	clear:both;
}
#playingbar {
	background-image:url(../../img/template/playingbar.gif);
	background-repeat:no-repeat;
	width:420px;
	height:26px;
	margin:5px 15px 0px 5px;
	padding:2px 2px 2px 28px;
	font-size:12px;
	line-height:11px;
	overflow:hidden;
	float:right;
}
#content {
	width:900px;
	margin:0px;
	padding:0px 10px 0px 10px;
}
#leftcol {
	width:590px;
	float:left;
	padding:0px;
	margin: 5px;
}
	#leftcol-lower {
		width:590px;
		float:left;
		padding:0px;
		margin:0px 5px 5px 5px;
	}
	#left-leftcol {
		width:290px;
		float:left;
		padding:0px;
	}
	#left-rightcol {
		width:290px;
		float:right;
		padding:0px;
	}
#rightcol {
	width:290px;
	float:right;
	padding:0px;
	margin: 5px;
}
#fullcol {
	padding:5px;
	clear:both;
}
#footer {
	height:102px;
	background:url(../../img/template/footer.gif) #000;
	clear:both;
}
#footer-wrap {
	margin:0 auto 0 auto;
	padding:20px 0 20px 0;
	width:850px;
	height:60px;
}
#footer-copyright {
	width:100px;
	float:left;
	padding:18px 0 0 0;
	font-size:26px;
}
#footer-disclaimer {
	width:400px;
	float:left;
	padding:21px 0 0 0;
	font-size:10px;
	line-height:9px;
}
#footer-links {
	float:right;
	padding:4px 0 0 0;
	font-size:14px;
}

/* TABLE STYLES */
.requesttable tr {
	background-image:url(../../img/template/request_row_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* TABLE STYLES */
.top10 tr {
	background-image:url(../../img/template/chart_row_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* IMAGE STYLES */
#rightcol img, #leftcol img, #left-leftcol img, #left-rightcol img {
	margin-bottom: 5px;
}
#footer img {
	margin:5px;
}

/* BULLET POINTS */
#linklist
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#linklist li
{
	margin-left:10px;
	padding-left: 10px;
	background-image: url(../../img/template/bullet_link.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

/* BLOG STYLES */
h1 {
	width:100%;
	margin:0 0 3px 0;
	border-bottom:#666 1px dotted;
	font-size:26px;
	line-height:22px;
	letter-spacing:-2px;
	text-shadow:#999 1px 2px 1px;
	text-transform:uppercase;

}
h1 a:link, h1 a:visited {
	color:#333;
}
h1 a:hover, h1 a:active {
	color:#06C;
}
h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:14px;
}
h3 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:26px;
}
h4 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:8px;
}
.blogtitle {
	width:530px;
	height:35px;
	margin:5px;
	float:right;
}
.blogdate {
	width:50px;
	height:35px;
	padding:5px 0px 5px 0px;
	float:left;
	background:url(../../img/blog/blog_date.gif);
	color:#FFFFFF;
}
.blogpost {
	clear:both;
	padding:5px 0 10px 0;
}
.blogpost img {
	margin:5px;
	border:1px solid #dfdfdf;
}
.bloginfo {
	width:585px;
	height:15px;
	background:url(../../img/blog/blog_footer.gif);
	padding:5px 5px 5px 0;
	margin:-5px 0 10px 0;
	font-size:12px;
}
blockquote {
	font-size:12px;
	font-style:italic;
	background-color:#f0f0f0;
	border-left:5px solid #09F;
	padding:6px;
}

/* BLOG COMMENTS */
.commentwrap {
	margin:5px auto 0 auto;
	width:560px;
}
.commentpostwrap {
	width:560px;
	margin:0 0 10px 140px;
}
.commenttop {
	padding:10px 10px 0 45px;
	width:365px;
	min-height:75px;
	overflow:visible;
	background:url(../../img/blog/comment_top.gif) repeat-y top right;
}
.commentbottom {
	padding:10px 10px 0 45px;
	width:365px;
	height:30px;
	background:url(../../img/blog/comment_bottom.gif);
}
.commentusername img {
	margin-top:0;
	float:left;
}
.commentusername {
	margin-top:2px;
	font-size:24px;
	font-weight:bold;
	clear:left;
}
#commentform {
	margin:5px auto 0 auto;
	padding:50px 10px 0 10px;
	background:url(../../img/template/blog_commentform.gif);
	width:430px;
	height:300px;
	clear:both;
}
.commenttextarea {
	width:410px;
	height:170px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
.commentpostbtn {
	float:right;
	margin:5px;
}
.continue {
	width: 165px;
	margin: 0 0 0 400px;
}
.continue a {
	font-size:15px;
	font-weight:bold;
	background-image: url(../../img/buttons/continue.gif);
	background-repeat:no-repeat;
	padding:3px 35px 3px 0;
}


