/***********************************************/
/* crazetv.css                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	color: #333333;
	line-height: 1.366;	
	margin: 0px;
	padding: 0px;
	background: #CFE1ED url(../images/bg-top.gif) repeat-x;
	/*margin: 16px 0;
	padding: 0;*/
	color: #404040;
}

#masthead{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 15%;
	right: 15%;
	width:70%;
	height: 140px;
	z-index: 101;	
}

/************** utility styles *****************/

#utility{
	font: 75% "Trebuchet MS", Arial, Sans-Serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #000000;
}

#utility a.ulink, a.ulink:visited{
  	font-size: 11px;
  	color: #000000;
/*	font-weight: bold*/;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

#utility a.ulink:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
}

/* Gigya Elements */

.button {cursor:pointer;}
#loginBox img {padding:5px 5px 5px 0px;}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 38px "Trebuchet MS", Arial, Sans-Serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
 font: bold 100% "Trebuchet MS", Arial, Sans-Serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% "Trebuchet MS", Arial, Sans-Serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% "Trebuchet MS", Arial, Sans-Serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer{
	position:relative;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	text-align: center;
}


/***********************************************/
/* Nav menu                                    */
/***********************************************/



#vista_toolbar {
font:normal 12px 'Trebuchet MS','Arial';
margin: 0;
padding: 0;
}

#vista_toolbar ul {
background-image:url(/images/vistatoolbar-back.gif);
background-repeat:repeat-x;
float:left;
line-height:38px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:400px;
}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(/images/vistatoolbar-left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(/images/vistatoolbar-right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainnavbar{
	position: relative;
	top: 90px;
	left: auto;
	right: auto;
	margin: 0px auto 0px;
	width: 980px;
	text-align: center;
	z-index: 101;
}


#pagecell3{
/*	position:relative;
	top: 90px;*/
	margin: 120px auto 0px;
	width: 980px;
	text-align: center;
	z-index: 100;
/*	border: double #000000;*/
}

.leftCol {
/*	position: relative;
	top: 40px;*/
	float: left;
	
}

.rightCol {
/*	position: relative
	top: 10px;*/
	float: right;
	
}

#tvbox{
	margin: 0;
	width: 560px;
	height: 420px;
	z-index: 100;
}

#fanclubtriggerbox{
	margin: 0;
	width: 560px;
	height: 120px;
	
}

#tabsbox{
	margin: 0;
	width: 560px;
	height: 380px;
	
}

#actionpanel{
	margin: 0px 0px 0px;
	width: 380px;
	height: 210px;
	
}

#promozone{
	margin: 0px 0px 0px 0px;
	width: 380px;
	height: 600px;
	
}

#lefttrigger{
	margin: 0px 0px 5px 0px;
	width: 180px;
	height: 200px;
	
}

#righttrigger{
	margin: 0px 0px 5px 0px;
	width: 180px;
	height: 200px;
	
}

#adspace1{
	margin: 10px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 380px;
	height: 280px;
	
}


/***********************************************/
/* Download Page Promos (B)                    */
/***********************************************/

#downloadpromo{
	width: 300px;
	margin: 0px 5px 0px 0px;
		
}

#downloadbox{
	margin: 0px 5px 0px 0px;
	width: 300px;
		
}

#downloadcontainer {
	padding:5px;
	margin:10px auto 4px;
	width: 650px;
	height: 280px;

}

#downloadinst {
	
	margin: 1px auto;
	width: 650px;

}

/***********************************************/
/* Action Panel (Y)                            */
/***********************************************/

.md{
  background:#fff;
  border:1px solid #b0bec7;
}
#left .md{
  border:1px solid #91a7b4;
  border-color:#b0bdc6 #91a7b4 #91a7b4 #b0bdc6;
}
.hd{
  color:#18397c;
  background-color:#fff;
  background-position:0 -916px;
  border:1px solid #b0bec7;
  border-bottom:1px solid #93a6b4;
}
.hd li a{
  color:#18397c;
}
.hd li .pipe{
  background:#788a98;
  border-right:1px solid #fff;
}
.hd li.on em{
  border:1px solid #91a7b4;
  border-top-color:#778a98;
  border-bottom:1px solid #fff;
  background-color:#fff;
  background-position:0 -178px;
}
.hd li.first em{
  border-left:none;
}
.hd li.on a{
  color:#c63;
}
div.hd li.sparkle em{
  border:1px solid #768c9a;
  border-bottom:1px solid #93a6b4;
}
div.hd li.sparkle a{
  background-color:#b5cdd9;
  background-position:0 -530px;
  border:1px solid #fff;
}

