﻿body 
{
	background-color:#545452;
	text-align:center;
	padding:0px;
	margin:0px;
}

body.player 
{
	background-color:White;
	font-family:Verdana;
	font-size:11px;
	color:Black;
	text-align:center;
}

.mainBody 
{
	background-image:url('/Resources/Images/Design/mainBackground.gif');
	background-repeat:repeat-y;
	width:874px;
	text-align:left;
	padding-left:4px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
}

.mainBodyContentTop
{
	background-color:Black;
	width:860px;
	height:130px;
	text-align:center;
	padding-top:18px;
}

.mainBodyContentHeader 
{
	background-image:url('/Resources/Images/Design/mainHeader.jpg');
	width:860px;
	height:161px;
	background-repeat:no-repeat;	
}

.mainBodyContentMenu 
{
	background-image:url('/Resources/Images/Design/menuBackground.gif');
	width:860px;
	height:47px;
	background-repeat:no-repeat;
	padding-left:195px;
}

.mainBodyContentBody 
{
	background-image:url('/Resources/Images/Design/mainBodyBackground.gif');
	width:860px;
}

.mainBodyContentMainLeftColumn 
{
	vertical-align:top;
	width:180px;
	text-align:center;
}

.mainBodyContentMainRightColumn 
{
	background-image:url('/Resources/Images/Design/mainBodyUpperRightBackground.jpg');
	background-repeat:no-repeat;
	background-position: right top;
	vertical-align:top;
	width:680px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}

.mainBodyBottom 
{
	background-image:url('/Resources/Images/Design/mainBackgroundBottom.gif');
	background-repeat:no-repeat;
	width:874px;
	text-align:left;
	padding-left:4px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
}

h1 
{
	font-family:Century Gothic, Arial;
	font-size:28px;
	color:#79a60e;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:15px;
	text-decoration:none;
}

h2 
{
	font-family:Century Gothic, Arial;
	font-size:24px;
	color:#4ba2af;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:15px;
	text-decoration:none;
}

h3 
{
	font-family:Century Gothic, Arial;
	font-size:18px;
	color:black;
	font-weight:bold;
	margin:0px;
	text-decoration:none;
}

a.mainMenu:Link, a.mainMenu:Visited, a.mainMenu:Active, a.mainMenu:Hover, .mainMenuSelected 
{
	font-family:Century Gothic, Arial;
	font-size:16px;
	color:White;
	text-decoration:none;
	height:30px;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
}

a.mainMenu:Hover, .mainMenuSelected  
{
	background-color:#a40002;
}

a.textLink:Link, a.textLink:Visited, a.textLink:Active, a.textLink:Hover
{
	font-family:Verdana;
	font-size:11px;
	color:Black;
	text-decoration:none;
	padding-left:7px;
	background-image:url('/Resources/Images/Design/linkicon.gif');
	background-position: 0px 5px;
	background-repeat:no-repeat;
}

.textNormal
{
	font-family:Verdana;
	font-size:11px;
	color:Black;
}

.input 
{
	font-family:Verdana;
	font-size:11px;
	color:Black;
	border:1px solid black;	
}


/* Default */

.defaultWelcomeText 
{
	padding-right:30px;
	padding-left:30px;
	padding-bottom:15px;
	text-align:left;
}

.defaultBannerContainer 
{
	width:630;
	border-top:5px solid #81877b;
	border-bottom:5px solid #81877b;
	padding-bottom:7px;
	padding-top:15px;
	padding-left:6px;
}

.defaultFavorites 
{
	width:630px;
	text-align:left;
}

/* Favorites */
.defaultFavoriteContainer 
{
	width:630px;
	border-top:2px solid #81877b;
	/*border-bottom:2px solid #81877b;*/
	
}

.defaultFavoriteChannel 
{
	width:630px;
	/*border-top:2px solid #81877b;*/
	border-bottom:2px solid #81877b;
}

.defaultFavoriteIconCell
{
	width:37px;
	background-color:#d9d9d9;
	height:105px;
	text-align:center;
	padding-top:11px;
	vertical-align:top;
}

.defaultFavoriteTitleCell 
{
	height:30px;
	padding-left:7px;
	vertical-align:top;
	padding-top:10px;
}

.defaultFavoriteButtonCell 
{
	vertical-align:top;
	text-align:right;
	padding-right:5px;
	padding-top:8px;
}

.defaultFavoriteSMSCell 
{
	padding-left:7px;
	text-align:left;
	vertical-align:bottom;
	height:15px;
	color:#7f7f7f;
	font-family:Arial;
	font-size:9px;
}

.defaultFavoriteNowPlayingCell 
{
	padding-left:20px;
	height:60px;
}

.defaultFavoriteNowPlayingContainer 
{
}

.defaultFavoriteNowPlayingText 
{
	width:100px;
	padding-left:20px;
}

.defaultFavoriteNowPlayingValue 
{
	overflow: hidden; 
	text-overflow: ellipsis;
	width:350px;
}

/* Channel */

.channelWelcomeText 
{
	padding-right:30px;
	padding-left:30px;
	padding-bottom:15px;
	text-align:left;
}

.channelDropDownList 
{
	width:300px;
	margin-top:18px;
	margin-bottom:18px;
}

.channelDetailsContainer 
{
	border-top:3px solid #81877b;
	border-bottom:3px solid #81877b;
	width:630px;
	text-align:left;
}

.channelDetailsLoader 
{
	border-top:3px solid #81877b;
	border-bottom:3px solid #81877b;
	border-left:1px dashed #81877b;
	border-right:1px dashed #81877b;	
	width:630px;
	text-align:center;
	padding-top:60px;
	height:200px;
	display:none;
	font-family:Verdana;
	font-size:11px;
	color:Black;
}

.channelDetailsLeftCell 
{
	width:37px;
	background-color:#d9d9d9;
	text-align:center;
	padding-top:11px;
	vertical-align:top;
	
}

.channelDetailsMiddleCell
{
	width:336px;
	background-color:#ffffff;
	text-align:left;
	padding-top:11px;
	padding-left:7px;
	padding-right:10px;
	vertical-align:top;
}

.channelDetailsRightCell 
{
	width:253px;
	vertical-align:top;
	padding-top:11px;
	padding-right:5px;
	padding-left:5px;
	background-color:#d9d9d9;
}

.channelDetailsSMS 
{
	text-align:left;
	padding-top:3px;
	color:#7f7f7f;
	font-family:Arial;
	font-size:9px;
}

.channelDetailsDesc 
{
	padding-top:15px;
}

.channelDetailsLinks 
{
	padding-top:25px;
	padding-bottom:10px;
}

.channelDetailsNowPlaying 
{
	width:243px;
}

.channelDetailsOpenPlayer 
{
	text-align:center;
	width:243px;
	padding-top:10px;
	padding-bottom:10px;
}

.channelPlaying1Previous, .channelPlaying1Now, .channelPlaying1Next 
{
	width:243px;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;
}

.channelPlaying1Now 
{
	background-color:#ececec;
}


.channelPlaying1Title 
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:Black;
}

.channelPlaying1Value 
{
	font-family:Verdana;
	font-size:11px;
	color:Black;
}

/* About WebbradioGuiden.se */

.aboutHeaderText 
{
	padding-right:30px;
	padding-left:30px;
	padding-bottom:15px;
	text-align:left;
}

.aboutTextContainer 
{
	width:630px;
	text-align:left;
}

/* Cookies */

.cookiesTextContainer
{
	width:630px;
	text-align:left;
}

/* Tjaenster */

.tjaensterContainer 
{
	width:630px;
	text-align:left;
}

.tjaensterListIcon 
{
	width: 200px;
	vertical-align:top;
	padding-top:25px;
	padding-bottom:20px;
	border-bottom:5px solid #81877b;
}

.tjaensterListText
{
	width: 430px;
	vertical-align:top;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:20px;
	border-bottom:5px solid #81877b;
}

/* SMS */


.smsTermsStar, a.smsTermsStar:link, a.smsTermsStar:active, a.smsTermsStar:visited, a.smsTermsStar:hover
{
	text-align:left;	
	font-family:Verdana;
	font-size:11px;
	color:Black;
	text-decoration:none;
}

.smsContainer 
{
	width:630px;
	text-align:left;
}

.smsListChannelIcon 
{
	width:37px;
	background-color:#d9d9d9;
	text-align:center;
	padding-top:11px;
	vertical-align:top;
	border-top:2px solid #81877b;
	padding-bottom:11px;
}

.smsListChannelName 
{
	text-align:left;	
	font-family:Verdana;
	font-size:11px;
	color:Black;
	padding-top:5px;
	padding-bottom:5px;
	border-top:2px solid #81877b;
	width:203px;
	padding-left:7px;
}

.smsListChannelSMS 
{
	text-align:left;	
	font-family:Verdana;
	font-size:11px;
	color:Black;
	padding-top:5px;
	padding-bottom:5px;
	border-top:2px solid #81877b;
	width:300px;
}

.smsList 
{
	padding-top:15px;
	border-bottom:2px solid #81877b;
	width:540px;
}

/* Gadget */

.gadgetContainer 
{
	width:630px;
	text-align:left;
}

/* Sitemap */

.sitemapContainer 
{
	width:630px;
	text-align:left;
}

.gadgetDownload 
{
	text-align:center;
	width:630px;
}

/* Footer */
.footerContent 
{
	text-align:center;
	width:874px;
	text-align:center;
	padding-left:4px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana;
	font-size:11px;
	color:#ececec;
}

.footer 
{
	font-family:Verdana;
	font-size:11px;
	color:#ececec;

}

a.footer:link, a.footer:active, a.footer:visited, a.footer:hover, a.russinSite:link, a.russinSite:active, a.russinSite:visited, a.russinSite:hover
{
	text-decoration:none;
	color:#ececec;
	font-weight:normal;
}

.russinSiteContainer 
{
	border:1px solid #ececec;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	color:white;
	padding:2px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}