/* Eric Meyer's reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0b1 | 201101 
	NOTE: WORK IN PROGRESS
	USE WITH CAUTION AND TEST WITH ABANDON */

/* Use this reset as a starting point, and customize to your needs */
/* Slightly modified to prevent anchor elements from losing outline, as in HTML5 Boilerplate */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1.5;
	background-color: #E8E9D8;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Meyer's reset ends here */


/*  CSS3 stuff */

.curve-border-small{
	border-radius : 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
} 

.3columntext {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
}




/*  CSS3 stuff */

.tag_4 {
	font-size: 10px;
}
.tag_3 {
	font-size: 13px;
}
.tag_2 {
	font-size: 16px;
}
.tag_1 {
	font-size: 18px;
}

#navbox{
	color:#333333;
	padding: 0px;
	margin: 0px;
	padding-top: 132px;
} 
#left-content{
	float:left;
	width:920px;
	margin-left: 0px;
	padding: 0px;
} 
#right-content{
	float:right;
	width:270px;
	border: thin none #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-content{
	float:left;
	width:920px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #2E2D1D;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#content_block {
	padding-right: 0px;
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#main-header {
	float:left;
	width:980px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 115px;
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
}
#main-header #header_extra_box {
	font-size: 80%;

	float: right;
	width: 150px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:right;
	
	opacity: .80;
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;

	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	
	background:#F8F8F8; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#F8F8F8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#F8F8F8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E8E8E8,  #F8F8F8); /* for firefox 3.6+ */

}
.ussser_status_box {
	padding: 3px;
	height: 50px;
	float: right;
	color: #333333;
	font-size: 90%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-top: 0px;
	margin-left: 10px;
	width: 180px;
}
#content_wrapper {
	padding: 0px;
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/banners/header_image_main_0.jpg);
	background-repeat: no-repeat;
	
	-webkit-border-radius-topleft: 60px;
	-moz-border-radius-topleft: 60px;
	border-top-left-radius: 60px;
}

.user_status_box a {
	color: #000000;
	text-decoration: underline;
}
.user_status_box a:hover {
	color: #330000;
	background-color: #fff;
	text-decoration: underline;
}



#bottom-content{
	margin-top:20px;
	border-top-width: thin;
	border-bottom-width: none;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

/************ FOOTER ************/
#footer
{
	width: 950px;
	clear: both;
	font-size: 0.8em;
	line-height: 15px;
	color: #660000;
	text-align: center;
	background-image: url(../images/back_bottom.gif);
	background-repeat: no-repeat;
	height: auto;
}
#footer a
{
        font-weight: bold; 
        color: #660000;
        text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: #333;
	padding: 0px;
	line-height: normal;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;


}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #E2E2E2;
	background-image: url(../images/background_stripe_greyxx.gif);
	background-repeat: repeat-x;
}
h2 {
	color: #660000;
	font-size: 120%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;


}
h3 {
	font-variant: normal;
	color: #990000;
	font-size: 108%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
strong
{	font-weight:bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet_point.gif);
	list-style-type: circle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

a {
	color: #C3272B;
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: #C3272B;
	color: #FFFFFF;
	text-decoration: none;

}

#bottom-content a {
	background-color: #ffffff;
}

#bottom-content a:hover {
	background-color: #ffffff;
}

table {
	margin: 0px;
	padding: 0px;
}


.clear_float {
	clear: both;
}

.highlight1 {
	margin-right: 0px;
	margin-bottom: 30px;
	color: #333333;
	background-color: #FBFBFB;
	width: 230px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #CCC;
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	-moz-box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	box-shadow: 5px 5px 3px #888;
	
}
.highlight1_nostyle {
	margin-right: 0px;
	margin-bottom: 30px;
	color: #333333;
	width: 270px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:  0px;

	
}
.white_background_text {
	color: #333333;
	background-color: #ffffff;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

.highlight1 h1 {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.highlight1 h2 {
	color: #333333;
}
.highlight1 h3 {
	color: #333333;
}
.highlight1 li {
	color: #333333;
}



.highlight2 {
	margin-left:0px;
	margin-right:100px;
	border: thin solid #330000;
	background-color: #E8E7D9;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-attachment: scroll;
	background-image: url(../images/red_alert.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.highlight3 {
	background-image: url(../images/red_circle_200pls.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 10px;
	padding: 0px;
	width: 200px;
	height: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
}

#content_wrapper #main-content #content_block table tr td .highlight3 a {color: #FFF;}
#content_wrapper #main-content #content_block table tr td .highlight3 a:hover {color: #FFF;}




.fieldset_1 {
	margin-right: 0px;
	margin-bottom: 30px;
	color: #333333;
	background-color: #eee;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #CCC;
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	-moz-box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	box-shadow: 5px 5px 3px #888;


}
.fieldset_title {
	color: #880000;
	background-color: #C7C5A4;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

.highlight4 {
	border: 1px solid #CCC;
	background-color: #F0F0F0;
	padding: 20px;
	
	background:#F8F8F8; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#F8F8F8'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#F8F8F8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #E8E8E8,  #F8F8F8); /* for firefox 3.6+ */
	
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;

	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;


	
}
h4 {
	color: #900;
	text-align: right;
	font-size: 10px;
}
h4 {
	color: #900;
	text-align: right;
	font-size: 10px;
}

.highlight4 h1 {
	color: #C3272B;
}
.highlight4 h2 {
	color: #C3272B;
}

.highlight5 {
	background-image: url(http://79.170.40.229/hackneyplay.org/images/highlight_5_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin solid #009999;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
}
.small_text {
	font-size: 80%;
}
.calendar_wrapper {
	float: left;
	margin-right:0px;
	width:750px;
}
.small_date_text{
	font-size: 60%;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF8A8A;
}
.highlight_colour{
	background-color:#FFE6E6;
}
.calendar{
	margin:10px 10px 10px 10px;
	border:none;
	border-width:1px 0 0 1px;
	border-collapse:separate;
	font-size: 80%;
	background-image: url(../images/calendar_back.gif);
	background-repeat: no-repeat;
}
.calendar, .calendar,  th,.calendar td,  th,.calendar td{
	padding:0.1em 0.5em 0.1em 0.5em;
}
.calendar th,.calendar thead td{
	color:#06846B;
	font-size: 20px;
	text-transform: capitalize;
}
.calendar-title {
	font-size: 36px;
	font-weight: bold;
	color: #7CC5A2;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
} 
.calendar-prev a,.calendar-next a{
	color: #06846B;
	font-size: 16px;
	font-weight: bold;
}



.calendar td:hover{ /* cell rollovers */
	background-color: #FFFFFF;
}
.calendar_day {
	background-color: #FFFFFF;
	color: #06846B;
	border: thin solid #06846B;
}
.calendar_empty_day {
	background-color: #ffffff;
	color: #06846B;
	border: thin solid #e0f1e9;
}
.event_popup {
	background-image: url(../images/event_background.gif);
	background-repeat: no-repeat;
	width:230px;
	height:160px;
	padding:10px;
	color:#FFFFFF;
	font-size:16px;
}
.event_list_title {
	font-size: 18px;
	font-weight: bold;
	color: #07846B;
	padding: 5px;
	width: 260px;
}
.event_list_detail {
	font-size: 14px;
	font-weight: bold;
	color: #06846B;
	padding: 5px;
	width: 255px;
}
.calendar_event_border {
	margin-top: 4px;
	margin-bottom: 4px;
	border: thin solid #7CC5A1;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin: 4px;
	margin-bottom:12px
}
.calendar_event_border_1 {
	margin-top: 4px;
	margin-bottom: 4px;
	border: thin solid #7CC5A1;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/event_back1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin: 4px;
	margin-bottom:12px
}
.calendar_event_border_2 {
	margin-top: 4px;
	margin-bottom: 4px;
	border: thin solid #7CC5A1;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/event_back2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin: 4px;
	margin-bottom:12px
}
.calendar_event_border_3 {
	margin-top: 4px;
	margin-bottom: 4px;
	border: thin solid #7CC5A1;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/event_back3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin: 4px;
	margin-bottom:12px
}
.calendar_event_border_4 {
	margin-top: 4px;
	margin-bottom: 4px;
	border: thin solid #7CC5A1;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/event_back4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin: 4px;
	margin-bottom:12px
}



.padded_block{
	margin: 10px;
}
.button_small{
	background:#FFFFFF;
	color:#363636;
	font-size: 80%;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border:none;
}
.button_medium{
	color:#FFF;
	border-top:1px solid #8A8A8A;
	border-right:1px solid #2D2D2D;
	border-bottom:1px solid #2D2D2D;
	border-left:1px solid #8A8A8A;
	width:300px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0;
	background-color: #900;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
.button_medium2{
	color:#363636;
	border-top:1px solid #8A8A8A;
	border-right:1px solid #2D2D2D;
	border-bottom:1px solid #2D2D2D;
	border-left:1px solid #8A8A8A;
	width:300px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0;
	background-color: #F1F8F8;
}
.button_large{
	color:#FFFFFF;
	width:590px;
	height:30px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0;
	background-color: #660000;
	font-weight: bold;
	border: 1px solid #333333;
}
form {
	margin: 0px;
	padding: 0px;
}
.input_field_small {
	border: thin solid #C7C5A4;
	font-size: 10px;
	color: #7E7C4E;
	height: 15px;
	width: 100px;
	background-color: #EFEFE4;
}
.input_line_small {
	color: #666666;
	border: thin solid #999999;
	width: 150px;
	background-color: #F8F8F8;
}
.input_line_smallish {
	color: #666666;
	border: thin solid #999999;
	width: 120px;
	background-color: #F8F8F8;
}
.input_tiny_width {
	color: #666666;
	border: thin solid #999999;
	width: 65px;
	background-color: #F8F8F8;
	font-size: 11px;
}
.input_medium_width {
	color: #666666;
	border: thin solid #999999;
	width: 250px;
	background-color: #F8F8F8;
}
.input_wide_width {
	color: #666666;
	border: thin solid #999999;
	width: 590px;
	background-color: #F8F8F8;
}
.input_small_width {
	color: #7E7C4E;
	border: thin solid #C7C5A4;
	width: 150px;
	background-color: #EFEFE4;}
.input_textarea_large {
	color: #666666;
	border: thin solid #999999;
	width: 590px;
	height: 200px;
	background-color: #F8F8F8;
	font-size: 11px;
}

.red_highlight_box {
	border: thin solid #990000;
	background-color: #FFFFFF;
	background-image: url(../images/quotes_back.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin-bottom: 15px;
	width: 300px;
		
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;

	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	
	-moz-box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	box-shadow: 5px 5px 3px #888;
}
.red_message {
	border: thin solid #FF0000;
	background-color: #FFCCCC;
	background-image: url(../images/red_alert.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #990000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
		
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;

	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	
	-moz-box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	box-shadow: 5px 5px 3px #888;
}
.blue_message {
	border: thin solid #0099FF;
	background-color: #CAF4FF;
	background-image: url(../images/blue_alert.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0000FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top:20px;
	margin-bottom:20px;

		
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;

	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	
	-moz-box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	box-shadow: 5px 5px 3px #888;
}
.yellow_message {
	border: thin solid #FFCC00;
	background-color: #FFFF99;
	background-image: url(../images/yellow_alert.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FF6600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	-moz-box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	box-shadow: 5px 5px 3px #888;
}
.green_message {
	border: thin solid #009900;
	background-color: #D5FFD5;
	background-image: url(../images/green_alert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #009900;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;

	
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;

	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	
	-moz-box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	box-shadow: 5px 5px 3px #888;
}
.input_textarea_small{
	width:350px;
	height:100px;
	margin:5px 0 5px 1px;
	border:2px solid #C7C5A4;
	color: #7e7c4e;
	background-color: #EFEFE4;
}
p
{ margin-bottom: 10px;}

label {
	color: #666666;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#main_table {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
}
.home_link_side_padding {
	margin-right: 50px;

}
.results_text {
	color: #918F5B;
	font-size: 10pt;
	font-weight: bold;
}
.home_menu_container {
	width: 40px;
	padding: 0px;
	margin: 0px;
	margin-right: 75px;
	margin-left: 75px;
	float: left;
}
.main_menu_container { 
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 680px;
}
.far_right_container {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	margin-left: 0px;
	width: 104px;
}
.float_right_200px {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	margin-left: 20px;
	width: 200px;
	text-align:right;
}
.artist_image{
	margin-left: 20px;
	border: 2px solid #900;
	}
.link_wrapper{
	background-image: url(../images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 20px;
	margin-bottom: 7px; 
}

.message
{
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid #B92A30;
	font-weight: normal;
	background-color: #F9F9F9;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 12;
}
.red_text {
	color: #C3272B;
	font-weight: bold;
}
.minitabs{
margin:0px;
padding:20px 14px 5px 0;
}
.minitabs_fixed_width{
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
}
.minitabs li, .minitabs_fixed_width li{
margin:0px;
padding:0px;
display:inline;
list-style:none;
}
.minitabs a, .minitabs_fixed_width a{
	float:right;
	line-height:14px;
	margin:0 1px 4px 0px;
	color:#650101;
	text-decoration:none;
	background-color:#FFFFFF;
	padding:7px;
	font-size:90%;
	font-weight: bold;
	border: 1px solid #CC0001;

}
.minitabs a:hover, .minitabs_fixed_width a:hover{
margin:0 1px 4px 0px;
padding:7px;
color:#ffffff;
background-color:#920001;
font-weight: bold;

}
.minitabs a.active, .minitabs_fixed_width a:active{
	margin:0 1px 4px 0px;
	padding:7px;
	color:#FFFFFF;
	background-color:#CC0001;
	font-weight: bold;
}
.minitabs_fixed_width li {
	margin-left:0px;

}
.minitabs_fixed_width li a {
	width: 320px;
}
.left_margin_60
{	padding-left: 60px;
}
.left_margin_40
{	padding-left: 40px;
}
.image_holder {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: thin solid #F00;
	height: 200px;
	width: 200px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-color: #F0F0F0;
}
.spot_number {
	float: left;
	height: 22px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	background-color: #C00;
	border-radius: 15px;
	padding-top: 8px;
}}
/* styles for image upload */
#logo_box {
	float: left;
	width: 350px;
	font-size: 24px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

 
.highlight_images_area {
	border: thin solid #999;
	padding: 10px;
	text-align: left;
	margin: 0px;
	width: 300px;
	background-color: #CCC;
}
.highlight_images_area2 {
	padding: 10px;
	text-align: left;
	width: 90%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	background-color: #F3F3F3;
	border: thin solid #CCCCCC;
}
#content_block_images_area {
	padding-right: 0px;
	float: left;
	width: 540px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 0px;
	color: #333333;

}
.thumb_holder {
	float: left;
	height: 100px;
	width: 100px;
	margin:5px;
	padding:10px;
	text-align: center;
	color: #333333;
	background-color: #F3F3F3;
	border: thin solid #CCCCCC;
}
.blog_grey_right {
	color: #999;
	float: right;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.blog_grey_right_small {
	color: #999;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#commentsarea {
	background-color: #E9E9E9;
	border: 1px solid #CCC;
	padding: 10px;
}
#comment-text {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	padding: 10px;
	width: 675px;
}
#comment-submit {
	background-color: #999;
	margin-top: 5px;
	width: 200px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.comment {
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	
	
	-webkit-border-radius-topleft: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;

	-webkit-border-radius-bottomright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
}
.comment_no_border {
	background-color: #FFF;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-left: 120px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#homepage {
	background-color: #FFF;
	background-image: none;
	text-align: center;
}
#homepage a {
	font-size: 10px;
	color: #999;
}
#homepage a:hover {
	font-size: 10px;
	color: #999;
}


#main-content ul li a {
	color: #900;
	background-color: #FFF;
}

#main-content ul li a:hover {
	color: #fff;
	background-color: #900;
}
.image_shadow {
	-moz-box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
	box-shadow: 5px 5px 3px #888;
}

.row_odd_colour {
	background-color: #F5F5F5;
}
.red_text_background {
	background-color: #FFD5D5;
}
#listing_preview {
	background-color: #FFF;
	background-image: url(../images/listing_preview_back.jpg);
	border: 1px solid #CCC;	
	width: 500px;
}
#listing_preview_text {
	font-size: 10px;
	float: right;
	width: 403px;
}
#listing_preview_description {
	line-height: 140%
}

#listing_preview_times {
	background-color: #00CBFF;
	font-size: 9px;
	color: #FFF;
	clear: both;
}
#listing_preview_image {
	float: left;
	height: 90px;
	width: 88px;
}
.notice_title {
	color: rgba(153,153,153,1);
	text-align: right;
	padding-right: 0px;
	font-size: 16px;
	margin-bottom:10px;
}
.notice_venue {
	width: 230px;
	padding: 0px 15px 15px 15px;

	border-radius: 15px 15px 0px 0px;
	
	background:#cbcbfe; /* for non-css3 browsers */

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededfe', endColorstr='#cbcbfe'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ededfe), to(#cbcbfe)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ededfe,  #cbcbfe);
}

.notice_artist {
	width: 230px;
	padding: 0px 15px 15px 15px;

	border-radius: 15px 15px 0px 0px;
	
	background:#ffd1b3; /* for non-css3 browsers */

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2ea', endColorstr='#ffd1b3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff2ea), to(#ffd1b3)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff2ea,  #ffd1b3);
}
.notice_other {
	width: 230px;
	padding: 0px 15px 15px 15px;

	border-radius: 15px 15px 0px 0px;
	
	background:#ffeebb; /* for non-css3 browsers */

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8df', endColorstr='#ffeebb'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff8df), to(#ffeebb)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff8df,  #ffeebb);
}
#listing_preview_text h1 {
	margin-bottom: 0px;
}
.showcase_icon {
	padding: 5px;
	border: 1px solid #F4F4F4;
	float: left;
	width: 130px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-left: 0px;
	text-align: center;
	background-color: #F4F4F4;
	border-radius:3px;
}
.showcase_icon:hover {
	border: 1px solid #cccccc;
	background-color: #EAEAEA;

}
.showcase_selected {
	border: 1px solid #cccccc;
	background-color: #EAEAEA;
	margin-bottom: 35px;
	margin-top: 5px;
	text-align: center;
	z-index: 1;
	padding: 20px;
	float:right;
	width:420px;
	border-radius:10px;

}
#selected_enlarge_link {
	z-index: 10;
	text-align: right;
	padding-top: 50px;
}

#selected_image_name {
	font-weight: bold;
	color: #B0B0B0;
}
#selected_image_description {
	color: #B0B0B0;
	margin-top: 5px;
}
.minitabs_fixed_width li {
	width: 300px;
}
.minitabs_fixed_width li a {
	width: 220px;
}
.listing_wrapper {
	float: left;
	width: 44%;
	margin-right: 40px;
}
.listing_top h1 {
	font-size: 120%;
	color: #900;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.listing_top {
	line-height: normal;
	height: 120px;
	font-size: 90%;
}
.listing_top img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 2px #999;
}
.listing_type {
	color: #333;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 20px 0px 20px 0px;
	background-color: #E2E2E2;
	box-shadow: inset 0px 0px 3px 3px #CCC;

}


.listing_bottom {
	height: 120px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin-bottom:20px;
}
.listing_bottom h1 {
	font-size: 90%;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.listing_bottom .small_text {
	font-size: 70%;
}

.nice_box_1 {
	padding: 7px;
	background-color: #F8F8F8;
	border-radius: 5px;
	box-shadow: inset 0px 0px 3px 3px #DCECF1;
	-moz-box-shadow: inset 0px 0px 3px 3px #DCECF1;
	-webkit-box-shadow: inset 0px 0px 3px 3px #DCECF1;
	border: 1px solid #97C6D8;
	font-size: 100%;
	font-weight: normal;
	color: #666;
	margin-top:5px;
}
.nice_box_1:hover {
	box-shadow: inset 0px 0px 3px 3px #CCCCCC;
	-moz-box-shadow: inset 0px 0px 3px 3px #CCCCCC;
	-webkit-box-shadow: inset 0px 0px 3px 3px #CCCCCC;
	border: 1px solid #999999;
}
nice_box_1:focus {
	border: 1px solid #055379;
	box-shadow: inset 0px 0px 3px 3px #499BBA;
	-moz-box-shadow: inset 0px 0px 3px 3px #499BBA;
	-webkit-box-shadow: inset 0px 0px 3px 3px #499BBA;
}

.nice_box_2 {
	padding: 7px;
	background-color: #025278;
	border-radius: 5px;
	box-shadow: inset 0px 0px 3px 3px #003366;
	-moz-box-shadow: inset 0px 0px 3px 3px #003366;
	-webkit-box-shadow: inset 0px 0px 3px 3px #003366;
	border: 1px solid #003366;
	font-size: 110%;
	color: #FFF;
	font-weight: normal;

}
.nice_box_2:hover, .nice_box_2:focus {
	background-color: #387C96;
	box-shadow: inset 0px 0px 3px 3px #499BBA;
	-moz-box-shadow: inset 0px 0px 3px 3px #499BBA;
	-webkit-box-shadow: inset 0px 0px 3px 3px #499BBA;
	border: 1px solid #499BBA;

}
.nice_box_2:focus {
	border: 1px solid #003399;
	
}
.required {
	border: 1px solid #FF6600;
}
.required-text {
	color:#FF6600;
}
.blog_list {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px;
    height:100%;
	min-height: 150px;

}
.blog_list:hover {
	background-color: #F7F7F7;
	box-shadow: 0px 0px 3px 3px #E6E6E6;
}
.blog_list h2 {
	margin: 0px;
	padding: 0px;
}

