/* layout */
html, body
{ 
	width: 100%;
	height: 100%;
	color: #727272;
  /* simulace margin:auto pro IE */	
	text-align: center;
	padding: 0; 	
	margin: 0 auto;
}

body 
{
	background-color: white;  
	background-image:url('bg-body.gif');  
	font-size: 1em; 
	/* base font size musí být pro IE v procentech, jinak patně resizuje */  
	_font-size: 100%;   
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;	   
}

.mainForm
{
  background-color: white;  
  background-image:url('bg-page.gif');
  width: 778px;
  min-height: 100%;
  /* simulace min-height pro IE */
  _height: 100%;
  margin: 0 auto;
  text-align: left;
}

#page-content
{
  padding: 0 14px;
  margin: 0;
}

#header-main
{
  /*  
  background-image: url('header-photo.jpg');
  height: 175px; */
  background-repeat: no-repeat;
  height: 55px;
	padding: 0;
}

#header-logo 
{
  /* double left margin IE bug */
  display:inline;  
  background-image: url('header-logo.gif');
  width: 135px;
  height: 35px;
  padding: 0; 
  background-repeat:no-repeat;
  float:left;
  margin-left: 0px;
  margin-top: 10px;
}

/* header language selector */
#header-language
{
  background-color: Transparent;
  font-size: 70%;
  text-align: right;
  padding: 5px 0 0 0;
}

#header-language a
{
  margin: 0 0 0 0.3em;
}

#header-language span
{
  margin: 0.5em;
}

#header-language img
{
  vertical-align: text-bottom;
}

/* header user status */
#header-user
{
  padding: 5px 0 0 0;
  background-color: Transparent;
  text-align: right;
  font-weight: bold;  
  font-size: 82%;  
}

#header-user img
{
  margin-left: 0.5em;  
  margin-right: 0.5em;  
  vertical-align: middle;  
}

/* page main content */
#main-content
{
  padding: 0 25px;
  padding-bottom: 2em;
  line-height: 153%;
  margin: 0;
  clear: both;
	font-size: 82%;     
	_overflow: hidden;
	width: 700px;
}

#footer
{
  background-image: url('bg-footer.gif');
  background-repeat:no-repeat;  
  font-size: 70%;    
  margin: 0;
  padding: 0;
  padding-top: .5em; 
  padding-bottom: .5em; 
  text-align: center;
}
    
/* menu */
#tabs
{
  margin-top: 4px;
  width: 100%;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 75%;
}

#tabpages
{
  clear: left;
  padding: 4px 10px;
  background-color: #edf3fa;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 75%;  
  border-bottom: 2px solid #00af00;
}

#tabs ul
{
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-image: url('bg-menu.gif');
  background-repeat: repeat-x;  
}

#tabs li
{
  float: left;
  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
  white-space: nowrap;
  background-color: #ebebeb;
}
#tabs li.lastTab { margin: 0; }

#tabs li a
{
  display: block;
  _dis\play: inline-block;
  padding: 4px 10px;
  border-top: none;  
  border-bottom: 2px solid white;
  text-decoration: none;
  color: #4f4f4f;
}

#tabs li a.current, #tabs li a.current:hover
{
  background-image: url('bg-activemenutab.gif');
  background-repeat: repeat-x;
  background-color: #edf3fa;
  border-top: none;
  border-bottom: 2px solid #edf3fa;  
  color: #005ab6;
}

#tabs li a:hover
{
  background-image: url('bg-hovermenutab.gif');
  background-repeat: repeat-x;
  background-color: #ebebeb;  
  border-top: none;
  border-bottom: 2px solid white;  
  color: #005ab6;
  text-decoration: underline;
}

#tabs h1
{
  display: none;
}

#tabpages a
{
  text-decoration: none;
  margin-right: 12px;
  color: #4f4f4f;  
}

#tabpages a:hover
{
  color: #005ab6;
  text-decoration: underline;
}
        
.tabcontent
{
}

#tabpages h3
{
  display: none;
}

/* html tags */
p
{
  margin: 0.3em 0 0.3em 0;
  padding: 0;
}

label 
{
  line-height: 2em;
}

a:link, a:visited
{
  color: #005ab6;
  text-decoration: underline;
}

a:hover, a:active
{
  color: #00af00;
  text-decoration: underline;
}

h1
{
  background-color: White;
  border-bottom: solid 2px #dcdcdc;  
  font-size: 160%;
  font-weight: bold;  
  color: #00af00;
  padding: 0;
  margin: 1em 0 0.5em 0;  
}

h2
{
  font-size: 130%;
  font-weight: bold;  
  color: #005ab6;
  padding: 0;
  margin: 1em 0 0.5em 0;  
  font-weight: bold;
}

h3
{
  font-size: 110%;
  font-weight: bold; 
  color: #4f4f4f; 
  padding: 0;
  margin: 1em 0 0.5em 0;  
}

h4
{
  font-size: 100%;
  font-weight: bold;  
  margin: 1em 0 0.5em 0;
}

#main-content h1, #main-content h2
{
  position: relative;
  left: -13px;
  width: 726px;
}

#main-content h2
{
  width: auto;
}
/* end html tags */

/* help topics */
ul.helpTopicsVertical, ul.helpTopicsHorizontal
{
  line-height: 120%;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0px;
}
ul.helpTopicsHorizontal
{
  list-style-position: inside;
  line-height: 153%;
  margin-top: 1em;
}

ul.helpTopicsVertical li, ul.helpTopicsHorizontal li
{
  background-image: url(bg-helptopiclistitem.gif);
  background-repeat: no-repeat;
  background-position: left 11px;  
  color: #00af00;  
  margin: 0;
  padding: 0;
  padding-top: 4px;
  padding-left: 12px;
}
ul.helpTopicsHorizontal li
{
  display: inline;  
  margin-right: 1em;  
}

div.faqSeparator
{
  text-align: right;
  background-image: url('bg-separatorgreen.gif');
  background-repeat: no-repeat;
  background-position: left bottom;  
}
/* help topics*/

/* inputs */
.textBox, .textBoxFocused, .textBoxReadonly, .dropDown, .dropDownFocused
{
  font-size: 100%;  
  font-family: "Courier New", Courier, Monospace;
  font-weight: normal;
  border: solid 1px #669cd3;
  background-color: #edf3fa;
  padding: 2px 0 2px 3px;
  width: 430px;
  color: #005ab6;  
}

.textBoxReadonly
{
  border-color: #959595;  
  background-color: #eeeeee;  
  font-weight: normal;    
  color: #4f4f4f;  
}

.dropDown, .dropDownFocused
{
  padding: 1px 0 1px 0;
  width: auto;
}

.textBoxFocused, .dropDownFocused
{
  background-color: #FFFFFF;
  border-color: #66cf66;
}
/* inputs */

/* forms */
.button
{  
  background-image: url('bg-button.gif');
  background-repeat: repeat-x;
  background-color: #00af00;  
  border: solid 1px #7fd77f; 
  color: white;  
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 1em;
  margin: 0.15em 0 0 0;
  padding: 0.15em 1em;
  _border: solid 1px white;
  _margin-left: -1px;  
  _padding: 0.15em 0;  
}

.checkbox
{
  margin: 0.3em 0;
}

.staticSummary
{
  background-color: #fff4ed;  
  border: dashed 1px #ffd1b2; 
  border-left: none;
  border-right: none;
  /* color: #ff6600; */
  padding: 0.5em 1em;
  margin: 0.5em 0;
}

.staticLabel
{
  font-weight: bold;
}

.staticText
{
  font-weight: normal;
}

.validationSummary
{
  background-color: #FFEDED;  
  border: solid 2px red; 
  border-left: none;
  border-right: none;
  color: #ff6600;
  padding: 0.5em 1em;
  margin: 1em 20px;
  font-weight: bold;
}

.validationSummary ul
{
  font-weight: normal;
}


/* two columns layout */
div.twoColumns
{
  margin: 0;
  padding: 0;
  border: none;
}

div.leftColumn
{ 
  margin: 0;
  padding: 0;
  width: 445px;
}

div.rightColumn
{
  float: right;
  margin: 0;
  padding: 0;
  width: 240px;
}

/* wizard */
div.wizardNavigation 
{
  margin: 0;
  padding: 0;
  margin-top: 1em;
  padding-top: 0.5em;
  text-align: left;  
  border-top: dashed 1px #cbcbcb;
}  

div.wizardNavigationLeft
{
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
}  

div.wizardNavigationRight
{
  margin: 0;
  padding: 0;
  text-align: right;
}

/* gridView */
.gridView, .gridView caption, .gridViewRow td, .gridViewRow th, .gridViewPager td
{
  padding: 0.3em 0.5em;
  line-height: 120%;
  border: none;
}
.gridView caption
{
  background-color: #edf3fa;  
  text-align: left;
  color: #00af00;
  font-weight: bold;  
  border-top: solid 1px #66cf66;  
}
.gridViewRow td, .gridViewRow th
{
  border-bottom: solid 1px #cbcbcb;  
  font-weight: normal;
}
.gridViewRow th
{
  padding-top: 0;
  background-color: #edf3fa;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #b3cee9;
}
.gridViewRow th.asc, .gridViewRow th.desc
{
  background-image: url(asc.gif);  
  background-repeat: no-repeat;  
  background-position: 5px 2px;
  padding-left: 18px;
}
.gridViewRow th.asc
{
  background-image: url(asc.gif);
}
.gridViewRow th.desc
{
  background-image: url(desc.gif);
}
.gridViewPager td
{
  padding: 0;  
}

.gridView a.newWindow, .gridView a.newWindow:link, .gridView a.newWindow:visited, .gridView a.newWindow:active
{
  background-image: url('bg-link-newwindow.gif');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0;
  padding-left: 2em;
}

.gridView a.newWindow:hover
{
  background-image: url('bg-link-newwindow.gif');
  background-repeat: no-repeat;
  background-position: left -100px;
}
/* datagrid */

.small
{
	font-size: 90%;     
}

.blueColumn 
{
  background-color: #edf3fa;
  color: #005ab6;
  padding: 0.5em;
  margin-bottom: 1em;  
  border-top: solid 2px #005ab6;
  border-bottom: solid 1px #005ab6;
  vertical-align: top;
}

.blueColumn ul
{
  line-height: 120%;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0px;
  color: #005ab6;    
}

.blueColumn ul li
{
  background-image: url(bg-helptopiclistitem.gif);
  background-repeat: no-repeat;
  background-position: left 11px;  
  margin: 0;
  padding: 0;
  padding-top: 4px;
  padding-left: 12px;
}

.blueColumn h4
{
  margin: 0;
  padding: 0;
  line-height: 150%;
}

.wizardSteps
{
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}

.wizardStepsStep 
{
  text-align: center;
  padding: 0 0.2em;
  vertical-align: top;
}

.wizardStepsHeader, .wizardStepsHeaderActive, .wizardStepsHeaderVisited
{
  background-color: #dcdcdc;
  color: White;
  font-weight: bold;
  font-size: 110%;
}

.wizardStepsHeaderActive
{
  background-color: #00af00;
}

.wizardStepsHeaderVisited
{
  background-color: #edf3fa;
  background-color: #80addb;
}

.wizardStepsText, .wizardStepsTextActive, .wizardStepsTextVisited
{
  font-weight: normal;
  line-height: 120%;
  color: #959595;
  background-color: White;
  text-align: center;
  vertical-align: top;
  padding: 0.2em;
} 
.wizardStepsTextActive
{
  font-weight: bold;
  color: #00af00;
  border-bottom: solid 1px #00af00;
} 
.wizardStepsTextVisited
{
  color: #005ab6;
  font-weight:bold;
} 

.red 
{
  color: Red;
}

.blue 
{
  color: #005ab6;  
}

.green 
{
  color: #00af00;  
}

div.tutorialsItem 
{
  background-image: url('bg-separatorgreen.gif');
  background-repeat: no-repeat;
  background-position: left bottom;  
  margin: 0;
  padding: 0;  
  padding-bottom: 1em;  
  width: 100%;  
}

div.pressItem 
{
  background-image: url('bg-separatorgreen.gif');
  background-repeat: no-repeat;
  background-position: left top;  
  margin: 0;
  padding: 0;  
  padding-bottom: 1em;  
  width: 100%;  
}

div.pressLogo 
{
  margin-top: 1.5em;
  float: left;
  width: 120px;  
}

div.pressHeader 
{
  float: left;
  padding: 0;
  width: 580px;
}

hr.cleaner 
{
  border: none;
  clear: both;
  height: 1px;
  padding: 0;
  margin: -1px 0 0 0;
  visibility: hidden;
}


/* Homepage - boxy pro jednotlivé role */
table.roleBoxes 
{
  margin: auto;
  padding: 0;
  width: 650px;
}

td.roleFace
{
  background-image: url('bg-roleboxes-faces.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0;
  margin: 0;
  height: 148px;
}

td.roleText
{
  background-image: url('bg-roleboxes-text.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 1em;
  color: White;
  background-color: #535353;
  vertical-align:text-top;
}

a.roleButton:link, a.roleButton:visited, a.roleButton:active
{
  color: White;
  text-decoration: none;
  display: block;
  font-weight: bold;
  background-image: url('bg-roleboxes-button.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: 27px;
  text-align: center;
  width: 170px;
  height: 27px;
  margin: auto;
}

a.roleButton:hover
{
  text-decoration: underline;
}

/* Homepage - informační box na novinky atd. */
table.infoBox 
{
  margin: auto;
  margin-top: 2em;
  padding: 0;
  background-color: #eaeaea;
  position: relative;
  left: -13px;
  width: 726px;
}

td.infoOvalRow 
{
  background-image: url('bg-infobox.gif');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0;
  margin: 0;
  height: 14px;  
}

td.infoHeader
{
  font-size: 120%;
  font-weight: bold;  
  color: #10b310;
  padding: 0;
  margin: 0;  
  padding-left: 10px;
}

td.infoText
{
  padding: 0;
  margin: 0;  
  padding-left: 15px;
  padding-right: 10px;
  background-image: url('bg-infobox-text.gif');
  background-repeat: repeat-y;
  background-position: right top;  
  vertical-align: top;   
  width:240px;
}

td.infoText ul
{
  line-height: 120%;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0px;  
}

td.infoText ul li
{
  background-image: url(bg-helptopiclistitem.gif);
  background-repeat: no-repeat;
  background-position: left 11px;  
  margin: 0;
  padding: 0;
  padding-top: 4px;
  padding-left: 12px;
}
/* Homepage - informační box na novinky atd. */

/* Nakladova tabulka */
table.costTable
{
  display: table;
	border-collapse: collapse;
	border: 2px solid #4f4f4f;
}

.costTable th, .costTable td
{
	padding: 0.2em 0.3em;
	border: solid 1px #727272;
	border-top-width: 0;
	border-bottom-width: 0;
	border-color: #a7a7a7;
	vertical-align: top;
}

.costTable th
{
	text-align: center;
	font-weight: bold;
	color: #4f4f4f;
}

table.costTable td
{
	text-align: right;
}

.costTable .lastRow 
{
	background-color: #fff4ed;
	border-top-width: 1px;
	font-weight: bold;
}

.costTable .firstRow 
{
	background-color: #edf3fa;
	border-bottom-width: 1px;
  font-weight: bold;
}

div.userLogin 
{
  background-image: url('bg-twocolumns.gif');
  background-repeat:repeat-y;
  padding-top: 0.5em;        
}

div.userLoginRight
{
  margin: 0;
  margin-left: 380px;
}

div.userLoginLeft
{
  width: 320px;
  float: left;
}

div.userLogin .textBox, div.userLogin .textBoxFocused, div.userLogin .textBoxReadonly
{
  width: 310px;
}

