

@charset "ISO-8859-1";

/* http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */
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%;vertical-align: baseline;background: transparent;}
body {line-height:1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before,q:after {content: '';content: none;}

:focus {outline: 0;}

ins {text-decoration: none;}
del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: normal 11px Verdana, sans-serif;
	background-color: #000000;
	color: #FEFEFE;
	text-align: center
}

#wrapper {
	background-color: #B6BAA6;
	text-align: left;
	width: 760px;
	border: 10px solid #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 5px
}

#header {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 10px 5px;
	height: 80px;
	width: 750px;
	background-color: #4A70AA;
	background-image: url(../images/crepundia_big_logo.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	-moz-border-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

	#pubToolbarOptions {
		text-align: right;
	}

	#pubToolbarOwner {
		margin-top: 40px;
		text-align: right;
	}


#tabMenu {
	margin: 10px 0px 10px 0px;
	height: 30px;
	width: 760px;
}

ul#tabOptions {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	border-bottom: 4px solid #233F7F;
	font-weight: bold;
	font-size: 11px;
}

ul#tabOptions li {
	float: left;
	height: 22px;
	background-color: #4A70AA;
	color: #000000;
	margin: 2px 5px 0 2px;
	border: 1px solid #233F7F;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

ul#tabOptions a:link, ul#tabOptions a:visited {
	display: block;
	color: #FEFEFE;
	background-color: transparent;
	text-decoration: none;
	padding: 4px 8px;
}

ul#tabOptions a:hover {
	background-color: #233F7F;
	color: #FEFEFE;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#content1C {
	margin: 0px 0px 5px 0px;
	padding: 8px;
	background-color: #4A70AA;
	width: 745px;
  	min-height: 350px;
  	height:auto !important;
  	height: 350px;
	float: left;
	-moz-border-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#content2C {
	margin: 0px 0px 5px 0px;
	padding: 8px;
	background-color: #4A70AA;
	width: 530px;
  	min-height: 350px;
  	height:auto !important;
  	height: 350px;
	float: left;
	-moz-border-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#rightColumn {
	margin: 0px 0px 5px 0px;
	padding: 8px;
	background-color: #233F7F;
	float: right;
  	min-height: 350px;
  	height:auto !important;
  	height: 350px;
	width: 190px;
	-moz-border-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#footer {
	clear: both;
	border-top: 1px dashed #233F7F;
	padding: 1px 4px;
	color: #000000;
	font-size: 0.8em;
	text-align: right;
}

table.pagination {
	margin: 5px 0px;
	width: 100%;
	border-top: 2px dashed #233F7F;
	border-bottom: 2px dashed #233F7F;
	font-size: 1.1em;
}

table.pagination td {
	padding: 4px 5px 5px 0px;
}

table.pagination td span.current {
	margin: 1px;
	background-color: #d2b19d;
	color: #704a3d;
	padding: 1px 7px;
}

table.pagination td span.other {
	margin: 1px;
	border: 1px #d2b19d solid;
	padding: 0px 5px;
}

acronym {
	cursor: help
}

img {
	border: none
}

img.lower {
	border: none;
	position:relative;
	top: 3px
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 0px;
	width: 100%;
	font-size: 1em;
	line-height: 1.2em
}

ul {
	margin: 4px;
	padding: 0px;
	font-size: 1em;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.3em
}

ul.news {
	margin: 4px;
	padding: 0px;
	font-size: 1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.2em
}

table.directory {
	margin: 25px 40px;
	padding: 4px;
	font-size: 1.2em;
	width: 450px
}

h1 {
	margin: 0px;
	padding-bottom: 5px;
	font: bold 1.6em 'Times New Roman', serif;
	text-align: left
}

h2 {
	margin: 0px;
	padding-bottom: 5px;
	font: bold 1.4em 'Times New Roman', serif;
	text-align: left
}

div#warning {
	margin: 5px 5px 10px 5px;
	padding: 5px;
	border: 1px #B6BAA6 solid;
	background-color: #FFFFDD;
	color: #000000;
	text-align: center;
}

div#entrance {
	width: 60%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	border: 2px #4A70AA solid;
	font-size: 24px
}


a:link, a:visited, a:active {
	color: #FEFEFE;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #FEFEFE;
	background-color: transparent;
	text-decoration: none;
}

a.inlink:link, a.inlink:visited, a.inlink:active {
	color: #FEFEFE;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dashed #FEFEFE;
}

a.inlink:hover {
	color: #FEFEFE;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #FEFEFE;
}




	a.btn80:link, a.btn80:visited, a.btn80:active {
	   display: inline-block;
	   width: 80px;
	   height: 22px;
	   background-image: url(../images/button_80_up.gif);
	   line-height: 22px;
	   margin-top: 2px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}

	a.btn80:hover {
	   
	   position: relative; top: -1px;left: -1px;
	   display: inline-block;
	   width: 80px;
	   height: 22px;
	   background-image: url(../images/button_80_down.gif);
	   line-height: 22px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}

	a.btn100:link, a.btn100:visited, a.btn100:active {
	   display: inline-block;
	   width: 100px;
	   height: 22px;
	   background-image: url(../images/button_100_up.gif);
	   line-height: 22px;
	   margin-top: 2px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}

	a.btn100:hover {
	   
	   position: relative; top: -1px;left: -1px;
	   display: inline-block;
	   width: 100px;
	   height: 22px;
	   background-image: url(../images/button_100_down.gif);
	   line-height: 22px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}

	a.btn160:link, a.btn160:visited, a.btn160:active {
	   display: inline-block;
	   width: 160px;
	   height: 22px;
	   background-image: url(../images/button_160_up.gif);
	   line-height: 22px;
	   margin-top: 2px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}

	a.btn160:hover {
	   
	   position: relative; top: -1px;left: -1px;
	   display: inline-block;
	   width: 160px;
	   height: 22px;
	   background-image: url(../images/button_160_down.gif);
	   line-height: 22px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}

	a.btn200:link, a.btn200:visited, a.btn200:active {
	   display: inline-block;
	   width: 200px;
	   height: 22px;
	   background-image: url(../images/button_200_up.gif);
	   line-height: 22px;
	   margin-top: 2px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}

	a.btn200:hover {
	   
	   position: relative; top: -1px;left: -1px;
	   display: inline-block;
	   width: 200px;
	   height: 22px;
	   background-image: url(../images/button_200_down.gif);
	   line-height: 22px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}

	a.btn240:link, a.btn240:visited, a.btn240:active {
	   display: inline-block;
	   width: 240px;
	   height: 22px;
	   background-image: url(../images/button_240_up.gif);
	   line-height: 22px;
	   margin-top: 2px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}

	a.btn240:hover {
	   
	   position: relative; top: -1px;left: -1px;
	   display: inline-block;
	   width: 240px;
	   height: 22px;
	   background-image: url(../images/button_240_down.gif);
	   line-height: 22px;
	   vertical-align: middle;
	   text-align: center;
	   color: #FEFEFE;
	   font-family: Verdana, sans-serif;
	   font-size: 1em;
	   font-weight: normal;
	   font-style: normal;
	   text-shadow: none;
	}


table {
	font-size: 1.1em
}

.defaultTable {
	width: 100%;
	margin: 5px 0px;
	text-align: left
}

.defaultTable caption {
	margin: 5px;
	font-weight: bold;
	text-align: left
}

.defaultTable tr {
	margin: 5px;
	background-color: transparent;
}

.defaultTable th {
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	background-color: #233F7F;
}


.defaultTable td {
	padding: 4px 2px;
	border-bottom: 1px #233F7F dashed;
}


ul.intro {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
	background-color: transparent;
}

ul.intro li {
    display: block;
	margin: 8px 0px;
    position: relative;
	font-size: 1.1em
}

   ul.intro span {
	   	display: block;
	   	position: absolute;
		top: 0px;
	   	left: 120px;
   }

   ul.intro strong {
		font-size: 1.2em;
		font-weight: bold;
   }


ul.item {
	margin: 5px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.2em;
	background-color: transparent;
}

ul.item li {
    display: block;
    position: relative;
	margin: 10px 5px;
	line-height: 1.2em;
	font-size: 1.2em
}

  ul.item li a {
   	
   	height: 100px; display: block;
	padding: 8px;
	border: 2px #233F7F dashed;
   }

   ul.item a:hover {
   	
   	height: 100px; display: block;
   	color: #FFFFFF;
	border: 2px #FFFFFF dashed;
	text-decoration: none;
	cursor: pointer;
   }

   ul.item span {
   	display: block;
   	position: absolute;
	top: 15px;
   	left: 120px;
   }

   ul.item strong {
	font-size: 1.3em;
	font-weight: bold;
   }

div#itemViewImage {
	margin: 0px;
	padding: 10px 0px;
	float: left;
	width: 310px;
}

div#itemViewData {
	margin: 2px 0px 5px 0px;
	padding: 0px;
	float: right;
	width: 430px;
	height: 350px;
	overflow: auto;
	overflow-X:hidden
}

.centered {
	text-align: center;
}

.hidden {
	display:none;
}

p.firstLetter {
	font: normal 1.3em monospace;
	padding: 0px 1px;
}

p.firstLetter span {
	background-color: #FEFEFE;
	color: #233F7F;
	padding: 0px 1px;
}

div#glossaryView {
    margin: 5px 5px 10px 5px;
    padding: 10px 15px;
    border: 4px #233F7F dashed;
    background-color: transparent
}

ul.guestbook {
	margin: 5px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.2em;
	background-color: transparent;
}

ul.guestbook li {
    display: block;
    position: relative;
	margin: 10px 5px;
	padding: 5px;
	border: 2px #233F7F dashed;
	line-height: 1.2em;
	font-size: 1.2em
}

div#guestbookNewEntry {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

ul.blogIntro {
	margin: 2px;
	padding: 0px;
	font-size: 1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	color: #B6BAA6;
}

ul.blogIntro li {
    display: block;
    position: relative;
	padding: 4px 2px;
	line-height: 1.2em;
}

ul.blogIntro li span.smaller {
	font-size: 0.8em;
}

ul.blog {
	margin: 5px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.2em;
	background-color: transparent;
}

li.blog {
    display: block;
    position: relative;
	margin: 0px 5px;
	padding: 0px 5px 30px 5px;
	line-height: 1.2em;
	font-size: 1.1em
}

ul.blog li span.bigger {
	line-height: 1.4em;
	font-size: 1.2em;
}

ul.blog li span.smaller {
	line-height: 2em;
	font-size: 0.9em;
}

ul.articles {
	margin: 5px;
	padding: 0px;
	list-style-image: none;
	
	list-style-position: inside;
	list-style-type: none;
	line-height: 1.2em;
	background-color: transparent;
}

ul.articles li {
    display: block;
    position: relative;
	margin: 0px 5px;
	padding: 0px 5px 15px 5px;
	line-height: 1.2em;
	font-size: 1.1em
}

ul.articles li span.smaller {
	font-size: 0.9em;
}

div#article {
	padding: 15px;
	line-height: 1.2em;
	font-size: 1.1em;
}

div.buttonBarLeft {
	margin: 5px;
	padding: 5px 0px 5px 0px;
	text-align: left
}

div.buttonBarCenter {
	margin: 5px;
	padding: 5px 0px 5px 0px;
	text-align: center
}

div.buttonBarRight {
	margin: 5px;
	padding: 5px 0px 5px 0px;
	text-align: right
}


form {
	margin: 0 auto;
	font-size: 1em;
}

.defaultForm {
	width: 100%;
}

.defaultForm fieldset {
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #163370
}

.defaultForm fieldset legend {
	margin: 2px;
	margin-top: -3px;
	font-weight: bold
}

.defaultForm label {
	margin-top: 2px;
    margin-left: 10px;
	margin-right: 3px
}

.defaultForm p {
	clear: left;
	margin: 0;
	padding: 5px 0 0 0;
}

.defaultForm p label {
	float: left;
	width: 20%;
	text-align: right
}

input, textarea, select {
	border-right: #4A70AA 1px solid;
	border-top: #163370 1px solid;
	border-left: #163370 1px solid;
	border-bottom: #4A70AA 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background-color: transparent;
	text-decoration: none;
	font-size: 1em
}

select {
	padding-left: 0px;
	padding-right: 0px
}

.mandatory {
	background-color: #FFFFDD;
}

.optional {
	background-color: #FEFEFE;
}

.disabled {
	color: #163370;
	background-color: #D7D8DA;
}

.filter {
	padding: 8px;
}

.bigger {
	font-size: 1.1em
}

.smaller {
	font-size: 0.9em
}


span.cloudS {
	font-size: 0.9em;
	line-height: 1.5em;
}

span.cloudS span {
	background-color: #FEFEFE;
	color: #233F7F;
	padding: 0px 1px;
}

span.cloudN {
	font-size: 1.2em;
	line-height: 1.3em;
}

span.cloudN span {
	background-color: #FEFEFE;
	color: #233F7F;
	padding: 0px 1px;
}

span.cloudL {
	font-size: 1.5em;
	line-height: 1.3em;
}

span.cloudL span {
	background-color: #FEFEFE;
	color: #233F7F;
	padding: 0px 1px;
}

span.cloudXL {
	font-size: 1.8em;
	line-height: 1.3em;
}

span.cloudXL span {
	background-color: #FEFEFE;
	color: #233F7F;
	padding: 0px 1px;
}

span.cloudXXL {
	font-size: 1.9em;
	line-height: 1.3em;
}

span.cloudXXL span {
	background-color: #FEFEFE;
	color: #233F7F;
	padding: 0px 1px;
}

table.barchart {
	color:  black;
	background-color: #FFFFFF;
	background-image: url(../images/chartbar_bg_fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 530px;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #E5E5E5;
	margin-bottom: 15px
}

table.barchart caption {
	color: #FEFEFE;
	font-weight: bold;
}

table.barchart th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #E5E5E5;
	border: 1px solid #E5E5E5;
}

table.barchart td {
	padding: 4px 6px;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	background-color: #FFFFFF;
}

table.barchart td.value {
	background-image: url(../images/chartbar_gridline58.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	padding: 0;
	border-bottom: none;
	background-color: transparent;
}

table.barchart td.last {
	border-bottom: 1px solid #E5E5E5;
}

table.barchart td.first {
	border-top: 1px solid #E5E5E5;
}

table.barchart td.value img {
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}



