﻿.logo
{
	display: block;
	text-decoration: none;	
	background: url('images/logo_zn.gif');
}
    
.login
{
    position:fixed;
    border: solid 1px #D6D6D6;
    top:50%;
    left:50%;    
    margin-left:-250px;
    margin-top:-100px;
    width:500px;
    height:200px;
    vertical-align:middle;
}

.header-logion
{
    background: url('images/headerLogin.gif');
	width:500px;
	height:112px;
    padding:0;
    margin:0;
}

.master-wrapper-page
{
      
}

.master-wrapper-content
{

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header2
{
	height: 70px;
	width: 100%;
	/*background: url('images/admin-header-bg.gif') repeat-x;	*/
	background-color:White;
	position: relative;
	background: #EEEEEE; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f9dd9', endColorstr='#e1eeff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#6f9dd9), to(#e1eeff)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #6f9dd9,#e1eeff  ); /* for firefox 3.6+ */
}

.header
{
	height: 70px;
	width: 100%;
	background: url('images/header.gif') repeat-x;
	background-color:White;
	position: relative;
	
}

.header .links
{
	position: absolute;
	right: 10px;
	top: 7px;
	text-align: right;
	color:#5881ad;
	font-weight:bold;
}

.header .links a
{
	text-align: right;
	color:#5881ad;
}

.header .links a:hover
{
	text-align: right;
    color: #e5c365;
	font-weight: bold;
}


.header .links .separator
{
	color: #5881ad;
	padding: 0 3px 0 3px;
}

.header .version
{
	position: absolute;
	right: 5px;
	top: 55px;
	text-align: right;
	color: #5881ad;
	font-size: 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-menu
{
	width: 100%-120px;
	line-height: 29px;
	height:32px;
	background: url('images/admin-menu-bg.gif') repeat-x;
    
}

.content
{
	padding: 20px 15px 5px 15px;	
}

.footer
{
    position:fixed;
    bottom:0px;
    width: 100%;
    text-align:center;
    font-family:Verdana;
    color:#3271b4;
    font-size:8pt;
    height:18px;
	background: url('images/admin-menu-bg.gif') repeat-x;
}



.HeaderTable
{
    font-family:Verdana;
    font-size:11px;
   	color: #FFFFFF;
	font-weight: bold;
    background: url('images/admin-gvw-bg.gif') repeat-x;
    height:26px;
    text-align:left;
    width:100%;
}

.uploadProgress
{
	position:fixed;
	width:200px;
	height:50px;
    margin-left:-25px;
    margin-top:-100px;
    top:50%;
    left:40%;
    border-width:1px;
    border-color:#000000;
    font-family:Verdana;
    font-size:11px;
    color:Black;
    background-color: white;
}

.FormReservaNa
{
    position: absolute; 
    left: 30%;
    right: 35%; 
    top: 20%; 
    z-index:1000;
    border-style:inset;
    border-color:Black;
    background-color:White;
    border-width:2px;
    padding-left:1px;
}

.MessageArea
{
    left: 50%;
    top:50%;
    width:500px;
    height:100px;
    margin-left:-250px;
    margin-top:-50px;
	position:fixed;
	background-color:#E1E1E1;
	text-align:left;
	vertical-align:middle;
    border: solid 1px #000000;
    padding-left:1px;
    z-index:2000;
}

