/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(/themes/cleanblue/images/bglines.gif);
	background-repeat: repeat;
}
input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a {
	font-size: 11px;
	color: #993333;
	background-position: bottom;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:visited {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}


.calendar {color: #999999; font-size: 10px; background-color: #CCCCCC; }
.today { color: #003399; background: #FFFFCC; font-weight: bold;  font-size: 10px; }
.monthdays { color: #000000; background: #FFFFFF;  font-size: 10px; }
.nonmonthdays { color: #000000; background: #E1E1E1;  font-size: 10px; }
.daytable { color: #999999; background: #E2E2E2;  font-size: 10px; }
.todaytable { color: #999999; background: #DFDFFF;  font-size: 10px; }
.nonmonthdaytable { color: #CCCCCC; background: #FFFFFF;  font-size: 10px; }
.calendarheader { color: #FFFFFF; font-size: 12px; font-weight: bold;  font-size: 10px; }
.cell_over { background: #DDDDFF; }
.cell_out { background: #FFFFFF; }
.cell_over1 { background: #DDDDFF; }
.cell_out1 { background: #E1E1E1; }
.cell_over2 { background: #DDDDFF; }
.cell_out2 { background: #FFFFCC; }
.cell_over3 { background: #DDDDFF; }
.cell_out3 { background: #000000; }

a.tooltip {
  z-index:24;
  color: #6699CC;
  position: relative;
  top: 0px;
  left: 0px;
  text-decoration:none;
  border-bottom: none;
}

a.tooltip:hover {
  z-index:25;
  color: #336699;
  border-bottom: 0px;
  text-decoration:none;
}

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  position: absolute;
  top: 0px;
  left: 50px;
  border:1px solid #336699;
  width: 75px;
  padding:3px;
  display:block;
  color:#336699;
  background-color:#FFFFFF;
  font-weight: normal;
}

a.details {
  z-index:24;;
  position: relative;
  top: 0px;
  left: 0px;
  text-decoration:none;
  border-bottom: none;
}

a.details:hover {
  z-index:25;
  border-bottom: 0px;
  text-decoration:none;
}

a.details span {
  display:none;
}

a.details:hover span {
  position: absolute;
  top: 25px;
  right: 5px;
  border:1px solid #666666;
  width: 300px;
  padding:3px;
  display:block;
  color:#000000;
  background-color:#FFFFFF;
  font-weight: normal;
}

.color1 {color: #003399}
.color2 {color: #6699FF}
.color3 {color: #FF9E3E}
.color4 {color: #000000}
.color5 {color: #FFFFFF}
.color6 {color: #993333}
.color7 {color: #666666}
.bold {font-weight: bold}
.smaller {font-size: 7px}
.small {font-size: 9px}
.regular {font-size: 11px}
.large {font-size: 13px}
.larger {font-size: 15px}
.largest {font-size: 17px}
.result {color: #FF0000; font-weight: bold; font-size: 13px;}

.tablecolor1 {background-color: #FFFFFF}
.tablecolor2 {background-color: #003399}
.tablecolor3 {background-color: #CECEFF}
.tablecolor4 {background-color: #CCCCCC}
.tablecolor5 {background-color: #E1E1E1}
.tablecolor6 {background-color: #FFFFCC}
.tableshade1 {background-color: #EEEEEE}
.tableshade2 {background-color: #FFFFFF}
.tablelight {
	background-color: #DDDDFF;
	cursor: pointer;
}
.warningshade {background-color: #FFD5D5}
.inset {border: thin inset #003399}
.outset {border: thin outset #003399}
.solid {border: thin solid #003399}
.solidlight {border: thin solid #999999}
.ridge {border: thin ridge #003399}

.customform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	color: #333333;
	background-color: #EAEAEA;
	border: thin solid #666666;
}
.compactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	color: #336699;
	background-color: #C6C6FF;
	border: thin solid #336699;
}

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFFFFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #003399;
  border-right: 1px solid #003399;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #999999;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #999999;
  background-color: #003399;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFFFFF;
  background-color: #DDDDFF;
  border: 1px solid #3399CC;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}

.icon {
  background-color: #993333;
  background-image: url(/images/bg_blank.gif);
  background-repeat: no-repeat;
}

.resize {
  cursor: pointer;
}

#sectiontitle {
  font-weight: bold;
  font-size: 13px;
  color: #003399;
  padding-top: 20px;
  padding-bottom: 10px;
}
.supportfield {
	padding: 2px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #666666;
	font-size: 12pt;
}
.supportbutton {
	font-size: 12pt;
	cursor: pointer;
}
#topmenu {
	position: fixed;
	right: 0px;
	width: 500px;
	padding: 5px;
	font-size: 12pt;
	color: #990000;
	background-color: #DDDDDD;
	text-align: center;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#topmenu a {
	color: #990000;
	font-size: 12pt;
	cursor: pointer;
	text-decoration: none;	
}
#topmenu a:hover {
	color: #990000;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
#pagecontent {
	padding: 20px;
	font-size: 12pt;
	color: #000000;
}