/* ================================================================================= */
/* Template */
/* ================================================================================= */

#containerTop
{
	background-image:url('../images/headbg.jpg');
	background-repeat:no-repeat;
	background-position:top center;	
}

#containerBottom
{
	background-image:url('../images/footbg.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;	
}

#container
{
	width:980px;
	margin:0px auto;
}

#header
{
	width:100%;
	height:284px;
}

#headertop
{
	width:100%;
	height:82px;	
	background-image:url('../images/menubg.jpg');
	background-repeat:no-repeat;
	background-position:top left;	
}

#logo
{
	width:309px;
	height:82px;
	float:left;	
	text-align:left;
}

#navigation
{
	width:671px;
	height:23px;
	margin-top:28px;
	margin-bottom:31px;
	float:left;			
}

#headerbottom
{
	width:100%;
	height:202px;
	overflow:hidden;	
	background-image:url('../images/rotatorbg.jpg');
	background-repeat:no-repeat;
	background-position:top left;	
}

#random3
{
	width:292px;
	padding-left:9px;
	padding-right:9px;
	height:202px;
	float:left;
	overflow:hidden;		
}

#rotator
{
	padding-top:1px;
	padding-right:1px;
	padding-bottom:1px;	
	width:660px;
	height:200px;
	float:left;
	overflow:hidden;			
}

div.eq_slideinfo
{
	height:54px;
	width:636px;
	padding-left:4px;
	padding-right:4px;
	color:#a3a3a3;
	font-family:Verdana;
	font-size:12px;
}

div.eq_slideinfo_left
{
	width:256px;
	height:44px;
	float:left;
	text-align:left;
	padding-top:10px;
}

span.eq_slideinfo_nightport
{
	color:#FFFFFF;
}

div.eq_slideinfo_right
{
	width:380px;
	height:54px;	
	float:left;
	text-align:right;
}

span.eq_slideinfo_title
{
	font-family:Verdana;
	font-size:22px;
	color:#FFFFFF;
}

span.eq_slideinfo_dj
{
	font-family:Verdana;
	font-size:16px;
	color:#1793e1;
}

#currenttrack
{
	width:100%;
	height:54px;
	background-image:url('../images/currenttrack.jpg');
	background-repeat:no-repeat;
	background-position:top left;	
}

#clickon
{
	float:left;
	width:400px;
	height:54px;
	line-height:50px;
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
	padding-left:50px;
	padding-right:12px;
	color:#DDDDDD;
	text-decoration:none;	
}

.playericon
{
	position:relative; 
	top:8px;	
}

#clickon .nightport_green, #current_track .nightport_green
{
	color:#00ff00;
}

#clickon a
{
	color:#DDDDDD;
	text-decoration:none;
}

#playHolder
{
	float:left;
	width:56px;
	height:54px;	
}

#current_track
{
	float:left;
	width:400px;
	height:54px;	
	line-height:50px;
	padding-right:43px;
	padding-left:10px;
	overflow:hidden;
	color:#DDDDDD;
	font-size:11px;
}

#main
{
	width:100%;
	background-image:url('../images/partners.jpg');
	background-repeat:no-repeat;
	background-position:10px bottom;		
}

#content
{
	width:639px;
	float:left;
	padding-left:10px;
	padding-top:19px;
	padding-right:20px;
	padding-bottom:40px;
	color:#999999;
	min-height:1100px;
	overflow:hidden;
	text-shadow:2px 1px rgba(0, 0, 0, 1);
}

div#content input.inputbox, div#content_full input.inputbox
{
	background-color:#1B1B1B !important;
	border:1px solid #666666;
	color:#aeaeae;
	height:18px;
	line-height:18px;
	width:300px;
	padding:2px;	
}

div#content input.invalid, div#content_full input.invalid
{
	border:1px solid #cc3333;
	color:#cc3333;
}

div.buttonHolder
{
	background-image:url('../images/buttons/button_bg_fill.jpg');
	background-position:top right;
	background-repeat:repeat-x;
	display:block;
	height:30px;
	margin:0px auto;
}

.np_button 
{
	text-decoration: none;
    background: url("../images/nploginbg.jpg") no-repeat scroll 0 0 #555;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0 0 0 1px;
}

.np_button:active
{
	background: url("../images/nploginbg_active.jpg") no-repeat scroll 0 0 #555;
}

.np_button_medium
{
    font-size: 11px;
    line-height: 14px;	
}

a.np_button:active .np_button_text
{
	background-color:#555;
} 

.np_button_text
{
    background-color:#777;
    border-bottom: 1px solid #555;
    border-top: 1px solid #999;
    color: #FFFFFF;
    display: block;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    margin: 1px 1px 0 21px;
    padding: 2px 6px 3px;
    text-shadow: none;	
}

div.buttonS	{width:150px;}
div.buttonM{width:200px;}
div.buttonL	{width:250px;}
div.buttonXL	{width:300px;}
div.buttonXXL	{width:350px;}
div.buttonXXXL	{width:400px;}


div.buttonHolder button
{
	border:none;
	padding:0px;
	margin:0px;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	height:30px;
	cursor:pointer;
	width:100%;
	text-align:center;	
}

button.button
{
	background-image:url('../images/buttons/button_bg_out.jpg');
}

button.button_over
{
	background-image:url('../images/buttons/button_bg_over.jpg');
}

button.button div.button_text
{
	color:#CCCCCC;
	font-size:11px;
	text-transform:lowercase;
	padding-left:20px;
}

button.button_over div.button_text
{
	color:#FFFFFF;
}


#content_full
{
	width:auto;
	padding-left:10px;
	padding-top:19px;
	padding-right:10px;
	min-height:1100px;
	padding-bottom:40px;
}

#sidebar
{
	width:302px;
	float:left;	
	overflow:hidden;
}

.sidebox
{
	margin-bottom:10px;
	background-image:url('../images/box_bg.jpg');
	background-repeat:repeat-y;
	background-position:top left;	
}

.sidebox .banneritem
{
	border:1px solid #343434;
}

.sidebox .banneritem img
{
	border:none;
}

.sideboxtop
{
	padding-top:43px;
	background-repeat:no-repeat;
	background-position:top left;	
}

.sideboxbottom
{
	background-image:url('../images/box_bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:12px;
	padding-left:15px;
	padding-right:15px;
	color:#7C7C7C;
}

#login .sideboxbottom
{
	padding:0px;
}

#login .sideboxtop
{
	background-image:url('../images/box_login_title.jpg');
	/*background-image:url('../images/box_login_title_top.jpg');*/	
	padding-top:0px;
}

#login #regbutton
{
	text-align:right;
	width:100%;
	height:31px;
	margin-bottom:12px;
}

#login .boxpadding
{
	padding-left:15px;
	padding-right:15px;	
	padding-bottom:12px;
	color:#7C7C7C;
}

table.logintable
{
	font-family:Verdana;
	font-size:12px;
	color:#7C7C7C;
}

table.logintable .loginrow, .loginrow
{
	margin-bottom:10px;
}

table.logintable .facebookrow, .facebookrow
{
	margin-top:10px;
	text-align:center;
}

table.logintable .loginmarginrow
{
	margin-top:5px;	
}

table.logintable input, .shoutinp
{
	background-color:#1b1b1b !important;
	border:1px solid #484848;
	color:#aeaeae;
	height:18px;
	line-height:18px;
	width:110px;
	padding:2px;
}

table.logintable #modlgn_remember
{
	padding:0px;
	margin:0px;
	width:auto;
	height:auto;
	border:none;
	float:right;
	position:relative;
	top:6px;
}

table.logintable .rememberme div.remtext
{
	float:right;
	padding-right:7px;
	line-height:16px;
	padding-top:4px;	
}

table.logintable .rememberme
{
	font-size:10px;
	padding-top:0px;
	height:30px;
}

table.logintable td.forgot a
{
	font-size:10px;
	color:#5F5F5F;
}

table.logintable td.forgot a:hover
{
	text-decoration:underline;
}

#shoutbox .sideboxtop
{
	background-image:url('../images/box_shoutbox_title.jpg');	
}

#rightbanner1
{
	
}

#election .sideboxtop
{
	background-image:url('../images/box_election_title.jpg');	
}

#facebook .sideboxtop
{
	/*background-image:url('../images/box_facebook_title.jpg');*/
	background-image:url('../images/box_facebook_title_top.jpg');
	padding-top:0px;	
}

#facebook .sideboxbottom
{
	padding:0px;
	padding-left:1px;
	padding-right:1px;
}

#rightbanner2
{
	
}

#facebook
{
	margin-bottom:6px;
}

.FB_SERVER_IFRAME
{
	height:519px !important;
}

#partners
{
	padding:20px;
	padding-left:150px;
	height:30px;
	overflow:hidden;
}

div.partnerHolder
{
	float:left;
	margin-left:20px;
	margin-right:20px;
}

div.partnerHolder img
{
	cursor:pointer;
}

div.madj
{
	margin-top:5px;
}

div.rtvstat
{
	margin-top:11px;
}

div.racker
{
	margin-top:6px;
}

div.qs
{
	margin-top:5px;
}

div.radiostat
{
	margin-top:12px;
}

#footer
{
	height:64px;
	margin-top:10px;
}

#copyright
{
	padding-left:10px;
	width:160px;
	height:42px;
	line-height:42px;
	padding-top:22px;
	float:left;
	text-align:left;
	font-size:11px;
	color:#666666;
}

#bottommenu
{
	width:640px;
	height:42px;
	line-height:42px;
	padding-top:22px;
	float:left;
	text-align:center;	
}

#bottommenu ul.menu
{
	margin:0px;
	padding:0px;
}

#bottommenu ul.menu li
{
	margin:0px;
	padding:0px;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
}

#bottommenu ul.menu li a
{
	color:#999999;
	text-decoration:none;
	text-transform:lowercase;
}

#bottommenu ul.menu li a:hover
{
	color:#FFFFFF;
}

#popovicsandras
{
	width:170px;
	height:42px;
	line-height:42px;
	padding-top:0px;
	float:left;	
}

#artisjus
{
	height:22px;
	line-height:22px;
	font-size:10px;
	text-align:right;
	padding-right:10px;
	color:#666;
}

#author_text
{
	display:none;
}

#author_image
{
	
}

div.titleline
{
	color:#1793e1;
	font-size:17px;
	font-family:Verdana;
	padding-bottom:20px;
}

div.titleline_sub
{
	color:#1793e1;
	font-size:17px;
	font-family:Verdana;
	padding-bottom:20px;
	padding-top:20px;
}

div.titleline_message
{
	color:#1793e1;
	font-size:17px;
	font-family:Verdana;
	padding-bottom:5px;
}

div.titleline div.titleline_title
{
	padding-right:20px;
	height:20px;
	line-height:18px;
}

div.titleline_sub div.titleline_title_sub
{
	padding-right:20px;
	height:20px;
	line-height:18px;
	font-size:12px;
	color:#666666;
}

div.titleline_message div.titleline_title_message
{
	padding-right:20px;
	height:20px;
	line-height:18px;
	color:#cc3333;
}

div.titleline div.dotline, div.titleline_sub div.dotline, div.titleline_message div.dotline
{
	background-image:url('../images/dot.jpg');
	background-repeat:repeat-x;	
	height:20px;
	width:100%;
	display:block;
	line-height:20px;
	background-position:center center;
}

dl#system-message
{
	color:#cc3333;
	margin-top:0px;
	margin-bottom:20px;
	padding:5px;
}

dl#system-message dd.error, dl#system-message dd.message
{
	margin:0px;
}

dl#system-message dd.message
{
	color:#cccccc;
}

dl#system-message dd.error
{
	color:#cc3333;
}

dl#system-message dt.message, dl#system-message dt.error
{
	display:none;
}