/* reset appearance of all elements */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0; padding:0;
	border:0; outline:0;
	font-size:100%;
	background:none;
}

/* firefox cosmetics */
html { overflow: -moz-scrollbars-vertical; } /* always show vertical scrollbar */
html { overflow-x: auto; } /* avoid hiding horizontal scrollbar */
:-moz-any-link:focus {outline: none; } /* no outline around focussed links */


/* default font */
body {
	font: 12px/16px Tahoma, Verdana Arial, Helvetica, Sans-serif;
	color: #063369;
}

/* default links */
a {
	text-decoration: underline;
	color: #063369;
}
a:hover {
	color: #7a8ca1;
	
}

/* alignment */
.left			{ float: left; display: inline; }
.right			{ float: right; display: inline; }
.imgLeft		{ float: left; display: inline; margin: 0.25em 1.5em 0.5em 0; }
.imgRight		{ float: right; display: inline; margin: 0.25em 0 0.5em 1.5em; }
.txtLeft		{ text-align: left; }
.txtRight		{ text-align: right; }
.center			{ text-align: center; }
.valignTop		{ vertical-align: top; }
.valignMiddle	{ vertical-align: middle; }
.valignBottom	{ vertical-align: bottom; }

/* float clearing */
.clear,
.clearBoth,
.clearLeft,
.clearRight {
	clear: both;
	margin: 0; padding: 0;
	height: 0; line-height: 0%; font-size: 0;
	overflow: hidden; visibility: hidden;
}
.clearLeft	{ clear: left; }
.clearRight	{ clear: right; }

/* various */
hr			{ height: 1px; border-top: 1px solid #b5b5b5; }
img.border	{ border: 1px solid #015bb4; }
address		{ font-style: normal; }
.noWrap		{ white-space: nowrap; }
.bold		{ font-weight: bold; }
.normal		{ font-weight: normal; }
.caps		{ text-transform: uppercase; }
em, i		{ font-style: italic; }
strong, b	{ font-weight: bold; }
.medium		{ line-height: 1.5; font-size: 0.9em; }
small, .small	{ line-height: 1.4; font-size: 0.8em; }

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; line-height: 130%;
}
h1 { font-size: 20px; color: #063369; }
h2 { font-size: 17px; color: #063369; margin: 3px 0;}
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

/* common margins & paddings */
.pa5	{ padding: 5px; }
.pt5	{ padding-top: 5px; }
.pr5	{ padding-right: 5px; }
.pb5	{ padding-bottom: 5px; }
.pl5	{ padding-left: 5px; }

.pa10	{ padding: 10px; }
.pt10	{ padding-top: 10px; }
.pr10	{ padding-right: 10px; }
.pb10	{ padding-bottom: 10px; }
.pl10	{ padding-left: 10px; }

.ma5	{ margin: 5px; }
.mt5	{ margin-top: 5px; }
.mr5	{ margin-right: 5px; }
.mb5	{ margin-bottom: 5px; }
.ml5	{ margin-left: 5px; }

.ma10	{ margin: 10px; }
.mt10	{ margin-top: 10px; }
.mr10	{ margin-right: 10px; }
.mb10	{ margin-bottom: 10px; }
.ml10	{ margin-left: 10px; }

/* default bottom-margin for content elements */
p, table, dl, ol, ul {
	margin-bottom: 1em;
}

/* default list positioning  */
ol, ul { margin-left: 30px; }
ul {
	margin-left: 0; padding-left: 0;
	list-style: none;
}
ul li {
	margin: 0 0 10px 0; padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat 7px 4px;
	line-height: 1.2;
}

/* default table styling */
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	text-align: left;
}

/* forms */
.form {
}
fieldset {
	margin: 0 0 15px 0; padding: 20px;
	border: 1px solid #00aeef;
}
legend {
	padding: 0 7px;
	font-weight: bold;
	color: #db002e;
}
	* html legend {
		margin-bottom: 10px; /* fix margin for IE6 */
	}
	* +html legend {
		margin-bottom: 10px; /* fix margin for IE7 */
	}
label {
	cursor: pointer;
}

	
/* layout */
ul.formfields {
	margin: 0; padding: 0;
	list-style: none;
} 
ul.formfields li {
	clear: left;
	margin: 0; padding: 0 0 5px 0;
	background: none;
}
ul.formfields div.label {
	float: left; display: inline;
	width: 135px;
	padding-top: 3px;
	margin: 0 0 8px 0;
}
ul.formfields div.input {
	float: left; display: inline;
	width: 200px;
	margin: 0 0 8px 0;
}
ul.formfields div.error {
	clear: left;
	width: 335px;
	background: url(../images/error_dialog.gif);
	margin: 0 0 7px 0; padding: 6px 0 0 0;
}
ul.formfields div.error .message {
	padding: 5px 5px 3px 5px;
	min-height: 15px;
	border-bottom: 1px solid #c20000;
	border-right: 1px solid #c20000;
	font-size: 11px;
}
	* html ul.formfields div.error .message {
		height: 15px; /* min-height for IE6 */
	}
ul.formfields label {
	padding: 2px 5px 0 0;
}
/* checkbox / radiobutton */
ul.formfields li.check {
	min-height: 22px;
}
ul.formfields li.check div.input {
	padding-top: 3px;
	width: 22px;
}
	* +html ul.formfields li.check div.input input {
		margin-top: -3px;
	}
	* html ul.formfields li.check div.input input {
		margin-top: -3px;
	}
ul.formfields li.check div.label {
	width: 313px;
}

/* below (label and input below eachother) */
ul.formfields li.below div.input {
	float: none; display: block;
	width: 335px;
}
ul.formfields li.below div.label {
	width: 335px;
}


/* widths */
.formfields .defaultWidth {
	padding: 3px 6px;
	width: 188px; height: 17px;
	background: url(../images/input_defaultwidth.gif) no-repeat left top;
}
	.formfields .defaultWidth input {
		width: 188px;
	}
.formfields .width2 {
	padding: 3px 6px;
	width: 26px; height: 17px;
	background: url(../images/input_width2.gif) no-repeat left top;
}
	.formfields .width2 input {
		width: 26px;
	}
.formfields .width4 { 
	padding: 3px 6px;
	width: 62px; height: 17px;
	background: url(../images/input_width4.gif) no-repeat left top;
}
	.formfields .width4 input {
		width: 62px;
	}

	
/* fields */
input.textfield, textarea.textarea, select.select {
	font: 12px/16px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	background: none;
	border: none;
	color: #7a8ca1;
}
input.textfield {
	padding: 1px 0 0 0;
	height: 16px;
}
	* html input.textfield {
		padding-top: 0; /* different positioning for IE6 */
	}
textarea.textarea {
	padding: 1px 0 1px 2px;
}
select.select {
	height: 22px;
}
input.check,
input.radio,
label {
	cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
input.focus,
select.focus,
textarea.focus {
	color: #111 !important;
}

.button {
	cursor: pointer;
}
.button:hover {
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
.required {
	font-weight: bold;
	color: #e9bd0a;
}
.error {
	color: #c20000;
}
.error ul {
	margin-left: 10px;
}
.error li {
	list-style: inside square;
}
