@charset "utf-8";
/* CSS Document */

body
{
    position:relative;
	margin:15px,0px;
     -webkit-text-size-adjust:140%;
     min-height:416px;
     font-family:helvetica,sans-serif;
     -webkit-background-size:0.438em 100%;
     background:-webkit-gradient(linear,left top,right top,from(#c5ccd4),color-stop(71%, #c5ccd4),color-stop(72%, #cbd2d8),to(#cbd2d8));
     -webkit-touch-callout:none
}  
.toolbar {
	position: relative;
	width: 100%;
	height: 45px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #2d3642;
	background: url(../i/toolbar.png) #6d84a2 repeat-x;
}
.toolbar > h1 {
	position: absolute;
	left: 50%;
	height: 45px;
	width: 150px;
	margin: 1px 0 0 -75px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
			
div {
    -webkit-border-radius: 10px;
}
#rightbutton {
	position: absolute;
	top: 7px;
	right: 6px;
	z-index: 1;
	width: auto;
	min-width: 18px;
	height: 30px;
	margin: 0;
	padding: 0 3px;
	overflow: hidden;
	line-height: 30px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	background: none;
	border-width: 0 5px;
	-webkit-border-image: url(../images/button.png) 0 5 0 5;
}
#rightbutton.active {
	-webkit-border-image: url(../images/button-focus.png) 0 5 0 5;
}
#leftbutton {
		position: absolute;
	top: 7px;
	left: 6px;
	z-index: 1;
	width: auto;
	min-width: 18px;
	height: 30px;
	margin: 0;
	padding: 0 3px;
	overflow: hidden;
	line-height: 30px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	background: none;
	border-width: 0 5px;
	-webkit-border-image: url(../images/button.png) 0 5 0 5;
}
#leftbutton.active {
	-webkit-border-image: url(../images/button-focus.png) 0 5 0 5;
}

#topbar{
	position:relative;
	left:0;
	top:0;
	width:auto;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#cdd5df),color-stop(3%,#b0bccd),color-stop(50%,#889bb3),color-stop(51%,#8195af),color-stop(97%,#6d84a2),to(#2d3642));
	margin-bottom:13px;
	height:25px;
}
#title{
	position:relative;
	line-height:25px;
	height:25px;
	font-size:12pt;
	 text-align:center!important
}
.center
{
     margin:auto;
     display:block;
     text-align:center!important
}
.graytitle{
	position:relative;
	font-weight:bold;
	font-size:17px;
	right:20px;left:9px;
	color:#4C4C4C;
	text-shadow:#FFF 0 1px 0;
	padding:1px 0 3px 8px;
}
.Login {
	margin-left: 5px;
} 
.Error{
      color:Red;
      font-weight:bolder;
	  margin:auto;
     display:block;
     text-align:center;
}
#content{
	width:100%;
	position:relative;
	min-height:250px;
	margin-top:10px;
	height:auto;
	z-index:0;
	overflow:hidden;
}
