/* CSS for Schnitt Edit */

body {
	background: #cbcabd url(../imgs/bg_back.jpg) repeat-x left top;
	font-family: arial, helvetica, sans-serif;
	margin:0 auto;
}

table {
	border-collapse: collapse;
}

#main {
	margin: 0 auto;
	width:910px;
	height:510px;
}

#front {
	margin: 101px auto auto;
	position:relative;
	width:910px;
	height:510px;
	display: block;
	background: #f2f2eb url(../imgs/bg_front.jpg) no-repeat left top;
}

#front_flash {
	margin: 99px auto 0 auto;
	position:relative;
	width:990px;
	height:512px;
	display: block;
}

.logobox a {
	display: block;
	float: left;
}

.logobox a {
	position: relative;
	display: block;
	width:115px;
	height:120px;
	top:175px;
	left:92px;
	background: url(../imgs/schnitt_logo.jpg) no-repeat center center;
}

#client-login {
	display: block;
	float: right;
	width: 595px;
	height:444px;
	margin-right: 10px;
	background: url(../imgs/bg_login.jpg) no-repeat left top;
}

#client-login table {
	position: relative;
	display: block;
	float:right;
	border-collapse: collapse;
	top: 186px;
	right:161px;
}

#client-login table td {
	padding:2px;
}

#client-folder {
/*	position: relative;*/
	float: right;
	margin: 97px 80px 0 0 ;
	height: 280px;
	width: 455px;
	overflow: auto;

}

#client-folder table {
	border: 1px solid #cbcabd;
	width:440px;
	margin-left: 1px;
}

#client-folder table td {
	font-size:11px;
	padding: 8px 15px;
	border-right: 1px solid #cbcabd;
	color: #666;
}

#os-clicker {
	display: block;
	font-size:11px;
	color:#999;
	padding:10px 0 15px 0;
}

.field-caption {
	color:#666;
	font-size:11px;
	text-align:right;
	white-space: nowrap;
}

.faux-button {
	display: block;
	background: url(../imgs/submit-button-new.gif) no-repeat left top;
	width:27px;
	height:27px;
}

.faux-button:hover {
	display: block;
	background: url(../imgs/submit-button-new.gif) no-repeat left bottom;
	width:27px;
	height:27px;
}

.footer {
	color:#8f8e85;
	font-size: 10px;
}

.badpassword {
	font-size:12px;
	color: red;
	font-weight: bold;
	text-align: right;
}

#namefield, #pwfield {
	width:132px;
	border: 1px solid #999;
	padding: 2px;
}

h1 {
	font-size:18px;
	font-weight:normal;
	color:#666;
	margin: 0;
	padding: 0;
}

a {
 color:#6d170a;	
 text-decoration: none;
}

a:hover {
 color:#9f2512;	
 text-decoration: none;
}

thead {
	font-weight: bold;
}


.tha, .thb, .thc, .even-row, .tbl-head {
	background-color: #e5e6da;
} 

.tha {
	width:214px;
	padding-top:13px !important;
}

.thb {
	width:101px;
	padding-top:13px !important;
}

.thc {
	width:125px;
	padding-top:13px !important;
}