﻿html, body, form, div, span, table, td, tr, a, img, ul, li, dl, dt, dd, h4,h3,h5
{
	margin: 0px;
	padding: 0px;
	border-style: none;
}
html
{	
}
body 
{
	font-family:Georgia, Times New Roman;
	font-size:0.75em;
	background-color:#ffffff;
	background-image:url(Images/background.png);
	background-repeat:repeat-x;
	color:#595959;
}
form
{	
}
h1
{
	font-size: 1.2em;
}
h2
{
	font-size: 1.1em;
	font-weight:normal;
	color:#4e8bc6;
	text-align:left;
	padding-top:4px;
	padding-bottom:7px;
	margin:0px;
}
h3
{
	text-align:center;
	font-size:1.1em;
	color:#307bd6;
	padding-bottom:10px;
	line-height:17px;
	text-transform:uppercase;
}
h4
{
	font-size:0.95em;
	color:#307bd6;
	padding-bottom:10px;
	padding-top:7px;
	text-align:center;
	line-height:17px;
}
h5
{
    font-size:0.95em;
    color:#4c79a4;
}
dfn
{
    font-size:0.9em;
    font-style:normal;
    text-align:center;
    display:block;
}
a
{	
	color:#0e4384;	
}
p
{
    text-indent:10px;
}
hr
{
	background-color:White;
}
.calendar
{
	background-color:white;
	border-color: gray;
	border-width: 1px;
	border-style: solid;		
}
.calendar a
{
	border-color: white;
	border-width: 1px;
	border-style: dotted;		
	padding:3px;
	display:block;
}
.calendar a:hover
{
	border-color: gray;
	border-width: 1px;
	border-style: dotted;		
}

.grid-view
{
	width: 100%;
	border-color: #78b0df;
	border-style:solid;
	border-width: 1px;
}
.grid-view td
{
	padding:2px;	
	border-color: #78b0df;
	border-style:solid;
	border-width: 1px;
}
.grid-view-header
{
	font-weight:bold;	
}
.grid-view th
{	
	background-color: #78b9df;	
	border-color: #78b0df;
	border-style:solid;
	border-width: 1px;
	text-align:center;
}
.grid-view-row-alternate
{
	background-color: #c7eff9;
}

.generic-left-image
{
	float:left;	
	margin-left:6px;
	margin-right:10px;
	margin-bottom:10px;
}
.generic-right-image
{
	float:right;	
	margin-left:6px;
	margin-right:10px;
	margin-bottom:10px;
}
.right-text
{
    text-align:right;
    padding-left: 220px;
    padding-bottom:10px;        
    display:block;
    float:right;    
}


/* Caption */
#caption
{
	background-image:url(Images/caption.jpg);
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	width:758px;
	height:149px;
	color:#78b9df;
	position:relative;
}
#caption h1
{	
	display:none;
}
#caption .login
{
	position:absolute;
	right: 10px;
	top: 5px;
	background:red;
	padding:4px;
}
#caption .menu
{
	list-style-type: none;	
	position:absolute;
	right:0px;
	bottom:0px;			
	height: 24px;
}
#caption .menu li
{	
	float: left;
	display: block;
	height: 24px;
}
#caption .menu a
{
	text-indent: -7000px;				
	height: 24px;	
	display: block;
	outline: none;
	border-style:none;
}
#caption .menu a:hover
{	
	background-position:0px 0px;
}
#caption .menu a:hover
{	
	background-position:0px -24px;
}
#caption .menu a:visted
{	
	background-position:0px 0px;
}
#caption .menu a:active
{	
	background-position:0px -24px;
}
#caption .menu a.current
{	
	background-position:0px -48px;
}
#caption .menu .home a
{
	width:112px;
	background-image:url(Images/home.jpg);
	background-repeat:no-repeat;		
}
#caption .menu .structure a
{
	width:111px;
	background-image:url(Images/structure.jpg);
	background-repeat:no-repeat;		
}
#caption .menu .about-us a
{
	width:111px;
	background-image:url(Images/about-us.jpg);
	background-repeat:no-repeat;		
}
#caption .menu .newspaper a
{
	width:110px;
	background-image:url(Images/newspaper.jpg);
	background-repeat:no-repeat;		
}
#caption .menu .competitions a
{
	width:110px;
	background-image:url(Images/competition.jpg);
	background-repeat:no-repeat;		
}
/* Main */
#main
{
	background-image:url(Images/content-background.gif);		
	background-repeat: repeat-y;
	background-color:#e5f5fd;
	width: 758px;
	text-align:left;
	margin:20px auto 0px auto;
	min-height:500px;	
}
#main-inner
{	
	background-image:url(Images/body-top1.jpg);		
	background-repeat:no-repeat;	
}
#main h1
{
	padding-top:6px;
	margin-left: 220px;
	margin-bottom:3px;	
	font-size: 1.05em;
	color:#0e4384;	
}
#content
{
	background-image:url(Images/content-separator.jpg);
	background-repeat:repeat-x;
	width: 520px;
	height:100%;
	background-color:#e5f5fd;
	margin-left: 206px;		
	padding:10px;
	font-family: Verdana;
	min-height:500px;	
}
#content p
{
	letter-spacing:1.2px;		
}
#content ul
{
    list-style-type:square;
    padding-left:30px;
    padding-bottom:20px;		
}
#content ol
{
    padding-left:30px;		
}
#content li
{
    padding-bottom:10px;
    letter-spacing:1px;		
}

/* Sidebar */
#sidebar
{
	width: 183px;
	padding-left:10px;
	float: left;	
	position:relative;
	font-size:1.0em;	
	top: -25px;
	list-style-type: none;
}
#sidebar dt
{
	font-family:Verdana, Arial, Sans-Serif;	
	width: 183px;
	height: 24px;
	text-align:center;
	color:white;
	font-weight:bold;
	margin-top:0px;
	margin-left:1px;
	padding-top:4px;	
	
	background-image:url(Images/sidebar-caption1.jpg);
	background-repeat:no-repeat;	
}
#sidebar dd p
{
	padding-top:3px;
	padding-bottom:3px;
	padding-right:2px;
	margin:0px;
}
#sidebar ul
{
	padding-left: 10px;	
	padding-right: 10px;	
	list-style-type: none;
}
#sidebar ul.menu
{
	padding-left: 0px;	
	padding-right: 0px;
	list-style-type: none;	
}
#sidebar a
{
	list-style-type: none;
	color:#0e4384;
	text-decoration:none;	
}
#sidebar ul.menu li
{
	display:block;
	height: 40px;	
	background-image: url(Images/sidebar-separator.gif);
	background-position:bottom;
	margin:0px;
	background-repeat: repeat-x;
	padding-top:15px;	
	text-align:right;
	text-decoration:none;
	font-size:1em;
	font-family:Georgia;
	color:#0e4384;
}
#sidebar ul.menu li a
{    
	display:block;
	background-image: url(Images/arrow.gif);
	background-position:center right;
	background-repeat: no-repeat;	
	padding-right:20px;
	margin-right:4px;
	padding-top:2px;	
	height:16px;
}
#sidebar ul.menu li a:hover
{	
	background-image: url(Images/arrow-hover.gif);	
}
#sidebar ul.menu li a:visited
{		
	color:#0e4384;
	text-decoration:none;
}
#sidebar ul.menu li a.current
{
	background-image: url(Images/arrow-active.gif);	
}
/* Footer */
#footer
{
	background-image:url(Images/footer.gif);
	background-repeat:no-repeat;	
	clear:both;
	width: 758px;	
	margin:0px auto 0px auto;
	font-family:Verdana, Arial, Sans-Serif;
	color:#369;
	font-style:italic;
	padding-top:6px;
	padding-bottom:4px;
	text-align:center;
}
#footer .half
{	
	/*width:50%;
	float:left;*/
	margin-top:15px;
}
/* Text document */
.text-document
{
}
.text-document table
{
    border-collapse:collapse;
    text-align:left;    
}
.text-document td
{
    vertical-align:top;
    padding:3px;
    border-color:White;
    border-width:2px;
    border-style:solid;            
}
.text-document th
{
    font-size:0.95em;
    font-weight:normal;
    color:#1f64a6;
    padding:3px;
    border-color:White;
    border-width:2px;
    border-style:solid;
    text-align:center;            
}
.text-document p
{
    text-indent: 25px;
}
/* Portret */
.portret
{
	width: 250px;
	height: 320px;
	float: left;
}
.portret img
{
	margin:10px auto 10px auto;
	display:block;		
}
.portret label
{
	display:block;
	width: 100%;
	text-align: center;	
}
/* News */
.news
{
}
.news p
{
	margin:0px;
}
.news a
{
	color:Orange;
	text-decoration:none;
	font-size:0.85em;
	float:right;
	display:block;
	
	
}
.news .item
{
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
    min-height:170px;
    margin-bottom: 5px;
}
.news .item .tools
{
	height:20px;		
}
.news .item .tools a
{		
	margin-right:10px;	
}
.news .navigation
{
	text-align: center;
	height:30px;
}
.news .navigation a
{
	margin-left:10px;
	margin-right:10px;	
}
/* Content */
.content-toolbar
{
	text-align:right;
}
/* Edit form */
.edit-form
{	
	padding: 10px;
}
.edit-form .text-box
{	
	width: 100%;	
}
.edit-form .form-label
{	
}
/* Accessebility */
.accessebility-label
{
	display: none;
}