body {
	background:#F2F3F4;
	margin:0;
	padding:0;
	font-family:Lucida Grande,Geneva,Verdana,Arial;
	font-size:12px;
	color:#333333;
}

h2 {
	font-weight:normal;
}

img {
	border:0;
}

input[type="text"], input[type="password"], input[type="submit"], input[type="file"], textarea {
	border:1px solid #DDD;
	padding:5px;
	width:100%;
}

textarea {
	height:20px;
}

.td {
	display:table-cell;
}

.tr {
	display:table-row;
}

.table {
	display: table;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.error {
	background:#ffdfdf;
	padding:5px;
	margin-bottom:15px;
	border:1px dashed #ff0000;
}

.success {
	background:#d9ffe0;
	padding:5px;
	margin-bottom:15px;
	border:1px dashed #00ff00;
}

a {
	color:#333333;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-weight: normal;
	font-family:Lucida Grande,Geneva,Verdana,Arial;
	font-size:24px;
	color:#333333;
	padding:0;
	margin:10px 0px;
}

#logo-wrapper {
	width:980px;
	height:50px;
	margin:auto;
	margin-top:30px;
	margin-bottom:10px;
	background:url(../images/logo.png) no-repeat left center;
}

#page-wrapper {
	width:980px;
	margin:15px auto;
	background:#fff;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 1px 3px #757575;
	-moz-box-shadow: 0px 1px 3px #757575;
	box-shadow: 0px 1px 3px #757575;
	
	border:1px solid #dddddd;
}

#footer-wrapper {
	color:#888888;
	width:980px;
	margin:10px auto;
	font-size:10px;
}

#content-left-wrapper {
	display: table-cell;
	vertical-align: top;
	background:#FAFAFA;
	padding:20px;
	border-right:1px solid #dddddd;
	width:160px;
}

#content-right-wrapper {
	display: table-cell;
	vertical-align: top;
	padding:20px;
	width:739px;
}

.login-input {
	padding:10px;
	font-size:20px;
	width:300px;
	margin-bottom:10px;
	border:2px solid #dddddd;
	color:#888888;
}

.login-bottom {
	color:#fff;
	padding:10px 20px;
	font-size:16px;
	font-weight:bold;
	border:0px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
}

#login-content-wrapper {
	padding-left: 50px;
}

.entity-table {
	width:100%;
}

.entity-table th {
	text-align: left;
	font-weight:bold;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
}

.entity-table td:last-child, .entity-table th:last-child {
	border-right:1px solid #000;
}

.entity-table td {
	border-left:1px solid #000;
	padding:5px;
}

.entity-table tr:hover {
	background:#DDD;
}

.entity-table tr.subheader {
	background:#DDD;
}

.add-entity {
	background:url(../images/add.png) no-repeat left center;
	padding-left:20px;
	margin-bottom:20px;
}

.dir-entity {
	background:url(../images/dir.png) no-repeat left center;
	padding-left:20px;
	margin-bottom:20px;
}

.edit-entity-table {
	width:100%;
}

.edit-entity-table tr td:first-child {
	width:200px;
}

.edit-entity-table td {
	vertical-align: middle;
	text-align:left;
}
