@charset "utf-8";
/* CSS Document */

BODY {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#121212;
	font-size:11px;
}

TD, DIV {
	font-size:11px;
}


FORM {
	margin:0px;
	padding:0px;
}

UL {
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 14px;
}

P {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:7px 0px 7px 0px;
	color:#616161;
}

.indent {
	padding:10px;
}

.field {
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left: 2px;
	background-color: #E7EDF4;
	border: 1px solid #9EB5CE;
}
.btn1 {
	border: 1px outset  #333333;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 2px 0px;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	color: white;
	background-image: url(/images/btn1_tile.gif);
}
.btnDisabled {
	border: 1px outset  #333333;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 2px 0px;
	background-color: #E6E6E6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	color: #000;
	/*background-image: url(/images/btn1_tile.gif);*/
}

/*form text fields*/
input, textarea{
border: 1px solid #333333;
background-image: url(/images/fields_bg.gif);
background-repeat: repeat-x;
background-position: top;
}
.checkbox,.radio{
margin:0;
padding:0;
border:none;
background-image:none;
}



.ibbtn {}

#dhtmltooltipTop{
width: 244px;
height: 20px;
background-image: url(/images/tooltipround.gif);
background-position: top center;
background-repeat: no-repeat;
}
#dhtmltooltipMiddle{
width: 224px;
background-color: #141414;
padding:0px 10px 0px 10px;
}
#dhtmltooltipBottom{
width: 244px;
height: 20px;
background-image: url(/images/tooltipround.gif);
background-position: bottom center;
background-repeat: no-repeat;
}

#dhtmltooltip{
position: absolute;
width: 244px;
border: 0px;
color:#FFFFFF;
padding: 10px;
visibility: hidden;
z-index: 100;
font-size:11px;
line-height:14px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=1);
}
.eventDetails {
	color:#FFF;
	font-size:11px;
	line-height:14px;
	width:400px;
}
#dhtmltooltip .title, .eventName {
	font:12px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	font-weight:bold;
	line-height:17px;
}
#dhtmltooltip .dateTime, .eventDate {
	line-height:20px;
}




a:link, a:visited {
	color:#898989;
	text-decoration:none;
}
a:hover, a:active {
	color:#800000;
	text-decoration:none;
}




.sponsors {
	width:600px;
	text-align:center;
	color:#CCCCCC;
	line-height:24px;
	background-color:#000000;
}

.sponsors a:link, .sponsors a:visited {
	color:#666666;
	text-decoration:none;
}
.sponsors a:hover, .sponsors a:active {
	color:#999999;
	text-decoration:underline;
}



.small {
	font-size:9px;
}

a.link01 {
	font-size:9px;
}
a.link01:link, a.link01:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.link01:hover, a.link01:active {
	color:#FFFFFF;
	text-decoration:underline;
}

a.link02 {
	font-size:13px;
	line-height:13px;
}
a.link02:link, a.link02:visited {
	color:#FF0000;
	text-decoration:none;
}
a.link02:hover, a.link02:active {
	color:#FF0000;
	text-decoration:underline;
}


.heading_02a {
	font:12px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	color: #BFBFBF;
	margin-bottom:0;
	font-weight:bold;
}


h1 {
	font:18px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	color: #000000;
	margin:0;
	margin-bottom:6px;
	font-weight:bold;
}	


h2 {
	font:16px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	color: #000000;
	margin-bottom:5px;
	font-weight:bold;
}	


h3 {
	font:14px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	color: #000000;
	margin-bottom:4px;
	font-weight:bold;
}	


h4 {
	font:12px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	color: #000000;
	margin-bottom:3px;
	font-weight:bold;
}	


h5 {
	font:10px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	color: #000000;
	margin-bottom:2px;
	font-weight:bold;
}	


h6 {
	font:8px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	color: #000000;
	margin-bottom:1px;
	font-weight:bold;
}	

.content_container {
	padding:0px;
}

.content {
	padding:10px;
}



.nav_entry {
	font-size:11px;
	padding-bottom:3px;
	padding-right:10px;
}

.nav_footer a:link, .nav_footer a:visited, .nav_footer a:hover, .nav_footer a:active {
	color:#000000;
	text-decoration:none;
}




#box_single_top {
	background:url(/images/bg_box_1col_top.gif) no-repeat;
	width:430px;
	height:6px;
	overflow:hidden;
}

#box_single_mid {
	background:url(/images/bg_box_1col_mid.gif) repeat-y;
	width:430px;
}

#box_single_bot {
	background:url(/images/bg_box_1col_bot.gif) no-repeat;
	width:430px;
	height:6px;
	overflow:hidden;
}




#box2_single_wide_top {
	background:url(/images/bg_box2_1col_wide_top.gif) no-repeat;
	width:630px;
	height:6px;
	overflow:hidden;
}

#box2_single_wide_mid {
	background:url(/images/bg_box2_1col_wide_mid.gif) repeat-y;
	width:630px;
}

#box2_single_wide_bot {
	background:url(/images/bg_box2_1col_wide_bot.gif) no-repeat;
	width:630px;
	height:6px;
	overflow:hidden;
}




#box2_single_top {
	background:url(/images/bg_box2_1col_top.gif) no-repeat;
	width:430px;
	height:6px;
	overflow:hidden;
}

#box2_single_mid {
	background:url(/images/bg_box2_1col_mid.gif) repeat-y;
	width:430px;
}

#box2_single_bot {
	background:url(/images/bg_box2_1col_bot.gif) no-repeat;
	width:430px;
	height:6px;
	overflow:hidden;
}


.box {
	width:408px;
	margin:8px 11px 8px 11px;
}



.box_wide {
	width:608px;
	margin:8px 11px 8px 11px;
}

.box_wide a:link, .box_wide a:visited {
	color:#000000;
	text-decoration:none;
}
.box_wide a:hover, .box_wide a:active {
	color:#000000;
	text-decoration:underline;
}



.nav {
	padding:0px 5px 0px 5px;
}

.submenu {
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	border:0px solid #000;
	text-align:left;
	display:block;
	position:absolute;
	border-top:0px;
	filter:alpha(opacity=80);
	visibility:hidden;
}

.submenu UL {
	list-style-type:square;
	list-style-image:url(/images/blt_Logo02.gif);
	padding:0px;
	margin:0px;
	margin-left:0px;
	padding-left:25px;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	color:#616161;
}

.subNav_header {
	background-color:#FFF;
	height:6px;
	overflow:hidden;
	border:0px;
	border-right:0px solid #FFFFFF;
	font-size:0px;
}

.subNav_off {
	text-align:left;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#F8F8F8;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	font-weight:bold;
	cursor:pointer;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:4px;
}
.subNav_off a, .subNav_off a:link, .subNav_off a:visited, .subNav_off a:hover, .subNav_off a:active {
	color:#616161;
	text-decoration:none;
}


.subNav_on {
	text-align:left;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#DEDEDE;
	border-top:0px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	font-weight:bold;
	cursor:pointer;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:4px;
}
.subNav_on a, .subNav_on a:link, .subNav_on a:visited, .subNav_on a:hover, .subNav_on a:active {
	color:#232323;
	text-decoration:none;
}



.footer {
	color:#333333;
	padding-right:10px;
}

.footer a:link, .footer a:visited  {
	color:#f26522;
	text-decoration:underline;
}
.footer a:hover, .footer a:active  {
	color:#f26522;
	text-decoration:underline;
}


.footer_entry {
	color:#333333;
}

.footer_entry a:link, .footer_entry a:visited  {
	color:#454545;
	text-decoration:underline;
}
.footer_entry a:hover, .footer_entry a:active  {
	color:#696969;
	text-decoration:underline;
}





/*   LARGE  calendar		*/

.calLg_selector {
	background-color:#333333;
	width:535px;
	border-top: 1px solid #333333;
	padding: 5px 10px 0 10px;
	color:#FFFFFF;
}

.calLg {
	width:535px;
	border: 5px solid #333333;
	background-color: #333333;
}

.calLg TD {
	width:75px;
	height:70px;
	vertical-align:top;
	text-align:left;
	padding:5px;
}

.calLg TH {
	font:15px "Trebuchet Ms", Lucida Grande, Arial, Sans-serif;
	color: #CCCCCC;
	margin-bottom:0px;
	font-weight:bold;
	height:40px;
	background-color: #000000;
	background-image: url(/images/calendar/dayheader_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

.calLg_date {
		font-size: 12px;
		font-weight: bold;
		text-align:right;
		padding:0px 0px 2px 0px;
}

.calLg_dayActive {
		border: 1px solid #333333;
		background-color: black;
		color: #666666;
}
.calLg_dayActive:hover {
		border: 1px solid #cc0033;
		background-color: black;
		color: #cc0033;
}
.calLg_dayActive a {
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

.calLg_dayInactive {
	background-color: #333333;
	background-image: url(/images/calendar/dayinactive_bg.gif);
	background-repeat: repeat;
	background-position: top left;
	color:#999999;
}
.calLg_dayInactive a {
	font-size:9px;
	color: #CCCCCC;
	text-decoration:none;
}

.calLg_dayToday {
	background-color: #000000;
	background-image: url(/images/calendar/active_bg.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	color:#CCCCCC;
}
.calLg_dayToday a {
	font-size:9px;
	color:#FFFFFF;
}


#calLg_Month {
	color: #FFFFFF;
	padding: 0 10px 0 10px;
}

/*	end of large calendar	*/







.gallery_thumbbox {
	border:1px solid #CCC;
	vertical-align:middle;
	text-align:center;
	width:72px;
	white-space:nowrap;
}
.gallery_thumb_off {
	filter:alpha(opacity=50);
	padding:4px;
}
.gallery_thumb_on {
	filter:alpha(opacity=100);
	padding:4px;
}




.adminContainer {
	padding:20px;
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #616161;
}

.adminWrapper {
	background-color:#FFFFFF;
	height:95%;
	padding:20px;
	border:1px solid #E2E2E2;
}



.adminWelcome TD {
	padding-bottom:10px;
	padding-top:10px;
}


.empty {
	height:100px;
	text-align:center;
}

.tableCondensed {
	margin:0px;
	padding:0px;
}
.tableCondensed TD {
	padding:0px;
	margin:0px;
}

.table01 {

}

.table01 TH {
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	background-color:#003366;
	padding-top:2px;
	padding-bottom:3px;
	text-align:left;
	padding-left:3px;
}


.table01 TD {
	font-size:11px;
	border-bottom:1px dotted #0099FF;
}
.table01 TR:hover {
	background-color:#ECF2FD;	
}



.table02 {
	border:1px solid #616161;
}

.table02 TH {
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	background-color:#616161;
	padding-top:2px;
	padding-bottom:3px;
	text-align:left;
	padding-left:3px;
}

.table02 TD {
	font-size:11px;
	padding:10px;
}




.tableGrid {
	border-collapse:collapse;
	border:none;
	border:1px solid #616161;
}

.tableGrid TH {
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	background-color:#616161;
	padding-top:2px;
	padding-bottom:3px;
	text-align:left;
	padding-left:3px;
}

.tableGrid TD {
	font-size:11px;
	padding:2px 4px 2px 4px;
	border-bottom:1px solid #616161;
}




.boxedIn {
padding:20px;
border:1px solid #000;
text-align:left;
}


.navWrapper { width:100%; }
.navWrapper TD {  }
.navOff {
	font-family: trebuchet ms;
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
	background-image:url(/images/bgTile1.gif);
	padding:5px 15px 5px 15px;
	white-space:nowrap;
}
.navOff a { text-decoration:none; color:#FFFFFF; }

.navOn {
	font-family: trebuchet ms;
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
	background-image:url(/images/bgTile2.gif);
	padding:5px 15px 5px 15px;
	white-space:nowrap;
}
.navOn a { 	text-decoration:none; color:#FFFFFF; }


.navBlank {
	border-left:1px solid #616161;
	border-bottom:1px solid #616161;
	width:100%;
}


.nav2 { width:100%; }
.nav2 TD {
	font-family: trebuchet ms;
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
	background-image:url(/images/bgTile1.gif);
	padding:5px 15px 5px 15px;
	white-space:nowrap;
}
.nav2 TD a { text-decoration:none; color:#FFFFFF; }

.nav2 TD:hover {
	font-family: trebuchet ms;
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
	background-image:url(/images/bgTile2.gif);
	padding:5px 15px 5px 15px;
	white-space:nowrap;
}
.nav2 TD:hover a { 	text-decoration:none; color:#FFFFFF; }


.boxError {
	height:60px;
	width:450px;
	border:1px solid #FF0000;
	padding:41px 0px 0px 80px;
	color:#000000;
	font-weight:bold;
	background-image:url(/images/icn_Error.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.boxInfo {
	height:60px;
	width:450px;
	border:1px solid #006699;
	padding:41px 0px 0px 80px;
	color:#000000;
	font-weight:bold;
	background-image:url(/images/icn_Info.gif);
	background-position:left;
	background-repeat:no-repeat;
}


/****************************************
				FORUM begin
*****************************************/
.forumContainer {
	border-collapse:collapse;
	border-spacing:0;
	border:7px solid #333333;
	width:900px;
}
.forumContainer TH {
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
	padding:0;
	height:22px;
	font-size:11px;
	text-align:left;
	vertical-align:middle;
}
.forumContainer TD {
	padding:0;
}


.forumArea {
	background-color: #000000;
	color: #CCCCCC;
	font-weight:bold;
	font-size:13px;
	height:18px;
	padding:3px 0px 4px 5px !important;
	background: url(/images/forum_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	border-bottom: 1px solid #333333;
	}
.forumCategories {
	background-color: #000000;
	color: #999999;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	padding:6px 5px 6px 5px !important;
	border-bottom:1px solid #333333;
}
.forumCategoryDescription{
	color: #999999;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:11px;
}
.forumCategories a {
	color:#cc0033;
	font-weight:bold;
}


.forumMessages {
	background-color:#CCCCCC;
	color:#000000;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:11px;
	padding:6px 5px 6px 5px !important;
	border-bottom:1px solid #616161;
}
.forumMessagesAuthor {
	width:110px !important;
	background-color:#F8F8F8;
	color:#000000;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:12px;
	padding:6px 5px 6px 5px !important;
	border-bottom:1px solid #616161;
}
.forumMessagesContent {
	width:790px !important;
	background-color:#F8F8F8;
	color:#000000;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	padding:6px 5px 6px 5px !important;
	border-bottom:1px solid #616161;
}
.forumMessageSubject{
	font-size:15px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
}
.forumMessagesQuote {
	margin:20px;
	color:#616161;
	font-size:9px;
	border-left:1px dashed #616161;
	padding:10px;
}

/****************************************
				FORUM end
*****************************************/


/*			text style		*/
.heading_important{
color:#990000;
font-weight:bold;
font-size:13px;
}



.iconDelete{
	width:16px !important;
	height:16px !important;
	background-image:url(/images/icons/delete.gif);
	background-repeat:no-repeat;
	border:1px solid #616161;
	padding:0;
	margin:0;
	float:right;
	text-indent:-9999;
	display:block;
	margin-left:10px;
}



