/***********************************************/
/* emx_nav_right.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;
}

/******* 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;
}


/*************** list tag styles ***************/

ul{
	list-style-type: square;
	line-height: 1.5;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em "Trebuchet MS", Arial, Sans-Serif;
 color: #334d55;
}
				
input{
font-family: "Trebuchet MS", Arial, Sans-Serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 116px;
	left: 5%;
	right: 5%;
	width: 90%;
	background-color: #ffffff;
	z-index: 100;
}

#pagecell2{
	position:absolute;
	top: 100px;
	left: 6%;
	right: 6%;
	width: 88%;
	background-color: #ffffff;
	z-index: 100;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	bottom: 10px;
	left: 15%;
	right: 15%;
	width:70%;
	height: 116px;
/*	VERY IMPORTANT - KEEP THIS HEIGT VALUE SAME AS PAGECELL TOP VALUE, otherwise page is messed*/
	z-index: 101;	
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 5px 0px 0px 5px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}

#preview {
	position:    absolute;
	height:      204px;
	padding:     22px 18px 19px 22px;
	width:       744px;
	background:  url(../images/preview-bar.gif) no-repeat;
}

#preview p { color: #b0b0b0; font-weight: bold; padding: 140px 10px 0 5px !important; padding: 123px 10px 0 5px; text-align: center; }
.preview-overlay { background: url(/images/thumb-bg.gif) no-repeat; height: 180px; width: 161px; float: left; }
.preview-overlay img, .preview-list img, .preview-heatmap img { float: left; margin: 10px 0 0 10px; border: none; }
.preview-list { background: url(/images/thumb-bg.gif) no-repeat; height: 180px; width: 161px; margin-left: 13px; float: left; }
.preview-heatmap { background: url(/images/thumb-bg.gif) no-repeat; height: 180px; width: 161px; margin-left: 13px; float: left; }
.preview-signup { background: url(/images/preview-signup.gif) no-repeat; height: 180px; width: 197px; float: right; margin-right: 5px !important; margin-right: 3px; }
.preview-signup p { text-indent: -9999em; }
.preview-button { background: url(/images/preview-button.gif) no-repeat; text-indent: -9999em; overflow: hidden; margin: -30px 0 0 48px !important; margin: -14px 0 0 48px; }
.preview-button a { display: block; width: 101px; height: 33px; text-decoration: none; }


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

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

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

#utility a{
	color: #ffffff;
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: 18px;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/* #pageName object{
	position: absolute;
	top: 0px;
	left: 3px;
	padding: 0px;
	margin: 10px;
	z-index:100;
} */


/* #pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 10px;
} */

/************* Flashbox styles ****************/
#flashbox{
	position: relative;
	background: url(../images/player-box.gif) no-repeat;
	height: 115px;
	width: 320px;
}

#flashplayer{
	position: relative;
	top: 5px;
	/*left: 8px;*/
	height: 20px;
	width: 300px;
	z-index: 100;
}
/************* globalNav styles ****************/

#globalNav{
position: relative;
top: 0px;
padding: 0px;
margin: 0px;
background-image: url(../images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	right: 4px;
	z-index: 100;
	text-align: right;
}


a.glink, a.glink:visited{
  	font-size: 11px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-left: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../images/glblnav_selected.gif);
	text-decoration: none;
}

#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;
}


.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold "Trebuchet MS", Arial, Sans-Serif;
	font-size: 16px;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature img#table{
	float: none;
	padding: 0px 10px 0px 0px;
}

.feature img#a{
	float: none;
	border: 0px;	
}

/*************** story styles ******************/

.story {
	padding: 2px 0px 0px 10px;
	font-size: 80%;
}

.story2 {
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.story h3{
	font: bold 125% "Trebuchet MS", Arial, Sans-Serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em "Trebuchet MS", Arial, Sans-Serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.storytitle{
	font: bold 1em "Trebuchet MS", Arial, Sans-Serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** 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;
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 2px 10px 20px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks h4{
	padding: 1px 0px 2px 0px;
	font-size:11px;
}

.relatedLinks ul{
	line-height:normal;
	margin-left:1px; 
	
}

.relatedLinks li{
	margin-left:1px; 
	font-size:11px;
}

.relatedLinks a{
	display: list-item;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 12px;	 
}


/**************** Promo styles *****************/

#promo{
	padding: 8px;
}

#promo img{
	display: block;
}

div#promo .header {font-weight: bold; margin-bottom: 6px; }

/********************* Albumname **********************/
.artistname {
	color: #B32D2D;
	font-weight: bold;	
}

/********************* Image Clean ********************/

.imgclean a{

}

/********************* Summer 2007 Ad - Side Menu **********************/
.summer2007sidemenu {
	color: #FFFFFF;
	font-weight: bold;
	font-size:16px;	
}

.summer2007sidemenubk {
	color: #000000;
	font-weight: bold;
	font-size:16px;	
}

.summer2007sidesub {
	color: #FFFFFF;
	font-weight: normal;
	font-size:11px;	
}

.summer2007sidemenu a{
	color: #FFFFFF;
	text-decoration:underline;	
}

.summer2007sidemenu a:visited{
	color: #FFFFFF;
	text-decoration:underline;	
}

.summer2007sidemenubk a{
	color: #000000;
	text-decoration:underline;	
}

.summer2007sidemenubk a:visited{
	color: #000000;
	text-decoration:underline;	
}

.summer2007sidesubbk {
	color: #000000;
	font-weight: normal;
	font-size:11px;	
}

/* Kwick menu layout - thanks to Mootools.net */

/*#kwicks_container { 
	background-color: #fff;
	height: 120px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 110px;
	height: 120px;
}
 
#kwick_red {background-color: red;}
#kwick_orange {background-color: orange;}
#kwick_yellow {background-color: yellow;}
#kwick_green {background-color: green;}
#kwick_blue {background-color: blue;}
#kwick_indigo {background-color: indigo; color: #fff; }
#kwick_violet {background-color: violet;}*/


#kwick {
	position: relative;
	/*border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;*/
	margin-bottom: 10px;
	padding: 10px 0;
}

#kwick .kwicks {
	display: block;
	background: #fff /*url(../images/trac2.gif)*/ top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
	list-style: none;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	background: #78ba91 url(../images/download2.gif);
}

#kwick .documentation {
	background: #7389ae url(../images/docs2.gif);
}

#kwick .blog {
	background: #c17878 url(../images/blog2.gif);
}

#kwick .trac {
	background: #a87aad url(../images/trac2.gif);
	border-right: 0;
}

