body {
	font-family: Verdana, 'Bitstream vera sans', Geneva, Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
}

fieldset {
	border: 1px solid #A5A5A5;
	padding: 10px;
}

legend {
	color: #006633;
	font-weight: bold;
}

legend:before, legend:after {
    content: "\00A0\00A0";
}

a {
	text-decoration: none;
}

ul li, ol li {
	margin-left: 25px;
	margin-right: 25px;
}

#flashMessages {
    list-style-type: disc;
    text-align: left;
    padding-left: 5px;
}

#flashMessages li {
    padding: 3px;
}

#flashMessages .error {
  color: red;
}

#flashMessages .notice {
  color: blue;
}

#needConnection {
	margin: 0px auto 0px auto;
	padding: 5px;
	width: 700px;
	text-align: center;
}

#noResult {
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	display: block;
	height: 30px;
	width: 400px;
	margin: 15px auto 10px auto;
	padding: 5px;
}

#results {
	background-color: #FFFFFF;
	font-size: 80%;
}

input[type="text"], input[type="password"], textarea {
	border: 2px solid #E5E5E5;
	padding: 3px;
}

table.layout {
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
}

tr.ccard td {
	vertical-align: middle;
}

tr.ccard td {
	border-bottom: 1px solid #000000;
}

tr.legend td {
	border-bottom: 1px solid #000000;
	padding: 3px;
}

tr.legend td.nolegend {
	border: none;
}

tr.legendary td, tr.legend td.legend {
	font-weight: bold;
}

a.links:link, a.links:visited, a.links:active {
	font-size: 95%;
	text-decoration: none;
	color: #006633;
}

a.links:hover {
	text-decoration: underline;
	color: #02A35D;
}

a.ilinks:link, a.ilinks:visited, a.ilinks:active {
	font-size: 95%;
    text-decoration: underline;
	color: #006633;
}

a.ilinks:hover {
    text-decoration: none;
	color: #02A35D;
}

.prototip .default .content {
    font-size: 80%;
    color: #000000;
    background: #F5F5F5;
    text-align: center;
}

.prototip .default .title {
    font-size: 90%;
    font-weight: bold;
    text-transform: none;
    text-align: center;
    color: #006633;
}

.prototip .default .close {
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    text-decoration: none;
    height: 15px;
    width: 19px;
    line-height: 0;
}

.pageTitle {
    padding: 10px;
    border-bottom: 2px solid #006633;
	color: #006633;
	text-align: center;
}

.cleaner {
	clear: both;
	visibility: hidden;
}

select.select {
	width: 40px;
}

.bold {
	font-weight: bold !important;
}

.new {
	color: red !important;
	font-weight: bold !important;
}

.special {
	color: #DD6900 !important;
}

.italic {
	font-style: italic !important;
}

.underline {
	text-decoration: underline !important;
}

.striked {
    text-decoration: line-through;
}

.plainlight {
    border: 1px solid #E2E2E2;
    background-color: #F5F5F5;
}

.separator {
	background-repeat: repeat-x;
	background-image: url(images/misc/separator.jpg);
	height: 2px;
}

.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.logo {
	background: url(images/misc/sprite-logos.png?v=4) no-repeat;
}

.button {
	cursor: pointer;
}

.dash {
    font-weight: bold;
}

.err, .warn {
	color: red;
	font-weight: bold;
}

.ok {
	color: green;
	font-weight: bold;
}
