/************************************************************/
/*                           OBECNE                         */
/************************************************************/

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#head a {
	margin: 0px 0px 0px 14px;

	color: #fff;
}

#head h1 {
	margin: 0px 0px 12px 12px;

	color: #fff;
}

#signature a {
	color: #000;
}

/************************************************************/
/*                           TABULKY                        */
/************************************************************/

td {
	vertical-align: top;
}

table.results {
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #c9c9c9;

	width: 100%;
}

table.results tr {
	background-color: #fff;

	color: #000;
}

table.results tr.head, table.results tr.head:hover {
	background-color: #eae8e3;

	color: #000;
}

table.results tr:hover {
	background-color: #7590ae;

	color: #fff;
}

table.results tr td {
	padding: 2px;

	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;

	vertical-align: middle;
}

table.results tr.head td {
	border-top: 1px solid #fff;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #fff;
}

table.results tr td.clickable {
	border-top: 1px solid #fff;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #fff;
}

table.results tr td.actions {
	background-color: #eae8e3;

	border-right: 1px solid #eae8e3;
	border-bottom: 1px solid #eae8e3;

	text-align: right;
}

table.results tr td.actions a {
	float: left;

	margin-right: 1px;

	border-top: 1px solid #fff;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #fff;

	opacity: 0.8;
}

table.results tr td.actions a:hover {
	background-color: #fff;

	opacity: 1.0;
}

table.results tr td.actions a:active {
	background-color: #eae8e3;

	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #c9c9c9;
}

table.results tr td.actions a img {
	display: block;

	padding: 1px;
}

/************************************************************/
/*                           GALERIE                        */
/************************************************************/

table.view tr td.gallery_cell {
	text-align: center;
	width: 145px;
	height: 175px;
}

div.gallery {
	width: 487px;
	height: 550px;
	overflow: scroll;
}

table.navigation td {
	width: 200px;

	padding: 0px 0px 16px 0px;

	text-align: center;
}

table.navigation a {
	text-decoration: none;
}

table.navigation a:hover {
	color: #000;
}

/************************************************************/
/*                            BOXY                          */
/************************************************************/

.box_white {
	border: 1px solid #fff;

	background-color: #f7f6f1;
}

.box_red {
	border: 1px solid #faa;

	background-color: #fdd;
}

.box_green {
	border: 1px solid #afa;

	background-color: #dfd;
}

.box_blue {
	border: 1px solid #aaf;

	background-color: #ddf;
}

.box_relief_up {
	border-top: 1px solid #fff;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #fff;
	
	background-color: #eae8e3;
}

.box_relief_down {
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #c9c9c9;
	
	background-color: #eae8e3;
}

/************************************************************/
/*                           JQUERY                         */
/************************************************************/

#accordion ul {
	background-color: #fff;
}

#accordion h2 {
	font-size: 1.0em;
	
	color: #000;
}

#accordion h2 a {
	font-weight: normal;
	
	color: #000;
}

#accordion a.no-head {
	background-color: #fff;
	
	display: block; 
	
	padding: 2px 2px 2px 20px;
	
	border-bottom: 1px dotted #333;
	
	color: #000; 
}

#accordion a.no-head:hover {
	background-color: #7590ae;
	
	text-decoration: none;
	
	color: #fff;
}

#accordion ul a.no-head {
	display: block; 
	
	padding: 2px 2px 2px 20px;
	
	border-bottom: 1px dotted #333;
	
	color: #000; 
}


#tabs div.tab div.box_relief_up {
	border-top-width: 0px;
}
