
/* default elements */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #e2e2e2 url(../img/bg.gif) repeat-x;
	margin: 0 auto;
	color: #222;
	font: normal 60% arial, sans-serif;
	padding: 1% 0;
	scrollbar-face-color: #e6e6e6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
}

a
{
	color: #6C7B8B;
}
a:hover
{
	color: #9FB6CD;
}

h1
{
	color: #6C7B8B;
	padding: 0 0 2px;
	font: normal 2.4em verdana, serif,sans-serif;
}
h1 a
{
	text-decoration: none;
}
h1 a:hover
{
	text-decoration: underline;
}

h2
{
	color: #6C7B8B;
	padding: 0 0 2px 2px;
	font: normal 1.6em verdana, serif,sans-serif;
}
h3
{
	color: #6C7B8B;
	padding: 0 0 2px 2px;
	font: bold 1.2em verdana, serif,sans-serif;
}

blockquote
{
	background: url(   '../img/quote.gif' ) no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px;
}

/*form,table*/
img
{
	border: none;
}
li
{
	line-height: 1.5em;
}
p
{
	padding: 2px 0 10px 2px;
}
ul
{
	padding: 0 2em 1.2em;
}

/* structure */
#wrapper
{
	background: #999 url(../img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	padding-bottom: 2px;
	width: 962px;
}
#container
{
	background: #FBF9F4;
	border-top: 2px solid #999;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 956px;
}

/* header */
.title
{
	background: #E2DED4;
	border-top: 1px solid #996;
}
.title h1
{
	color: #441;
	font: normal 2.2em Georgia, "Trebuchet MS" ,sans-serif;
	padding: 10px 0 10px 18px;
}

.header
{
	background: #DAD7C5 url(../img/header_g.gif) repeat left top;
	height: 85px;
}
.header h1
{
	color: #eee;
	font: normal 2.0em Georgia, "Trebuchet MS" ,sans-serif;
	padding: 1px 15px 0;
	text-decoration: none;
	text-align: right;
}
.header h1 A
{
	text-decoration: none;
	color: #eee;
}
.headerStart
{
	background: #DAD7C5 url(../img/header_start.gif) repeat left top;
	height: 132px;
}
.headerStart h1
{
	color: #fff;
	font: normal 3.0em Georgia, "Trebuchet MS" ,sans-serif;
	padding: 50px 0 10px 18px;
	text-decoration: none;
}
.headerStart h1 A
{
	text-decoration: none;
	color: #fff;
}
/* navigation */
.navigation
{
	background: #DED9D0 url(../img/nav.gif) repeat-x;
	height: 41px;
	border-top: 1px solid #996;
}
.navigation a
{
	background: #FFF url(../img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover, .navigation a#active
{
	background-position: left bottom;
	color: #331;
}

/* startpage */
.bgStartArea_1
{
	background: #ffcc00 url(../img/bgApplicationArea_1.gif) no-repeat;
	width: 320px;
	height: 139px;
	float: left;
	margin: 0 0 25px 25px;
}
.bgStartArea_2
{
	background: #ffcc00 url(../img/bgApplicationArea_2.gif) no-repeat;
	width: 320px;
	height: 139px;
	float: left;
	margin: 0 0 25px 25px;
}
.bgStartArea_3
{
	background: #ffcc00 url(../img/bgApplicationArea_3.gif) no-repeat;
	width: 320px;
	height: 139px;
	float: left;
	margin: 0 0 25px 25px;
}
.bgStartArea_4
{
	background: #ffcc00 url(../img/bgApplicationArea_4.gif) no-repeat;
	width: 320px;
	height: 139px;
	float: left;
	margin: 0 0 25px 25px;
}

.textStartArea
{
	padding: 30px 20px 20px 20px;
	text-indent: 50px;
}
.textStartArea A
{
	text-decoration: none;
	color: #222;
}

/* main */
.main#two-columns
{
	background: #FFF url(../img/two-columns.gif) repeat-y;
}

/* bottom */
.bottom
{
	background: #DCDAC9 url(../img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left, .bottom .right
{
	width: 49%;
}

/* footer */
.footer
{
	background: #999;
	color: #EED;
	padding: 10px;
}
.footer .left
{
	width: 66%;
}
.footer .right
{
	width: 33%;
	text-align: right;
}
.footer a
{
	color: #FFF;
	text-decoration: none;
}
.footer a:hover
{
	color: #FFF;
	text-decoration: underline;
}

/* misc */
.clearer
{
	clear: both;
	font-size: 0;
}
.col2 .left
{
	width: 79%;
}
.col2 .right .content
{
	background: #fff;
}
.col2 .right
{
	width: 20%;
}
.content
{
	padding: 10px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.right .content
{
	padding: 10px 12px 12px;
}

/* block list */
ul.block
{
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li
{
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
	padding: 10px 0;
}
.block li a, .block li em
{
	color: #553;
	display: block;
}
.block li em
{
	font-size: 0.9em;
	font-style: normal;
}
.block li a
{
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span
{
	font-weight: bold;
}
.block li a:hover
{
	background: #D2D0C0;
	color: #553;
}

/*Banners*/
ul.banner
{
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.banner li
{
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
	padding: 10px 0;
}
.banner li a, .banner li em
{
	color: #553;
	display: block;
}
.banner li em
{
	font-size: 0.9em;
	font-style: normal;
}
.banner li a
{
	text-decoration: none;
	width: 94%;
}
.banner li a span
{
	font-weight: bold;
}
.banner li a:hover
{
	color: #553;
}

.right .banner, .right .banner li
{
	border-color: #DCDACC;
}

/*Table*/
.divAroundTable
{
	overflow: auto;
	width: 100%;
	height: 165px;
	border: solid 1px #999;
}
.divAroundTable2
{
	overflow: auto;
	width: 100%;
	border: solid 1px #999;
}
.tableMonth
{
	/*border:solid 1px #999;*/
}
.tableAll
{
	border: solid 1px #999;
}

.yearmonth
{
	background-color: #999;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px;
}

.date
{
	background-color: #ccc;
	text-align: center;
	font-weight: bold;
}
.line
{
	height: 1px;
	background-color: #999;
	padding: 10px 0;
}
.space
{
	height: 10px;
}
.tdOK
{
	text-align: center;
	vertical-align: top;
	background-color: #B9D3EE;
	width: 48%;
	white-space: nowrap;
}
.tdPref
{
	text-align: center;
	vertical-align: top;
	background-color: #9FB6CD;
	width: 48%;
	white-space: nowrap;
}
.OK
{
	text-align: center;
	background-color: #B9D3EE;
	white-space: nowrap;
	border-right: solid 1px #999;
}
.Preferred
{
	text-align: center;
	background-color: #9FB6CD;
	white-space: nowrap;
	border-right: solid 1px #999;
}
.None
{
	background-color: #efefef;
	white-space: nowrap;
	border-right: solid 1px #999;
}
.ResultOk
{
	background-color: #ffffcc;
	white-space: nowrap;
	color: #9FB6CD;
	font-weight: bold;
	text-align: center;
}
.ResultPref
{
	background-color: #ffffcc;
	white-space: nowrap;
	color: #6C7B8B;
	font-weight: bold;
	text-align: center;
}
.ResultOkPositive
{
	background-color: #FFCC00;
	white-space: nowrap;
	color: #9FB6CD;
	font-weight: bold;
	text-align: center;
}
.ResultPrefPositive
{
	background-color: #FFCC00;
	white-space: nowrap;
	color: #6C7B8B;
	font-weight: bold;
	text-align: center;
}
.smallBoldDate
{
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	border-right: solid 1px #999;
}
.smallBold
{
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}
.bold
{
	font-weight: bold;
}
ul.ulNo
{
	list-style-type: decimal;
	list-style-position: inside;
}
.ulNo li
{
	padding: 5px 10px;
}

#stepArea
{
	float: left;
	padding: 0;
	width: 100%;
	background: #fff;
}
#stepArea h3
{
	border-bottom: dotted 1px #666;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-right: 1%
}

.step1
{
	float: left;
	width: 99%;
	padding: 1% 0 0 1%;
	border: solid 1px #666;
	background-color: #fff;
	margin-bottom: 10px;
}
.step2
{
	float: left;
	width: 99%;
	padding: 1% 0 0 1%;
	border: solid 1px #666;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
.step3
{
	float: left;
	width: 99%;
	padding: 1% 0 0 1%;
	border: solid 1px #666;
	background-color: #f5f5f5;
}
.disabled
{
	background-color: #f5f5f5;
	border: solid 1px #ccc;
}
#activeBg
{
	background-color: #FFFF99;
}

/** calendar **/

.calendarTable
{
	width: 225px;
}
.calendarMonth
{
	background-color: #6C7B8B;
}
.calendarWeekday
{
	background-color: #9FB6CD;
	text-align: center;
	color: #fff;
}

td
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
td a
{
	text-decoration: none;
}
