﻿body
{
	font-family: Tahoma;
	font-size: 11px;
}

.modalBG
{
	background-color: Gray;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.accHeader
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	cursor: hand;
	cursor: pointer;
}

.ajaxContent
{
}

.ajaxContent table
{
	border: 0px none;
}

#glavno
{
	margin: 8px;
}

.bg
{
	background-color: #EFEFEF;
}

.accordionHeader, .accordionHeaderSelect
{
	text-transform: uppercase;
	margin-bottom: 2px;
	color: white;
	font-weight: normal;
	background-image: url(Img/cb_trakec.jpg);
	background-repeat: repeat-x;
	background-position: 0px -35px;
	cursor: pointer;
	pointer: hand;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: solid 2px white;
	font-size: 13px;
}

.accordionHeaderSelect
{
	font-weight: bold;
	background-position: 0px 0px;
	padding: 3px 20px 3px 0px;
	border-left: solid 20px orange;
	border-right: dashed 2px white;
}
.accordionContent
{
	background-color: #EFEFEF;
	padding: 10px 5px 5px 5px;
	margin-bottom: 2px;
	border: solid 3px white;
}

a
{
	color: Blue;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.titleNice
{
	text-transform:uppercase;
	text-align: center;
	background-image: url(Img/cb_trakec.jpg);
	padding: 1px 3px 1px 3px;
	font-weight: bold;
	color: white;
}


