body  {
	background-image: url(/images/bgtop.gif); 
	background-position: top;
	background-repeat: repeat-x;
}
.newWindow {
	background-image:none;
}
/* Calendar */
#calendar_lrg {padding-bottom:17px;/* border-bottom:1px dotted #e4e4e4; */width:100%;}
#calendar_lrg {position:relative;}
#calendar_lrg h2 {height:25px;}
#calendar_lrg .calendarControl {background-color:#f7f7f7;border-top:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7;padding:8px;margin:10px 0 0 0;}
#calendar_lrg .calendarControl a.last {
	background-image:url(/images/icon_arrow_last.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:14px;
}
#calendar_lrg .calendarControl a.next {
	background-image:url(/images/icon_arrow_next.gif);
	background-position:100% 2px;
	background-repeat:no-repeat;
	padding-right:14px;
}
#calendar_lrg .calendarWrapper {border:10px solid #e7e7e7; padding:1px;width:363px;margin-left:70px;}
#calendar_lrg ul {margin:0;padding:0;list-style-type:none;width:364px;}
#calendar_lrg ul li {width:51px; height:51px; float:left; background:#e0dfa8; margin:0 1px 1px 0;}
#calendar_lrg ul li.last {margin:0;}
#calendar_lrg ul a {text-decoration:none; color:black; font-size:10px; display:block; padding:35px 5px 14px 16px; text-align:right;}
#calendar_lrg ul li.event {background:#032449;}
#calendar_lrg ul li.event a {color:white; cursor:pointer;width:50px; height:50px;}
#calendar_lrg ul li.weekend {background:#cccccc;}
#calendar_lrg ul li.nil {background-color:#fff;}
#calendar_lrg ul li.event:hover { background:#3d547e;}
div.event, div.noEvent {
	background-color:#032449;
	width:10px;
	height:10px;
	border:1px solid #fff;
	float:left;
	margin:2px 5px 0 0;
}
div.noEvent {
	background-color:#e0dfa8;
}
.eventTime {
	float:right;
	font-weight:normal;
}
.eventDate {
	padding:5px;
	font-weight:bold;
}
.eventTitle {
	font-size:14px;
	font-weight:bold;
	color:#3d547e;
}

/* Calendar */

.clearFloat {
	clear:both;
}
.back {
	float:left;
}
.forward {
	float:right;
}

body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	text-transform:uppercase;
	background-image:url(/images/title_bk.gif);
	background-repeat:no-repeat;
	line-height: 40px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330033;
	
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330033;
	
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
	
}
.box {
	padding:10px;
	background-color:#f7f7f7;
	border:1px solid #e1e1e1;
}
.oddRow, .oddRow td {
	background-color:#f7f7f7;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}
a:link {
	text-decoration: underline;
	color: #135681;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #71364A;
}
a:active {
	text-decoration: underline;
}

input.inputfield {
  font-size        : 11px;
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
    font-family      : Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
	font-weight:  bold;
	padding-left: 5px;
}


textarea {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
select {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}

a.copyright:link  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.copyright:visited  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.copyright:hover  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}
a.copyright:active  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #666666;
}

.imgBrdr {
	border:1px solid #305882;
}