﻿/*
global elements
*********************************************************/
* {
  /*font-family:Verdana,Tahoma,Arial,"Trebuchet MS";*/
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}


body {
  /*font-family:Verdana,Tahoma,Arial,"Trebuchet MS";*/
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #575757;
	background-color: #ffffff;
	margin: 0;
}

body.livecastBG {
  background:url(../images/livecast_bg.jpg) repeat-x;
}

p {
	font-size: 12px;
	padding: 0 0 15px 0;
	margin:10px 0px 0px 0px;
	line-height:16px;
}

a {
	color: #50878C;
	text-decoration: underline;
}
a.anchor {
	text-decoration: none;
}

a:hover { text-decoration: none; }
a:focus, a:hover:focus, input:focus, textarea:focus { outline: none;}
img { border: none; }
* {margin: 0; padding: 0;}


a.reversedUnderline {
  text-decoration:none;
}

a.reversedUnderline:hover {
  text-decoration: underline;
}

a.blue, a.blue:hover {
	color: #169dd8;
}

.green {
  color:#50878C;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
	color: #169dd8;
}

/* colors */

.orange {
  color: #e9722f;
}

.delimiter {
  display:block;
  width:10px;
  height:auto;
  text-align:center;
  color:#777777;
  font-size:10px;
  float:left;
}

/*
END global elements
*************************************************/


/*
page layout
*************************************************/

#EntireWebPage {
  width:960px;
  height:auto;
  background:#ffffff;
  margin:auto;
}

#EntireWebPage.myLivePage {
  width:930px;
  margin: 34px auto 0px auto;
  padding:0px 0px 0px 10px;
}

#TopPanel {
  display:block;
  width:940px;
  height:auto;
  overflow:hidden;
  
  margin-top:0px;
  padding:0px 0px 0px 0px; 
  /*background:#ffff00;*/
  
  clear:both;
}

#TopPanel.mylivePage {
  height:68px;
  padding-top:18px;
  /*background:#ffff00;*/
  background: url(../images/topRounded-BG.png) no-repeat;
  background-position:0px 0px;
  overflow:hidden;
  position:relative;
  top:-12px;
  left:-10px;
}


#TopPanel #Logo {
  display:block;
  width:auto;

  border:none;
  padding-left:25px;
  
  position:relative;
  top: -7px;
  z-index:200;
  float:left;
}

#TopPanel #Logo,
#TopPanel #Logo img {
  height:73px;
}

#TopPanel #BillboardMyLiveBanner {
  height:73px; width:610px;
  background:url(../images/billboard-banner.gif) no-repeat;
  position:relative;
  top: -7px;
  z-index:201;
  float:right;
}

#TopPanel #BillboardMyLiveBanner a {
  display:block;
  width:73px;
  height:20px;
  position:relative;
  top:45px;
  left:125px;
}

#TopPanel #AccessLinks {
  display:block;
  width:123px;
  height:50px;
  background:#ffffff;
  padding:0px 20px 0px 0px;
  text-align:right;
  float:right;
}


#MiddlePanel{
  width:100%;
  height:auto;
  overflow:auto;
  /*background:#ffffff;*/
  clear:both;
}

#LeftSidebar {
  width:153px;
  padding:10px 10px 20px 15px;
  /*background:#ffffff;*/
  float:left;
}

#ContentArea {
  width:712px;
  padding:10px 10px 20px 20px;
  /*background:#ffffff;*/
  float:left;
}

#DivPanelBottom {
  display:block;
  width:100%;
  height:auto;
  padding-top:20px;
  text-align:center;
  clear:both;
  /*background:#567abc;*/
}


/*
END page layout
*****************************************/
