html, body {
	height: 100%;
}

img {
	border: none;
}

.clear {
    clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}

body {
    margin: 0;
    padding: 0;
    font:normal 14px/16px Arial, Tahoma, sans-serif;
	background:#fff;
}

#content-wrapper {
    width: 1000px;
    margin: auto;
}
#global-loader{
    background: url("../images/global-loader.gif") no-repeat;
    width: 80px;
    height: 10px;
    position: fixed;
    margin: 0 47%;
    display: none;
}

.red{color: #D74444; }
.blue{color: #5384D9; }

ul.errors {
    margin: 0;
    padding: 0;
}

ul.errors li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgb(255,0,0);
}

table.results {
   /* border: solid 1px #a9a0a0;*/
    width: 100%;
}

table.results tbody {
    overflow-x: hidden;
    overflow-y: auto;
}

table.results th.header {
    background-color:#a9a0a0;
    color: #fff;
    cursor: pointer;
   
}

table.results img.clear-results {
    margin-top: -4px; 
    margin-left: 3px;
    cursor: pointer;
    vertical-align: middle;
}

table.results input.search-field {
    background: url("/images/search-icon.gif") no-repeat scroll 0% 0% transparent;
    border: 0;
    padding-left: 27px;
    height: 20px;
    width: 75%;
}

table.results th.sorted-asc, .report .hours-header.sorted-asc {
    background-image: url("/images/order-up.gif");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    cursor: pointer;
}

table.results th.sorted-desc, .report .hours-header.sorted-desc {
    background-image: url("/images/order-down.gif");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    cursor: pointer;
}

table.results th, table.results td {
    border: solid 1px #a9a0a0;
}

table.results td.centered {
    text-align: center;
}

table.results a.associated {
    background-color:#f10505;
    color: #FFF;
}

table.results input.change-status {
    text-transform: capitalize;
}

table.results input.editable-field {
    border: 0;
    width: 100%;
}

table.results td.editable-cell {
    padding-left: 5px;
}

.status-hidden {
    font-style: italic;
    color:#bbbbbb;
}

#navigation {
    padding: 10px 0px 10px 0px;
    overflow: hidden;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

/** NAVIGATION **/
#primary-nav {
    height: 80px;
    margin-top: 10px;
}

#primary-nav span.user-info {
    font-size: 12px;
    margin-right: 10px;
    top: -25px;
    width: 201px;
    color: #AAAAAA;
}

.main-nav {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
}

.main-nav .subnav {
    position: absolute;
    left: 0;
    margin: 20px 0 0 0;
    padding: 0;
}


.main-nav  li {
    list-style: none;
    float: left;
    margin-left: 10px;
    background:#ece7e7;
    padding: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border-color: #857e7e;
    border-width: 1px;
    border-style: solid;
}

.main-nav  li:first-child {
    margin-left: 0;
}

.main-nav  li > a {
    text-decoration: none;
    color:#524646;
}

.main-nav  li.active {
    background:#aba2a2
}

.main-nav  li.quick-add {
    margin-left: 0;
    padding: 4px 10px;
}


div.navigation-left-block {
    float: left;
    margin: 20px 0 0;
    width: 599px;
    position: relative;
}

div.navigation-right-block {
    float: right;
    margin: 10px 0 0;
    position: relative;
}

#month-total {
    float: right;
    margin-top: -2px;
    margin-left: 10px;
}

#month-total td {
    padding: 0 2px 0 20px;
    text-align:center;
}

.hidden-field {
    display: none;
}

.user-info-wrapper {
    position: relative;
    top: -10px;
    float: right;
}

span.user-options {
    position: relative;
    top: 3px;
    left: 20px;
}

a.logout-link:hover, a.logout-link:visited {
    color:#357fd5
}

div.info {
    color:#4682a9;
}

/* login page styles */


.wrapper.login-page  {
   background:#fff url("../images/bg.gif") center 93px repeat-x;
   height:100%;
}
.login-page .content-all {
	min-width:1000px;
	height: auto !important;
	margin:0 auto;
	min-height:100%;

}
.login-page .footer-all {
   margin:-30px auto 0;
   width:100%;
   height: 30px;
   min-width:1000px;
}

.login-page .footer {
	text-align:center;
	font:normal 11px/20px Tahoma, Arial, sans-serif;
	color:#999;
}

.login-page .footer a{
	text-decoration:none;
	color:#0065cb;
}

.login-page .footer a:hover{
	text-decoration:underline;
}

.login-page .header {
    border-bottom:1px solid #fff;
    min-width:1000px;
    background:#d6d6d6 url("../images/bg-header-left.png") no-repeat;
    height:93px;
}
.login-page .header .header-left {
    float:left;
    width:374px;
}

.login-page .header .header-right {
    width:593px;
    background:url("../images/bg-header-right.png") no-repeat;
    height:93px;
    float:right;
}

.login-page .logo {
	display:block;
	height:49px;
	width:374px;
	background:url("../images/logo.png") no-repeat;
	margin:0 0 0 50px;
}

.login-page #content-wrapper {
	width:980px;
	position:relative;
}

.login-page .login-form {
	position:absolute;
	top:50%;
	left:50%;
	margin:125px 0 0 -188px;
	background:#ececec;
	border:1px solid #e4e3e3;
	border-radius:5px;
	-mos-border-radius:5px;
	-webkit-border-radius:5px;
	width:360px;
}

.login-page dl.zend_form  dt label{
	color:#656565;
	font:normal 12px/20px Tahoma, Arial, sans-serif;
}

.login-page form.login .field {
	width:275px;
	height:28px;
	line-height:28px;
	padding:0 10px;
	border:1px solid #ccc;
	color:#000;
	border-radius:2px;
	-mos-border-radius:2px;
	-webkit-border-radius:2px;
	background:#fff;
}
.login-page form.login {
	width:298px;
}

.login-page input:focus {
	outline:1px solid #e97318;
	border:1px solid #fff;
	border-radius:0;
	-mos-border-radius:0;
	-webkit-border-radius:0;
}

.login-page input#login:focus {
	outline:none;
}

.login-page #login-element {
	text-align:right;
	margin:20px 0 0;
}

.login-page input#login {
	color:#fff;
	font:bold 12px/14px Tahoma, Arial, sans-serif;
	text-transform:capitalize;
	background:url("../images/button.png") no-repeat;
	height:35px;
	width:79px;
	border:0;
	cursor:pointer;
	text-indent:-9999px;
}

.login-page input#login:hover {
	background:url("../images/button.png") 0 -35px no-repeat;
}

.login-page .login-form h2 {
	width:298px;
	margin:35px auto 20px;
	font:normal 18px/20px Tahoma, Arial, sans-serif;
	color:#333;
}

.login-page ul.errors li {
	font-size:12px;
}

.login-page #remember-label, .login-page #remember-element {
	position:absolute;
}

.login-page .niceCheck {
	width: 15px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	background: #fff;
    background:url("../images/checkbox.png") 0 0 no-repeat;
}
.login-page .niceCheck input {
	display: none;
}


.login-page #remember-label {
	margin:25px 0 0 25px;
}

.login-page #remember-element {
	margin:26px 0 0;
}

.login-page #login-label {
	display:none;
}

table tr.report-row:nth-child(2n), tr.row:nth-child(2n){
    background-color: #F4EFEF;
}
table tr.report-row:hover{
    background-color: #D4D1D1;
}
#user-vacation-btn {
    margin-left: 10px;
    background:#ece7e7;
    padding: 4px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border-color: #857e7e;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    color:#524646;
}