/* CSS
Author: Cristian Tantar


*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}

fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Site
=====================================================================*/

html{
	height:100%;
	margin: 0px;
	padding: 0px;
}


body{
	margin:0px;
    background-color:#ffffff;
    cursor:default;
    background-image:url(../images/bg_site.jpg);
    font-size:14px;
    font-family:"Verdana";
    color:#1F3131;
}

a:hover{
    text-decoration: underline;
}

table.maintable {
    background:transparent;
    width:900px;
    height:100%;
    margin:10px auto;
}

td.white {
    background-color: #ffffff;
}
img{border:none;}

#logo {
    position: relative;
    top:-20px;
    left:30px;
}

#mainTitle {
    font-size:40px;
    color:#F44B00;
    font-family:"Verdana";
    font-weight: bold;
    margin:5px auto;
    width: 200px;
    text-align: center;
}

table.top {
    width:880px;
    margin:0px auto;
}

table.middle {
    width:880px;
    margin:0px auto;
}

#meniuLeft {
    background-image: url(../images/bg_meniu.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #ffffff;
    width:250px;
    
}

.menuList li a:visited{
	height:30px;
	width:250px;
    line-height: 28px;
	display: block;
	text-align: center;
	color:#3d3d3d;
	text-decoration:none;
	font-family:"Verdana";
	font-size:12px;
	font-weight: bolder;
}

.menuList li a:hover{
	height:30px;
	width:250px;
    line-height: 28px;
	display: block;
	text-align: center;
	color:#ffffff !important;
    background-color: #F54B00;
	text-decoration:none;
	font-family:"Verdana";
	font-size:12px;
	font-weight: bolder;
}

.menuList li a{
	height:30px;
	width:250px;
    line-height: 28px;
	display: block;
	text-align: center;
	color:#3d3d3d;
	text-decoration:none;
	font-family:"Verdana";
	font-size:12px;
	font-weight: bolder;
}

a.current_page ,a:visited.current_page{
    height:30px;
	width:250px;
	display: block;
	text-align: center;
	color:#ffffff !important;
    background-color: #F54B00;    
	text-decoration:none;
	font-family:"Verdana";
	font-size:12px;
	font-weight: bolder;

}

.menuList li  {
    width:250px;
	text-align: center;
	color:#ffffff;
    border-bottom: solid 1px #3d3d3d;
    

}

.menuList {
	list-style-type: none;
	width:150px;
}

hr {
    border-style: solid;
    border-width: 1px;
    border-color: #c3c3c3;
}

#meniuTop { 
    text-align: right;
}

.menuListTop {
    list-style-type: none;    
}

.menuListTop li {
    display: inline;
    padding-left:10px;
}

.menuListTop a,a:visited {
    color:#1F3131;
    text-decoration: none;
    font-size: 12px;    
}

.menuListTop a:hover {
    text-decoration: underline;
}

table.bottom {
    position:relative;
    width:840px;
    margin:0px auto;
    top:20px;
}

#meniuBottom { 
    text-align: right;
}

.menuListBottom {
    list-style-type: none;    
}

.menuListBottom li {
    display: inline;
    padding-left:5px;
    padding-right: 5px ;
}

.menuListBottom a,a:visited {
    color:#1F3131;
    text-decoration: none;
    font-size: 12px;    
}

.menuListBottom a:hover {
    text-decoration: underline;
}

.copy {
    color:#1F3131;
    text-decoration: none;
    font-size: 12px;  
}

h1 {
    font-size:16px;
    color:#F54B00;
    font-family: "Verdana";
    font-weight: bold;
}

.leftContent {
    border-style:solid;
    border-width:0px 0px 0px 2px;
    border-color:#fcc9b2;
    padding-left:10px;
    background-image: url(../images/bg_basketball_field.jpg);
    background-position: top;
    background-repeat: repeat-y;
}

ul.text {
  padding-left:20px;
}
