body {
	background-color:#646464;
	background-image: url('../../includes/images/imod-bg.png'),url('../images/css/linen.png');
	background-repeat: no-repeat,repeat;
	background-position: center 150px,center;
}
#wrapper {
	min-width:600px;
	padding-bottom:60px;   /* Height of the footer */
}
#header{
	padding: 0 0 0 12px;
	height:50px;
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #c8c8c8 0%, #b5b5b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#b5b5b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c8c8c8 0%,#b5b5b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c8c8c8 0%,#b5b5b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c8c8c8 0%,#b5b5b5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c8c8c8 0%,#b5b5b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
}
#header a{
	text-shadow: 1px 1px 0 #D7D7D7;
	color:#333;
	text-decoration:none;
}
#content {
	clear:both;
	min-height:50px;
	position:absolute;
	top:50px;
	bottom:31px;
	left:0;
	right:0;
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
}
#footer {
	position:absolute;
	text-align:center;
	padding:5px 0;
	bottom:0;
	width:100%;
	line-height:20px;
	height:20px;   /* Height of the footer */
	background:#b5b5b5;
	border-top:1px solid #494949;
}
/* install field*/
#login{
	position:absolute;
	z-index:2;
	background-color:#f6f6f6;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.42);
	border:1px solid #333;
	/*-webkit-animation-name: pop;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;*/
}
/*@-webkit-keyframes pop {
	from {
		-webkit-transform: scale(.7);
		opacity: 0;
	}
	85% {
		-webkit-transform: scale(1.05);
		opacity: 1;
	}
	to {	
		-webkit-transform: scale(1);
	}
}*/
.login,
.lostpassword,
.register{
	width:500px;
	height:310px;
}
.install{
	width:600px;
	height:400px
}
table{
	width:100%
}
table td{
	padding:10px 0
}
.install table td{
	padding: 3px 0	
}
#login_wrap{
	padding:10px;
}
table td{
	min-width:160px	
}

/*general*/
#login input[type="password"],
#login input[type="text"]{
	width:300px;
}

.bottomBorder{
	margin:30px 0 0 0;
	padding:5px 0 0 0;
	border-top:1px solid #9e9e9e;	
}


/*align*/
.backtosite{
	width:400px;
	float:left;
	height:37px;
	text-align:left;
	color:#333;
	font-size:22px;
	font-weight:600;
	padding: 10px 0 0 80px;
	text-shadow: #c0c0c0 1px 1px 0px;
	background:url('../../includes/images/imod_logo_overview_normal.png') no-repeat left;
}
/*other*/
#content-title:hover{
	cursor:move	
}
.help_balloon{
	height:16px;
	padding-left:18px;
	background:transparent url(../images/icons/help.png) no-repeat left;
}
#tooltip {
	padding: 5px 10px;
	background: #cad7e0;
	border: 1px solid #b2bdc3;
	max-width:400px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	opacity: 0.90;
	z-index:3
}
.config_file{
	width:578px;
	height:170px	
}
/*custom ui*/
.ui-progressbar{
	margin: 0 0 10px 0;
}
.ui-progressbar .ui-progressbar-value{
	background: url("../images/css/top.png") repeat-x bottom left;	
}