/*
*
*   trojka.org styles
*
*   Look & Feel of www.trojka.org is heavilly inspired by mozilla.org theme
*
*   We wish to thank you mozilla.org web developers for providing such a nice
*   and practical way to orginize a web site.
*
*/

/* Basic Structure */

	body {
		margin: 2px 20px 20px 20px;
	    background: #fff;
		color: #000;
        min-width: 900px;
	}

	#container {
		max-width: 910px;
		margin: 0 auto;
        width: 910px;
    }

	#mBody {
		clear: both;
		padding: 0 0 1em 0;
	}

	#side {
		float: left;
		width: 23%;
		margin-bottom: 1em;
	}

	#mainContent {
		margin-left: 25%;
	}

	.nomenu #mainContent {
		margin-left: 0;
	}

	#mainContent.right {
		float: left;
		width: 62%;
		margin-bottom: 1em;
		margin-left: 0;
	}

	#side.right {
		float: none;
		width: auto;
		margin-left: 65%;
	}

	hr.hide {
		display: none;
	}

	#mainContent, #side {
		background: #fff;
		line-height: 1.3; /* value other than 'normal' needed for WinIE */
		color: #000;
	}

/* Accessibility tweaks */

	.skipLink {
		position: absolute;
		left: -999px;
		width: 990px;
	}

/* Random HTML Styles */

	dt {
		font-weight: bold;
	}

	dd {
		margin: 0 0 1em 1em;
	}

	li {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	sup {
		font-size: 70%;
	}

	form {
		margin: 0;
		display: inline;
	}

	label {
		font-weight: bold;
	}

/* General Structure */

	#reduced {
		font-size: 85%;
	}


	.subtitle {
		font-style: italic;
	}

	div.para {
		margin: 1em 0;
	}

	div.para > ul,
	div.para > ol,
	div.para > blockquote {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	div.section {
		display: block;
		padding-left: 3%;
	}

	div.section > h2,
	div.section > h3,
	div.section > h4,
	div.section > h5,
	div.section > h6 {
		margin-left: -1.3%;
	}

	.block {
	  display: block;
	  margin: 0.1em 1em;
	}

	.first {
		margin-top: 0; /* For IE not understanding first:child */
	}

/* Navigation */

	:link img,
	:visited img {
		border: 0;
	}

	dl.toc dt {
		margin-top: 1em;
		font-size: 110%;
	}
	dl.toc p {
		margin: 0;
		text-indent: 1em;
	}
	dl.toc p:first-child {
		text-indent: 0;
	}
	dl.toc > dd {
		margin-left: 1em;
	}

	ol.toc ol {
		list-style-type: circle;
	}
	ol.toc > li > ol {
		font-size: 90%;
	}

	ul.snav {/* section navigation or short navigation, whichever you prefer */
		margin: 0.7em 10%;
		padding: .2em;
		text-align: center;
		list-style-type: none;
	}
	ul.snav > li {
		margin: 0;
		padding: 0;
	}
	ul.snav > li {
		display: inline;
	}
	ul.snav > li:before {
		content: " | ";
	}
	ul.snav > li:first-child:before {
		content: "";
	}

	a.cont {
		display: block;
		margin-right: 0;
		text-align: right;
	}

/* Emphasis */

	/* em, strong */

	strong.stronger {
		font-style: italic;
		font-weight: bold;
	}

	strong.very-strong {
		font-weight: bold;
		text-transform: uppercase;
	}

	*.important,
	div.important,
	p.important {
		margin: 1em;
		padding: 0.1em;
		border: solid #F00;
		font-size: larger;
	}


/* Tables */

	table.data {
		border-collapse: collapse;
		margin: 0.5em auto;
		border: 1px solid;
	}

	table.data caption {
		margin: 1em auto 0.2em;
		font-size: small;
		font-style: italic;
		text-align: center;
	}

	table.data th,
	table.data td {
		padding: 0.2em;
		border: 1px solid;
		vertical-align: baseline;
	}

	table.data tbody th:first-child {
		text-align: right;
	}

	table.data thead th {
		vertical-align: bottom;
	}


/* Headers */

	#mainContent > h1:first-child,
	#mainContent > h2:first-child,
	#mainContent > h3:first-child,
	#mainContent > h4:first-child,
	#mainContent > h5:first-child,
	#mainContent > h6:first-child,
	#side > h1:first-child,
	#side > h2:first-child,
	#side > h3:first-child,
	#side > h4:first-child,
	#side > h5:first-child,
	#side > h6:first-child {
		margin-top: 0;
	}


/* Random HTML Styles */

	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	hr.sponsor {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 1.2em 0;
	}


	input[type="submit"] {
		font-weight: bold;
	}

/* General Structure */
    body, td, th, input { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
    }

	h1, h2, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
	}
	h3 {
		margin: 1.2em 1.5em 0.3em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
        color: #003399;
}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 115%;  }
	h4 { font-size: 100%;  }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }

/* Navigation */

        :link { color: #039; }
        :visited { color: #636; }
        :link:hover, :visited:hover { color: #333; }
        :link:active, :link:active { color: #000; }



/* Comments and other Asides */

	.news dt {
		font-weight: normal;
		color: #666;
	}
	.news dt a {
		font-weight: bold;
	}

	ul.compact {
		margin-left: 0;
		padding-left: 20px;
	}

/* Tables */

	table.data thead th {
		background: #e4ecec;
		empty-cells: hide;
	}

	table.data th,
	table.data td {
		border: 1px solid #ccc;
	}

	tr.odd {
		background: #F5F5F5;
	}

/* Header */

	#header {
		background: #1856A3 url("../grafika/banner_2.jpg") top left no-repeat;
		position: relative;
		min-height: 48px;
        margin-bottom: 1em;
		height: 5em;
		padding: 0;
		height: 3em;
		padding: 15px 0;
	} #ignored {}

	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		font-size: 2px;
		height: 8px;
		z-index: 100; /* above the UL */
	}

	#header h1 a {
		display: block;
		width: 400px;
		height: 78px;
		text-indent: -700em;
		text-decoration: none;
	}

	#header ul {
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		background: url("../grafika/header_br.gif") no-repeat bottom right;
		z-index: 90; /* below the H1 */
	}

	#header li {
		float: right;
		background: url("../grafika/tabs3.gif") 100% -600px no-repeat;
		padding: 0 6px 0 0;
		margin: 0 4px 0 0;
		border-bottom: 1px solid #515358;
		display: inline;
		white-space: nowrap;
	}

	#header ul a {
		float: left;
		display: block;
		padding: 4px 4px 4px 10px;
		background: url("../grafika/tabs3.gif") 0% -600px no-repeat;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#header ul li:hover a { background-position: 0% -400px; }
	#header ul li:hover { background-position: 100% -400px; }

	body.sectionTopMenu li#top_menu a {
		background-position: 0% -200px;
		color: #039;
	}

	body.sectionTopMenu li#top_menu {
		background-position: 100% -200px;
		border-bottom: 1px solid #fff;
	}

	body.sectionTopMenu li#top_menu:hover {
		background-position: 100% 0%;
	}

	body.sectionTopMenu li#top_menu:hover a {
		background-position: 0% 0%;
		color: #333;
	}

	#header h2 {
		position: absolute;
		top: 0;
		left: 0;
		padding: 10px 5px 0 760px;
		margin: 0;
		text-align: right; /* need for IE Mac */
		white-space: nowrap; /* for Opera */
		color: #fff;
		z-index: 100; /* above the UL */
        font-size: 10pt;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
	#header h2 a {
		display: block;
		text-decoration: none;
		color: #fff;
}

/* Sidebar */

	#nav {
		background: #6699CC;
		margin-bottom: 1em;
		line-height: 1em;
	}

	#nav:before {
		line-height: 0.1;
		font-size: 1px;
		margin: 0;
		height: 9px;
		display: block;
		background: transparent url("../grafika/menu_gl.gif") no-repeat top right;
		content: url("../grafika/menu_gd.gif");
		border-bottom: 1px solid #ddd;
	}

	#nav:after {
		display: block;
		padding-top: 0;
		line-height: 0.1;
		font-size: 1px;
		margin: 0 0 0 0;
		height: 8px;
		background: transparent url("../grafika/menu_dd.gif") scroll no-repeat bottom right ;
		content:  url("../grafika/menu_dl.gif");
		border-top: 1px solid #fff;
	}

	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
        list-style-type: none;
	}

	#nav li {

		display: inline;
		padding: 0px 0px;
		text-decoration: none;
		x-background: #6699CC;
		border-bottom: 0px solid #ddd;
		border-top: 0px solid #fff;
		border-right: 0px solid #ddd;
	}

	#nav li span { /* used for un-linked menu items */
		display: block;
		padding: 6px 10px;
		font-weight: bold;
		color: #666;
	}

	#nav li span#configParent, #nav li span #configuration {
		display: inline;
		font-weight: normal;
		padding: 0;
	}

	#nav li a {
		display: block;
		padding: 8px 10px;
		text-decoration: none;
		background: #6699CC;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		border-right: 1px solid #ddd;
        font-weight: bold;
        color: #F5FFFA;
	}

	#nav li a:hover {
		display: block;
		background: #87CEEB;
        color: #000000;
		text-decoration: none;
}

	#nav li:hover {
		background: #87CEEB;
        font-weight: bold;
}

	#nav li li span { /* used for un-linked menu items */
		padding: 4px 8px 4px 20px;
	}

	#nav li li a {
		padding: 6px 8px 6px 20px;
	}

/* Footer */

	#footer {
		border-top: 1px solid #999;
		clear: both;
		margin: 2em 0;
		padding: 1em 0;
		text-align: center;
	}

	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#footer li {
		display: inline;
		padding: 0 20px 0 0;
		margin: 0;
		white-space: nowrap;
	}

	#footer span,#footer a {
		white-space: nowrap;
		padding: 0 1em;
	}

	#footer p {
		margin: 0.6em 0;
	}

	#footer p span,#footer p a {
		white-space: nowrap;
		padding: 0 0.3em;
	}

	#footer span a {
		padding: 0;
	}

	#footer p,#footer p a {
		color: #666;
	}

	#footer p a:hover {
		color: #000;
	}

/* Home */

h2 a { text-decoration: none; }
h2 a:link { color: #000; }
h2 a:visited { color: #000; }
h2 a:hover { color: #039; }

#mBody h2 { margin-top: 0; }
#mBody p { margin-top: 0; }


div.extrainfo {
	margin-top: 10px;
}

.homepage p {
	margin: 0 0 0.6em 0;
	line-height: 140%;
}

#feature-content {
	padding: 6px 330px 6px 10px;
}

#feature-content h2 {
	margin: 0;
}

#featurelink {
	display: block;
	width: 350px;
	height: 235px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
	text-indent: -2500px;
}

#onepointoh {
	line-height: 0px;
	width: 289px;
	float: right;
}

ul.newssmall {
	margin: 0.7em 0 0 0;
	padding: 0;
}

.newssmall li {
	margin: 0 0 0.5em 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}
.newssmall li a { font-weight: normal; }


ul.news {
	margin: 0.5em 0 0 0;
	padding: 0;
}

.news li {
	margin: 0 0 2em 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}
.news li a { font-weight: normal; }

.news .date {
	background: #FAF4C8;
	border-right: 1px solid #E3DE9F;
	border-bottom: 1px solid #E3DE9F;
	float: left;
	text-align: center;
	line-height: 1.1em;
	padding: 2px 1px 5px 1px;
	width: 2.2em;
	color: #A19D68;
	margin: 0 0.5em 1em 0;
}

.news .date:first-line {
	font-size: 70%;
}

.news h3 {
  margin-bottom: 10px;
}

#circleli {
    list-style-type: circle;
}

/* for 3 columns */

    .frontcolumn3 {
    	width: 30%;
	    float: left;
    	padding-right: 3%;
    }

    .frontcolumnlast3 {
    	width: 33%;
	    float: left;
    }

/* 2 columns big and small */

    .frontcolumndouble {
	    width: 70%;
    	float: left;
    	padding-right: 3%;
    }

    .frontcolumnlast {
    	width: 25%;
	    float: left;
    }
