@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color:#828282;
	margin: 0 0 0 0;
	color: #333;
	font-size: 90%;
	font-family: "Trebuchet MS";
}

img {
	border: 0px;
	}
.clear {
	clear: both;
	}
a:link, a:visited {
	color: #900000;
	text-decoration: underline;
	}

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

a:active {
	color: #cc3333;
	text-decoration: underline;
	}

.textfield {
	background-color: #fff;
	border: 1px solid #660000;
	width: 212px;
	}
.textfield:hover, .textfield:focus {
	border: 1px solid #cc0000;
	}

.textfield_date {
	background-color: #fff;
	border: 1px solid #660000;
	width: 191px;
	*width: 187px;
	*padding: 0px;
	*margin: 0px;
	}
.textfield_date:hover, .textfield_date:focus {
	border: 1px solid #cc0000;
	}

textarea {
	font-family: sans-serif;
	font-size: 100%;
	color: #333;
	border: 1px solid #660000;
	}
textarea:hover, .textarea:focus {
	border: 1px solid #cc0000;
	}

.textarea_booking {
	*width: 212px;
	}

#oustide {
	width: 788px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/content_back.png);
	background-repeat: no-repeat;
	}

#header {
	width: 781px;
	height: 105px;
	margin-left: 0px;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	
	}

#logo {
	width: 489px;
	height: 75px;
	float: left;
	margin-left: 10px;
	}

#logo:hover {
	width: 489px;
	height: 75px;
	float: left;
	margin-left: 10px;
	background-image:url(images/logo_over.png);
	background-repeat: no-repeat;
	}

#logo h1 {
	display: none;
	}
#logo img{
	width: 489px;
	height: 75px;
	border: 0;
	}

#contact_nav {
	width: 120px;
	height: 20px;
	float: right;
	margin-right: 40px;
	text-indent: 7px;
	padding-top: 2px;
	}
#contact_nav ul {
	list-style: none;
	margin-left: -42px;
	*margin-left: -4px;
	margin-top: 0px;
	}
#contact_nav li {
	display: inline;
	padding-right: 1px;
	padding-left: 0px;
	}
#contact_nav a:link, #contact_nav a:visited {
	text-decoration: none;
	color: #333;
	}
#contact_nav a:hover, #contact_nav a:active {
	text-decoration: underline;
	color: #900000;
	}

#false_nav {
	display: none;
	}
	
#main_nav {
	width: 750px;
	height: 18px;
	margin-left: 15px;
	margin-top: 3px;
	}

.lnav_item {
	float: left;
	width: 86px;
	height: 18px;
	text-align: center;
	}
.lnav_item a:link, .lnav_item a:visited, .lnav_item:hover a:active {
	color: #fff;
	text-decoration: none;
	}
.lnav_item:hover {
	float: left;
	width: 86px;
	height: 18px;
	text-align: center;
	background-image: url(images/nav_over_86.png);
	background-repeat: no-repeat;
	}
.lnav_item:hover a:link, .lnav_item:hover a:hover, .lnav_item:hover a:active, .lnav_item:hover a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.rnav_item {
	float: left;
	width: 80px;
	height: 18px;
	color: #000000;
	text-align: center;
	}
.rnav_item a:link, .rnav_item a:visited, .rnav_item:hover a:active {
	color: #fff;
	text-decoration: none;
	}
.rnav_item:hover {
	float: left;
	width: 80px;
	height: 18px;
	text-align: center;
	background-image: url(images/nav_over_80.png);
	background-repeat: no-repeat;
	}
.rnav_item:hover a:link, .rnav_item:hover a:hover, .rnav_item:hover a:active, .rnav_item:hover a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
/*--------------------------------------END HEADER-------------------------------------------------------------------------*/

#content_outer {
	width: 760px;
	margin-left: 10px;
	margin-right: 10px;
	height: 644px;
	}

#tree_nav {
	width: 760px;
	height: 22px;
	*height: 25px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #900000;
	padding-top: 3px;
	}

#left_content {
	width: 535px;
	*width: 535px;
	height: 619px;
	float: left;
	padding-right: 5px;
	}

#left_content h2 {
	margin-top: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	font-weight: normal;
	color: #000;
	}
#left_content h2 small {
	color: #666666;
	}
#left_content h4 {
	margin-top: 12px;
	margin-bottom: 12px;
	}

#right_content {
	width: 214px;
	height: 619px;
	*width: 210px;
	float: right;
	border-width: 0px 0px 0px 1px;
	border-style: dashed;
	border-color: #ccc;	
	padding-left: 5px;
	}

#right_content h3 {
	margin-top: 9px;
	*margin-top: 11px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	font-weight: normal;
	}	
#right_content h4 {
	font-size: 105%;
	margin-bottom: -15px;
	}
#bottom_content {	
	border-width: 1px 0px 0px 0px;
	border-color: #900000;
	border-style: dashed;
	padding-top: 6px;
	font-size: 80%;
	color: #666666;
	}
#bottom_content a:link, #bottom_content a:hover, #bottom_content a:active {
	color: #666;
	}

.name {
	float: left;
	height: 25px;
	font-size: 105%;
	font-weight: bold;
	width: 170px;
	}
.rank {
	float: left;
	font-size: 80%;
	color: #666;
	height: 15px;
	width: 170px;
	margin-bottom: 0px;
	*margin-bottom: -8px;
	}

.rank1 {
	float: left;
	font-size: 80%;
	color: #666;
	height: 15px;
	width: 170px;
	margin-bottom: 0px;
	}
.photo_member {
	float: right;
	width: 40px;
	margin-top: -25px;
	margin-bottom: 0px;
	*margin-bottom: -8px;
	}
.photo_member img {
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 1px;
	}

.photo_member img:hover {
	border-width: 1px;
	border-color: #900000;
	border-style: solid;
	padding: 1px;
	}

.links_list {
	list-style: none;
	}
.links_list li {
	padding-top: 4px;
	margin-left: -40px;
	}

.links_list li:hover {
	padding-top: 4px;
	background-color: #cdc8c8;
	}
#right_photos {
	padding: 15px;
	width: 50px;
display: inline;
	}
#right_photos img {
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 2px;
	}

#right_photos img:hover {
	border-width: 1px;
	border-color: #900000;
	border-style: solid;
	padding: 2px;
	}
form p {
	margin-bottom: 3px;
	}

.contact_list {
	list-style: none;
	margin-left: -40px;
	*margin-left: 0px;
	text-indent: 15px;
	}
.email {
	background-image:url(images/email.png);
		background-position: bottom left;
	background-repeat: no-repeat;
	*text-indent: 15px;
	*font-size: 90%;
	}
.phone {
	background-image:url(images/phone.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
#left_content small {
	font-size: 80%;
	color: #666;
	
	}

#left_content h4 {
	margin-bottom: 0px;
	font-size: 110%;
	font-weight: bold;
	}
#left_content img {
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 3px;
	}

#left_content img:hover {
	border-width: 1px;
	border-color: #990000;
	border-style: solid;
	padding: 3px;
	}

#profile_bio {
	float: right;
	margin-top: 0px;
	width: 330px;
	margin-bottom: 10px;
	}

#table_repertoire {
	padding: 3px;
	margin-top: 10px;
	border: 1px solid #333 ;
	
	}
#table_repertoire td {
	border: 0px solid red;
	padding-top: 2px;
	padding-bottom: 1px;	}

#table_head {
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #fff;
		}
.odd_row {background-color: #fff;}
.even_row {
	background-color: #f0f0f0;
	}

.odd_row:hover {
	background-color: #ffcece;
	}
.even_row:hover {
	background-color: #ffcece;
	}	

.form p {
	font-size: 60%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #990000;
	}

#rep_title {
	width: 261px;
	*width: 271px;
	}

#rep_comp {
	width: 113px;
	}
#rep_arr {
	width: 159px;
	*width: 149px;
	}
iframe {
	overflow: hidden;
	*margin-top: -20px;
	}
.repertoire_iframe {
	width: 210px;
	background-color: none;

	height: 600px;
	*height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
	border: 0px;
	border-style: dashed;
	overflow: hidden;
	color: #333;
	font-size: 90%;
	font-family: "Trebuchet MS";
	
	}
.diary_centre {
	margin-left: 30%;
	width: 42%;
	}

.diary_left {
	float: left;
	margin-right: 0px;
	width: 30%;
	}
.diary_right {
	margin-left: 73%;
	padding: 0px;
	padding-top: 10px;
	width: 130px;
	margin-top: -162px;
	
	}

.diary_element {
	width: 98%;
	background-color: #fefefe;
	border: 1px solid #ccc;
	padding: 3px;
	}

.diary_element h3 {
	margin-bottom: 5px;
	margin-top: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	}
#home_float_left {
	float: left;
	width: 360px;
	}
	
#home_float_right {
	float: right;
	width: 175px;
	padding-left:0px;
	padding-top: 14px;
	text-align: right;
	}

#bottom_right {
	float: right;
	width: 80px;
	margin-top: -15px;
	}

