body
{
	background-image:url('../Images/bg_new.png');
	background-repeat:repeat-y;
	background-position:top center;
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Myriad Pro, Arial, sans-serif;
	font-size:15px;
	margin-bottom:100px;
}

td a
{
	text-decoration:none;
}

a img
{
	border-style:none;
	border:none;
	text-decoration:none;
}

img{border:none;}

th
{
	background-color:#333333;
	color:#CCCCCC;
}

.calendar 
{
  float:left;
  margin-right: 6px;
  width: 42px;
  height: 42px;
}

.calendar-day 
{
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
  width: 42px;
  text-align:center;
  padding-top: 14px;
}

.event_holder
{
	width:100%;
	margin-bottom:20px;
	
	border:1px solid #666;
	background-color:#FFF;
	padding:5px;
}

.event_top
{
	background-color:#DFDFDF;
}

.event_holder .title_text
{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-top:14px;
}

.event_holder .event_text
{
	width:85%;
	margin-left:30px;
	padding:10px;
}

#event_nav_holder a
{
	 color:#2C2C2E; 
	 text-decoration:none;
}

#content
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
	background-image:url("../Images/BG.jpg");
	background-position: 0px 35px;
	background-repeat:repeat-y;
}

#banner
{
	width:900px;
	height:237px;
	background-image:url("../Images/Banner.jpg");
	text-align:left;
}

#menu
{
	float:left;
	width:207px;
	height:703px;

}

#menu a img
{
	border-style:none;
}

#info
{
	float:left;
	width:690px;
}

#info .left
{
	float:left;
	margin-left:50px;
	width:430px;
	text-align:justify;
}

#info .right
{
	float:left;
	width:200px;
	text-align:center;
}

#info .right img
{
	margin-bottom:15px;
}

.clear
{
	clear:both;
}

.adminmenuitem
{
	text-decoration:none;
	color:black;
	line-height:25px;
}

.adminmenuitem:hover
{
	text-decoration:underline;
}

#admineventphoto_table
{
	width:100%;
}

#admineventphoto_table .l
{
	text-align:right;
	width:80px;
}

#admineventphoto_table .r
{
	text-align:left;
}


#adminphoto_table
{
}

#adminphoto_table .l, #adminvideo_table .l
{
	text-align:right;
}

#adminphoto_table .r, #adminvideo_table .r
{
	text-align:left;
}

#adminphoto_table #desc, #adminvideo_table #desc
{
	width:220px;
	height:65px;
}

#adminevents_table
{
	width:100%;
}

#adminevents_table .l
{
	text-align:right;
}

#adminevents_table .r
{
	text-align:left;
}

#adminevents_list_table
{
	width:100%;
}

#tooltip
{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}

#preview
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#contactEmail .l
{
	text-align:right;
	vertical-align:top;
}

#contactEmail .r
{
	text-align:left;
}

#adminequiptment_table
{
	width:100%;
}

#adminequiptment_table .l
{
	text-align:right;
	vertical-align:top;
	width:65px;
}

#adminequiptment_table .r
{
	text-align:left;
}

#eqlist_table
{
	border:1px solid #333333;
	margin-bottom:10px;
}

#eqlist_table td
{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #999999;
	vertical-align:top;
}

#eqlist_table .r1
{
	background-color:#FFFFFF;
}

#eqlist_table .r0
{
	background-color:#E8E8E8;
}

.ep_link
{
	color:#4A7023;
	font-size:13px;
	margin-left:5px;
}



div.equip_table_header
{
	width:620px;
	text-align:center;
	border-top:2px solid black;
	border-bottom:2px solid black;
	background-color:#333;
	color:#EAFFEA;
	font-size:24px;
	font-weight:bold;
}

table.equip_table_child{
	width:620px;
	text-align:left;
	border:1px solid black;
}

table.equip_table_child td{
	text-align:left;
}

table.equip_table_child tr.r1 td{
	background-color:#EAEAEA;
}

table.equip_table_child tr.r0 td{
	background-color:#DFE0FF;
}

.equipment_name{
	font-size: 17px;
	font-weight:bold;
}

.equipment_descr{
	margin-left:4px;
	font-size:15px;
}

table.admin_equip{
	border:1px solid #666;
}

table.admin_equip tr td{
	border-bottom:1px dashed #999;
}

table.admin_equip tr.r0 td {
	background: #EAEAEA;
}
table.admin_equip tr.r1 td {
	background: #DFE0FF;
}





