h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}

optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}



/******* ^^^^ YUI BASE *****/


body
{
	background-color: white;
	color: white;
	font-family:"Trebuchet MS";
}

h1
{
	font-size:167%;
	letter-spacing: -0.04em;
	margin-bottom: 0.6em;
}

h2
{
	font-size:123.1%;
	letter-spacing: -0.04em;
	margin-top: 0.4em;
}

h3
{
	font-size:116%;
	letter-spacing: -0.04em;
	margin-top: 0.4em;
	font-weight: bold;
}

h2 a, h1 a
{
	color: inherit;
	font-size: inherit;
	border: none;
}

p
{
	margin-bottom: 0.5em;
}

a
{
	color: white;
	text-decoration: none;
	border: none;
}

/*input[type="text"] */
select 
{
	color: black;
	border: 0;
	font-size:9pt;
	margin: 1px;
}


a:hover
{
	color: silver;
}

#doc4 #ft a, #competitions a
{
	border-bottom:1px solid #444;
}

a img
{
	border: none;
}

fieldset
{
	border: 1px solid #d3d3d3;
	margin-bottom: 1em;
	margin-top: 0.3em;
	margin-left: 0.3em;
	margin-right: 0.3em;
	padding: 0.5em;
	background-color: #FBFBFB;
}

fieldset legend
{
	font-size:110%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: navy;
}



.linkbox
{
	border: 0;
	padding: 0.3em;
	cursor: pointer;
	height: 1.2em;
	width: 1em;
	margin: 0.3em;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-color: #BFDADB;
	*display:inline;
}

.fakelink
{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

DIV.show
{
	display: block;
}

DIV.hide
{
	display: none;
}


/******* LAYOUT *****/
#doc4 #hd
{
	height: auto;
	float: none !important;
}

#doc4 #ft
{
	height: 10em;
	padding-left: 24.5em;
	padding-top: 2em;
	font-size: 85%;
}

.yui-t3 .yui-b 
{
	float:left;
	width: 20em; 
	*width:19.5em;
}

.yui-t3 #yui-main .yui-b 
{
	margin-left:0;
	width: 100%; 
}

/******* ^^^LAYOUT *****/



#glasila
{
	display: none;
}

#main_navigation
{
	display: none;
}

#banners
{
	display: none;
}








#competitions
{
	display: none;
}



#navigation_banner
{
	display: none;
}

.content
{
	background-color: white;
	color: black;
	line-height: 170%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 1em;
	min-height: 50em;
}

.content a
{
	color: #663;
	text-decoration: none;
	border-bottom: 1px solid #331;
}

.content a:hover
{
	color: black;
}

.content h1
{
	color: #5c8585
}

.content h2, #content h3
{
	margin-bottom: 0.6em;
	color: #5c8585;
}


















#main_navigation
{
	height: 9.615em;
	*height: 9.375em;
	width: 34.615em;
	*width: 33.75em;
	position:relative; 
	left: 1em;
	top: 1em;
}

#main_navigation table
{
	width: 100%;
	height: 100%;
}

#main_navigation table td
{
	width: 33%;
	padding: 1em;
}

#main_navigation table td.rline
{
	border-right: 1px solid #555;
}









#doc4 #hd #title
{
	float: right; 
	font-size:240%;
	letter-spacing: -0.02em;
	position:relative;
	right: 1em;
	top: 2.6em;
	text-align: right;
}




#banners
{
	position: absolute;
	top: 155px;
	width: 972px;
	height: 83px;
}

#banners .link
{
	float: left;
	position: relative;
	top: 1em;
	margin-left: 262px;
}

#banners .banner
{
	float: right;
	position: relative;
	top: 1em;
	right: 1em;
}

#banners .search
{
	position: relative;
	margin-left: 1em;
	margin-top: 1em;
	float: left;
}

#banners .search .form
{
	background:transparent url(images/top-search.gif) no-repeat scroll left top;
	height:22px;
	width: 22px;
	line-height:22px;
	position:relative;
}

#banners .search input
{
	border:0 none;
	font-size:9pt;
	height:16px;
	left:20px;
	padding:4px 2px;
	position:absolute;
	top:0;
	width:125px;
	background:transparent url(images/top-search.gif) repeat-x scroll 0 -30px;
}





/*** YUI tabview */

.yui-navset li
{
	list-style: none;
	padding-top: 0.2em;
}

.yui-navset ul
{
	margin: 0;
}

.yui-navset .yui-content 
{
	border:1px solid #ccc;
}

.yui-navset .yui-content div
{
	padding: 0.5em;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover {background-color:#fff;}

.yui-navset .yui-nav li a {background:#e5e5e5 url(images/round_4px_trans_gray.gif) no-repeat;}
.yui-navset .yui-nav li a em 
{
    background:transparent url(images/round_4px_trans_gray.gif) no-repeat top right;
    padding:0.5em;
}

/* top oriented */
.yui-navset-top .yui-nav 
{ margin-bottom:-1px; } /* for overlap, based on content border-width */

.yui-navset-top .yui-nav li a {border-bottom:1px solid #ccc;}

.yui-navset-top .yui-nav .selected a { border-bottom:0; }
.yui-navset-top .yui-nav .selected a em { padding-bottom:0.6em; } /* adjust height */

/* top & bottom oriented */
.yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em 
{
    margin-left:4px; /* based on border-radius */
    padding-right:8px; /* based on border-radius (2x left to balance margin) */
    padding-left:4px;
}

div.yui-content .yui-content-tab
{
	padding: 0.7em;
}




/*** LISTER ******************/
table.lister
{
	table-layout: auto;
	border: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	color: black;
	width: 99%;
	max-width:53.55em;
	*width:49em;
}


table.lister td
{
 	padding: 0.3em 0.5em 0.3em 0.5em;
  vertical-align: top;
  border-bottom: 1px dotted #BFDADB;
}

table.tight td
{
 	padding: 0.2em;
 	line-height: 110%;
}

table.lister tr.header
{
	background-color: white;
	font-weight: bold;
	border-bottom: 3px solid #BFDADB;
	/*background-image:url('images/lister_th_back.jpg');*/
	background-repeat:repeat-x;
	height: 25px;
	color: navy;
}

tr.header td
{
	border: 0;
	border-bottom: 3px solid #BFDADB;
}

table.lister tr.odd
{
	background-color: white;
}

table.lister tr.even
{
	background-color: white;
}

table.lister tr.odd:hover,
table.lister tr.even:hover,
table.lister tr.hover {
	background-color: #E0EDED;
}

#lister input
{
	font-size: 80%;	
}

.listerFilter
{
	border: 1px double #C4D5E6;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	background-color: #eaeaea;
	width: 600px;
}



.news .title
{
	margin-bottom: 0.6em;
	color: #993;
	font-size: 140%;
}

.news .intro
{
	font-style: italic;
	font-size: 105%;
	margin-bottom: 1em;
}

.news .body
{
	padding-left: 1em;
	text-align: left;
	margin-bottom: 2em;
}

.news .timestamp
{
	color: gray;
	font-size: 90%;
	font-style: italic;
}

.news .author
{
	color: gray;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
}