body {
	background: url('Images/pozadi_sede.png') #1c2228;
	margin: 150px 0px 0px 0px;
	font: 12px Verdana;
	min-width: 1038px;
}

.bodyM {
	margin: -150px 0px 0px 0px;
}


h2, h3, h4, h5, h6 {
	text-align: center;
	color: #0a294b;
	text-shadow: 3px 3px 7px #666666;
}

h2 {
	font-size: 1.4em;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 1px #0a294b;
}

h5 

{
	padding: 0px;
	margin: 5px 5px;

	}

header {
	height: 150px;
	position: fixed;
	top: 0px;
	background: url('Images/pozadi_sede.png') #1c2228;
	width: 100%;
}

#logo {
	background: url('Images/logo.png') no-repeat;
	width: 450px;
	height: 53px;
	float: left;
	margin: 7px 0px 0px 20px;
}

#logo h1 {	
	margin: 14px 0px 0px 10px;
}

.loggedUser
{
 	width: 500px;
	height: 53px;
	margin: 7px 5px 0px 10px;
   float: right;
   color: #0880f3;
   text-align:right;  
}

.loggedUser a, .loggedUser a:hover, .loggedUser a:visited
{
    color: #FF5C26;
}

.loggedUserX
{
 	width: 200px;
	height: 100px;
	margin: 1px 0px 0px 10px;
   float: none;
   color: #0880f3;
   text-align:center ;  
}


.loginArea {	
	display: block;
	width: 250px;
	text-align: center;
}

.loginAreaX {	
	display: block;
	width: 650px;
	text-align: center;
}

.loginAreaX table
{
	width: 648px;
	table-layout: inherit;
} 
.login {
		
    font-style: inherit;
    font-weight: normal;
		text-align: center;
}
.error_login {
    color: Red;
    font-style: normal;
    font-weight: normal;
}


nav {
	height: 65px;
	background: url('Images/pozadi_nav.png') #1c2228;
}

.NaviMenuClass
{
	font-size: 15px;
	height: 65px;
		
}

.NaviMenuClass a.static
{
   float: left;
   display: block;
   padding: 0px 30px 0px 30px;
	margin: 0px 0px 0px 5px;
	height: 65px;
	line-height: 4.3em;
  	color: white; 
  	
}

.NaviMenuClass a.static.highlighted
{
  	background: #dda100;
  	color: black; 
}

.NaviMenuClass a.static.selected
{
   background: #2fb000;
}

.podNavi{

    padding-top: 7px;
    padding-bottom: 2px;
	color: #32cd32;
	border-bottom: 4px solid #51ff11;
	}
	
.podNavi a{
	color: #dda100;
	text-decoration: none;

	}

.centrovany  {
	text-align: center;
    
}

.vpravo  {
	display: inline;
    float: right;
    
}

#centrovac {
	margin: 0px auto;
	width: 1038px;
}



article {
	background: url('Images/pozadi.png') #009aca;
	padding: 30px 0px;
}

article header {
	width: 250px;
	float: left;  
	position: static;
	background: none;
	padding-right: 10px;
	padding-left: 10px;
    min-height: 300px; 
}

article section {
	width: 675px;
	float: left; 
	background: white;
	border: 2px solid #006797;
	box-shadow: 2px 2px 7px #1c2228;
	padding: 10px;
	text-align: left;
    min-height: 300px; 

}

aside {
	background: url('Images/pozadi.png') #009aca;
	padding: 0px 0px 20px;
}

aside header {
	position: static;
	background: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: -100px;
}

aside h1{
	padding-top: 5px;	
} 

aside section {
	background: white;
	border: 2px solid #006797;
	box-shadow: 2px 2px 7px #1c2228;
	padding: 5px;
	text-align: left;
}


footer {
	
	height: 40px;
	color: white;
   margin: 20px 0 0 30px;
	font-weight: normal;
}

footer a {
	color: 	#ffbb00;
	text-decoration: none;
}

.Copyright
{
	float: left;
	display: inline;
	font-weight: normal;
}

.cistic {
	clear: both;
}

.vlevo {
	float: left;
}

.RiadenieGriduH
{ 
     color: #FFFFCC;
    padding: 5px; background-color: #009aca;
    margin-top:5px; 
    text-align: left;

}
.RiadenieGriduF
{
    color: #FFFFCC;
    padding: 5px;
    background-color: #2461BF;
    margin-top: 5px;
    height: 30px;
    text-align: right;
}

.myBtn{ 
  height:100px; 
  line-height:100px; 
  width:200px; 
  
  border: 1px solid gray;
  background:transparent url('Images/userconfig.png') no-repeat;
  cursor:pointer;
}


.btnLogin {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/login.png') no-repeat;
        background-position-y: 5px;
        background-position-x: 5px;
        background-color: #21a9d3;
        cursor:pointer;
        width:174px;
        height: 80px; 
}
.btnAdminUsers {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/login.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}
.btnAdminPeoples {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/userconfig.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}

.btnAdminOrg {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/tree.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}
.btnAdminStavyP {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/StatusP.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}
.btnAdminStavyV {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/StatusV.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}

.btnNaradie {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/tools1.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}
.btnNaradieV {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/tools2.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}
.btnNaradieZ {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/tools2.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}


.btnSkupiny {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/groups.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}
.btnPohyby {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/moves.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}

.btnPohybyD {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/moves.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: #b22222;
        width:250px;
        height: 100px; 
}
.btnNarZamest {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url('Images/narzamest.png') no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}

.btnExcel {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 2px 2px 2px 2px;
 		  background: ThreedFace url('Images/Excel-icon.png') no-repeat;
        background-position-y: 1px;
        background-position-x: 1px;
        background-color: inherit;
        cursor:pointer;
        width: 28px;
        height: 28px; 
}
.btnWord {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 2px 2px 2px 2px;
 		  background: ThreedFace url('Images/Word-icon.png') no-repeat;
        background-position-y: 1px;
        background-position-x: 1px;
        background-color: inherit;
        cursor:pointer;
        width: 28px;
        height: 28px; 
}

.btnPDF {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 2px 2px 2px 2px;
 		  background: ThreedFace url('Images/PDF-icon.png') no-repeat;
        background-position-y: 1px;
        background-position-x: 1px;
        background-color: inherit;
        cursor:pointer;
        width: 28px;
        height: 28px; 
}

.btnReset {
        border: 1px solid InactiveCaptionText;
        border-radius: 2px;
        color: black;
        padding: 5px 10px 5px 64px;
 		  background: ThreedFace url(Images/power2.png) no-repeat;
        background-position-y: 20px;
        background-position-x: 5px;
        background-color: inherit;
        cursor:pointer;
        width:250px;
        height: 100px; 
}


#modal-background 
{
	display: none;
   position: fixed;
   top: 0px;
	left: 0px;
	width: 100%;
   height: 100%;
   background: #a0a0a0;
   filter: alpha(opacity=70);
   opacity: 0.7;
   z-index: 9999;
}

#modal-popup
{
	display: none;
   position: fixed;
   width: 400px;
   left: 50%;
   margin-left: -200px;
   background: white;
   border: 1px solid black;
   padding: 10px;
   z-index: 10000;
}

.tableLeftLine
{
	border-collapse: inherit;
	border-left-style: solid;
	border-left-width: 1px;
	border-left: 1px solid #a4a4a4;
	padding-left: 3px;
}

.tablePravaMedzera
{
	padding-right: 5px; 
}


.RiadokGridu
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;  
    cursor:default;
}

.StlpecGridu
{
    padding-right:4px; 
}

.HlavickaGridu
{
	height:25px;
	background: #5D7B9D;
	color: white;
}

.validatorCalloutHighlight
{
	background-color: #db8686;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}

