@import "basic.css";

/* mac hide\*/
html, body {
	height: 100%;
	cursor: default;
	background-color: #CCCCCC;
	padding: 0;
	margin: 0;
}
/* end hide */
body {
	font: normal normal 13px/14px monospace; 
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	cursor: default;
	min-width: 770px;
}


html>body #allcontainer {
	height: auto;
}
#allcontainer {
	margin: auto;
	position: relative;
	height: 100%;
	width: 768px;
	min-height: 100%;
	text-align: left;
	color: #333333;
	background-color: #FEFEFE;
	border-left: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
	background-image: url(images/film.gif);
	background-repeat: repeat-y;
	background-position: left 177px;
}

/* basic elements */
.warning {
	position: absolute;
	left: 0;
	top: 78px;
	background-color: #FFFFEE;
	border-top: 1px solid #000000;
	color: #000000;
	padding: 0 20px;
	font: normal normal 9px Verdana, Helvetica, sans-serif;
	opacity: .5;
	-moz-opacity: .5;
}
* html .warning {
	filter: alpha(opacity=50);
}
legend {
	color: #000000;
}
tr.passregerror td {
	border: 1px solid #CC0000;
}
.passscenario {
	width: 220px;
	float: right;
	clear: none;
}
.passscenario h3 {
	background-color: #B00000;
	margin: 0;
	color: #FFCC33;
	padding: 5px 8px;
	text-align: right;
	background-image: url(images/corner-white-ul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #375986;
}
.passscenario ol {
	background-color: #EEEEEE;
	padding: 0 5px 5px;
	margin: 0 5px;
	line-height: 1.3em;
	list-style-type: none;
	background-image: url(images/corner-white-lr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 5px 0 30px;
}
.passscenario li {
	padding: 5px;
	margin: 0;
	list-style-position: outside;
}
.passscenario li strong {
	font-style: normal;
	font-weight: bold;
}
#leftnav li.navParent a {
	background-image: url(images/menumore.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#leftnav li.navParent ul a {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}
#leftnav li.navParent a:hover {
	background-image: url(images/menumorehover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 4px solid #CC0000;
}
#leftnav li.navParent ul a:hover {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

.current {
	background-color: transparent;
	font-style: italic;
	color: #B00000;
	border-left: 2px solid #CC0000;
}

#innerwrap {
	padding: 180px 0 22px 0;
	height: auto;
}
#content {
	float: right;
	width: 558px;
	margin: 0;
	clear: none;
	padding: 20px;
}
#content h1 {/*
	padding-bottom: 7px;*/
}
#content h3 {
	margin-bottom: 5px;
}
#page1029 #content em,
#page1035 #content em {
	color: #B00000;
	font-style: normal;
	font-weight: bold;
}
.noBullet {
	list-style-type: none;
}
#content .newsFlash {
	padding: 0;
	line-height: 1.3em;
}
#content .newsFlash h2 {
	margin: 0;
	color: #B00000;
	padding: 5px 8px;
	text-align: right;
	border-bottom: 1px solid #375986;
}
#content .newsFlash ul {
	background-color: #EEEEEE;
	padding: 5px;
	margin: 0 0 10px;
	line-height: 1.3em;
	list-style-type: none;
}
#content .newsFlash li {
	margin: 1px;
	border-bottom: 1px solid #B00000;
}
#content .newsFlash li#lastNewsItem {
	border-bottom: none;
}

#content .newsFlash a,
#content .newsFlash a {
	padding: 2px 0;
	color: #375986;
	display: block;
}
#content .newsFlash a:hover {
	color: #CC0000;
	background-color: #F5F5F5;
	
}
#content .newsFlash li.clear {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 0;
	border: none;
	
}
#content .newsFlash li#lastlink {
	float: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 0;
	border: none;
}
#content .newsFlash li p {
	position: relative;
	margin: 2px 3px;
	clear: none;
}
#content .newsFlash li img {
	position: relative;
	float: left;
}
#content .newsdisplay p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#content .newsdisplay .date {
	text-align: left;
	color: #BBBBBB;
	text-decoration: none;
	margin: 5px 0 30px;
	width: 50%;
	border-top: 1px solid #FFCC33;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	/*
	border-bottom: 1px dashed #CCCCCC;*/
}
#content .newsdisplay .date strong {
	font-size: 110%;
}
#content th {
	padding: 2px;
	border-bottom: 1px solid #FF9900;
}
#content td {
	background-color: #FFEBCC;
	padding: 2px;
}

/* fieldsets */
#content .fieldset {
	background-color: #A5BEDE;/**/
	padding: 1px 0 0 10px;
	margin-bottom: 10px;/*
	width: 520px;*/
	background-image: url(images/corner-white-ul.gif);
	background-repeat: no-repeat;
	background-position: left top;/*
	float: left;*/
}
#content fieldset {
	margin: 10px;
	padding: 10px 20px 0;
	border: none;
}
#content legend {
	font-family: monospace;
	font-size: 130%;
	color: #B00000;
	font-weight: bold;
}
#content .fieldset textarea {
	margin: 0;
	padding: 0;
	color: #375986;
	font: normal 10px Helvetica, sans-serif;
}
#content .passlostpass {
	float: left;
}
#content .passlostpass form {
	float: left;
	background-color: transparent;
	/*
	width: 210px;*/
}
#content .passForm {
	margin-top: 50px;/*
	width: 210px;*/
	overflow: hidden;
	float: left;
}
.customInsert {
	margin: 30px;
	float: right;
	clear: right;
	width: 265px;
}

#leftnav {
	float: left;
	width: 150px;
	clear: none;
	font: normal normal 10px Arial, Helvetica, sans-serif;
	padding: 0;
}

#t1012,
#t1025 {
	margin: -15px 0 4px 23px;
	width: 124px;
	height: 100px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#t1012 h1,
#t1025 h1 {
	display: none;
}

#t1013,
#t1027 {
	margin: 9px 0 4px 23px;
	width: 124px;
	height: 97px;
	overflow: hidden;
	background-image: url(images/banovina.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#t1013 h3,
#t1027 h3 {
	display: none;
}
#t1013 p,
#t1027 p {
	text-align: center;
	padding: 5px 0;
	font: normal bold 10px Verdana, Helvetica, sans-serif;
}
#t1014 {
	margin: 9px 0 4px 23px;
	width: 124px;
	height: 97px;
	overflow: hidden;
	background-image: url(images/banner-2uplodno.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#t1014 h3 {
	display: none;
}
#t1014 p {
	display: none;
}
#t1028 {
	margin: 9px 0 4px 23px;
	width: 124px;
	height: 97px;
	overflow: hidden;
	background-image: url(images/kdsns.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#t1029 {
	margin: 9px 0 4px 23px;
	width: 124px;
	height: 97px;
	overflow: hidden;
	background-image: url(images/akademijans.gif);
	background-repeat: no-repeat;
	background-position: left -3px;	
}
#t1015,
#t1030 {
	margin: 9px 0 4px 23px;
	width: 124px;
	height: 99px;
	overflow: hidden;
	background-image: url(images/banner-infomedia.gif);
	background-repeat: no-repeat;
	background-position: 0 -5px;
}
#t1015 h3,
#t1030 h3 {
	display: none;
	padding: 5px 0;
	font: normal bold 10px Verdana, Helvetica, sans-serif;
}
#t1015 p,
#t1030 p {
	text-align: center;
	padding: 5px 0;
	font: normal bold 9px Verdana, Helvetica, sans-serif;
}

#t1022,
#t1026 {
	margin: 7px 0 5px 23px;
	width: 124px;
	height: 97px;
	overflow: hidden;
	background-image: url(images/enu-3.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#t1022 h3,
#t1026 h3 {
	display: none;
}
#t1022 p,
#t1026 p {
	text-align: center;
	padding: 50px 25px;
	font: normal bold 9px Verdana, Helvetica, sans-serif;
}
#leftnav .randomQuote {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	font-weight: normal;/*
	font-style: oblique;*/
	letter-spacing: 0.04em;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E4EDF6;
	background-color: #375986;
	background-image: url(images/corner-ll.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#leftnav .randomQuote p {
	padding: 5px 5px 0 10px;
	margin: 0;
	text-align: right;
}
#leftnav .randomQuote h3 {
	padding: 0 0 0 11px;
	margin: 1px 0 0 0;
	text-align: left;
	background-color: #B4C9E4;
	height: 21px;
	line-height: 21px;
	border: none;/*
	border-top: 1px solid #375986;*/
	color: #375986;
	text-transform: none;
	background-image: url(images/corner-ul.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftnav #loginSwitch {
	position: absolute;
	top: 184px;
	left: 4px;
	display: block;
	width: 14px;
	height: 9px;
	overflow: hidden;
	color: #FFFFFF;
}
#loginForm {
	margin: 0;
	padding: 0;
}
#leftnav .boxTitle {
	display: none;
}
#leftnav .userstatus {
	margin: 0 0 -1px 23px;
	text-align: right;
	width: 150px;
	padding: 5px 5px 8px;
}
#leftnav .userstatus #statuses {
	margin: 10px;
}
#leftnav .userstatus .linx {
	margin: 10px;
}
#leftnav h3 {
	line-height: 1.1em;
	border-bottom: 1px dotted #CC0000;
	padding: 3px;
	text-transform: lowercase;
}

#leftnav .passlogin form {
	margin: 0;
	text-align: left;
	padding: 10px;
}
#leftnav .passlogin form input.text {
	padding: 1px;
	line-height: 1.05em;
	border: 1px solid #729ACC;
	font-size: 10px;
	width: 111px;
}

#leftnav ul {
	margin: 0px;
	padding: 0;
	background-image: url(images/corner-ur.gif);
	background-repeat: no-repeat;
	background-position: right top;
	list-style-type: none;
	background-color: #CCDBEE;/*
	border: 1px solid #A5BEDE;*/
	width: 100%;
}
#leftnav li {
	line-height: 1.1em;
	font-weight: bold;/*
	border-bottom: 1px solid #A5BEDE;*/
	background-color: transparent;
	width: 130px;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
#leftnav .lastlink {
	background-image: url(images/corner-ll.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#leftnav li a:link,
#leftnav li a:visited {
	padding: 3px 3px 3px 1em;
	border-bottom: 1px solid #A5BEDE;
	text-decoration: none;
	color: #375986;
	margin: 0;
	line-height: 20px;
}
* html #leftnav li a {
}
#leftnav li a:hover{
	display: block;
	text-decoration: none;
	background-color: #B4C9E4;
	position: relative;
	border-right: 4px solid #A5BEDE;
	text-decoration: none;
	color: #B00000;
}


#leftnav .adcontainer {
	text-align: center;
	padding: 0;
	margin: 5px;
}
#leftnav .adframe {
	border: 1px solid #CCCCCC;
	padding: 0;
	margin: 0;
	text-align: center;
}

#clearfooter {
	clear: both;
	width: 100%;
	height: 50px;
}
* > html #clearfooter {
	clear: both;
	width: 100%;
	height: 50px;
}
#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	height: 50px;
	width: 597px;
	font: normal normal 11px Verdana, Helvetica, sans-serif;
}
#footer .siteInfo {
	padding: 5px 5px;
	color: #333333;
	text-align: right;
	border-top: 1px solid #000000;
}
.siteInfo a:visited,
.siteInfo a {
	text-decoration: none;
	background-color: #BBBBBB;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #EEEEEE;
}
.siteInfo a:hover {
	text-decoration: none;
	background-color: #B00000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #CC0000;
}
#header {
/*	z-index: 100;*/
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	height: 180px;
	width: 768px;/*
	background-image: url(images/headerback.jpg);*/
	background-image: url(images/globehead.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
}
#header #t1001,
#header #t1001 {
	margin: 0;
	padding: 0;
	height: 70px;
	width: 170px;
}
#header #logo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 70px;
	width: 160px;
	cursor: pointer;
}
#header #t1001 h1,
#header #t1001 h1 {
	position: absolute;
	left: -5000px;
}
#header .selectlang {
	position: absolute;
	top: 152px;
	right: 10px;
	z-index: 9;
}
#header .menu {
	position: absolute;
	top: 91px;
	right: 0;
	margin: 0;
	height: 50px;
	width: 100%;
	padding: 0 10px 0 0;
	background-color: transparent;
	border-top: 1px solid #FFFFEE;
}
#header .menu ul {
	text-align: right;
	list-style-type: none;
	height: 50px;
	margin: 0;
	padding: 0;
}
#header .menu li {
	display: inline;/*
	font-size: 90%;*/
	font-size: 9px;
	text-transform: lowercase;
	font-weight: bold;
	line-height: 20px;
	padding: 0;
	margin: 0 -4px 0 0;
}
#header .menu a {
	width: auto;
	padding: 6px 5px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border-left: 1px solid silver;
}
#header .menu a:link,
#header .menu a:visited {
}
#header .menu a:hover {
	width: auto;
	padding: 6px 5px;
	height: 20px;
	line-height: 20px;
	color: #FEFF59;
	text-decoration: none;
}
#header #t1005 {
	position: absolute;
	left: 7px;
	top: 150px;
}
#header #t1005 h1 {
	font: normal normal 16px monotype;
	color: #FFFFEE;
}


#pageTitle {
	position: absolute;
	top: 91px;
	height: 150px;
	width: 100%;
	margin: 0;
	padding: 60px 0 0 190px;
	color: #FFFFEE;
	font: normal bold 12px Verdana, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	/*
	background-color: #000000;
	background-image: url(images/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: -30px -50px;*/
}



.newsItem {
	width: 550px;
	margin: 10px 0;
	border: 1px solid #5E69D0;
	border-top-width: 12px;
	padding: 10px;
}
.newsItem legend {
	letter-spacing: 2px;
	font-weight: bold;
	font-variant: small-caps;
}
.newsItem h3 {
	margin: 10px 0;
}

.neccessary {
	font-weight: bold;
	color: #B00000;
}

.clearbox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearbox {height: 1%;}
/* End hide from IE-mac */






#AdminMenu {
	position: absolute;
	top: 0;
	right: 0;
	height: 18px;
	z-index: 9999;
	/*
	z-index: 5000;
	border-bottom: 1px solid #000000;*/
}
#AdminMenu a {
	font-weight: bold;
	padding: 1px 2px;/*
	margin: 0 0 0 2px;*/
	font-size: 10px;
	line-height: 18px;
}
#AdminMenu a:link,
#AdminMenu a:visited {
	margin: 1px;
	color: #B00000;
	background-color: transparent;
	text-decoration: none;
}
#AdminMenu a:hover {
	text-decoration: none;
	color: #375986;
	background-color: transparent;
}

.debugDetail {
	width: 500px;
	display: none;
	height: auto;
	background-color: InfoBackground;
	color: InfoText;
}
.debugDetail textarea {
	width: 450px;
	overflow: auto;
	height: auto;
	float: right;
}
.debugDetails {
	display : none;
	height: auto;
	width: auto;
	background-color: InfoBackground;
	color: InfoText;
}
.debugDetailON {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	text-align: right;
	width: auto;
	background-color: InfoBackground;
	color: InfoText;
}
.debugDetailsON {
	display : block;
	font: normal 90% "Courier New", Courier, monospace;
	width: auto;
	background-color: InfoBackground;
	color: InfoText;
	text-align: right;
}


.displayNone {
	display: none;
}
.displayBlock {
	display: block;
}
.displayLogin {
	position: absolute;
	top: 180px;
	left: 23px;
	width: 124px;
	background-color: #FFFFFF;
	padding: 0;
	opacity: .75;
	-moz-opacity: .75;
}
* html .displayLogin {
	filter: alpha(opacity=75);
}
.displayLogin input.button {
	padding: 0;
}

/*
	H E L P
*/

a.SantasLittleHelper {
   text-decoration: none;
	cursor: help;
}
a.SantasLittleHelper:hover {
	color: Black;
	background: transparent;
}

a.SantasLittleHelper span.helper { display: none; }
a.SantasLittleHelper:hover span.helper {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 95%;
	padding: 5px;
	margin: 0px;
	z-index: 999;
	color: Black;
	background-color: InfoBackground;
	font: 100% Verdana, sans-serif;
	text-align: left;
	border: solid 1px #000000;
}
