﻿
.tbl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	border: 0px;
}
.tbl tr td
{
	font-size: 11px;
	color: Black;
	vertical-align: top;
}
.innertbl
{
	width: 100%;
	padding: 3px 0px 5px 5px;
}
.tblt
{
	text-align: left;
	font-size: 11px;
	color: Black;
	width: 145px;
}
.tbrt
{
	text-align: left;
	font-size: 11px;
	color: Black;
	width: 650px;
}

#eventtiming
{
	width: 400px;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
}
#eventtiming .lft
{
	width: 100px;
	padding: 5px 0px 5px 3px;
	border-right: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}
#eventtiming .rght
{
	width: 300px;
	padding: 5px 0px 5px 3px;
	border-bottom: darkgray 1px solid;
}
option, select, input, textarea
{
	color: Black;
	font-size: 11px;
}

#imgtxt, imgo, txto
{
	width: 100%;
	text-align: left;
}
#imgtxt, #imgo, #txto .lft
{
	width: 100%;
}
.admheading
{
	background: url(Images/text_bg.jpg) no-repeat;
	width: 97%;
	font-family: Arial;
	font-weight: 700;
	font-size: 12px;
	color: White;
	line-height: 25px;
	color: #FFF;
	padding: 0px 0px 0px 10px;
}
.heading
{
	background: url(Images/text_bg3.jpg) no-repeat;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: White;
	line-height: 25px; /*color: #009900;*/
	padding: 0px 0px 0px 10px;
}
.msgHead
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.pagecontent
{
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding: 0px 10px 0px 0px;
}
.admLeft
{
	background: url(Images/lt_curve.jpg) no-repeat;
	height: 30px;
	width: 15px;
}
.admRight
{
	background: url(Images/Rt_curve.jpg) no-repeat;
	height: 30px;
	width: 15px;
}

.admCent
{
	background: url(Images/center_curve.jpg) repeat-x;
	height: 30px;
	vertical-align: middle;
	padding: 8px 0px 0px 0px;
}
.AdmMenu a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: 600;
	color: #003366;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	border-right: #663333 1px solid;
}
.AdmMenu a:hover
{
	color: #ff6600;
}
.lgout a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: 600;
	color: #003366;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}
.lgout a:hover
{
	color: #ff6600;
}
.event
{
	font-size: 9px;
}
.event a
{
	text-decoration: underline;
	color: Black;
}
.event a:hover
{
	text-decoration: none;
}
.oneday a
{
	padding-left:10px;
	font-size: 11px;
	text-decoration: underline;
	color: Navy;
}
.oneday a:hover
{
	text-decoration: none;
	color: #4682b4;
}

#bubble_tooltip
{
	width: 240px;
	position: absolute;
	display: none;
}
#bubble_tooltip .bubble_top
{
	background-image: url(Images/bubble_top.png);
	background-repeat: no-repeat;
	height: 16px;
}
#bubble_tooltip .bubble_middle
{
	background-image: url(Images/bubble_middle.png);
	background-repeat: repeat-y;
	background-position: bottom left;
	padding-left: 7px;
	padding-right: 7px;
}
#bubble_tooltip .bubble_middle span
{
	position: relative;
	top: -8px;
}
#bubble_tooltip .bubble_middle span a
{
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	color: Black;
	padding:0px 5px 0px 8px;
}
#bubble_tooltip .bubble_middle span a:hover
{
	text-decoration: underline;
}
#bubble_tooltip .bubble_bottom
{
	background-image: url(Images/bubble_bottom.png);
	font-size:10px;
	text-align:right;
	padding-right:15px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 44px;
	position: relative;
	top: -6px;
}
.morered 
{
	font-size:9px;
	color:Red;
	}