@charset "utf-8";
/* CSS Document */
body
{
background-color: #dedcdd;
}

#main_table
{
	background-color:black;
	
	border-right: 2px solid #9c9a9b;
}
#topbannerCol
{
border-top: 2px solid white; 
border-bottom: 2px solid white; 
border-right: 2px solid white;
background:#FFFFFF;
}
#calendar
{

background-repeat: no-repeat;
border-right: solid 3px black;
}

#rightSideCol
{
/*border-left: 4px solid white;*/

background-color: white; 
color: black;
}

#categories
{
background:url(../media/image/gui/hirek_bg.jpg); 
border-right: solid 3px black;
}
#left-container
{
 
border-top: 2px solid white; 
border-right: 2px solid white;
border-left: 2px solid white;
}
#mid-container
{
border-top: 2px solid white; 
border-right: 2px solid white;
background: white;
}
#right-container
{
border-top: 2px solid white; 
border-right: 2px solid white; 
background:#FFF;
}



.footer-info
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f9c469;
}
#rsstext{
    color: #F76D10;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    top: -5px;
}
#rsstext:hover{
    text-decoration: underline;
}
