@charset "UTF-8";

/* CSS Document */
/* Form properties */
form ul {
	margin: 1% 0;
}

form ul li {
	line-height: 200%;
}

label {
	cursor: pointer;
}

input[type=radio], input[type=checkbox] {
	cursor: pointer;
}

input[type=submit] {
	background-color: #FFD800;
	border: 1px ridge #2AA6FE;
	cursor: pointer;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
}

input[type=submit]:hover {
	background-color: #7F6A00;
	color: #FFFFFF;
}

input[type=text], input[type=file] {
	border: 2px solid #7F6A00;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 5%;
	width: 30%;
}

input[type=text].long {
	width: 65%;
}

select {
	border: 1px ridge #7F6A00;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 5%;
}

textarea {
	border: 1px ridge #7F6A00;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	margin-left: 5%;
}

/* Table properties */
table {
	border: 1px solid #2AA6FE;
	margin: 1px 0;
	width: 100%;
}

th {
	background-color: #D1ECFF;
	font-weight: bold;
	line-height: 200%;
}

td {
	line-height: 200%;
	vertical-align: middle;
}

td, th {
	padding: 0 3px;
}

tr.odd {
	background-color: #F5FAFF;
	border-top: 1px dashed #D1ECFF;
}

tr.even {
	background-color: #FFFFFF;
	border-top: 1px dashed #D1ECFF;
}

/* Image properties */
.button {
	height: 22px;
	width: auto;
}

.button, .icon, .iconLarge, .logo,.sign {
	vertical-align: middle;
}

.icon {
	height: 16px;
	width: 16px;
}

.iconLarge {
	height: 26px;
	width: 26px;
}

.logo {
	height: 60px;
	margin: 1% 0;
	width: 90px;
}

.sign {
	height: 100px;
	width: 100px;
}

/* Pagination properties */
ol.date {
	border-top: 1px solid #000000;
	float: left;
	margin: 1% 0;
	padding: 1%;
	width: 18%;
}

ul.alphabetical {
	border-bottom: 1px solid #2AA6FE;
	border-top: 1px solid #2AA6FE;
	margin: 2px 0;
	text-indent: 1%;
}

ul.alphabetical li {
	display: inline;
	font-weight: bold;
	line-height: 150%;
	margin-left: 0.25%;
}

ul.alphabetical li.active {
	background-color: #FFD800;
	border-bottom: 1px solid #2AA6FE;
	border-top: 1px solid #2AA6FE;
	font-size: 125%;
	padding: 2px;
}

ul.numerical, ul.alphabetical2 {
	overflow: hidden;
	margin: 5px 0;
	text-align: center;
}

ul.numerical li, ul.alphabetical2 li {
	display: inline;
	font-weight: bold;
	line-height: 150%;
	margin: 0 1px;
}

ul.numerical li.active, ul.alphabetical2 li.active {
	border-bottom: 1px solid #2AA6FE;
	border-top: 1px solid #2AA6FE;
	font-size: 125%;
	padding: 2px;
}

/* Overview properties */
.action {
	 border: 1px solid #7F6A00;
	 border-top: none;
}

.action p {
	line-height: 150%;
}

.action p.description {
	text-align: justify;
}

.action .logo {
	border: 1px solid #87CDFF;
	margin-right: 10px;
}

.holder, .userSubmit {
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
}

.userSubmit {
	background: url(../images/holder.png);
	border: 1px solid #87CDFF;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.userSubmit form {
	padding: 10px;
}

.item, .itemSmall {
	height: auto !important; /* IE6 min- */
	height: 123px; /* height workaround */
	min-height: 123px;/* remember to substract margin */
}

.shop .item, .shop .itemSmall {/* shop items need special treatment */
	height: 170px;
	min-height: 170px;
}

.item, .itemShort, .itemSmall {
	background-color: #F5FAFF;
	border: 1px solid #FFD800;
	margin: 10px 0;
	padding: 10px;
}

.itemShort, .itemSmall {
	width: 45%;
}

.itemShort {
	height: auto !important;/* IE6 min- */
	height: 40px; /* height workaround */
	line-height: 150%;
	min-height: 40px;
}

.item h4, .item p, .itemSmall h4, .itemSmall p {
	line-height: 130%;
}

.item .logo, .itemShort .logo, .itemSmall .logo {
	border: 1px solid #87CDFF;
	float: left;
	margin-right: 10px;
}

/* Share list */
li.personalia {
	background-color: #FFFFFF;
	border: 1px solid #D1ECFF;
	float: right;
	margin: 1% 5%;
	padding: 3%;
	width: 34%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

li.personalia input {
	width: 80%;
}

ol.inf > li {
	margin: 20px 0;
}

ol.inf ol {
	line-height: 125%;
	list-style-type: decimal;
	margin-left: 40px;
}

/* Others */
.code, .comment, .obliged, .progress {
	line-height: 125%;
}

.comment {
	color: #2AA6FE;
	margin-bottom: 1%;
	text-indent: 5%;
}

.error {
	background-color: #FFEFEF;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.code, .obliged, .outdated h3 {
	color: #FF0000 !important;/*override default <a> colors*/
}

.outdated .item {
	background-color: #F1F1F1;
	filter: alpha(opacity = 40);
	opacity: 0.4;
}
.outdated .item:hover {
	background-color: #EEEEEE;
	filter: alpha(opacity = 100);
	opacity: 1;
}
	
.progress {
	color: #7F6A00;
	font-weight: bold;
	margin: 1% auto 2% auto;
	text-indent: 5%;
}

.section {
	background: url(../images/section.png) repeat-x #FFFFFF;
	border: 1px solid #7F6A00;
	border-bottom: none;
	line-height: 250%;
	text-indent: 5%;
	border-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
}

.headline {
	max-width: 100%;
}

.feedburner {
	text-align: right;
}

/* Hover properties (note: should be declared last) */
.active, tr.even:hover, tr.odd:hover, .item:hover, .itemShort:hover, .itemSmall:hover {
	background-color: #D1ECFF;
}

