* {
	font-family:arial;
	font-size: 12px;
}

table {
	border-collapse: collapse;
}

.logo {
	margin-top:20px;
	margin-left: 20px
}

.login_wrap {
	margin-left:100px;
	margin-top:45px;
}

.login_wrap input {
	border: 1px solid black;
}

.admin_wrap {
	margin-left:30px;
	margin-top:30px;
}

.user_wrap {
	margin-left:0px;
	margin-top:45px;
}

.user_wrap h1 {
	font-size: 21px;
	font-weight:100;
color: #1893CD;}

.admin_wrap h1 {
	font-size: 21px;
	font-weight:100;
color: #1893CD;}

.admin_wrap h1 a {
	font-size: 21px;
	font-weight:100;
	color:#1893CD;
	text-decoration:none;
}

.admin_wrap h1 a:hover {
	text-decoration:underline;
}

.admin_wrap a.outlink {
	display: block;
	color:#05173c;
	height: 20px;
	margin: 0px 0px 5px 0px;
	font-size: 15px;
	padding:3px 3px 3px 3px;
	background: url('../img/r_arrow.png') no-repeat 90px 5px;
	width: 120px;
	text-decoration:none;
}

a.out {
	color:#05173c;
	font-weight:bold;
	text-decoration: none;
}

a.out:hover {
	text-decoration: underline;
}

.admin_wrap a.outlink:hover {
	text-decoration: underline;
}

.admin_wrap {
	color:#05173c;
}

.admin_wrap input {
	border: 1px solid #333;
	width: 330px;
	margin-left:10px;
}

.admin_wrap .textarea{
	border: 1px solid #333;
	height: 100px;
	width:332px;
	margin-left:10px;
}

.admin_wrap .smfield {
	width :150px;
}

.admin_wrap .smfield, x:-moz-any-link {
	float: left;
}

.admin_wrap .smfield, x:-moz-any-link, x:default {
	float: left;
}

.admin_wrap .smfieldform {
	width: 170px;
	border: 0px;
}

.admin_wrap .smfieldform, x:-moz-any-link {
	float: left;
}

.admin_wrap .smfieldform, x:-moz-any-link, x:default {
	float: left;
}

.st td {
	padding:5px;
	border-bottom: 1px solid #ccc;
}

.admin_wrap .remove_file_field {
	color:black;
	float: right;
	margin-top:3px;
	width:20px;
	height:20px;
	text-indent: -10000px;
	background: url('../img/delete.png') no-repeat;
}



*:first-child+html .admin_wrap .remove_file_field {
	margin-left: -90px;
}

.admin_wrap .delete_file {
	color:black;
	float: right;
	margin-top:3px;
	width:20px;
	height:20px;
	text-indent: -10000px;
	background: url('../img/delete.png') no-repeat;
}

.admin_wrap .delete_file, x:-moz-any-link {
	float: none;
	display: block;
	margin-top: -10px;
}

.admin_wrap .delete_file, x:-moz-any-link, x:default {
	float: none;
	display: block;
	margin-top: -10px;
}

.file_field_wrap {
	width: 370px;
	clear: both;
}

.file_field_wrap, x:-moz-any-link{
	width: 440px;
}

.file_field_wrap, x:-moz-any-link, x:default {
	width: 440px;
}

 .add_file_field {
	margin-left:10px;
	padding-left:20px;
	height: 20px;
	line-height: 18px;
	width: 105px;
	display: block;
	background: url('../img/add.png') no-repeat;
	color:#05173C;;
	font-weight:bold;
}


.admin_wrap .reorder_files {
	padding-left:20px;
	height: 20px;
	line-height: 18px;
	width: 95px;
	display: block;margin-left:10px;
	background: url('../img/refresh.png') no-repeat;
}

.admin_wrap table.list_table tr th {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #aaa;
}
.admin_wrap table.list_table tr td {
	padding:5px;
	border-bottom: 1px solid #ccc;
}

.overlay {
	background-color: black;
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	z-index:2;
}

.box {
	background-color: white;
	width:260px;
	height: 110px;
	padding:10px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -55px;
	margin-left: -130px;
	z-index:3;
}

#alert {
	position:absolute;
	top:0;
	left:0;
	line-height:20px;
	text-indent: 10px;
	width: 100%;
	border-bottom: 1px solid #444;
	background-color:#ffffcc;
	height: 20px;
	color:#444;
	
}

#alert a {
	display: block;
	width: 20px;
	width: 20px;
	margin-top:2px;
	float: right;
	text-indent: -10000px;
	background: url('../img/cancel.png') no-repeat 0px 0px;
}

#alert a, x:-moz-any-link, x:default {
	position: absolute;
	top: 0;
	right: 0;
}
