
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -170px !important; /* the bottom margin is the negative value of the footer's height plus margin-top */
	background: #eee url('/images/bg_fff2eee_1000.png') top left repeat-x;
}

#site-top {
	margin: 0;
	padding: 0;
	background-color: #fff;
	position:relative;
	z-index:2;
}
#site-header {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}


#navigation-wrapper {
/*background: #363534 url('http://www.qtsoftware.com/globalnavigation_bg.png') bottom left repeat-x;*/
background-color: #363534;
position:relative;
z-index:1;
height:32px;
font-size:16px;
}

#navigation-wrapper.enterprise-admin {
/*background: #363534 url('http://www.qtsoftware.com/globalnavigation_bg.png') bottom left repeat-x;*/
background-color: #800 !important;
}

#navigation-bar,
#navigation-bar-sublevels,
#apps_menu {
background: transparent;
/*height: auto;*/
width: 960px; /* */
padding: 0em;
margin: 0 auto;
font-size: 16px;
white-space: nowrap;
list-style: none;
line-height: normal;
position: relative;
border-color: #e0e8e5;
border-width: 1px;
border-style: none none none solid;
}
#apps_menu {
	width:auto;
}
#navigation-bar .navigation-item ,
#navigation-bar-sublevels .navigation-item  {
display: inline;
margin: 0;
padding: 0;
/*background: transparent url('http://www.qtsoftware.com/globalnavigation_bg_over.png') -10000px -10000px no-repeat; */
}
#navigation-bar .navigation-item  .menuitem,
#navigation-bar-sublevels .navigation-item  .menuitem,
#apps_menu .menuitem{
/* */
background-color: transparent;
border-color: #e0e8e5;
border-width: 1px;
border-style: none solid none solid;
margin-left: -1px;
color: #fff;
/*height: auto;*/
padding: 0em 1.25em;
text-decoration: none;
text-transform: none;
float: left;
line-height:32px;
height:32px;
}

#apps_menu .menuitem {
	clear:both;
	border:none;
}
#navigation-bar .navigation-item  a:hover {
background-color: #EDEFF4 ;
/*background-image: url('http://www.qtsoftware.com/globalnavigation_bg_over.png') !important;*/
color: #000;
}
#navigation-bar-sublevels .navigation-item  a:hover {
background-color: #EDEFF4;
/*background-image: url('http://www.qtsoftware.com/sublevels_bg_over.png') !important;*/
color: #000;
}
#navigation-bar .navigation-item.selected .menuitem {
/* */
background-color: #EDEFF4 ;
/*background-image: url('http://www.qtsoftware.com/globalnavigation_bg_over.png') !important;*/
color: #000;
}
#navigation-bar-sublevels .navigation-item.selected .menuitem {
/* */
background-color: #EDEFF4;
/*background-image: url('http://www.qtsoftware.com/sublevels_bg_over.png') !important;*/
color: #000;
}
#navigation-bar .navigation-item.selected .menuitem span {
/*display: block;*/
/*background: transparent url('http://www.qtsoftware.com/globalnavigation_bg_active.png') 50% 100% no-repeat;*/
}
#navigation-bar-sublevels .navigation-item.selected .menuitem span {
/*display: block;*/
/*background: transparent url('http://www.qtsoftware.com/sublevels_bg_active.png') 50% 100% no-repeat;*/
}

.submenudiv .menuitem {
	width:200px;
}

#apps_menu .menuitem:hover {
background-color: #EDEFF4;
/*background-image: url('http://www.qtsoftware.com/sublevels_bg_over.png') !important;*/
color: #000;
}

#apps_menu .submenudiv:hover {
	background-color: #EDEFF4;
/*background-image: url('http://www.qtsoftware.com/sublevels_bg_over.png') !important;*/
color: #000;
}
#apps_menu.selected .menuitem {
/* */
background-color: #EDEFF4 ;
/*background-image: url('http://www.qtsoftware.com/globalnavigation_bg_over.png') !important;*/
color: #000;
}
#apps_menu .selected .menuitem {
/* */
background-color: #EDEFF4;
/*background-image: url('http://www.qtsoftware.com/sublevels_bg_over.png') !important;*/
color: #000;
}

#site-header .login {
	font-size: 11px;
	float: right;
	color: #444;
}
#site-header .login td {
	padding-right: 7px;
	vertical-align: middle;
}
#site-header .login table {
	margin: 4px 5px 7px 10px;
}

#site-header .login .textBox input {
	background-color: #fff;
	border: 1px solid #888;
	padding: 2px;
}

#site-header #logo {
    padding-top:0px;
	height:50px;
	float:left;
}

#navigation-wrapper #powered-by-qitera  {
 position:absolute;
 right: 316px;
 top:0px;
 font-size:11px;
 color:#eee;
}

#site-header #enterprise-header-logo {
    padding:3px 0px;
	height:50px;
	float:left;
}

#site-header #enterprise-header-name {
	font-size:18px;
	line-height:50px;
	font-weight:bold;
	margin-left:10px;
	padding:0px 10px; 
	color:#444;
	float:left;
}


#search-box {
  position:absolute;
  /*background-color:#5DAF11; */
  background: transparent url('/images/bg_searchbox.gif') top left no-repeat;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  z-index:8;
  right:10px;
  top:-15px;
  padding: 5px 10px; 
  width:281px;
  height:56px;
  /*overflow:hidden; */
}


#search-box #query {
	vertical-align: middle;
}


#accountLinks {
	font-size:11px;
	float:right;
	text-align:right;
	padding-right:10px;
}

.centerwrapper {
	margin: 0 auto;
	width: 800px;
}
#header .centerwrapper {
	height: 75px;
	overflow: hidden;
}
#static #header {
	height: 110px;
}
#static #header .centerwrapper {
	overflow: visible;
}
#anchorBottomRight { /* Anchor for calculations of viewport height */
	position: fixed !important;
	position: absolute;
	right: 0px;
	bottom: 1px;
	width: 1px;
	height: 1px;
}
/* @group Footer */    
#footer {
	background-color: #444;
	border-top: 1px solid #444;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 60px;
	text-align:center;
	width:100%;
	font-weight: bold;

}
#footer a {
	color: #aaa;
	text-decoration: none;
	
}
#footer .copyright {
	color:#ccc;
	font-size:10px;
	line-height:24px;
}
#footer_content {
	margin: 0 auto;
	clear: both;
}

#footer_content li {
	font-size: 12px;
}
#footer_content a {
	text-decoration: underline;
}
#footer_content td {
	padding-top: 10px;
	padding-left: 10px;
}

.footer, .push {
	height: 195px; /* .push must be the same height as .footer plus margin-top */
}


#site-content {
	/*font-size:12px;*/
	margin:0 auto;
	width:960px;
	background:#fff;
    font-size:12px;
}
#site-content.wide {
	width: 98%;
}
#site-content.wide #site-content-pane {
	width: 100%;
	margin-bottom: 0px;
}
.wide {
	width: 100%;
}

#site-content-pane {
	margin:0 auto;
	width:960px;
	min-height: 400px;
	height: auto;
	_height: 400px;
	float:left;
}
.userprofile {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
