﻿body 
{
	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 12px;
	color: #313131;
	background: url(../images/body_bg.gif) repeat-x #c7dbe1;
	margin: 0;
}
.small_text
{
    font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 12px;
	color: #313131;
}
a {
	font-size: 12px;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline !important;
}
a:active {
	color: #000;
}
.tooltip
{
    color:#1e658a;
    text-decoration:none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #1e658a;
	margin: 10px 0 20px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #216e95;
	margin: 0 0 5px 0;
	text-decoration:none;
}

.content table , .normal
{
    font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 12px;
	color: #313131;
}
hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}
a img {
	border: none;
}

/* IDs */

#shadow {
	width: 850px;
	padding: 0 5px;
	margin: 0 auto;
	background: url(../images/bg_shadow.png) repeat-y;
}
#container {
	background-color: #FFF;
}

.inside #header {
	background-image: url(../images/banner_inside.jpg);
	height: 209px;
}
.outside #header {
	background-image: url(../images/banner.jpg);
	height: 209px;
}
.text {
 	font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;	
}
#logo a {
	display: block;
	width: 186px;
	height: 59px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 10px;
	left: 55px;
}

#menu {
	float: right;
	position: relative;
	top: 85px;
	right: 80px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	float: left;
	padding: 5px 20px;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

#main {
	background: url(../images/main_bg.gif) repeat-y;
}

#left {
	width: 200px;
	float: left;
	color: #1e658a;
	
	margin-right: 15px;
}
#left .welcome {
	background: url(../images/welcome_bg.gif) no-repeat #f9fdfe;
	padding: 11px 20px;
	border-bottom: 1px solid #DDD;
	margin-right: 1px;
}
 #left .login {
	background: url(../images/welcome_bg.gif) no-repeat #f9fdfe;
	padding: 15px 4px;
	border-bottom: 1px solid #DDD;
	margin-right: 1px;
	
}
.smallTextBox{
	height:16px;
	font-size: 11px;
	width:85px;
	border-color:#bbbbbb ;
	border-style solid;
	border-width:1px;
	color:#1e658a;
}
#left a {
 	color: #1e658a;
}

#left .menu ul {
	padding: 0 5px;
	margin: 0;
	list-style: none;
}
#left .menu ul li {
	padding: 0;
	border-bottom: 1px solid #dce8ef;
}
#left .menu ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 15px;
}
#left .menu ul li.current {
	background: url(../images/left_menu_arrow.gif) no-repeat 3px 8px #f7fbfd;
	margin: 0 -4px;
	padding: 0 4px;
}
#left .menu ul ul li {
	border: none;
}
#left .menu ul ul li a {
	padding: 0 0 5px 30px;
	font-size: 11px;
}
#left .menu ul ul li.current {
	background: none;
}
#left .menu ul ul li.current a {
	text-decoration: underline;
}
.heading3 {
	margin:0px;
}
.heading 
{
    padding-left:210px;
    padding-right:50px;
    padding-top:0px;
	margin:0px;
}
.content , .Content 
{
    padding-left:210px;
    padding-right:50px;
}

#content {
	padding-top:0px;
	padding-left:15px;
}
#content table {
	margin-left:10px;
}
#content .menu {
	margin-bottom: 20px;
}
#content .menu a {
	color: #313131;
	text-decoration: none;
	font-size: 11px;
}
#content .menu a.current {
	font-weight: bold;
}

#right {
	float: right;
	width: 193px;
	padding-right: 20px;
	margin-left:10px;
}
#right .box {
	background: url(../images/box_bg.gif) no-repeat;
	color: #728893;
	font-size: 10px;
	width: 173px;
	height: 86px;
	padding: 10px;
}
#right .box h2 {
	margin: 0 0 10px 0;
}
#right .box p {
	margin: 0 0 10px 0;
}
#right .box img.right {
	float: right;
	padding: 0 0 5px 0px;
	margin-top: -18px;
}
#right .box a {
	color: #728893;
	font-size: 10px;
	text-decoration: none;
}
#right .box a:hover {
	text-decoration: none !important;
}

#footer {
	text-align: right;
	background: url(../images/footer_bg.gif) no-repeat;
	height: 26px;
	padding: 85px 20px 0 0;
	font-size: 11px;
	color: #b3d0df;
}
#footer a {
	font-size: 11px;
	color: #b3d0df;
	text-decoration: none;
}


/* Classes */

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.links li {
	background: url(../images/link_bg.gif) repeat-x top;
	border-top: 1px solid #d4d4d4;
}

.grid_detail {
	
	font-family: "Times New Roman", Times, serif;
	color: #424242;
	height:20px;
	padding: 5px 20px;
	border:none;
	padding-left:0px;

}
div.fields {
	clear: both;
	margin: 0 0 5px 0;
}
form div.fields label {
	width: 65px;
	display: block;
	float: left;
	padding: 3px 0;
}

.grid_header {
	background: url(../images/link_bg.gif) repeat-x top;
	
	font-family: "Times New Roman", Times, serif;
	color: #424242;
	 height:40px;
	padding: 5px 20px;
	font-weight:lighter;
	border:none;
	 border:0px 0px 0px 0px;
	padding-left:0px;
	vertical-align:top;
}
.grid_detail  td
{
    font-weight:normal;
    border:none;
    border:0px 0px 0px 0px;
    text-align:left;
	padding-left:2px;
}
.grid_detail  td a
{
    font-weight:normal;
    border:none;
    border:0px 0px 0px 0px;
    text-align:left;
	padding-left:2px;
	color:#1e658a;
	text-decoration:none;
	
}
.grid_header th {
	text-align:left;
	border:none;
	padding-left:2px;
	border:0px 0px 0px 0px;
}
.grid_header {
	padding: 20px 0 20px 0;
}	
	
ul.links li a {
	display: block;
	padding: 25px 20px 25px 60px;
	text-decoration: none;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #424242;
}

ul.links li a.pdf {
	background: url(../images/pdf_icon.gif) no-repeat 15px 15px;
}
.grid_detail a {
	display: block;
	padding: 25px 20px 25px 60px;
	text-decoration: none;
	font-size: 14px;
	font-family: Trebuchet;
	color: #424242;
	
}   

.grid_detail a.pdf {
	background: url(../images/pdf_icon.gif) no-repeat 2px 15px;
	padding: 25px 20px 25px 60px;
	
}
.grid_detail a.jpg {
	background: url(../images/bg_jpg.JPG) no-repeat 2px 15px;
	padding: 25px 20px 25px 60px;
	
}
.grid_detail a.jpg2 {

	padding: 25px 5px 25px 5px;
	
}
.grid_detail a.html {
	background: url(../images/bg_html.JPG) no-repeat 2px 15px;
	padding: 25px 20px 25px 60px;
	
}
LI {
	padding-bottom:10px;	
}
a.pdf {
	background: url(../images/pdf_icon.gif) no-repeat 15px 15px ;
	
}

.cal_active
{
    cursor:pointer; 
    width:80px;
    height:80px; 
    background-color:#CFD3FF;
    float:left; 
    text-align:center; 
    vertical-align:middle;
    border:solid 1px #e0e0e0;
}

.cal_selected
{
  cursor:pointer; 
    width:80px;
    height:80px; 
    background-color:#FFCFDA;
    float:left; 
    text-align:center; 
    vertical-align:middle;
     border:solid 1px #e0e0e0;
 
 
}
.cal_booked
{
   
   cursor:pointer; 
    width:80px;
    height:80px; 
    background-color:#ff0000;
    float:left; 
    text-align:center; 
    vertical-align:middle;
    border:solid 1px #e0e0e0;
}
.calendar TD {
					padding: 4px;border: 1px dotted #666;
					vertical-align:top;
					width:100px;
					text-align:center;
					height:40px;
					
			}
			
			
			.calendar TH {
					background-color:#e9f5fc;
					border:0px;
					text-align:center;
			}
			
 .CalendarDetail {
					font-size:10px;
			}
.events {
	margin: 0px 0 0 0;
	width: 380px;
	height: 167px;
	padding: 10px;
	font-size: 11px;
}
.events h2,h2 {
	color: #e59524;
	font-size: 14px;
	text-transform: uppercase;
}
.events dl,dl {
	margin-top: 5px;
}
.events dt,dt {
	margin-top: 0px;
	float: left;
	width: 100px;
	color: #a0a0a0;
}
.events dt strong,dt strong,dd strong {
	color: #1e658a;
}
.events dt,dt {
	margin-bottom: 10px;
}
.events dd,dd {
	margin-bottom: 20px;
}
.events dd, dd, .description {
	margin-left: 100px;
	color: #706f6f;
}
.content strong {
	color: #1e658a;
}