body {
	margin: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family:"Trebuchet MS", Verdana, Helvetica;
}


.png {
	//background-image: none ! important;
	behavior: url('pngfix.htc');
}


/* ---------------------*/
/*		gradients		*/
/* ---------------------*/

.grad_top_colour {
	background-image:url(../images/head_gradient_blue.png);
	background-repeat: repeat-x;
}

.gradient_top1 {
	background-image:url(../images/gradient_top1.png);
	background-repeat: repeat-x;
}
.gradient_top2 {
	background-image:url(../images/gradient_top2.png);
	background-repeat: repeat-x;
}

/* -----------------*/
/*		text		*/
/* -----------------*/

.text_main {
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
	line-height:130%;
}
.stihotvorenie {
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size: 15px;
	line-height:125%;
}
.stihotvorenie_avtor {
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
	font-weight:normal;
	line-height:125%;
}

.news_dates {
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #999;
	line-height: 140%;	
}


/* -----------------*/
/*		links		*/
/* -----------------*/

a:link {
	color: #CC0033;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: underline;
	color: #CC0033;
}
a:hover {
	color: #CC6666;
	text-decoration: none;
}

.menu {
	font-weight:bold;
	line-height:180%;
}

#menu_red {
	color:#c52222; 
	border-color:#c52222;}
#menu_orange {
	color:#d4872c; 
	border-color:#d4872c;}
#menu_yellow {
	color:#c7b816; 
	border-color:#c7b816;}
#menu_green {
	color:#7b953d; 
	border-color:#7b953d;}
#menu_blue {
	color:#4b79bc; 
	border-color:#4b79bc;}
#menu_darkblue {
	color:#0033CC; 
	border-color:#0033CC;}
#menu_purple {
	color:#a175c8; 
	border-color:#a175c8;}

a.menu:link {
	color: #c52222;
	border-color:#c52222;
    border-width: 0px 0px 1px 0px;
    border-style: none none dashed none;
	text-decoration: none;	
}
a.menu:visited {
	color: #c52222;
	border-color:#c52222;
    border-width: 0px 0px 1px 0px;
    border-style: none none dashed none;
	text-decoration: none;
}
a.menu:hover {
	color: #c52222;
	border-color:#c52222;
    border-width: 0px 0px 1px 0px;
    border-style: none;
	text-decoration: none;
}


/* -----------------*/
/*		lists		*/
/* -----------------*/

li {
	margin-bottom: 3px;
	margin-left: -5px;
	list-style-type: square;
}


/* -----------------*/
/*		tables		*/
/* -----------------*/

.calendar_cell_blank {
	vertical-align:middle;
	text-align:center;
	width:23px;
	height:18px;
	background-color:#fff;
}
.calendar_cell_grey_active {
	vertical-align:middle;
	text-align:center;
	width:23px;
	height:18px;
	background-color:#e5e5e5;
	font-weight:bold;
	font-size: 12px;
	color:#000000;	
}
.calendar_cell_grey_inactive {
	vertical-align:middle;
	text-align:center;
	width:23px;
	height:18px;
	background-color:#e5e5e5;
	font-size: 12px;
	font-weight:bold;
	color:#999999;	
}
.calendar_cell_blue {
	vertical-align:middle;
	text-align:center;
	background-color:#aec4e5;
	font-size: 12px;
	font-weight:bold;
	color:#999999;		
}
.calendar_days {
	vertical-align:middle;
	text-align:center;
	font-size: 11px;
	font-weight:bold;
	color:#666666;			
}
.calendar_month_chooser {
	width:192px;
	margin-left:4px;
}
