/* ---- CALENDAR ---- */
thead {
	height:50px;
}
thead h1 {
	font-size:12pt;
	text-align:center;
}
.calendar {
	border:1px solid #003366;
}
.calendar td {
	border:none;
	text-align:center;
}
.day_names {
	background-color:#F5F4D3;
	line-height:11pt;
	text-align:center;
	vertical-align:middle;
}
.day_header {
	background-color:#721b00;
	height:20px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	font-weight:bold;
}
.dayOther {
	background-color:#EEEEEE;
	color:#BBBBBB;
	font-size:11px;
	padding:2px;
}
.normal_day {
	background-color:#E0E0E0;
}
.calendar a {
	color:#000;
	text-decoration:none;
}
.today {
	color:#ff0000 !important;
	font-weight:bold !important;
}
.today a {
	color:#ff0000;
	font-weight:bold;
}
.weekend {
	background-color:#D0D0D0;
}
.event_day {
	background-color:#A4CAE6;
}
/* ---- FULL MODE ---- */
.full_calendar {
	table-layout:fixed;
	line-height:16px;
	border-collapse:collapse;
}
.full_calendar tbody td {
	border:1px solid #cdcdcd;
}
.full_calendar p {
	font-family:Arial,Geneva,Verdana,sans-serif;
	font-size:10px;
	text-align:left;
	margin:0;
	padding:0;
}
.full_calendar p a {
	text-decoration:none;
	color:#433D27;
}
.full_tr {
	height:88px;
	vertical-align:top;
}
.today .day_full {
	background-color:#585858;
}
.today {
	background-color:#E0E0E0;
}
.day_full {
	background-color:#A2A3AE;
	color:#FBFCEF;
	font-family:Geneva,Verdana,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:2px;
	text-align:left;
	vertical-align:top;
}
/* ---- NAVIGATION ---- */
.nav_text_left {
	text-align:left;
}
.nav_text_right {
	text-align:right;
}
/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

*{padding: 0; margin: 0;}

/* ----- global default/initial styles ----- */

/* ----- base default font size, type, and line height ----- */

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1em;}
#JT_copy p, #JT_copy ul{font-size: 1em;}

/* ----- base links ----- */
ul{
	list-style: none;
}

ul li{
	
}

#contentPad{
	margin:20px;
}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
	top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
  top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	color:#fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #721B00;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #721B00;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.jTip{
	cursor:help;
}
