/* CSS Document */
body {
	margin:0 auto;
	width:960px;
	padding-top:10px;
	font-family:'Droid Sans',arial,serif;
	font-size:12px;
	/**background:url('../img/bg.jpg') no-repeat left top #000;*/
	background-color: #000;
}

.header {
	float: left;
}

.menu {
	float: right;
}

.wrapper {
	margin: 20px 0;
}

a {
	color:#ccc;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

a img {
	border:none;	
}

.addUser {
	margin-top:100px;
	margin-left:150px;
	text-align:left;
	width:50%;
}

.addUser form p label {
	float:left;
	width:150px;
	color:#fff;
}

.box {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:inset 0px 0px 5px #FC3;
	float:left;
	width:200px;
	margin:10px;
	height:130px;	
}

.desc {
	float:left;
	padding:0 5px 5px 5px;
	width:190px;
}

.box:hover {
	transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	background-color:#666;	
	color:#fff;
}

.addBox {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:inset 0 0 10px #999;
	-webkit-box-shadow:inset 0 0 10px #999;
	box-shadow:inset 0 0 10px #999;
	background:url('../img/icons/add_tiny.png') no-repeat left #ccc;
	float:right;
	margin:5px 10px 5px 5px;
	padding:10px 10px 10px 30px;	
}

.addBox:hover {
	background-color:#999;
	-moz-box-shadow:inset 0 0 10px #333;
	-webkit-box-shadow:inset 0 0 10px #333;
	box-shadow:inset 0 0 10px #333;
	cursor:pointer;
}

.login {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:inset 0 0 10px #999;
	-webkit-box-shadow:inset 0 0 10px #999;
	box-shadow:inset 0 0 10px #999;
	background:url('../img/icons/user_tiny.png') no-repeat left #ccc;
	float:right;
	margin:5px 10px 5px 5px;
	padding:10px 10px 10px 30px;	
}

.login:hover {
	background-color:#999;
	-moz-box-shadow:inset 0 0 10px #333;
	-webkit-box-shadow:inset 0 0 10px #333;
	box-shadow:inset 0 0 10px #333;
	cursor:pointer;
}

.configure {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:inset 0 0 10px #999;
	-webkit-box-shadow:inset 0 0 10px #999;
	box-shadow:inset 0 0 10px #999;
	background:url('../img/icons/configure_tiny.png') no-repeat left #ccc;
	float:right;
	margin:5px;
	padding:10px 10px 10px 30px;	
}

.configure:hover {
	background-color:#999;
	-moz-box-shadow:inset 0 0 10px #333;
	-webkit-box-shadow:inset 0 0 10px #333;
	box-shadow:inset 0 0 10px #333;
	cursor:pointer;
}

.configTable {
	border:1px solid #666;
	width:100%;
	margin:0;	
}

.configTable tr th {
	font-size:12px;
	text-align:center;
	padding:5px;
	border-right:1px solid #666;
	background-color:#ccc;	
}

.configTable tr td span {
	color:#666;
	font-size:11px;
	font-style:italic;	
}

.configTable tr td span a {
	color:#666;
	text-decoration:none;
}

.configTable tr td span a:hover {
	text-decoration:underline;
}

.configTable tr td {
	padding:5px;
	border-right:1px solid #666;	
	border-top:1px solid #666;			
}

h2.headMarks {
	color:#ccc;
	border-bottom:1px solid #666;
	margin-left:10px;
}

h2.add {
	background:url('../img/icons/add.png') no-repeat left;
	padding:5px 0px 5px 40px;	
}

h2.logtitle {
	background:url('../img/icons/login.png') no-repeat left;
	padding:5px 0px 5px 40px;	
}

h2.user {
	background:url('../img/icons/user.png') no-repeat left;
	padding:5px 0px 5px 40px;		
}

h2.config {
	background:url('../img/icons/configure.png') no-repeat left;
	padding:5px 0px 5px 40px;	
	margin-left:10px;	
}

.edit {
	background:url('../img/icons/edit.png') no-repeat center;
	padding:10px;
}

.delete {
	background:url('../img/icons/delete.png') no-repeat center;
	padding:10px;
}

.editCon {
	box-shadow:inset 0px 0px 5px #666;
	-moz-box-shadow:inset 0px 0px 5px #666;
	-webkit-box-shadow:inset 0px 0px 5px #666;
	background-color:#ccc;	
	color:#333;
}

.form#form {
	margin:0 auto;
	width:90%;	
}

.form#form p label {
	float:left;
	font-size:11px;
	width:110px;
	line-height:24px;
}

.container {
	position:absolute;
	margin:0 auto;
	background-color:#999;
	width:42%;
	left:29%;
	top:0;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-left:10px solid #333;
	border-right:10px solid #333;
	border-bottom:10px solid #333;
}

.container form#add {
	margin:0 auto;
	width:90%;
}

.container form#add p label {
	float:left;
	font-size:14px;
	width:110px;
	line-height:24px;
}

.container form#add p span {
	font-size:11px;
	color:#666;	
}

.containerInfo {
	position:absolute;
	margin:0 auto;
	padding:10px;
	background-color:#999;
	width:28%;
	left:36%;
	top:0;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-left:10px solid #333;
	border-right:10px solid #333;
	border-bottom:10px solid #333;	
}

.containerInfo p label {
	float:left;
	font-size:12px;
	width:110px;
}

.containerInfo p span {
	font-weight:bold;	
}

.containerLogin {
	position:fixed;
	margin:0 auto;
	background-color:#999;
	width:30%;
	left:35%;
	top:0;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-left:10px solid #333;
	border-right:10px solid #333;
	border-bottom:10px solid #333;
}

.containerLogin form {
	margin:0 auto;
	width:90%;
}

.containerLogin form p label {
	float:left;
	font-size:14px;
	width:110px;
	line-height:24px;
}


.input {
	border:0;
	padding:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:200px;	
}

select {
	border:0;
	padding:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:210px;
}

.upload {
	font-weight:bold;
	font-size:12px;	
}

.notify {
	color:#0C0;	
}

input[type=button] {
	border:0;
	background-color:#333;
	padding:7px;
	color:#ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}

input[type=button]:hover {
	background-color:#666;
}

input[type=submit] {
	border:0;
	background-color:#333;
	padding:7px;
	color:#ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}

input[type=submit]:hover {
	background-color:#666;
}

.success {
	background-color:#ceffce;
	border:1px solid #008e00;
	position:fixed;
	left:35%;
	margin:0 auto;
	width:29%;
	top:0;
	color:#008e00;
	padding:1%;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}

.saved {
	color:green; 
	font-weight:normal;	
	margin-left:5px;
}

.errors {
	background-color:#FC9;
	border:1px solid #F00;
	position:fixed;
	left:35%;
	margin:0 auto;
	width:29%;
	top:0;
	color:#FC9;
	padding:1%;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}

.info {
	float:right;
	margin:5px;
	color:#fff;	
}

div.good {
	color:#090;	
}

div.error {
	color:#F00;
	margin-top:0;
	margin-left:10px;	
}

.err {
	color:#F00;	
}

p.err {
	color:#FF0;
	margin-left:10px;	
}

div.err  {
	margin: 20px 10px;
	color:#F00;	
}

.footer {
	border-top:1px solid #333;
	padding-top:5px;
	text-align:center;	
	color:#333;
}

.clr {
	clear:both;
}

.none {
	display:none;	
}