﻿/* Default CSS Stylesheet for a new Web Application project */

BODY {
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
	color: #003366;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-weight: 500;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

H4
{
	font-weight: bold;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

H5, DT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD {
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH {
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
A:link, A:visited, A:active, A:hover
{
	font-weight: normal;
	font-size: 12px;
	color: #cc0000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

SMALL {
	font-size: .7em;
}

BIG {
	font-size: 1.17em;
}

BLOCKQUOTE, PRE {
	font-family: Courier New, monospace;
}


UL LI {
	list-style-type: square;
}

UL LI LI {
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type: circle;
}

OL LI {
	list-style-type: decimal;
}

OL OL LI {
	list-style-type: lower-alpha;
	z-index: 0;
	border-width: thin;
	width: 100px;
}

OL OL OL LI {
	list-style-type: lower-roman;
}
/*
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/
.text1
{
	color: #191970;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}
.text1black {
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.hdr1 {
	font-size: large;
	color: #979797;
	font-style: normal;
	font-family: Tahoma, Sans-Serif;
}

.hdr2
{
	font-weight: bold;
	font-size: small;
	color: #333333;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
}

.img1 {
	border-right: #99cccc solid;
	border-top: #99cccc solid;
	margin: 10px;
	border-left: #99cccc solid;
	border-bottom: #99cccc solid;
}
.img2 {
	border-right: #FFCC00 solid;
	border-top: #FFCC00 solid;
	margin: 10px;
	border-left: #FFCC00 solid;
	border-bottom: #FFCC00 solid;
}
.nadp1
{
	font-weight: bold;
	font-size: medium;
	color: #00008b;
	font-family: Verdana, Sans-Serif;
}
.nadp2 {
	font-weight: bold;
	font-size:small;
	color: #0099ff;
	font-family: Verdana, Sans-Serif;
}

.hlMn:link {
	font-size: 12;
	text-decoration: none;
	font-weight: normal;
	color: #330066;
}

.hlMn:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12;
	text-decoration: none;
	font-weight: normal;
	color: #330066;
}

.hlMn:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12;
	text-decoration: none;
	font-weight: normal;
	color: #330066;
}

.hlMn:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12;
	text-decoration: none;
	font-weight: bold;
	color: #330066;
}

.aktualne:link, .aktualne:visited, .aktualne:active  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: normal;
	color: #330066;
}

.aktualne:hover {
	color: #cc0000;
}

.text2black {
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	line-height: 150%;
}

.text1gray {
	color: Gray;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	line-height: 150%;
}

.vedlMnTab {
	border-top: white 1pt solid;
	border-bottom: #330066 0pt solid;
	background-color: white;
}

.oddelStudTab {
	border-top: lightgray 1pt solid;
	border-bottom: lightgray 1pt solid;
	background-color: white;
}

.titulOdstInformSys {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #3366ff;
}

.InformSysTabNav {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 900;
	color: #330066;
	line-height: 150%;
	text-decoration: underline;
	text-align: right;
}
.InformSysTabNav2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #777777;
}
#ftrTable1 A {
	font-size: xx-small;
	color: #000099;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-decoration: underline;
}
#ftrTable1 A:hover {
	font-size: xx-small;
	color: #cc0000;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-decoration: underline;
}
IMG
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
