@charset "utf-8";
/* CSS Document */

.input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #d6d6d6;
	}
	
.input:focus {
	border: 1px solid #6c9290;
	box-shadow: 0 0 3px #6c9290;
	}

.area {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #d6d6d6;
}
	
.area:focus {
	border: 1px solid #6c9290;
	box-shadow: 0 0 3px #6c9290;
	}


.error {
	border: 1px solid #c33 !important;
	background-color: #f6efee !important;
}


.error:focus {
	border: 1px solid #c33 !important;
	background-color: #f6efee !important;
	box-shadow: 0 0 3px #c33;
}


.button {
	background-image: url(/media/images/button-bg.png);
	background-position: top;
	height: 25px;
	display: block;
	font-size: 12px;
	color: #98141b !important;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 6px;
	border: 1px solid #d6d6d6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	outline: none;
	line-height: 17px;
	-moz-border-radius: 5px;
	-kthml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.button:hover {
	border: 1px solid #999999;
	}
	
.button:active {
	background-position: bottom;
	border: 1px solid #999999;
	padding-top: 4px;
	}

a.button {
	background-image: url(/media/images/button-bg.png);
	background-position: top;
	float: left;
	display: block;
	height: 19px;
	font-size: 12px;
	color: #98141b;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	border: 1px solid #d6d6d6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	-moz-border-radius: 5px;
	-kthml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
a.button:hover {
	border: 1px solid #999999;
	}
	
a.button:active {
	background-position: bottom;
	border: 1px solid #999999;
	padding-top: 4px;
	padding-bottom: 0px;
	}


a.iconbutton {
	background-image: url(/media/images/button-bg.png);
	background-position: top;
	float: left;
	display: block;
	height: 16px;
	font-size: 12px;
	color: #98141b;
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #d6d6d6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	}
	
a.iconbutton:hover {
	border: 1px solid #999999;
	}
	
a.iconbutton:active {
	background-position: bottom;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 0px;
	}

.texticon {
	float: left;
	font-size: 22px;
	line-height: 8px;
	padding-top: 3px;
	padding-right: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.tags {
	background-image: url(/media/images/tags.gif);
	background-repeat: no-repeat;
}

.desc {
	background-image: url(/media/images/desc.gif);
	background-repeat: no-repeat;
}

.source {
	background-image: url(/media/images/source.gif);
	background-repeat: no-repeat;
}

.autocompleter-parent {
	position: relative;
	z-index:4;
}

.autocompleter {
	position: absolute;
	border: 1px solid #d6d6d6;
	border-top: none;
	z-index: 15;
	background-color: #FFF;
}

.autocompleter-res ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.autocompleter-res ul li a {
	display: block;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
	text-decoration: none;
	color: #cb4343;
	float: none;
}

.autocompleter-res ul li a:hover {
	color: #FFF;
	background-image: url(/media/images/select-bg.png);
	background-repeat: repeat-x;
}

.pages {
	font-size: 12px;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin: 0;
	margin-bottom: 2px;
	/*border-top: 3px solid #98141b;*/
	border-top: 3px solid #336666;
	border-bottom: 1px solid #eeeeee;
	color: #333333;
	background-image: none;
}

.errorContainer {
	/*border: 1px solid #d6a6a6;*/
	/*background-color: #fdd;*/
	background-color: #fff;
	padding-bottom: 5px;
	margin: 10px auto;
	width: 85%;
	color: #333;
}

.errorContainer-head {
	/*background-color: #d6a6a6;*/
	border-top: 2px solid #c33;
	color: #c33;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 2px 5px;
}

.errorContainer ul {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/****************************/
/******** FP-LAYOUT *********/
/****************************/

.fp {
	/*border: 10px solid #878787;
	-moz-border-radius: 5px;*/
	/*background-color: #f6f9fb;*/
	background-color: #f3f6eb;
	margin: 0 auto;
	background-image: url(/media/images/patterns/fpcontent.gif);
}


.fp .label {
	font-weight: bold;
}

.fp .fp-header {
	border-bottom: 1px solid #81a7a6;
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #accbcb;
	background-image: url(/media/images/patterns/fpheader.gif);
	text-align: left;
	color: #333;
	font-weight: bold;
	text-shadow: #d0efef 0px 1px 0px;
	font-size: 13px;
}

.fp .fp-footer {
	border-top: 1px solid #DDDDDD;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	background-color: #eee;
}


.fp .fp-footer a {
	float: right;
}

.fp .fp-content {
	padding: 5px 10px;
	text-shadow: #fff 0px 1px 0px;
	font-size: 13px;
}

.fp .fp-content .fpb {
	height: 1px;
	width: 85%;
	background-color: #d7e4b4;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	margin: 15px auto;
}

.fp .fp-content .fpq,
.fptbl .label,
.cbgrp .label {
	font-weight: normal;
	color: #333;
	text-shadow: #fff 0px 1px 0px;
}

.fp .fp-content .fpq {
	text-align: center;
	margin-bottom: 15px;
}

.fp .fp-content .fpi {
	margin: 0 auto;
}

.fp .fp-content .cbgrp {
	width: 190px;
	float: left;
}

.fp .fp-content .cbgrp .label {
	font-size: 95%;
}

.fp .fp-content sup,
.fp .fp-content sub {
	line-height: 0;
	font-size: 85%;
}

.fptbl .label {
	text-align: right;
	padding-right: 10px;
}

.fp .fp-content .info,
.fp .fp-content .fpinfo {
	color: #999;
	text-shadow: #fff 0px 1px 0px;
	font-size: 100%;
}

.fp .fp-content .fpinfo{
	text-align: center;
	line-height: 110%;
}

.fp .fp-content .fpwarning {
	color: #333;
	text-shadow: #fff 0px 1px 0px;
	display: block;
	color: #c33;
	font-size: 95%;
	text-align: center;
	margin: 0 auto;
}

.fphl {
	font-weight: bold;
	margin-bottom: 10px;
}

.faqq,
.faqa {
	text-shadow: #fff 0px 1px 0px;
	font-size: 95%;
}

.faqq {
	color: #000;
	font-weight: bold;
}

.faqa {
	color: #333;
	margin-bottom: 10px;
}

.required {
	color: #F00;
	font-weight: bold;
}


/****************************/
/******** N-BUTTONS *********/
/****************************/
/*
a.uib,
a.uibp {
	background-image: url(/media/images/buttons/nbuttons.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	color: #000;
	font-size: 13px !important;
}
a.uib,
a.uibp {
	height: 16px;
	text-decoration: none;
	margin: 0 5px;
	padding: 0 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 95%;
	border-radius: 3px 3px 3px 3px;
}

a.uib {
	background-position: top;
	border: 1px solid #9a9a9a;
	background-color: #efefef;
}

a.uib:hover {
	background-position: 0 -20px;
}

a.uib:active {
	background-position: 0 -40px;
	padding-top: 4px;
	padding-bottom: 0;
}

a.uibp {
	background-position: 0 -60px;
	border: 1px solid #81a7a6;
	background-color: #81a7a6;
}

a.uibp:hover {
	background-position: 0 -80px;
}

a.uibp:active {
	background-position: 0 -100px;
	padding-top: 4px;
	padding-bottom: 0;
}

a.uib/*,
/*a.uibp  {
	border-radius: 3px 3px 3px 3px;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px;
}
a.uib span/*,
a.uibp span {
	border-radius: 3px 3px 3px 3px;
	display: block;
	padding: 4px 15px;
}

a.uib:active span/*,
a.uibp:active span{
	padding-top: 5px;
	padding-bottom: 3px;
}

a.uib {
	background-color: #f1f1f1;
	border: 1px solid #9a9a9a;
	color: #333;
}

a.uib:hover {
	background-color: #eee;
	border: 1px solid #333;
}

a.uib span {
	border-top: 1px solid #fff;
}

a.uib:active span {
	border-top: 1px solid #ccc;
}

a.uibp {
	border: 1px solid #333;
	background-color: #6c9290;
	color: #fff;
	text-shadow: #000 0px -1px 0px;
}

a.uibp:hover {
	box-shadow: 0 0 5px #6c9290;
}

a.uibp span {
	border-top: 1px solid #80a7a6;
}

a.uibp:active span {
	border-top: 1px solid #5b7a79;
}*/

a.uib {
	display: block;
	float: left;
	background-color:#eee;
	margin: 0 3px;
	height: 20px;
	padding: 0 13px;
	padding-top: 4px;
	background-image: url(/media/images/layout/form-sprite.png);
	text-decoration: none;
	font-size: 13px;
	background-position: 0 -90px;
	color: #333;
	border: 1px solid #999;
	text-shadow: #fff 0px -1px 0px;
}

a.uib:hover {
	background-position: 0 -120px;
	cursor: pointer;
}

a.uib:active {
	background-position: 0 -150px;
	padding-top: 5px;
	height: 19px;
}

a.uibp {
	display: block;
	float: left;
	background-color:#009;
	color: #fff;
	margin: 0 3px;
	height: 20px;
	padding: 0 13px;
	padding-top: 4px;
	background-image: url(/media/images/layout/form-sprite.png);
	text-decoration: none;
	background-position: 0 0;
	color: #fff;
	border: 1px solid #698f8d;
	text-shadow: #333 0px -1px 0px;
	font-size: 13px;
}

a.uibp:hover {
	background-position: 0 -30px;
	cursor: pointer;
}

a.uibp:active {
	padding-top: 5px;
	height: 19px;
	background-position: 0 -60px;
}


a.uibtext {
	display: block;
	float: left;
	margin: 0 5px;
	height: 19px;
	padding-top: 3px;
}

