/* (en) reset font size for all elements to standard (16 Pixel) */
html * {
	font-size: 100.01%;
}

body {
	font-size: 12px;
}

/* (en) base layout gets standard font size 12px */
body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 75.00%;
}

code,pre {
	font-family: "Courier New", Courier, mono
}

body {
	text-align: center;
	width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "times new roman", times, serif;
	font-weight: bold;
	color: #666;
	margin: 0 0 0.25em 0;
}

h1 {
	font-size: 140%;
	color: #182E7A;
}

h2 {
	font-size: 120%;
	color: #182E7A;
}

h3 {
	font-size: 110%;
	color: #182E7A;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
	color: #4D87C7;
	text-decoration: none;
}

a:focus,a:hover,a:active {
	color: #182E7A;
	text-decoration: underline;
}
ul {
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
}

table .wikitable { border: solid 1px; padding 0; margin:0;border-spacing: 0px;border-color:lightgrey;}
table .wikitable td {border-right: solid 1px; border-bottom: solid 1px; border-color:lightgrey; padding:10px; margin:10px;}

.listItem {
	border-bottom: dotted thin;
	border-bottom-color: #C8CDD2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.listItem ul {
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.formHolderList {
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
}

form {
	display: inline;
}

table.news {
	width: 100%;	
}
table.news tr td {
	padding-bottom: 0.5em;
	margin-left: -1em;
	margin-right: 0.5em;
	border-bottom: dotted thin;
	border-bottom-color: #C8CDD2;
	vertical-align: top;
}

table.news td td {
	border-bottom: none;
}

#page_margins {
	text-align: left;
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
	border: 0px #889 solid;
	background-color: white;
}

body {
	background: url("bg2.jpg");
	padding: 10px 0;
}

#rightSidebar {
	background: #000000 url("tile.jpg");
}

.sideBarBox {
	width: auto;
	padding: 5px;
	background-image: url("white_70p.png");
	behavior: url(iepngfix.htc);
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.sideBarBox h3,.sideBarBox h1.mainTitle {
	margin: 0;
	padding-bottom: 10px;
	font-family: Georgia, seriv;
	font-size: 120%;
	font-weight: normal;
	color: #1d0981;
}

img.border,.border {
	margin: 0 0 0 0;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}

.panelBorderLeft {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}
.panelBorderRight {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}

.wicketRating {
    border: none;
    width: 95px;
    padding: 5px;
    text-align: center;
}

.wicketRatingStars {
    background-color: #ffffff;
}

.wicketRatingStars img {
    border: none;
}

.wicketRatingText {
    font-size: xx-small;
}

.error {
	border: 1px solid #FF0000;
	background-color: #F5A9A9;
}

.feedbackPanelINFO {
	border: 1px solid green;
	background-color: #A9F5A9;
}
.feedbackPanelERROR {
	border: 1px solid #FF0000;
	background-color: #F5A9A9;
}
.feedbackPanelWARNING {
	border: 1px solid #FF8000;
	background-color: #F5D0A9;
}

h2.nobreak {
	display:inline;
}
table.mailList tr.odd {
	background-color: #f1f1f1;	
}
table.mailList tr.even {
	background-color: #e6e6e6;	
}

