body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 10pt;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*filter:alpha(opacity=95); /* IE's opacity*/
    opacity: 0.95;
}

.clear {
	clear: both;
}

a {
	color: #999;
	font-size: 10pt;
	text-decoration: none;
	text-shadow: #BBBBBB 0px 0px 0px;
	border: 0;
	border-style: none;
}

a:hover {
	text-decoration: none;
	color: #448CC8;
}

h1 {
	margin: 0 0 20 0;
	font-weight: 100;
	font-style: normal;

}

h2 {
	margin: 0 0 0 0;
	font-weight: 100;
	font-style: normal;
	font-size: 14pt;
	color: #448CC8;
}

form {
 	display: inline;
}

th {
	text-align: left;
}

input, select, textarea {
	background-color: #EEEEEE;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}

img {
	display: inline;
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#backgroundTop{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 444px;
	min-width: 900px;
	width: 100%;
	width: expression(document.body.clientWidth < 900 ? "900px": "100%" );
}

div#backgroundBottom{
	position: absolute;
	top: 444px;
	left: 0px;
	bottom: 0px;
	min-width: 900px;
	width: 100%;
	width: expression(document.body.clientWidth < 900 ? "900px": "100%" );
	min-height: 156px;
	height: 100%;
}

div#home-container {
	position: relative;
	top: 110px;
	width: 800px;
	height: 525px;
	margin: 0 auto;
}

div#home-mainnav {
	width: 520px;
	margin: 0 auto;
}

div#home-mainnav-shade1, div#home-mainnav-shade2, div#home-mainnav-shade3 {
	position:absolute; 
	top:0px; 
	left:0px; 
	background-color:#000000; 
	width: 168px; 
	height: 260px; 
	display: block;
	overflow: hidden;
}


.home-mainnav-item {
	margin: 1px;
	width: 168px;
	height: 260px;
	float: left;
	text-align: center;
}


.home-mainnav-item:hover {
	background-color: #999999;
    opacity: 0.75;
}

.home-mainnav-item a {
	display: block;
	font-size: 12pt;
	font-style: normal;
	color: #FFFFFF;
	text-shadow: #FFFFFF 0px 0px 0px;
}

/*
.home-mainnav-item a:hover {
	background-color: #999999;
	text-decoration: none;
	color: #18254F;
	text-shadow: #FFFFFF 0px 0px 0px;
}
*/


div#home-subnav {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 150px;
	text-align: center;
	font-size: 11pt;
	color: #DDDDDD;
}

div#home-subnav a {
	font-size: 11pt;
	color: #DDDDDD;
	text-shadow: #DDDDDD 0px 0px 0px;
}

div#home-subnav input {
	background-color: #EEEEEE;
	border: none;	
}

div#home-logo {	
	color: #18254F;
	font-size: 40pt;
}

div#home-copyright {
	margin-top: 10px;
	font-size: 8pt;
	color: #CCCCCC;
	text-shadow: #BBBBBB 0px 0px 0px;
}

.logo {
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	line-height: 35pt;
	text-shadow: #BBBBBB 0px 0px 0px;
}

div#logo {
	position: absolute;
	top: 50px;
	right: 125px;
	color: #58739A;
	padding-left: 10px;
	padding-right: 0px;
	font-size: 35pt;
}

div#container {
	width: 900px;
	min-height: 100%;
}

div#header {
	position: relative;
	top: 0px;
	height: 200px;
	width: 900px;
	background: url(../images/gbt-background_header.jpg) no-repeat;
}

div#subnav {
	position: absolute;
	top: 3px;
	right: 0px;
	height: 25px;
	text-align: right;
	padding-right: 20px;
	font-size: 10pt;
	color: #DDDDDD;
}

div#subnav a {
	font-size: 10pt;
	color: #DDDDDD;
	text-shadow: #DDDDDD 0px 0px 0px;
}

div#signature{
	position:absolute;
	top: 90px;
	right: 0px;
}

div#mainnav {
	position: absolute;
	top: 35px;
	left: 40px;
	height: 150px;
	width: 350px;
	text-align: left;
}

.mainnav-item {
	float: left;
	text-align: center;
	padding: 2px;
}

.mainnav-item:hover {
	background-color: #999999;
    opacity: 0.75;
}

.mainnav-item a {
	display: block;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
	text-shadow: #FFFFFF 0px 0px 0px;
}

/*
div#mainnav-item a:hover {
	background-color: #999999;
	text-decoration: none;
	color: #18254F;
	text-shadow: #FFFFFF 0px 0px 0px;
}
*/

div#content {
	position: relative;
	top: 0px;
	margin-top: 30px;
	/*background: url(../images/gbt-signature-watermark.jpg) no-repeat 100px 50px;*/
}

div#sidenav {
	width: 165px;
	float: left;
	padding-left: 35px;
}

div#sidenav a:hover {
	text-decoration: none;
	color: #448CC8;
}

div#balletSubnav {
	margin-right: 15px;
}

div#balletSubnav p {
	margin: 0 0 3px 0;
	text-indent: -1em;
	padding-left: 1em;
}

div#contentbody{
	float: left;
	width: 425px;

}

div#detailsBox{
	float: right;
	width: 225px;
	margin-left: 25px;
	font-weight: bold;
	font-size: 8.5pt;
	/*font-family: "Lucida Grande", Lucida, Verdana, sans-serif;*/
	color: #333333;
}

div#detailsBox img{
	width: 193px;
	margin-bottom: 1px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 5px;
}

div#detailsBox p{
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.detailLabel
{
	color: #0A50A1;
	margin-right: 3px;

}

.photoCredit
{
	font-size: 6pt;
	font-weight: light;
	font-style: italic;
	color: #888888;
}

div#balletSearchContent
{
	margin-right: 50px;
}

div#footer
{
	margin-top: 50px;
	font-size: 8pt;
	color: #999;
	text-shadow: #BBBBBB 0px 0px 0px;
	text-align: center;
}

div#menuHeader {
	width: 1200px;
	height: 50px;
	background-color: gray;
}

div#menuHeader a {
	color: white;
}

div#cmsSection {
	float: left;
	width: 200px;
	background-color: gray;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	border-color: navy;
	border-right-style: solid;
	border-right-width: 1px;
}

div#cmsContent {
	position: relative;
	top: 0px;
	margin-top: 30px;
	margin-left: 60px;
	height: 600px;
	background: url(../images/gbt-signature-watermark.jpg) no-repeat 100px 50px;
}

div#cmsContent td {
	padding: 2px 6px 2px 2px;
}

div#cmsContent h1 {
	margin-bottom: 20px;
}

.bottomBorder {
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/* set millions of background images */
.rbroundbox { background: url(../images/background.gif) repeat top left; }
.rbtop div { background: url(../images/top.gif) no-repeat top left; }
.rbtop { background: url(../images/top.gif) no-repeat top right; }
.rbbot div { background: url(../images/bottom.gif) no-repeat bottom left; }
.rbbot { background: url(../images/bottom.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 15px;
font-size: 1px;
}
.rbcontent { 
	margin: 7px; 
}
.rbroundbox { width: 100%; margin: 1em auto; }

.searchResult a {
	color: #448CC8;
}


