@charset "utf-8";
/* CSS Document */

body {

	font-family: Arial, Helvetica, sans-serif;
	
	}
img {border:0}
html {
border:0;
margin:0;
padding:0;
}	


.PopBoxImageSmall{
	cursor:pointer;
	z-index:110;}	
	
.small_gray{
	font-size:12px;
	color:#757575;
	width:100px;
	margin-bottom:2px;
	font-weight:bold;

}

.small_gray_header{
	font-size:12px;
	color:#000;
	background-color: #C0C0C0;
	width:100px;
	margin-bottom:2px;
	font-weight:bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;

}
.page_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #243364;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.section_hdr_blue_grad {
	background-image:url(../images/hdr_bg_blue_grad.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-repeat: repeat-x;
	height: 28px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 4px;
	letter-spacing: 2px;
}.board_title {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.link_standard a:link {
	color: #063960;
	text-decoration: none;
}

.link_standard a:visited {
	color: #063960;
	text-decoration: none;
}

.link_standard a:hover {
	color: #0000EE;
	text-decoration: underline;	
}

.link_standard a:active {
	color: #1F2736;
	text-decoration: none;
	
}
.officer_name {
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
.chair_container {
	background-color:#EAEAEA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #333;
	padding: 5px;
	margin-left:20px;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:5px;
	font-size: 14px;
}
.chair_title {
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}	

.right_box {
	float:right;
	margin-left:10px;
	padding:4px;
	width:210px;
	border: thin dashed #036;
	text-align: center;
}

.right_box_styled {
	float:right;
	margin-left:10px;
	padding:4px;
	width:210px;
	border: thin solid #036;
	text-align: left;
	padding:8px;
	background-color:#EBEBEB;
}


.rounded_corners {

	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	}

.sub_section_hdr {
	font-size: 16px;
	font-weight: bold;
	color: #243364;
}

.indent{
	margin-left:30px;}
.red_title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #BF203E;
	font-weight: bold;
}
.sponsor_box {
	background-color:#ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #999;
	padding: 10px;
	min-height:180px;
}

.small_text {
	font-size:10px;}
	
	.red_bold {
	font-weight: bold;
	color: #AA0000;
}


.small_12 {
	font-size: 12px;
	}
	
.small_10 {
	font-size: 10px;
	}
	
.small_14 {
	font-size: 14px;
	}
	
.sub_section_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/bg_hdr.png);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight:bold;
	border: thin solid #000;
	}
.white {
	color: #FFF;
}


.link_bold a:link {
	color: #036;
	text-decoration: none;
	font-weight:400;
}

.link_bold a:visited {
	color: #036;
	text-decoration: none;
	font-weight:400;
}

.link_bold a:hover {
	color: #039;
	text-decoration: underline;
	font-weight:500;
}

.link_bold a:active {
	color: #039;
	text-decoration: none;
	font-weight:400;
	
}

.drop_shadow {
	
	-moz-box-shadow: -3px 5px 8px #B5B5B5; /* FF3.5+ */
	-webkit-box-shadow:-3px 5px 8px #B5B5B5;/* Saf3.0+, Chrome */
	box-shadow: -3px 5px 8px #B5B5B5; /* Opera 10.5, IE 9 */
	
}

.box_hdr {
	-moz-border-radius-topright: 8px; /* FF1+ */
	-webkit-border-top-right-radius: 8px; /* Saf3-4 */
	border-top-right-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-border-radius-topleft: 8px; /* FF1+ */
	-webkit-border-top-left-radius: 8px; /* Saf3-4 */
	border-top-left-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	
	background-color: #4A63A6;
	background-image: -moz-linear-gradient(top, #4A63A6, #27376A); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4A63A6),color-stop(1, #27376A)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#4A63A6', EndColorStr='#27376A'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4A63A6', EndColorStr='#27376A')"; /* IE8 */
	padding:5px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	
}

.large_blue {
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#036;}
	
.myButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2f79c4), color-stop(1, #09335c) );
	background:-moz-linear-gradient( center top, #2f79c4 5%, #09335c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f79c4', endColorstr='#09335c');
	background-color:#2f79c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #062c4f;
	display:inline-block;
	color:#fafafa;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 18px;
	text-decoration:none;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #09335c), color-stop(1, #2f79c4) );
	background:-moz-linear-gradient( center top, #09335c 5%, #2f79c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09335c', endColorstr='#2f79c4');
	background-color:#09335c;
}.myButton:active {
	position:relative;
	top:1px;
}



.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:10px 10px 10px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size:14px;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3-4 */
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/icons/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/icons/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/icons/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/icons/error.png');
}


.hdr_blue{
	background: rgb(44,116,189); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(44,116,189,1) 0%, rgba(11,54,97,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,116,189,1)), color-stop(100%,rgba(11,54,97,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(44,116,189,1) 0%,rgba(11,54,97,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(44,116,189,1) 0%,rgba(11,54,97,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(44,116,189,1) 0%,rgba(11,54,97,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c74bd', endColorstr='#0b3661',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(44,116,189,1) 0%,rgba(11,54,97,1) 100%); /* W3C */
	border-top-width: 1px;
	border-right-width: 1px;

	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0B3661;
	border-right-color: #0B3661;
	
	border-left-color: #0B3661;
	-webkit-border-top-left-radius: 06px;
-webkit-border-top-right-radius: 06px;
-moz-border-radius-topleft: 06px;
-moz-border-radius-topright: 06px;
border-top-left-radius: 06px;
border-top-right-radius: 06px;
font-size:16px;
font-weight:bold;
color:#FFF;
padding:5px;
}

#player_box{
	float:right;
	width:220px;
	margin-left:20px;
	min-height:100px;
}
	
.button_gray {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #9e959e;
	display:inline-block;
	color:#333;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button_gray:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.button_gray:active {
	position:relative;
	top:1px;
}
	
.playerlist {
	background-color:#F4F4F4;
	font-size:12px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}	

.sect_gray {
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #95AFBF;
	border-right-color: #95AFBF;
	border-bottom-color: #95AFBF;
	border-left-color: #95AFBF;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding:10px;
}

.button_red_sm {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 7px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.button_red_sm:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.button_red_sm:active {
	position:relative;
	top:1px;
}

.button_green {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	border:2px solid #a5b885;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 23px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.button_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.button_green:active {
	position:relative;
	top:1px;
}


.button_blue_sb {
	-moz-box-shadow:inset 0px 1px 0px 0px #6f8191;
	-webkit-box-shadow:inset 0px 1px 0px 0px #6f8191;
	box-shadow:inset 0px 1px 0px 0px #6f8191;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #537de6), color-stop(1, #1d3377) );
	background:-moz-linear-gradient( center top, #537de6 5%, #1d3377 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#537de6', endColorstr='#1d3377');
	background-color:#537de6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2c659e;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 21px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.button_blue_sb:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1d3377), color-stop(1, #537de6) );
	background:-moz-linear-gradient( center top, #1d3377 5%, #537de6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d3377', endColorstr='#537de6');
	background-color:#1d3377;
}.button_blue_sb:active {
	position:relative;
	top:1px;
}

.button_blue_sm {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.button_blue_sm:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.button_blue_sm:active {
	position:relative;
	top:1px;
}

#sb_toolbar {
	font-size:14px;
	width:350px;
	padding:8px;
	text-align:center;
	float:right;
	color:#CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: rgb(86,155,211); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(86,155,211,1) 0%, rgba(43,72,148,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,155,211,1)), color-stop(100%,rgba(43,72,148,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(86,155,211,1) 0%,rgba(43,72,148,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(86,155,211,1) 0%,rgba(43,72,148,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(86,155,211,1) 0%,rgba(43,72,148,1) 100%); /* IE10+ */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569bd3', endColorstr='#2b4894',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(86,155,211,1) 0%,rgba(43,72,148,1) 100%); /* W3C */
	}
	
	
.box_sbd {
	-webkit-border-radius: 6px;
	padding:8px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #999;
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
}	
	
	
	
	
.rounded_box{
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid #333;
}
	
	
	
	
	.sbd_iconmargins {
	margin-right: 3px;
	margin-left: 15px;
}
.blue_title_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
}

.button_yellow_sm {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#144a63;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 4px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.button_yellow_sm:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.button_yellow_sm:active {
	position:relative;
	top:1px;
}
.sbd_listing_container {
	background-color: #FFF;
	border: 2px solid #036;
	margin-bottom:15px;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.80);
}	
.sbd_logo_container {
	padding:10px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	}
	
.sbd_data_container {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;

}	


.sbd_grad_bg {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.sbd_data_menu {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:18px;
	background: rgb(63,76,107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(63,76,107,1) 0%, rgba(63,76,107,1) 37%, rgba(28,44,66,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,1)), color-stop(37%,rgba(63,76,107,1)), color-stop(100%,rgba(28,44,66,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 37%,rgba(28,44,66,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 37%,rgba(28,44,66,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 37%,rgba(28,44,66,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 37%,rgba(28,44,66,1) 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#1c2c42',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 1px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 1px;
	color: #CCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.sbd_data_menu a:link {
	color: #FFF;
	text-decoration: none;
}

.sbd_data_menu a:visited {
	color: #FFF;
	text-decoration: none;
}

.sbd_data_menu a:hover {
	color: #CCC;
	text-decoration: underline;
}

.sbd_data_menu a:active {
	color: #FFC;
	text-decoration: none;	
}


.sbd_detail_data {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
.sbd_sect_title {
	font-size:14px;
	font-weight:bold;
	color:#003366;
	margin-bottom:5px;}	
	
.sbd_data_content {
	color:#333333;
	font-size:14px;
	font:Arial, Helvetica, sans-serif}	
	
	
#searchboxcontainer {
	margin-bottom:10px;
-webkit-border-radius: 12px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius: 12px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-radius: 12px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	
	}	
	
	
	
		
#searchbar {
	background: rgb(206,220,231); /* Old browsers */
background: -moz-linear-gradient(top, rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:3px;
	min-height: 30px;
	
	}	
	
	
		
#searchformbox{
	background-color: #FFF;
	width: 280px;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: right;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 4px;
	}
	
	
	
.link_white_menu a:link {
	color: #FFF;
	text-decoration: none;
}

.link_white_menu a:visited {
	color: #FFF;
	text-decoration: none;
}

.link_white_menu a:hover {
	color: #F4F4F4;
	text-decoration: underline;
}

.link_white_menu a:active {
	color: #FFF;
	text-decoration: none;
	
}
	
	
	
	.photo_rounded {
	
	
	-moz-box-shadow: -3px 3px 5px #888;
	-webkit-box-shadow: -3px 3px 5px #888;
	box-shadow: -3px 3px 5px #888;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}
	
	
	
	
	

