@charset "utf-8";
/* CSS RESET - MEYERWEB.COM */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* MAIN STUFF */
/*body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.8em; }*/
body { font-family: Arial, Helvetica, serif; font-size: 0.8em; }
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #FFF url('../img/plus-backshade.png') repeat-x left top;
}
html>body, html>body #wrapper { height: auto; }
a:link, a:visited { color: #0F2531; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	z-index: 256;
}
#header {
	height: 63px;
	width: 70%;
	min-width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#header a img {
	width: 329px;
	height: 55px;
	margin: 8px 0 0 0;
	position: relative;
	z-index: 3;
}
#header a:link, #header a:visited { color: White; }
#container {
	height: auto;
	height: 100%;
	margin: 0 auto;
}
#inner {
	position: relative;
	z-index: 2;
	height: auto;
	width: 70%;
	min-width: 977px;
	margin: 0 auto;
	top: -66px;
}
#content {
	padding: 0 10px;
	width: 70%;
	float: left;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
#content p {
	line-height: 1.4em;
	text-align: justify;
	margin: 10px 2px 10px 2px;
}
#content h2 {
	border-bottom: 1px solid #D1EAF7;/*#DFF0F9;*/
	margin-top: 30px;
	background: transparent url('../img/plus-heading-back.png')  repeat-x center bottom;
}

#sidebar {
	width: 255px;
	float: left;
	font-size: 1.1em;
	padding: 0 5px;
	margin: 0 0 0 5px;
}
#news, #sidemenu {
	margin: 0 10px 5px 15px;
	padding: 10px 10px 15px 10px;
	background: #FFF;
	border: 1px solid #DEF0F9;
	-moz-box-shadow: 0 0 30px rgba(190, 224, 242, 1);
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 30px rgba(190, 224, 242, 1);
	-webkit-border-radius: 5px;
}
#news li, #sidemenu li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: #FFF url('../img/plus-divider.gif') no-repeat center bottom;
}
#news p, #sidemenu p { line-height: 1.2em; text-align: justify; }
#news h3, #sidemenu h3 { margin-bottom: 5px; font-size: 1.2em; }
#sidemenu .menuitem {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 10px 15px;
	line-height: 1.2em;
}
#sidemenu li {
	background: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}
#sidebar dl {
	color: #22506A;
	background: #FFF;
	font-size: 0.9em;
	margin: 40px 10px 5px 20px;
	padding: 10px;
	line-height: 1.4em;
	border: 1px solid #F3F9FD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sidebar dt {
	x-font-family: Cambria, Georgia, "Times New Roman", Times, sans-serif;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}
#sidebar dd { padding-left: 10px; }
#sidebar dl a { font-style: italic; border-bottom: 1px dotted #22506A; }
#sidebar dl a:hover {
	text-decoration: none;
	border-bottom: 1px solid #22506A;
	color: #22506A;
	background: #F3F9FD;
}
#footer {
	clear: both;
	width: 70%;
	min-width: 980px;
	bottom: 0;
	left: 0;
	margin: 20px auto 10px auto;
	padding: 10px 7px 0 7px;
	border-top: 1px solid #AAA;
	color: #AAA;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.4em;

}
pre.decho {
	border: 1px solid #BFD5D9;
	background: #DFEAEC;
	font-family: monospace;
	white-space: pre;
	padding: 10px;
	margin: 10px 10px 10px 0;
	display: table;
}
#menu { margin: 0 12px 10px 2px; }
#mainmenu {
	height: 51px;
	padding: 6px 0 0 0;
	font-size: 2.9em;
	font-style: italic;
	font-weight: bold;
	x-font-family: Cambria, Georgia, "Times New Roman", Times, sans-serif;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	font-variant: small-caps;
	overflow: hidden;
}
#mainmenu a { color: #0F2531; }
#mainmenu a:hover {
	text-decoration: none;
	color: #22506A;
	text-shadow: 1px 1px 1px #FFF;
}
#mainmenu li {
	display: inline;
	margin-right: 20px;
	padding: 0 10px 2px 10px;
}
#mainmenu li:last-child { margin-right: 0; }
#smallmenu { display: inline; font-size: 0.5em; }
#smallmenu li { display: inline; }
#submenu {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	height: 20px;
	margin-left: 10px;
	padding: 3px 0 2px 0;
	font-size: 1.4em;
	color: #86C4E7;
	text-shadow: 1px 1px 1px rgba(15, 37, 49, 0.5);
	background: transparent url('../img/plus-submenu-shadow.png') no-repeat top left;
}
#submenu a { color: #E7F2F9; font-style: italic; }
#submenu a:hover { text-decoration: none; color: #0F2531; }
#submenu li {
	display: inline;
	border-right: 1px solid #22ADFF; /*#219ADF;*/
	padding: 0 14px 0 11px;
}
#submenu li:first-child { padding-left: 0; }
#submenu li:last-child { border-right: none; }
#submenu a:link.current, #submenu a:visited.current { color: #F8E146 !important; font-weight: bold; }
#submenu a:hover.current { color: #000 !important; }

.popravi {
	color: HotPink;
	background: LavenderBlush;
	border: 3px solid DeepPink;
	padding: 3px 5px;
	font-family: Candara;
	font-size: 2em;
}
span.mark sup {
	font-size: 0.9em;
	color: #22506A;
	vertical-align: super;
}
.imglink img { margin: 10px 0 !important; }
a.imglink:link { border: none !important; background: none !important; }
a.imglink:link img { border: 1px solid #DCDCDC; }
a.imglink:visited { border: none !important; background: none !important; }
a.imglink:visited img { border: 1px solid #D3D3D3; }
a.imglink:hover { border: none !important; background: none !important; }
a.imglink:hover img { border: 1px solid #696969; }
.linebr {
	display: block;
	font-style: italic;
	margin-left: 10px;
}
/* ------- */
em { font-style: italic; }
strong { font-weight: bold; }
h1{ font-size: 2.2em; }
h2{ font-size: 1.7em; }
h3{ font-size: 1.27em; }
h4{ font-size: 1.1em; }
h5{ font-size: 0.93em; }
h6{ font-size: 0.85em; }
h1, h2, h3, h4, h5, h6 {
	x-font-family: Cambria, Georgia, "Times New Roman", Times, sans-serif;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	display: block;
	padding: 3px 0;
	margin-bottom: 10px;
}
/* ----- */
#content a:link { background: #FDF7CC; border-bottom: 1px dotted #957B01; x-white-space: nowrap; }
#content a:visited { background: #FFFCE9; border-bottom: 1px dotted #957B01; }
#content a:hover {
	x-background: #C5E5F5;
	background: #F6D81A;
	x-border-bottom: 1px solid #1A79AC;
	border-bottom: 1px solid #957B01;
	text-decoration: none;
}
#sidebar a:link { background: #EAF6FC; border-bottom: 1px dotted #197AAE; }
#sidebar a:visited { background: #FFF; border-bottom: 1px dotted #197AAE; }
#sidebar a:hover {
	background: #C5E5F5;
	border-bottom: 1px solid #1A79AC;
	text-decoration: none;
}
ul.taglist a:link { border-bottom: none !important; }
ul.taglist a:hover { border-bottom: 1px solid #957B01 !important; }
th a:link {
	color: #FFF !important;
	background: #2D8CC3 !important;
	border-bottom: 1px dotted #DFF0F9 !important;
}
th a:hover {
	color: #000 !important;
	background: #F6D81A !important;
	border-bottom: 1px solid #957B01 !important;
}
#footer a:link {
	color: #666;
	background: #EEE;
	border-bottom: 1px dotted #666 !important;
}
#footer a:hover {
	color: #000;
	background: #CCC;
	border-bottom: 1px solid #000 !important;
	text-decoration: none;
}
#content h2:first-child { margin-top: 0; }
#content ul { margin-bottom: 10px; line-height: 1.4em; }
ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
	vertical-align: baseline;
}
ul.bulletlist {
	list-style-image: url('../img/plus-bulletin.gif');
	list-style-position: outside;
	margin-left: 25px;
	vertical-align: baseline;
}
ul.bulletlist li { margin-bottom: 5px; }
ul.bulletlist li:hover { list-style-image: url('../img/plus-bulletin-h.gif'); }
ul.taglist li {
	display: inline;
	border: 1px dotted #6DB4DD;
	background: #DFF0F9;
	padding: 2px 4px;
	margin: 0 5px 5px 0;
	white-space: nowrap;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
ul.taglist li:hover { border: 1px solid #2BA6E5; background: #D1EAF7; }
li.article {
	padding-bottom: 15px;
	margin-bottom: 25px;
	background: transparent url('../img/plus-divider.gif')  no-repeat center bottom;
}
thead th, thead td {
	color: #FFF;
	background: #6DB4DD url('../img/plus-thead-back.png') repeat-x center top;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #6DB4DD;
	border-bottom: 1px solid #6DB4DD;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
thead th:first-child, thead td:first-child {
	border-left: 1px solid #6DB4DD;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
thead th:last-child, thead td:last-child {
	border-right: 1px solid #6DB4DD;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
thead:hover th, thead:hover td { background: #1A80B7; }
tbody tr td {
	padding: 5px 7px;
	border-right: 1px dotted #9BCAE4;
	vertical-align: middle;
}
tbody tr td:last-child { border-right: none; }
tbody tr:hover {}
tbody tr td:first-child { border-left: 1px solid #6DB4DD; }
tbody tr td:last-child { border-right: 1px solid #6DB4DD; }
tbody tr:last-child td { border-bottom: 1px solid #6DB4DD; }
td.c, th.c { text-align: center; }
tr.c td { text-align: center; }
td.b { border-right: 1px solid #6DB4DD; }
tfoot td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	background: #6DB4DD url('../img/plus-thead-back.png') repeat-x center top;
	padding: 5px 7px;
	text-align: center;
	border-bottom: 1px solid #6DB4DD;
}
tfoot td:first-child {
	border-left: 1px solid #6DB4DD;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
tfoot td:last-child {
	border-right: 1px solid #6DB4DD;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#mainmenu li:first-child { margin-left: 5px; }
#mainmenu li:hover {
	background: rgba(123, 221, 253, 0.6);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 10px rgba(153, 255, 255, 0.75), 0px 0px 10px rgba(153, 255, 255, 0.75);
	-moz-box-shadow: 1px 1px 10px rgba(153, 255, 255, 0.75), 0px 0px 10px rgba(153, 255, 255, 0.75);
	-webkit-box-shadow: 1px 1px 10px rgba(153, 255, 255, 0.75), 0px 0px 10px rgba(153, 255, 255, 0.75);
}
/*
#mainmenu > li:hover:last-child {
	background: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
*/
#mainmenu li.active {
	background: rgba(252, 239, 151, 0.45);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 10px rgba(252, 239, 151, 0.75), 0px 0px 10px rgba(252, 239, 151, 0.75);
	-moz-box-shadow: 1px 1px 10px rgba(252, 239, 151, 0.75), 0px 0px 10px rgba(252, 239, 151, 0.75);
	-webkit-box-shadow: 1px 1px 10px rgba(252, 239, 151, 0.75), 0px 0px 10px rgba(252, 239, 151, 0.75);
}
#mainmenu li.active:hover {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.75), 0px 0px 10px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.75), 0px 0px 10px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.75), 0px 0px 10px rgba(255, 255, 255, 0.75);
}

#smallmenu li:hover {
	background: rgba(123, 221, 253, 0.6);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 10px rgba(153, 255, 255, 0.75), 0px 0px 10px rgba(153, 255, 255, 0.75);
	-moz-box-shadow: 1px 1px 10px rgba(153, 255, 255, 0.75), 0px 0px 10px rgba(153, 255, 255, 0.75);
	-webkit-box-shadow: 1px 1px 10px rgba(153, 255, 255, 0.75), 0px 0px 10px rgba(153, 255, 255, 0.75);
}
#smallmenu li.active {
	background: rgba(252, 239, 151, 0.4);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 10px rgba(252, 239, 151, 0.55), 0px 0px 10px rgba(252, 239, 151, 0.55);
	-moz-box-shadow: 1px 1px 10px rgba(252, 239, 151, 0.55), 0px 0px 10px rgba(252, 239, 151, 0.55);
	-webkit-box-shadow: 1px 1px 10px rgba(252, 239, 151, 0.55), 0px 0px 10px rgba(252, 239, 151, 0.55);
}
#smallmenu li.active:hover {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.55), 0px 0px 10px rgba(255, 255, 255, 0.55);
	-moz-box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.55), 0px 0px 10px rgba(255, 255, 255, 0.55);
	-webkit-box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.55), 0px 0px 10px rgba(255, 255, 255, 0.55);
}
#sitenav li {
	display: inline;
	float: left;
	width: 9%;
	padding: 3px 0;
	margin: 0 5px 5px 0;
}
#sitenav li a:link, #sitenav li a:visited {
	font-weight: bold;
	font-style: normal;
	color: #888 !important;
	background: #F3F3F3 !important;
	border-bottom: 1px dotted #AAA !important;
}
#sitenav li a:visited { background: #EEE !important; }
#sitenav li a:hover { border-bottom: 1px solid #000 !important; color: #000 !important; background: #CCC !important; }
#sitenav li ul { margin-top: 5px; }
#sitenav li ul li { display: block; float: none; width: 100%; }
#sitenav li ul li a:link { font-weight: normal; background: none !important; }
#sitenav li ul li a:visited { font-weight: normal; background: #EEE !important; }
#sitenav li ul li a:hover { font-weight: normal; background: #EEE !important; }
#footer p { float: right; display: inline; width: 43%; }
#topgfx {
	position: relative;
	top: -10px;
	z-index: 2;
	width: 980px;
	height: 66px;
	margin: 0 auto;
	background-image: url('../img/plus-menuback.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#mapa {
	width: 100%;
	height: 500px;
	margin-bottom: 10px;
	border: 1px solid gainsboro;
}
.radio-selector { line-height: 2em; }
.radio-selector a {
	padding: 3px 4px;
	white-space: nowrap;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.radio-selector a:link { background: silver !important; border: 1px outset silver !important; }
.radio-selector a:visited { background: darkgray !important; border: 1px outset darkgray !important; }
.radio-selector a:hover { background: gainsboro !important; border: 1px outset gainsboro !important; }
.radio-selector a:active { background: dimgray !important; border: 1px inset dimgray !important; color: white; }
.radio-selector a.optbtn.active { background: gray !important; border: 1px inset gray !important; }
table.tjedan { margin-bottom: 30px; width: 100%; }
table.tjedan thead tr th { border-right: 1px solid #4BA3D6; }
table.tjedan tbody tr td { border-right: 1px dotted #D1EAF7; }
table.tjedan tbody tr td:last-child { border-right: 1px solid #6DB4DD; }
table.tjedan tbody tr td.b { border-right: 1px solid #6DB4DD; }
table.tjedan tfoot { font-size: 0.9em; font-style: italic; }
table.datumi { width: 100%; }
table.datumi ul { margin-bottom: 0 !important; }
table.datumi ul li { margin-bottom: 10px; }
table.datumi ul li:last-child { margin-bottom: 0; }
li.tjedan { cursor: pointer; }
.thalf { float: left; width: 46%; margin: 0 20px 20px 0; }
.thalf table { width: 95%; margin: 0 auto; }
.thalf h3 { margin: 0 10px auto; }
.link-weight { color: #AAA; font-size: 0.9em; margin-left: 5px; }
table.tbl-list { width: 23%; margin: 0 10px 10px 0; float: left; }
#booklist li {
	display: inline;
	float: left;
	width: 190px;
	height: 300px;
	border: 1px solid #D1EAF7;
	background: #F3F9FD;
	margin: 0 3px 3px 0;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#booklist h4, #booklist h5 { text-align: center; }
#booklist h4 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 3px;
}
#booklist h5 { font-size: 1.1em; line-height: 1em; }
#booklist a[rel=external]:after { content: none; }
#booklist a.img { border: none; background: none; padding: 0 7%; }
#booklist .topblock { height: 6.5em; }
#booklist p { text-align: left; }
#booklist span, span.nobr { white-space: nowrap; }
table.rokovi { margin-bottom: 20px; width: 100%; }
table caption {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 5px;
}
div.photo {
	float: right;
	margin: 0 0 5px 10px;
	text-align: right;
	vertical-align: top;
	height: 145px;
	max-width: 26em;
	overflow: hidden;
}
div.photo.up {
	max-width: 15em;
	height: 230px;
}
div.photo.b { border: 1px solid black; }
#mapa a { background: transparent !important; border-bottom: none !important; }
.hilite {
	box-shadow: 1px 1px 10px #F1D307;
	-moz-box-shadow: 1px 1px 10px #F1D307;
	-webkit-box-shadow: 1px 1px 10px #F1D307;
}
dl.books dt { text-align: center; margin: 5px 0 15px 0; }
dl.books a:link, dl.books a:visited { background: none !important; font-style: normal !important; }
dl.books a.img { border: none !important; }
dl.books dt a:link, dl.books dt a:visited { font-size: 1em; text-transform: uppercase; }
dl.books a[rel=external]:after { content: "" !important; padding: 0 !important; }
dl.books dd {
	text-align: center;
	margin: 5px auto 15px auto;
	border: 1px solid #F3F9FD;
	background: #F9FDFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
dl.books dd:hover { border: 1px solid #D1EAF7; background: #F3F9FD; }
/* ------ */
.a1a5.active { background: LightPink; }
.a2a6.active { background: HotPink; }
.a3a7.active { background: MediumOrchid; }
.a4a8.active { background: MediumSlateBlue; }
.a9a13.active { background: Yellow; }
.a10a14.active { background: Gold; }
.a11a15.active { background: Orange; }
.a12a16.active { background: OrangeRed; }
.b1b5.active { background: Aquamarine; }
.b2b6.active { background: SpringGreen; }
.b3b7.active { background: Lime; }
.b4b8.active { background: Chartreuse; }
.b9b13.active { background: RoyalBlue; }
.b10b14.active { background: DodgerBlue; }
.b11b15.active { background: DeepSkyBlue; }
.b12b16.active { background: Aqua; }
.a17.active { background: FireBrick; color: #FFF; }
.a18.active { background: Crimson; color: #FFF; }
.b17.active { background: MediumVioletRed; color: #FFF; }
.b18.active { background: DarkMagenta; color: #FFF; }
.b19.active { background: Chocolate; color: #FFF; }
.b20.active { background: DarkGoldenRod; color: #FFF; }
.a19.active { background: DarkSlateBlue; color: #FFF; }
.a20.active { background: DarkBlue; color: #FFF; }
.b21.active { background: SeaGreen; color: #FFF; }
.b22.active { background: DarkOliveGreen; color: #FFF; }
.b23.active { background: Olive; color: #FFF; }
.a21.active { background: DarkGray; color: #FFF; }
.a22.active { background: DimGray; color: #FFF; }
.b24.active { background: Sienna; color: #FFF; }
.b25.active { background: Brown; color: #FFF; }
.b26.active { background: Maroon; color: #FFF; }
.uskrs.active, .uskrs1.active, .uskrs2.active, .uskrs3.active { background: LawnGreen; }
.matura.active { background: Red; }
/* ------ */
a img { border: none; background: none; }
fieldset {
	background: #FFF;
	border: 1px solid #DEF0F9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
fieldset li { margin: 0 0 10px 0; }
fieldset li:first-child { margin: 10px 0; }
fieldset li label.front {
	width: 200px;
	float: left;
	display: inline;
	text-align: right;
	margin: 2px 5px 5px 0;
}
fieldset li span.block { display: block; }
/*input, button, select { font-family: Georgia, "Times New Roman", Times, serif; }*/
input, button, select { font-family: Corbel, Arial, Helvetica, sans-serif; }
input[type=text], input[type=password], textarea, select {
	border: 1px solid #1C85BE;
	padding: 1px 2px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { border: 1px solid #163648; }
/* ------ */
hr {
	border: none;
	border-bottom: 1px solid #6DB4DD;
	margin: 10px 0;
	padding: 0;
}
a[rel=external]:after {
	padding: 0 6px;
	background-image: url('../img/plus-external.gif');
	background-repeat: no-repeat;
	background-position: 3px 4px;
	display: inline;
	content: " ";
}
div.clear { clear: both; }
#messages { display: table; margin: 10px 0 20px 0; }
#messages div { padding: 10px 20px; color: black; }
#messages div.valid { background: #E4F5D7; border: 2px solid #C7EAAE; }
#messages div.warn { background: #F5F1D7; border: 2px solid #EAE2AE; }
#messages div.error { background: #F5D7D7; border: 2px solid #EAAEAE; }
#messages a.close-message { font-size: 0.8em; }
/* ------ */
.bmark { color: #8B4513; }
.smaller { font-size: 0.9em; color: #333; }
.odd { background: #FFF; }
.even { background: #DFF0F9; }
.odd:hover { background: #D1EAF7; }
.even:hover { background: #A8D2E8; }
var, .hidden { display: none; }
.center { text-align: center; }
.right { text-align: right; }
.jq-show { display: none; }
/* ------ */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* ------- */

