/*
	Korekt specific global styles.

	Copyright 2008 Ivasoft Brno.
*/

/*
	Global styling of HTML style elements
*/
/* Headers */
h1 {
	color: #777;/* #B30004;*/
}
/* Lists */
li {
	list-style-image:URL(images/liFFFFFF.gif);
}

/* Links */
a, a:visited {
	color: #0D8DCC;
}

/* Other */
p {
	text-align: justify;
	text-justify: newspaper;
	line-height: 1.3em;
}
pre {
	border-color: #808080;
	background-color: #CCCCCC;
}
hr {
	color: #aaa;
	background-color: #aaa;
}
#content dd {
	text-align: justify;
	text-justify: newspaper;
}


/*
	Table (that looks like one)
*/
table.table {
	border-bottom-color: #B30004;
}
table.table caption {
	color: #B30004;
}
/* Body */
table.table td {
	border-top-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	font-size: .8em;
}
table.table td.nondata, .nondata {
	background: #EBEBEB;
}
table.table td.grip {	
	background: #EBEBEB;
}
table.table tr.edit input,
table.table tr.edit textarea {
	border-color: #B30004;
}

/* Head */
table.table tr.head,
table.table th {
	background-color: #666666;
}
table.table tr.head td,
table.table th {
	border-bottom-color: #EBEBEB;
	color: #FFFFFF;
}
table.table tr.head td.noline,
table.table th.noline {
	background-color: #FFFFFF;
}

table.table tr.head table td {
	background-color: #EBEBEB;
	color: black;
}
table.table tr.head table td.name div,
table.table tr.head table a,
table.table th.name table div,
table.table th table a {		
	border-bottom-color: #EBEBEB; /* Hidden border for links */
}
table.table tr.head img.sep,
table.table th img.sep {    
	border-right-color: #FFCD6A;
}
table.table tr.head table a,
table.table th table a {
	border-bottom-color: #FFCD6A;
}
table.table tr.head table a:hover,
table.table th table a:hover {
	background-color: #FFFAAE;
	border-bottom-color: #668B1F;
}

/* Header detail, Subhead */
table.table tr.subhead {
	background-color: #EBEBEB;
	color: #000000;
}
table.table tr.subhead td.noline {
	background-color: #FFFFFF;
}
table.table tr.headDetail td {
	background-color: #FFCD6A;
}
