﻿body
{
    background-color: #666666;
    background-image: url(images/bgtile.gif);
}
.Normal
{
	color: #cccccc;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
H2
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
a:link
{
    color: #A2C9F0;
    text-decoration: none;
}
a:visited
{
    color: #A2C9F0;
    text-decoration: none;
}
a:hover
{
    color: #FFCC00;
    text-decoration: none;
}
a:active
{
    color: #A2C9F0;
    text-decoration: none;
}
body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #CCCCCC;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.style25
{
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CCCCCC;
}
.style27
{
    color: #FFFFFF;
}
.style40
{
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.style63
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    font-weight: bold;
}
.style65
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    font-weight: bold;
}
.style69
{
    color: #FFFFFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.style70
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style71
{
    color: #CCCCCC;
    font-size: 12px;
}
.style72 {font-size: 12px}
.style73 {font-size: 12px}
.style74 {font-size: 12px}
.style75 {font-size:12px;}
.style76 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.style77
{
	color: #A2C9F0;
}
.style79 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #FFFFFF;}
.style80 {font-size: 14px}
.style81 {font-size: 21px}
.style82 {font-size: 18px}
.style83 {font-size: 11px}

bodyNav {
	background-color: #3f4042;
}

.style66 {
	color: #FF9900;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style68 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.RadMenu
{
}
.RadMenu_soundDirectorMenuSkin
{
	position: relative;
	text-align:left;
	height: 38px;
}
/* main menu background header */
.RadMenu_soundDirectorMenuSkin ul.rmRootGroup ul.rmHorizontal li.rmItem
{
	height: 38px;
	background-image: url('images/btnMiddle.jpg');
	background-repeat: repeat-x;	
}
/* Main Menu header items */
.RadMenu_soundDirectorMenuSkin ul.rmHorizontal li.rmItem span.rmText
{
	/*width: 70px;*/
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	
	padding-top: 10px;
}
/* Main Menu header items hover */
.RadMenu_soundDirectorMenuSkin ul.rmHorizontal li.rmItem a:hover span.rmText
{
	color: #ffcc00;
	font-weight: bolder;
}
/* drop down items*/
.RadMenu_soundDirectorMenuSkin .rmSlide ul.rmVertical li.rmItem span.rmText
{
	color: #1c3f93;
	border: 1px solid #000000;
	background-color: #b3bcd5;
	font-size: 12px;
	background-image: none;
	height: 17px;
	/*width: 160px;*/
	text-align: left;
	padding-top: 5px;
}
/* drop down items hover*/
.RadMenu_soundDirectorMenuSkin .rmSlide ul.rmVertical li.rmItem a:hover span.rmText
{
	color: #f2f2f2;
	background-color: #125396;
}
.invalidEmail
{
	border: solid 1px #d74822;
	color: #ffc7c1;
	background-color: #ffc7c1;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-size: 10px;
}
.error
{
	border: solid 1px #d74822;
	color: #ffc7c1;
	background-color: #ffc7c1;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-size: 10px;
}
.tbEmail
{
	color: #125396;
	border: 1px solid #125396;
	background-color: #bbdaff;
	font-size: 10px;
}
.bodytexttitle
{
	font-size: 20px;
	font-weight: bold;
}
.clientBold
{
	font-weight:bold;
}
.state
{
	font-weight: bold;
	font-size: 15px;
	text-indent: 5px;
}
.client
{
	text-indent: 10px;
}
.country
{
	font-size: 16px;
	font-weight: bold;
}
.clientHeaderType
{
	font-size: 20px;
	font-weight: bold;
}
.clientLabel
{
	width: 105;
	vertical-align: top;
	font-weight:bold;
	border-bottom: solid 0px #bbdaff;
	border-right: solid 0px #bbdaff; 
    text-align: right;
}
.detailTable
{
	border-bottom: solid 0px #bbdaff;
}
div#container {
	width: 640px;
	margin: 15px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/* THIS CENTERS IT ON THE PAGE, GET RID OF IT IF YOU WANT LEFT-ALIGNED */
	/* ALSO GIVES IT A TOP-BOTTOM MARGIN OF 15px */
}
 
div#header {
	width: 640px;
	margin: 0 auto; /* THIS CENTERS IT ON THE PAGE, GET RID OF IT IF YOU WANT LEFT-ALIGNED */
	text-align: center;
}
 
div#main {
	margin: 0 auto; /* THIS CENTERS IT ON THE PAGE, GET RID OF IT IF YOU WANT LEFT-ALIGNED */
	padding-top: 30px;
}
 
div#maincontent {
	background:#CCCCCC;
	padding-top:30px;
	overflow-y:scroll height: 520px;
}
 
div#main_topcap, div#main_botcap {
	width: 562px;
	height: 22px;
}
 
div#left {
	width: 341px;
	height: 830px;
	float: left;
	padding: 0px;
	background: #FFFFFF; 
}
 
div#left_text {
	padding: 12px;
	color:#5f5f5f;
	text-align:left;	
}
 
div#right {
	width: 251px;
	height: 830px;
	float: right;
	padding: 0px;
	background: #FFFFFF;
}
 
div#right_text, div#right_text2 {
	padding: 12px;
	color:#5f5f5f;
	text-align:left;	
}
 
div#video, div#stills {
	width: 251px;
	overflow-y:scroll; height:165px;
}
div#faninteractive {
	width: 251px;
	height:75px;
}
 
div#footer {
	margin-top: 12px;
	text-align:center;
}
div#midinfo {
	padding: 0px;
	text-align:center;
}
.clearer {
clear: both;
line-height: 0;
}
 
/*a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}*/
.style1 {
	color: #5f5f5f;
	text-align:center;
}
.style2 {
	color: #FFFFFF
}
.style3 {
	color: #5f5f5f;
}