﻿/* Stylesheet for Yodio.com */
html, body {
	text-align: center;
	background-color: #182a40;
	margin: 0px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #3D3D3D;	
	height: 100%;
}

table {
	padding:0;
	margin:0;
}

a { color: #0878fe; text-decoration:none;}
a:link { color: #0878fe; }
a:visited {	color:#0878fe; 	}
a:hover { 	color:#101f3d; }
a:active{	color:#101f3d;}

.standardLink a {
	color: #0878fe; 
	text-decoration:none;
}

.standardLink a:link {
	color: #0878fe; 
}

.standardLink a:visited {
	color: #0878fe; 	
}

.standardLink a:hover {
	color: #101f3d; 
}

.standardLink a:active {
	color: #101f3d; 
}

.standardLink td table td span {
	font-weight: bold;
	color: #0878fe; 
	text-decoration: underline;
}

.nonStandardLink a { color: #0878fe; text-decoration:none;}
.nonStandardLink a:hover {	color:#101f3d; }

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #101F3D;
	text-transform: lowercase ;
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px;
}

h2 {
	font-size:13px;
	font-weight:bold;
	color:#0878fe;
	line-height:16px;
	margin: 0;
}

h3 {
	font-size:14px;
	font-weight:normal;
	color:#2c343b;
	line-height:18px;
	margin: 0;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#ca7214;
	line-height:15px;
	margin: 0;
}

h4 a:hover {
	color:#101f3d;	
}

h5 {
	font-size:12px;
	font-weight:normal;
	color: #333333;
	line-height:12px;
	margin: 0;
}

p {
	margin: 0;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 15px;
	clear:both;
}

.clear {
	clear:both
}

/* --------------------------------- form elements -------------------------------------------*/
/*.textarea 
{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	color: #3D3D3D; 
	width: 500px;
	height: 300px;
}
*/

.status {
	color: #cc0000;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.statusBlue {
	color: #72befc;
	margin-bottom: 10px;	
	text-transform: uppercase;
	font-weight: bold;
}

.statusValidation {
	color: #ff6060 !important;
	margin-bottom: 10px;	
	text-transform: uppercase;
	font-weight: bold;
}

.statusError {
	color: #ff6060 !important;
}

.statusSuccess {
	color: #72befc !important;
}

/* form */
input select textarea
{
	border-width:2px; 
	border-color:#fff; 
	padding: 2px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
}

input:focus, textarea:focus 
{
	background: #FFF;
	color: #FF9000;
}

/* --------------------------------- main content --------------------------------------------*/

#bodyWrapper {
	width: 920px;
	min-height: 680px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	background-color: #ffffff;	
	background-image: url(images/backgroundVertTile.gif);
	margin: auto;
}

#bodyWrapper .divPanel {
	margin-left: 25px;
	_margin-left: 13px;
	width: 130px;
	height: 100%;
	padding: 0;
	float: left;
}

#topBackground {
	width: 920px;
	height: 35px;
	background-image:url(images/yodio_secondarynav_bottom.gif);
	background-repeat:no-repeat;
	background-position: top;
	margin-left: -2px;
}

#content {
	width: 920px;
	margin-top: -35px;
	height: 100%;
}

/*------------------------------ search input with "go" -------------------------*/

.boxSearchA {
	background:  url(images/home_searchBox.gif) no-repeat;
	text-align: right;
	position:relative;
	height: 47px;
	vertical-align:middle;
	padding-top:11px;
	padding-right:10px;
	width:170px;
}

.boxSearchB {
	background:  url(images/goBtn.gif) no-repeat top right;
	text-align: center;
	position:relative;
	height: 47px;
	vertical-align:middle;
	padding-top:15px;
	padding-right:5px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

.boxSearchB a:link {
	font-size:12px;
	color:#fff;
	text-decoration:none
}

.boxSearchB a:hover {
	font-size:12px;
	color:#587c8a;
	text-decoration:none
}

.boxSearchB a:active {
	font-size:12px;
	color:#77a7bb;
	text-decoration:none
}

.boxSearchA input[type="text"]{
	width: 30px;
	border:#587c8a;
	border:solid;
	border-width: 1px;	
}

/*---------------------------------- content boxes -------------------------------------*/

.textWithPhoto{
	position:relative;
	padding-top:20px;	
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;	
}
/*
.textWithPhoto img {
	float:right;	
	border: solid 1px #CCCCCC;
	padding: 3px;
	margin-left: 3px;
}
*/
/* --------------------------------- shell --------------------------------------------*/

#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;	
	height: 100%;		
}

/* ---------------------------------Header --------------------------------------------*/

#header{
	width: 920px;
	height: 131px;
	background-image:url(images/backgroundVertTile.gif);
	background-repeat:repeat;
	background-color:White;
	position:relative;
	z-index: 20;
}

#homeHeader{
	width: 920px;
	height: 95px;
	background-image:url(images/header1_homepage.jpg);
	position:relative;
	z-index: 20;
}

#myYodioHeader{
	width: 920px;
	height: 95px;
	background-image: url(images/myYodioheader1.jpg) ;
	position:relative;	
}

#headerText {
	width:400px;
	position:absolute;
	left: 490px;
	top: 0px;
	color:#0878fe;
	text-align:right;
}

#search {
	width:400px;
	position:absolute;
	left: 490px;
	top: 30px;
	_top: 28px;
	*top: 28px;
	text-align:right;
}

.homePageSearch{
	border: solid 1px #a6bde9;
	border-collapse: collapse;
	height: 15px;
	line-height: 15px;
	width: 200px;
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, Verdana;
}

.headerLogin
{
	color: #0878fe;
}

.headerLogin a {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	padding-top: 2px;
}

.headerLogin a:link {
	color: #0878fe;
	text-decoration:none;
}

.headerLogin a:hover {
	color: #0878fe;
}

.headerLogin a:active{
	color: #0878fe;
}

#headerCommunity {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

/*------------------------------------mainNav-----------------------------------------------*/
#mainNav 
{
	position: absolute;
	_position: none;
	*position: none;
	z-index: 1;
	display: block;
	margin-top: -7px;
	_margin-top: -12px;
	*margin-top: -12px;
	height:31px;
	width: 920px;
	text-align: center;
}

#mainNav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;	
}

#mainNav li 
{
}

.mainNavA
{
	display: block;
	padding-left: 0px;
	line-height: 2.1em;
	text-align:center;	
	font-weight:bold;
	font-family:Arial;
	font-size:16px;
}

#mainNav a.mainNavA  {
	text-decoration:none;
	color:#ffffff;
}

.mainNavA_selected
{
	display: block;
	padding-left: 0px;
	line-height: 2.1em;
	text-align:center;	
	font-weight:bold;
	font-family:Arial;
	font-size:16px;
}

#mainNav a.mainNavA_selected {
	text-decoration:none;
	color:#0878fe;
}

#mainNav_home {
	position:absolute;
	display:block;
	top:34px;
	left:250px;
	width:660px;
	float:left;		
}

#mainNav_home ul 
{
	margin: 0;
	padding: 0;
	list-style: none;	
	float: left;
}

#mainNav_home li 
{
	float: left;		
}

.mainNavA_home a
{
	display: block;
	padding-left: 10px;
	line-height: 3.7em;
	text-decoration: none;
	color: #fff;
	float: left;
	text-align:right;	
	font-weight: bold;
	font-size: 14px;
	font-family:Arial;
}

.mainNavA_home a:link {
	text-decoration:none;
}

.mainNavA_home a:hover {
	color:#0878fe;
}

.mainNavA_home a:active{
	color:#FFFFFF;
}

.mainNavA_home_selected a
{
	display: block;
	padding-left: 10px;
	line-height: 3.7em;
	text-decoration: none;
	color: #0878fe;
	float: left;
	text-align:right;	
	font-weight: bold;
	font-size: 14px;
	font-family:Arial;	
}

.mainNavA_home_selected a:link {
	text-decoration:none;
}

.mainNavA_home_selected a:hover {
	color:#fff;
}

.mainNavA_home_selected a:active{
	color:#0878fe;
}


#mainNavLevel2_home {
	position:absolute;
	display:block;
	top:34px;
	left:250px;
	width:660px;
	float:left;		
}

#mainNavLevel2_home ul 
{
	margin: 0;
	padding: 0;
	list-style: none;	
	float: left;
}

#mainNavLevel2_home li 
{
	float: left;		
}

.mainNavLevel2_home a
{
	display: block;
	padding-left: 10px;
	line-height: 3.7em;
	text-decoration: none;
	color: #fff;
	float: left;
	text-align:right;	
	font-weight: bold;
	font-size: 14px;
	font-family:Arial;
}

.mainNavLevel2_home a:link {
	text-decoration:none;
}

.mainNavLevel2_home a:hover {
	color:#0878fe;
}

.mainNavLevel2_home a:active{
	color:#FFFFFF;
}

.mainNavLevel2_home_selected a
{
	display: block;
	padding-left: 10px;
	line-height: 3.7em;
	text-decoration: none;
	color: #0878fe;
	float: left;
	text-align:right;	
	font-weight: bold;
	font-size: 14px;
	font-family:Arial;	
}

.mainNavLevel2_home_selected a:link {
	text-decoration:none;
}

.mainNavLevel2_home_selected a:hover {
	color:#fff;
}

.mainNavLevel2_home_selected a:active{
	color:#0878fe;
}

.search {
	border: solid 1px black;
	height: 13px;
	width: 120px;
	font-size: 11px;
	color: black;
	}
	
.btnSearch {
	font-family: Arial;
	border: solid 0px black;
	padding-top: 0px;
	}
/*------------------------------------subNav-----------------------------------------------*/
#subNav {
	position:absolute;
	display:block;
	top:79px;
	left:408px;
	height:20px;
	width:500px;
	float:left;
	z-index: 10;
}
#subNav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;	
	float: right;
	background: #7A8C9A url(images/leftround.gif) bottom left no-repeat;
	/*border-bottom: solid 1px #ccc;	*/
}
#subNav li 
{
	float: left;	
	text-transform:lowercase;
}
.subNavA a 
{
	display: block;
	padding: 0 3em;
	margin: 0;
	line-height: 1.7em;
	text-decoration: none;
	color: #fff;
	float: left;
	text-align:right;	
	font-weight: normal;
	font-size: 11px;
	font-family:Arial;
	text-transform:lowercase;
}
.subNavA a:link {
	text-decoration:none;
}

.subNavA a:hover {
	color:#182a40;
}

.subNavA a:active{
/*	background-color:#00CCFF;*/
	color:#fff;
}
.subNavA_selected a
{
	display: block;
	padding: 0 2em;
	line-height: 1.7em;
	text-decoration: none;
	color: #182a40;
	float: left;
	text-align:right;	
	font-weight: normal;
	font-size: 11px;
	font-family:Arial;	
	text-transform:lowercase;
}
.subNavA_selected a:link {
	text-decoration:none;
}

.subNavA_selected a:hover {
	color:#fff;
}

.subNavA_selected a:active{
/*	background-color:#00CCFF;*/
	color:#182a40;
}

/*------------------------------------secondaryNav-----------------------------------------------*/

#secondaryNav {
	position:absolute;
	z-index: 2;
	display:block;
	height:35px;
	width:890px;
	top:96px;
	left:13px;
	background-image:url(images/yodio_secondarynav_top.gif);
	background-repeat:no-repeat;
	text-align: center;
}

.secondaryNav
{
	display: block;
	padding-left: 0px;
	line-height: 2.1em;
	text-decoration: none;
	color: #0878fe;
	float: left;
	font-size: 13px;
	font-weight: bold;
	font-family:Arial;
}

.secondaryNav a:link {
	color: #163161;
	text-decoration:none;
}

.secondaryNav a:visited {
	color: #163161;
	text-decoration:none;
}

.secondaryNav a:hover {
	color: #0878fe;
}

.secondaryNav_selected
{
	display: block;
	padding-left: 0px;
	line-height: 2.1em;
	text-decoration: none;
	color: #0878fe;
	float: left;
	font-size: 13px;
	font-family:Arial;
}

#secondaryNav a.secondaryNav_selected {
	text-decoration:none;
	color: #0878fe;
}

/*------------------------------------thirdNav-----------------------------------------------*/

.thirdNav
{
	text-decoration:underline; 
	font-weight:normal;
}

.thirdNav a
{
	color: #0878fe;
}

.thirdNav a:hover
{
	color: #163161;
}

.thirdNav a:link
{
	color: #0878fe;
}

.thirdNav_selected
{
	color: #163161;
	text-decoration:underline; 
	font-weight:normal;
}

/* ------------------------------- homepage hacks ------------------------------------------*/

.tags
{
	color: #91979e;
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	margin: 0 40px 0 10px;
	width: 600px;
}

.tagsYodio
{
	color: #587c8a;	
	font-weight: bold;
}

#home_personal {
	position:relative;
	top: 0px;
	left: 253px;
	width: 287px;
	height:38px;
	background-color:#fff;	
	/*background:url(images/home_personal.gif);*/
}


#home_callout_play {
	position:relative;
	top: 0;
	left: 340px;
	width: 287px;
	height:38px;
	background-color:#fff;	
	z-index: 50;
}
#home_leftbar	{
	position:relative;
	top: 50px;
	left: 20px;
	width: 207px;
	height:408px;
	background-color:#fff;		
	/*background: url(images/home_tempLeft.gif);	*/
}

/* text for the home_leftbar */
#home_leftbar p 
{
	padding:0 0 20px 0;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #595959;
	line-height: 18px;
}
#home_leftbar h1 
{
	padding:0 0 20px 0;
	color:#FF9000; 
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}
#home_leftbar h2 
{
	padding:0 0 20px 0;
	font-size: 16px;
	color: #3D3D3D;
	text-align: center;
	line-height: 30px;
}
#home_leftbar h3 
{
	padding:0;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 16px;
	color: #0057A6;
	font-weight: bold;
}
#home_leftbar h4 
{
	padding:0 0 5px 0;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 16px;
	color: #3D3D3D;
	font-weight: bold;
}
/*
.join
{
	background-color: #182a40;
	padding: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.join a:link, a:visited
{ color:#fff;}
*/
.yodio
{
	color: #0057A6;
	font-size: 20px;
	font-weight: bold;
}
.yodioMedium
{
	color: #0057A6;
	font-size: 16px;
	font-weight: bold;
}
.yodioSmall
{
	padding:0 0 20px 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0057A6;	
}
.action
{
	padding:0 0 20px 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF9000;	
}
.use
{
	padding:0 0 20px 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #007DF2;	
}
.home_easy	
{	
	position:absolute;
	top: 416px;
	left: 0px;
	width: 920px;
	height:82px;	
	background: url(images/bottom_home.gif);
}
.homePlayer
{
	position:absolute;
	top: 47px;
	left: 253px;
	/*background-color:#fff;	*/
}
#col3_3_homeSearchText{
	position:absolute;
	top: 20px;
	left: 640px;
	width: 90px;
	height: 15px;
	font-size:11px;	
	font-family: Trebuchet MS,arial,helvetica;
}

#col4_3_homeSearchBox{
	position:absolute;
	top: 0px;
	left: 715px;
	width: 120px;
}

#col4_3_homeSearchBtn{
	position:absolute;
	top: 0px;
	left: 835px;
	width: 50px;
}

/* --------------------------------- footer --------------------------------------------*/

#footer1{
	clear:both;
	width: 920px;
	padding-top:27px;
	padding-bottom: 0;
	background-image:url(images/footer1.gif);
	background-repeat:no-repeat;		
	display:block;
}

#footer_home{
	clear:both;
	width: 920px;
	padding-top:27px;
	padding-bottom: 0;
	background-image:url(images/bottom_home1.gif);
	background-repeat:no-repeat;	
}

#footer2 {
	clear:both;
	width: 920px;
	text-align:left;
	color:#ffffff;
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin:0;
	vertical-align:top;	
	padding: 0;
}

#footer2 a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer2 a:hover 
{
	color:#101f3d;
}

#footer2 a:active{
	color:#101f3d;	
}

/***** misc markup *****/
sup
	{
	font-size:9px;
	color:#000;
}
	
form
	{
	padding:0;
	margin:0;
}

/* search round corner */
div.searchRounded {
	   margin-left: 423px;
       padding-left: 15px;
       width: 220px;
       height: 49px;
       background: transparent url(images/search_back.gif) no-repeat;
	}

* html div.searchRounded {
	   margin-left: 420px;
       padding-left: 15px;
       width: 220px;
       height: 49px;
       background: transparent url(images/search_back.gif) no-repeat;
	}
	
/* rounded corners */
div.rounded {
	   width: 370px;
	   color: #fff;	   
	   font-size: 12px;
	   font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	   background: #415C7D url(images/tr.gif) no-repeat top right;
	}
	div.rounded div {
	   background: transparent url(images/tl.gif) no-repeat top left;
	}
	div.rounded div div {
	   background: transparent url(images/br.gif) no-repeat bottom right;
	}
	div.rounded div div div {
	   background: transparent url(images/bl.gif) no-repeat bottom left;
	   padding: 15px;	   	 	  
	}
div.rounded table tr td
{	   font-size: 12px;
	   font-family: Trebuchet MS, Arial, Verdana, Helvetica;	   
}

div.rounded table tr td div
{	 
	background-color: #415C7D ;
	background-image: none;
}

/* rounded corners for wide form */
div.roundedForm {
	   width: 510px;
	   color: #fff;	   
	   font-size: 12px;
	   font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	   background: #415C7D url(images/tr.gif) no-repeat top right;
	}
	div.roundedForm div {
	   background: transparent url(images/tl.gif) no-repeat top left;
	}
	div.roundedForm div div {
	   background: transparent url(images/br.gif) no-repeat bottom right;
	}
	div.roundedForm div div div {
	   background: transparent url(images/bl.gif) no-repeat bottom left;
	   padding: 5px;	   	 	  
	}
div.roundedForm table tr td
{		font-size: 12px;
	   font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	   color: #fff;
}


/* rounded corners - neutral colours */
div.roundedNeutral {
	   width: 300px;
	   color: #3D3D3D;	   
	   font-size: 12px;
	   font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	   background: #DEDEDE url(images/tr_neutral.gif) no-repeat top right;	   
	}
	div.roundedNeutral div {
	   background: transparent url(images/tl_neutral.gif) no-repeat top left;
	}
	div.roundedNeutral div div {
	   background: transparent url(images/br_neutral.gif) no-repeat bottom right;
	}
	div.roundedNeutral div div div {
	   background: transparent url(images/bl_neutral.gif) no-repeat bottom left;
	   padding: 5px;	   	 	  
	}
div.roundedNeutral table
	{
		padding:0;
		margin:0;
		border:0;		
	}
div.roundedNeutral table tr td
{		font-size: 12px;
	   font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	   color: #3D3D3D;
	   padding: 3px;
	   margin: 0;
}

div.roundedTags {
	   width: 180px;
	   height: 220px;
	   color: #3D3D3D;	   
	   font-size: 12px;
	   font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	   background: #DEDEDE url(images/tr_neutral.gif) no-repeat top right;
	   margin-left: 40px;
	   margin-top: 10px;
       float: left;
       clear: left;
	   display: none;	
	}
	
* html div.roundedTags {
	   width: 180px;
	   height: 220px;
	   color: #3D3D3D;	   
	   font-size: 12px;
	   font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	   background: #DEDEDE url(images/tr_neutral.gif) no-repeat top right;
	   margin-left: 20px;
	   margin-top: -220px;
	   display: none;
	}
	
	div.roundedTags div {
	   background: transparent url(images/tl_neutral.gif) no-repeat top left;
	}
	
	div.roundedTags div div {
	   background: transparent url(images/br_neutral.gif) no-repeat bottom right;
	}
	
	div.roundedTags div div div {
	   background: transparent url(images/bl_neutral.gif) no-repeat bottom left;
	   padding: 5px;	   	 	  
	}
	
div.roundedTags table
	{
		padding:0;
		margin:0;
		border:0;
		width: 175px;
		height: 210px;		
	}
	
div.roundedTags table tr td {	  
	  font-size: 12px;
	  color: #3D3D3D;
	  margin: 0;
	  font-family: Verdana;
	  padding: 0px;
}

/* half-rounded */
div.halfRounded {
	   width: 150px;
	   color: #fff;	   
	   font-size: 14px;
	   font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	   /* background: #415C7D url(images/tr.gif) no-repeat top right;*/
	   background: #415C7D  no-repeat top right;	   
	}
	div.halfRounded div {
	   background: transparent url(images/tl.gif) no-repeat top left;
	}
	div.halfRounded div div {
	   background: transparent url(images/br2.gif) no-repeat bottom right;	   
	}
	div.halfRounded div div div {
	   background: transparent url(images/bl.gif) no-repeat bottom left;
	   padding: 1px;	   	 
	}

div.halfRounded li 
{
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;	
}

div.halfRounded li a:link 
{
	color: #FFFFFF;
	text-decoration:none;
}

div.halfRounded li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

div.halfRounded li a:hover {
	color:#72befc;	
}

div.halfRounded li a:active{
	color:#72befc;
}

/* misc */
.boldWhite 
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
}

.boldBlack 
{
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
}

.steps 
{
	color: #0878fe;
	font-weight: bold;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
}
.text
{
	background-color: #ddd;
	width: 200px;
	padding: 5px;
}


/* shadow box */
#shadowBox{padding-top:5px;width: 179px;background-image: url(images/white_rounded_box_top.gif);background-repeat: no-repeat; background-position: top;}
#shadowBox .holder {padding: 10px 17px;background-image: url(images/white_rounded_box_mdl.gif)}
#shadowBox .wrapper{padding-bottom:5px;width: 179px;background-image: url(images/white_rounded_box_btm.gif);background-repeat: no-repeat; background-position: bottom;}
#shadowBox li {list-style-type: none;margin: 0px; padding: 0px;}
#shadowBox ul {margin: 0px; padding: 10px 0px 0px 0px;}
#shadowBox h3 {font-size:14px;font-weight:bold}
#shadowBox .menuHolder a {font-size: .9em; font-weight: bold;}

/* Yodio card */
#YodioCard 
{
	background: #000 url(images/yodiocard_bg.png) no-repeat;   /*00203c*/
	width: 373px;
	height: 322px;
	position: relative;
}
.YodioImage
{
	position:absolute;
	top: 63px;
	left: 11px;	
}
.YodioPlayBtn
{
	position:absolute;
	top: 7px;
	left: 88px;
	width: 24px;
	height: 25px;	
}
.YodioTitle
{
	position:absolute;
	top: 12px;
	left: 150px;
	width: 200px;
	height: 25px;
	color: #fff;
	font-size: 11px;
	font-family: Trebuchet MS, Arial;	
}
.YodioCaption
{
	position:absolute;
	top: 250px;
	left: 19px;
	width: 310px;
	height: 25px;
	color: #fff;
	font-size: 11px;
	font-family: Trebuchet MS, Arial;	
	font-weight: bold;
}
.YodioCaptionReverse
{
	position:absolute;
	top: 250px;
	left: 19px;
	width: 310px;
	height: 25px;
	color: #000;
	font-size: 11px;
	font-family: Trebuchet MS, Arial;	
	font-weight: bold;
}
/* left sidebar, right main content */
.left {
    width:200px;
    height:498px;
    background-color:#fff;
    float:left;
    margin-top: 20px;
    margin-left: 47px;
    padding:0;
    display:inline; /* for ie */
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 12px;    
}

.aboutLeft {
    width:200px;
    height:498px;
    background-color:#fff;
    float:left;
    margin-top: 20px;
    margin-left: 47px;
    padding:0;
    display:inline; /* for ie */
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 12px;    
}

.yodioboardLeft {
    width:200px;
    height:498px;
    background-color: Transparent;
    float:left;
    margin-left: 30px;
    padding:0;
    display:inline; /* for ie */
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 12px;    
}

.adminMarketplaceLeft
{
	float:left;
	margin-left:15px;
	display:inline;
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size:12px;
	margin-top:19px;
}

.CreateOne .left {
    width: 150px;
}

.right {
    width:560px;
    background-color:#fff;
    float:right;
    margin-top: 40px;
    margin-right: 50px;
    padding:0;
    display:inline; /* for ie */    
}

.yodioboardRight {
    width:560px;
    background-color: Transparent;
    float:right;
    margin-top: 30px;
    margin-right: 30px;
    _margin-right: 35px;
    *margin-right: 35px;
    padding: 0px;
    display:inline; /* for ie */    
}

.CreateOne .right {
    width: 630px;
    margin-top: 25px;
}

/* Vertical separator bar */
.verticalSeparator
{
	width: 0px;
	margin-top: 20px;
	height: 630px;
	float:left;
	border-left-color: Silver;
	border-left-style: solid;
	border-left-width: 1px;
}

/* two even columns */
.leftYodioCard {
    width: 380px;
    height: 498px;
    background-color: Transparent;
    float: left;
    margin-top: 10px;
    margin-left: 70px;
    padding: 0;
    display: inline; /* for ie */
}

.rightYodioCard {
    width: 360px;
    background-color: Transparent;
    float: right;
    margin-top: 10px;
    margin-right: 80px;
    padding: 0;
    display: inline; /* for ie */
}

* html .rightYodioCard {margin-right: 60px;}

.left h1 {padding:0 0 10px 0;margin:0;}
.leftYodioCard h1 {padding:0 0 10px 0;margin:0;}
.left a:link 
{
	color: #0878fe;
	text-decoration:none;
}

.left a:hover {
	/*background-color:#00CCFF;*/
	color:#101f3d;
}

.left a:active{
/*	background-color:#00CCFF;*/
	color:#101f3d;
}

.left ul 
{
	margin: 0;
	padding: 5px;
	list-style: none;	
	background-color: #fff;
}

.left li 
{
	
}

.right a:link 
{
	color: #0878fe;
	text-decoration:none;
}

.right a:hover {
	/*background-color:#00CCFF;*/
	color:#101f3d;
}

.right a:active{
/*	background-color:#00CCFF;*/
	color:#101f3d;
}


/* for the View */
.viewBG {
	width: 735px;
	height: 100%;
	display: block;	
	float: right;
	margin-right: 30px;
	_margin-right: 15px;
}

.viewMenu {
	width: 120px;
	float: left;
	text-align: left;
	margin-top: 0px;
}

.viewMenu div 
{
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
	margin: 0px;
	padding: 2px 0 0 0;
	list-style: none;
}

.selected
{
	color: #0878fe;	
}

.viewMenu div a:link
{
	color: #163161;
}

.viewMenu div a:hover {
	color: #0878fe;	
}

/*.viewContent
{
	width: 705px;
	margin-left: 0px;
	z-index:1;
	display: inline-block;
	background-color: #fff;
}*/

.YodioCountLabel
{
	font-size: 11px;
}

.picFrame
{
	border: solid 1px #CCC;
	padding: 2px;
	background-color: #fff;
}

.bottomBorder
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Black;
}

.boldDarkBlue
{
	color:#101F3D;
	font-weight:bold;
}

/* Description body text */
.descriptionText
{
	font-size: 9pt;
}

.descriptionTextSmall
{
	font-size: 7pt;
}

/* Special link colors */
.darkBlueLink
{
	color: #0878fe;
}

.darkBlueLink a:link
{
	color: #0878fe;
}

.darkBlueLink a:visited
{
	color: #0878fe;
}

.darkBlueLink a:hover
{
	color: #101f3d;
}

.darkBlueLink a:active
{
	color: #101f3d
}

.underlinedWhiteLink a:link
{
	color: White;
	text-decoration: underline;
}

.underlinedWhiteLink a:visited
{
	color: White;
	text-decoration: underline;
}

.underlinedWhiteLink a:hover
{
	color: #0878fe;
	text-decoration: none;
}

.underlinedWhiteLink a:active
{
	color: #0878fe;
	text-decoration: none;
}

.whiteLinkBlueHover a:link
{
	color: White;
}

.whiteLinkBlueHover a:visited
{
	color: White;
}

.whiteLinkBlueHover a:hover
{
	color: #0878fe;
}

.whiteLinkBlueHover a:active
{
	color: #0878fe;
}

.imgAudio 
{
	padding-top: 3px;
}

.adminContent {
	padding-left: 30px;
	padding-top: 6px;
	width: 80%;
}

#divResetPassword {
    margin-left: 150px;
    margin-top: 0px;
 }
 
 #divMarketplace {
    height:600px;
    margin-left: 210px;
 }
 
 * html #divMarketplace {
    height:600px;
    margin-left: 0px;
 }
 
 #divSendExplanation {
    height:600px;
 }
 
 * html #divSendExplanation {
    height:600px;
    margin-left: 0px;
 }
 
 /* Yodiotour */
  .verticalYodiotourSeparator
{
	width: 0px;
	height: 530px;
	margin-bottom: 15px;
	border-left-color: Silver;
	border-left-style: solid;
	border-left-width: 1px;
}

.tdPadding {
    padding-top: 5px;
}

.txtStyle {
    font-family: Trebuchet MS;
    font-size: 9pt;
    color: #3d3d3d;
    height: 13px;
    line-height: 13px; 
}

.yodioCityWidth {
    width: 140px;
    _width: 138px;
    *width: 138px;
}

.yodioDetailsCityWidth {
    width: 110px;
    _width: 108px;
    *width: 108px;
}
.textAreaStyle {
    font-family: Trebuchet MS;
    font-size: 9pt;
    color: #3d3d3d;
}

 #ctl00_ctl00_MainContent_LeftContent_gridViewAudioFiles {
     overflow: auto;
}

.borders {
	 border-top: solid 1px #000;
	 border-bottom: solid 1px #000;
}

.YodioTourList .borders {
	 border-top: solid 1px silver;
	 border-bottom: solid 1px silver;
}

.silverBorders td
{
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
}

.headerStyle2
{
	color: Black;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.errorMessage
{
	text-transform: uppercase;
	color: Red;
}

.nextButtonPos {
	padding-left: 190px;
	margin: 25px 0 0 0;
}

* html .nextButtonPos {
	margin: 25px 0 0 0;
}

.fileUploadOverlay
{
	position: relative;
	top: -22px;
	width: 142px;
	height: 16px;
}

* html .fileUploadOverlay
{
	position: static;
	top: 0px;
	margin-top: -38px;
	width: 147px;
	height: 16px;
}

.gridViewSelectedAudioFilesScroll {
	width: 100%;
	height: 380px;
	overflow-y: auto;
}

/** html .gridViewSelectedAudioFilesScroll {
	width: 100%;
	height: 225px;
	overflow-y: auto;
}*/

.gridViewPhotosScroll {
	width: 100%;
	height: 268px;
	overflow-y: auto;
	overflow-x: hidden;
}

/*.gridViewTrackPhotosScroll {
	width: 100%;
	height: 185px;
	overflow-y: auto;
	overflow-x: hidden;
}

* html .gridViewTrackPhotosScroll {
	width: 100%;
	height: 200px;
	overflow-y: auto;
}*/

.uploadPhoto {
	 height: 25px;
	 margin-top:2px;
}
 
* html .uploadPhoto {
	 height: 25px;
	 margin: 0px;
	 overflow: hidden;
}

.gridViewPhotoDescriptionScroll {
	width: 100%;
	height: 351px;
	overflow-x: hidden;
	overflow-y: auto;
}

.tableSelectedAudioFilesSize {
	 height: 467px;
	 _height: 500px;
	 *height: 467px;
	 width: 100%;
}

.congratulation{
  display: none;
}

.tourImagePos
{
 margin-bottom: -11px;
}
  
/* Email form */

.textControlHint {
    
}

/* Admin section */

.textBoxSize {
	font-family: Trebuchet MS;
    font-size: 9pt;
    height: 13px;
    line-height: 13px;
    width: 306px;
    _width: 306px;
    *width: 304px;
	}
	
.textAreaSize {
	font-family: Trebuchet MS;
    font-size: 9pt;
    width: 170px;
	}
	
.timezoneSize {
	font-family: Trebuchet MS;
    font-size: 9pt;
    height: 19px;
    line-height: 19px;
    width: 310px;
	}

.rolesSize {
	font-family: Trebuchet MS;
    font-size: 9pt;
    height: 19px;
    line-height: 19px;
    width: 380px;
    _width: 380px;
    *width: 382px;
	}
	
/*--------------------*/

.customPager{
	color: White;
}

.contactType {
	font-family: Trebuchet MS;
    font-size: 9pt;
    height: 19px;
    line-height: 19px;
    width: 80px;
	}
	
.contactTypeFilter {
	font-family: Trebuchet MS;
    font-size: 9pt;
    height: 18px;
    line-height: 18px;
    width: 160px;
	}

.emptyRow {
	font-weight: bold;
	border: solid 1px #3d3d3d;
	padding: 3px;
	}

.contactListPos {
	margin: 0 30px 0 30px;
	height: 200px;
	}

#divSearchContacts
{
	float: left;
    margin-left: 60px;
    *margin-left: 60px;
    _margin-left: 35px;
}

/* User Profile */
table.formTemplate table td {
    padding-left: 0px !important;
    }
    
table.formTemplate input, 
table.formTemplate select, 
table.formTemplate textarea {
    font-family: Trebuchet MS;
    }
    
.highlightFields input, 
.highlightFields select, 
.highlightFields textarea {
    background-color: #FFFFA0;
    } 
    
    
/* Group Styles */

.groupHeader1
{
    font-size: 10pt;
    font-weight: bold;
    color: black;
}

.groupHeader2
{
    font-size: 14pt;
    font-weight: bold;
    color: black;
}

.leftBorder
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: Black;
}

.groupHeaderTable td
{
    padding-left: 7px;
    padding-right: 7px;
}

.groupCellPadding
{
    padding-top: 4px;
}

.groupHorizontalLine
{
     width: 533px;
     height: 1px;
     margin-left: 20px;
     border-bottom-style: solid;
     border-bottom-width: 1px;
     border-bottom-color: Black;
}

.groupPager
{
    position: relative;
    right: 23px;
    float: right;
    padding-right: 23px;
}

.groupImage
{
    position: relative;
    left: -7px;
    top: 2px;
}

.groupPaddingDiv
{
	height: 5px;
	line-height: 5px;
}

/* homepage Login section */

.loginTextBox{
	border: solid 1px #a6bde9;
	border-collapse: collapse;
	height: 15px;
	line-height: 15px;
	width: 140px;
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, Verdana;
}


/* Contact us Page*/

.sendToDropDownStyle{
	height: 19px;
	line-height: 19px;
	font-size: 9pt;
	font-family: Trebuchet MS, Arial, Verdana;
	width: 214px;
	_width: 216px;
	*width: 216px;
}

.modalBackGround
{
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.2;
}

.modalPopup
{
	border-color:Black;
	border-width:1px;
	border-style:solid;
	color:#0878fe;
	font-size:14px;
	font-weight:bold;
	vertical-align:bottom;
	text-align:center;
	background-color:White;
	width:250px;
	height:100px;
}

/* How It works */
#howTo{
	margin: 25px 0 0 10px;
}

#illustration {
	width: 800px;
	height: 125px;
}

#mainInfo {
	margin: 10px 0 0 25px;
}
	
#intro {
	float: left;
	width: 525px;
}
	
#topTen {
	float: left;
	width:  250px;
	margin: 15px 0 0 50px;
}

#topTenHeader {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	color: #0878fe;
}

.darkHeaders {
	font-size:18px;
	font-weight:bold;
	margin: 15px 0 5px 0;
}

#greyLine {
	float: left;
	margin-left: 25px;
	_margin-left: 10px;
	padding-top: 15px;
	_padding-top: 5px;
	*padding-top: 5px;
}

#faq {
	margin: 20px 0 0 25px;
	_margin: 20px 0 0 10px;
	width: 750px;
	float: left;
}

.subTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

/* YodioCard */

#divPlayer
{
	margin-top: -3px;
	_margin-top: 0px;
	*margin-top: -3px;
}

#divContentPanel 
{
	width: 250px;
}

.forwardToFriend
{
	width: 270px;
	_width: 265px;
	*width: 265px;
}

.emptyRow
{
	border: 0px;
   *height: 100px;
   *max-height: 130px;
}

*html .emptyRow
{
	border: 0px;
    height: 100px;
    max-height: 130px;
}

.yoImagePos
{
 margin-bottom: -8px;
}

/* grid styles */

.gridViewStyle
{
	border: none 0px transperant;
}

.gridViewStyle th
{
	background-color: #99ccff;
	color: #0878fe;
	font-weight: bold;
	border-top: solid 1px #b8c7e4;
	border-bottom: solid 1px #b8c7e4;
}

.gridViewStyle td
{
	border-bottom: solid 1px #b8c7e4;
}

.gridViewStyle td table td
{
	border-bottom: none 0px transparent;
}

.gridPaging td
{
	border-bottom: none 0px transparent;
}

.gridPaging td table td
{
	border-bottom: none 0px transparent;
}

.tourBreadCrump
{
	margin:-20px 0px 15px -20px;
	_margin:-5px 0px 0px 0px;
	*margin:0px 0px 15px 0px;
}

.cardBreadCrump
{
	margin-left:50px;
	margin-bottom:5px;
}

.fieldsetDefault
{
	border: solid 1px #8eaee5;
	padding: 10px 5px 10px 5px;
}

.yodiotourHeaderActive
{
	cursor: pointer;
	background-color: #99ccff;
	color: #0878fe;
	padding-left: 10px;
	font-weight: bold;
}

.yodiotourHeaderInactive
{
	cursor: pointer;
	background-color: #ddd;
	color: #000;
	padding-left: 10px;
	font-weight: normal;
}

/* feed payment account */

.buyPoints 
{
	width: 165px;
	_width: 165px;
	*width: 150px;
}

.cardInfoStyles
{
	height: 15px;
	line-height: 15px;
	width: 240px;
}

.expiration
{
	height: 19px;
	line-height: 19px;
	width: 120px;
}

.creditCardType
{
	height: 19px;
	line-height: 19px;
	width: 244px;
	_width: 247px;
	*width: 245px;
}

.city
{
	width: 80px;
	_width: 80px;
	*width: 77px;
}

.requiredField
{
	background-color: #fff799;
}
