/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 90px;
}

.input2 {
	width: 45px;
	height: 22px;
	background: url(images/homepage15.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #868686;
}
td ul { margin-right:4px;margin-left:-15px; }
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.text2 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
}

.text3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #515151;
}

.text4 {
	text-align: center;
	color: #8EA4BB;
}

.nav-desc {font-size:12px;}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
	line-height: 18px;
}

/** LINKS */

a {
	color: #3695E2;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: 156px;
	height: 19px;
	padding: 8px 0px 0px 9px;
	background: url(images/homepage09.gif) no-repeat left top;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #515151;
}

.link1:hover {
	background-image: url(images/homepage10.gif);
	color: #FFFFFF;
}

.link2 {
	color: #FFFFFF;
}

a.admin-link {
	color: #868686;
	text-decoration:none;
}

a.admin-link:hover {
	color: #868686;
}

a.dist-link {
	color: #868686;
	text-decoration:none;
}

a.dist-link:hover {
	color: #868686;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage06.gif) repeat left top; }
.bg2 { background: url(images/homepage07.gif) repeat-y left top; }
.bg3 { background: #F3F5F6 url(images/homepage20.gif) no-repeat left top; }
.bg4 { background: url(images/homepage21.gif) no-repeat left bottom; }
.bg5 { background: url(images/homepage22.gif) repeat-x left top; }
.bg6 { background: url(images/homepage23.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 10px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 10px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 31px;
	background: url(images/homepage11.gif) repeat-x left center;
}

.without-docs-td {color:#000000;border-bottom:1px solid #CCCCCC;border-right:1px solid #CCCCCC;}
.webadmin-header {color:#3B68BF;text-align:center;font-size:18px;border-top:3px solid #6699FF;border-bottom:1px solid #6699FF;background:url(../images/webadmin_header.gif) repeat-x #EFEFEF;}

#calendar {position:absolute;visibility:hidden;background-color:white;z-index:10;}
.calendar {/*color:#1B496F;border:1px solid #A7C6DF;padding:1px 4px 2px 4px;background-color:#DFF1FF;*/cursor:pointer;/*text-decoration:underline;*/}
.cpYearNavigation, .cpMonthNavigation {background-color:#6677DD;text-align:center;text-decoration:none;color:#FFFFFF;font-weight:bold;}
.cpDayColumnHeader,.cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText {font-family:arial;font-size:8pt;}
TD.cpDayColumnHeader{text-align:right;border:solid thin #6677DD;border-width:0 0 1 0;}
.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;
			border-width:1;
			border:solid thin #000000;
			}
	TD.cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
			border:solid thin #6677DD;
			border-width:1 0 0 0;
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{
			height:20px;
			}
	A.cpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cpBorder
			{
			border:solid thin #6677DD;
			}
	.dateBox
			{
			border:1px solid #000000;
			background:url('/images/text_input_background.gif') no-repeat top left;
			padding:3px 0px 3px 5px;
			}