/*
  Copyright © Gopas, a.s.
  Všechna práva, zejména autorské právo, licenční právo a průmyslová ochranná práva jsou výhradním vlastnictvím GOPAS, a.s.
  Všechna práva vyhrazena. Rozmnožování kódu nebo jeho části, jeho rozšiřování, pronájem, půjčování, vystavování,
  sdělování veřejnosti či jiné užití na území ČR a SR je dovoleno jen na základě licenční smlouvy uzavřené se společností
  GOPAS, a.s.
*/

body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
  background-color:#FFFFFF;
  color:black;
  font-size:8pt;
  margin:0;
  padding:0;
}

a:link {
  color: #596D86;
  text-decoration: none;
}

a:visited {
  color: #596D86;
  text-decoration: none;
}

a:active {
  color: #596D86;
  text-decoration: none;
}

a:hover span
{
  color:#FE7800;
  text-decoration: none;
}

a:hover {
  color:#FE7800;
  text-decoration: none;
}


/*************/
/* FrameSets */
/*************/
.ShellFrameBanner
{
	/* POUZE PRO IE, v ostatních nefunguje border pro FRAMES */
  /*border-top:   0px solid #CEDFEA;
  border-left:  0px solid #CEDFEA;
  border-right: 0px solid #CEDFEA;
  border-bottom:1px solid #CEDFEA;*/
}

.ShellFrameSyllabus
{
	/* POUZE PRO IE, v ostatních nefunguje border pro FRAMES */
  /*border-top:   0px solid #CEDFEA;
  border-left:  0px solid #CEDFEA;
  border-right: 0px solid #CEDFEA;
  border-bottom:0px solid #CEDFEA;*/
}

.ShellFrameContent
{
	/* POUZE PRO IE, v ostatních nefunguje border pro FRAMES */
	/*border-top:   0px solid #CEDFEA;
  border-left:  1px solid #CEDFEA;
  border-right: 0px solid #CEDFEA;
	border-bottom:0px solid #CEDFEA;*/
}

/************************/
/* Footer Area - bottom */
/************************/
.ShellFooter
{
  background-image: url("bg_footer.png");
  background-repeat: repeat-x;
  background-color:#007BCA;
  width:100%;height:100%;
}

/**************************/
/* Splitter Area - middle */
/**************************/
.ShellSplitter
{
  background-image: url("bg_splitter.png");
  background-repeat: repeat-y;
  background-color:#FFFFFF;
  width:100%;height:100%;
}

/************************/
/* Righter Area - right */
/************************/
.ShellRighter
{
  background-image: url("bg_righter.png");
  background-repeat: repeat-y;
  background-color:#FFFFFF;
  width:100%;height:100%;
}

/************************/
/* Navigation Area - top*/
/************************/
.ShellTitle
{
  background-image: url("bg_title.png");
  background-repeat: repeat-x;
  width:100%;height:100%;
  min-width:300px;
}

.ShellTitleLogo
{
	float:left;

	width:150px;
	text-align:right;
  z-index:1;
}

.ShellTitleRight
{
	float:right;
}

.ShellTitleText
{
	padding-top:4px;
	font-size:16pt;
	color:#CCCCCC;
}

.ShellTitleDiv
{
	float:right;

	width: expression( document.body.clientWidth < 400 ? "400px" : "auto" );
	z-index:2;
}

.ShellTitleForm
{
	margin:0;
	padding:0;
	margin-right:15px;
}

.ShellTitleLinks
{
	font-size:10pt;
}

.ShellTitleLinkText
{
	position:relative;
	top:-5px;
	margin:5px;
	padding-right:15px;
	border-right:1px solid orange;
}

.ShellTitleLinkText2
{
	position:relative;
	top:16px;
	margin:5px;
	padding-right:15px;
	border-right:1px solid orange;
}

.ShellTitleLinkText3
{
	position:relative;
	top:2px;
	_top:0px;
	margin-left:5px;
	padding-right:0px;
}


.ShellTitleSplitter
{
	padding:0px;
}

.ShellTitleImg
{
	border:0;
}


#inp_search
{
	padding:1px;
	margin-top:13px;
	color:#647B97;
	border:1px solid #B6C9D9;
	border-right:1px solid #CAD8E6;
	border-bottom:1px solid #CAD8E6;
	font-size:12px;
	color:#363636;
}

#logo_gopas
{
	margin:0; padding:0;
	border:0;
}

#btn_search
{
	padding:0; margin:0;
	vertical-align:top;
	cursor:pointer;
	border:0px;
}

#btn_report
{
	padding:0; margin:0;
	vertical-align:top;
	cursor:pointer;
	border:0px;
}


/******************************/
/* Navigation Area - syllabus */
/******************************/
.Syllabus
{
  background-image: url("bg_syllabus.png");
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-color:#E4EFFE;
  padding:0px;
  padding-right:4px;
  padding-left:17px;
}

.SyllabusNode
{
	cursor: pointer;
	position:relative;
	margin-bottom:3px;
	border:0px solid yellow;
}

.SyllabusContainer
{
	margin-top:3px;
	margin-left:18px;
	position:relative;
}

.NavLink, .NavShadedLink
{
	margin-left:16px;
	padding: 1px;
	display: block;
}

.NavShadedLink
{
  background-color: #D0E1EC;
  color: black;
  padding-left: 3px;
	border:0px solid orange;
}

/*********************************/
/* Searching Area - ContentFrame */
/*********************************/

.SearchBody
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
  background-color:#EFFAFF;
	font-size:8pt;
  color:black;
  margin:5px;
}

.SearchExtensions
{
	position:absolute;
	left:500px;
	top:67px;
	color:#FF8800;
	border: 1px solid #cccccc;
}

.SearchExtensionText
{
	margin:2px;
	font-size:8pt;
	color:#555555;
	cursor:pointer;

	vertical-align:bottom;
	position:relative;
	top:-2px;
}

.SearchCheckBox
{

}

.SearchInputAndButton
{
	padding:10px;
	margin:10px;
	color:#555555;
	margin-top:40px;
}

.SearchInputBox
{
	color:#647B97;
	border:1px solid #B6C9D9;
	border-right:1px solid #CAD8E6;
	border-bottom:1px solid #CAD8E6;
	background-color:#F4FAFF;
	font-size:13px;
	color:#225566;
	padding:1px;
	margin-top:2px;
	margin-left:-10px;
	margin-right:10px;
}


.SearchResultTitle
{
	font-weight:normal;
	margin-bottom:10px;
	color:#555555;
	font-size:15px;
}

.SearchResult
{
	margin:10px;
}

.SearchResultInformation
{
	color: #FF0000;
}

.SearchResultError
{
	color: #FF0000;
	font-weight:bold;
}

.SearchResultNavi
{
	margin:10px;
}

.SearchProgressText
{
	color:#555555;
	font-weight:normal;
	margin-bottom:2em;
}


/*********************************/
/* Report Area - ContentFrame    */
/*********************************/
.ReportBody
{
  font-family: tahoma, verdana, helvetica, sans-serif;
  background-color:#EFFAFF;
  font-size:9pt;
  color:black;
  margin:5px;
}

.ReportResult
{
}

.ReportResultNavi
{
	clear:both;
	margin:10px;
	padding:10px;
	margin-top:0;
	padding-top:0;
	margin-left:25px;
}

.ReportResultSigle
{
	clear:both;
	width:440px; /* navýšení o marginy a bordery */
	margin:5px;
	margin-left:15px;
}

.ReportResultDetail
{
	width:400px;
	margin:10px;
	margin-right:0px;
	margin-left:20px;

	padding:2px;
	border:3px double #ccddcc;
}

.ReportBody_TitleStatus
{
	float:right;
	width:20px;
	padding-top:2px;
}

.ReportBody_TitleZnalosti
{
	float:right;
	padding:0;
	margin:0;

	margin-right:5px;
	font-weight:bold;
	color:green;
	width:100px;
	height:14px;
}

.ReportBody_DetailSplitter
{
	border-bottom: 1px solid #ccddcc;
}


.ReportBody_ProgressText
{
	color:#555555;
	font-weight:normal;
	margin:15px;
	margin-top:25px;
}

.MainBody_ReportHeader
{
	font-weight:normal;
	font-size:15pt;
	color:#ffaa00;
	margin:15px;
	margin-top:25px;
}

.MainBody_ReportText {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
  color:#555555;
  font-size:10pt;
}

.MainBody_ReportTextCenter {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
  color:#555555;
  font-size:10pt;
  text-align:center;
}

.MainBody_ReportTextSel {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size:12pt;
}

/*********************************/
/* HOME Area - ContentFrame 		 */
/*********************************/
.HomeGlobal
{
	font: 95%/150% "Trebuchet MS", Tahoma, Arial;

  background-image: url("home_women1.png");
  background-position:bottom right;
  background-repeat: no-repeat;

  color: #555555;

	padding:0px;
	margin:10px;
	margin-bottom:0px;
	padding-bottom:34px;	/* Kvuli women */
	z-index:2;

}

.HomeContent
{
  background-image: url("home_women2.png");
  background-position:bottom right;
  background-repeat: no-repeat;

	/*font-size:120%;
	font-weight:normal;*/

	margin:0px;
	padding:10px;
	padding-bottom:1px;
	padding-top:1px;

	background-color:#F4F4F4;

}

.HomeContacts
{
  background-image: url("bg_contacts.png");
  background-repeat: no-repeat;
	background-color:#047EB1;
	color:#9BD3FA;

	margin:10px;
	margin-top:0px;
	padding:10px;
}

.HomeContactsTitle
{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
}

.HomeContactSubsidiary
{
	text-align: left;
	float:left;
	padding-top:10px;
	width:200px;
	margin-left:20px;
	margin-right:20px;
}

.ContactSubsidiaryTitle
{
	color:#ffffff;
	font-weight:bold;
}

.HomeContactSubsidiary a:link
{
	color: #9BD3FA;
  text-decoration: underline;
}

.Footer
{
	color:#888888;
	font-size:11px;
	margin-left:17px;
	margin-top:4px;
}

.FooterLine
{
	border-bottom:2px solid #D8D8D8;
  margin-left:16px;
  margin-right:16px;
	margin-top:-15px;
	margin-bottom:10px;
}

/*********************************/
/* HELP Area - ContentFrame 		 */
/*********************************/
.HelpGlobal
{
	margin:10px;
	margin-left:12px;
	color: #555555;
	text-align:justify;
}

.HelpContentSubTitle
{
	color: #FF7700;
	font-weight:normal;
	padding:0;
	padding-top:10px;
}

.HelpGlobal p
{
	margin-top:10px;
}

.HelpKeyWord
{
	color: #0099FF;
}

.cleaner
{
	clear:left;
}
