/* CSS Document */

a, a:visited {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#CC6633;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
form {
	margin: 0; padding: 0;
}
input {
	width:180px;
}
.checkbox, .radio {
	width: auto;
	border: none;
}
select {
	width: auto;
	font-size:small;
	background-color: #fff;
	color: #000;	
}
input, select, textarea {
	border: 1px solid #999999;
	padding: 2px;
}
fieldset {
	margin: 0;
	padding: 5px;
}
legend {
	font-weight: bold;
	margin-left: 5px;
	padding: 0 2px 0 2px;
}
input {
	width: 80%;
	margin-right: 2px;
	color: #004080;
}
select, textarea {
	color: #004080;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#mainwrap {
	width: 800px;
	margin: auto;
	padding: 5px;
}
.btn {
	width: auto;
	font-weight: bold;
	color: #000000;
	background: #999999 url(/images/navigation.jpg) center center repeat-x;
	padding: 3px;
}
.btn2 {
	width: auto;
	height: 23px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000000;
}

.error {
	padding: 3px;
	background: #FF0000 url(/images/icon_error.gif) 5px center no-repeat;
	color:#FFFF00;
	font-weight: bold;
	text-align:center;
}
.success {
	padding: 3px;
	background-color:#009D00;
	color:#FFFF00;
	font-weight: bold;
}
.box {
	border:1px solid #999999;
}
.box h2 {
	padding: 4px;
	margin: 0;
	font-size: 12px;
	font-weight:bold;
	color: #004182;
	background: #FFFFD2 url(../images/navigationBG.jpg) -1px -1px repeat-x;
}
.box h3 {
	color: #000;
}
.box div {
	margin:0;
	padding: 5px;
}
.rowhd {
	font-weight: bold;
}
.rowhd td {
	border-bottom: 1px solid #999999;
	background-color: #E5E5E5;
	padding: 2px;
	color: #004080;
}
.row1 td {
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}
.row2 td {
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}

.row1 {
	background-color:#FFFFFF;
}
.row1:hover {
	background-color: #FFFFBB;
}
.row2 {
	background-color:#EBEBEB;
}
.row2:hover {
	background-color: #FFFFBB;
}


/* calenter popup */

.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
	font: normal 12px Arial, Helvetica, sans-serif;
}
.cpYearNavigation, .cpMonthNavigation {
	background-color:#6677DD;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
TD.cpDayColumnHeader {
	text-align:right;
	border-bottom: 1px solid #6677DD;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
	text-align:right;
	text-decoration:none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.cpCurrentMonthDate {
	color:#6677DD;
	font-weight:bold;
}
.cpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}
.cpOtherMonthDate {
	color:#808080;
}
TD.cpCurrentDate {
	color:#FFFFFF;
	background-color: #6677DD;
}
TD.cpCurrentDateDisabled {
	border: 1px solid #FFAAAA;
}
TD.cpTodayText, TD.cpTodayTextDisabled {
	border-top: 1px solid #6677DD;
}
A.cpTodayText, SPAN.cpTodayTextDisabled {
	height:20px;
}
A.cpTodayText {
	color:#6677DD;
	font-weight:bold;
}
SPAN.cpTodayTextDisabled {
	color:#D0D0D0;
}
.cpBorder {
	border: 1px solid #6677DD;
}
.caldisplay {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
}

.tableline {
	/*background:#CCCCCC;*/
}
.tableline td {
	background: #FFFFFF;
}
/* end calendar popup */

.textareaform {
	width:98%; 
	height:100px; 
	font: normal 12px Arial, Helvetica, sans-serif; 
	padding:5px;
	color:#333333;
}

.pophd {
	background-color: #E5E5E5;
	padding: 2px;
	color: #004080;
}
.navbar {
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
}
.navbar2 {
	background-color:#FF8040;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
}