html, body{
	position: relative;
	height: 100%;
}
body,table,form,p,pre,img,h1{padding:0;border:0;margin:0}
body{
	background-image: url(/admin/templates/default/img/starsonblue.png);
	/*background:#4E535A;*/
	/*background-size: cover;*/
	text-align:center;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
body,pre,table{
	font-family:arial;
	font-size:15px
}
h1{
	color:#B71234;
	padding:5px;
}
a{
	color:#B71234;
}
td{
	vertical-align:top;
}
#body{
	width:1200px;
	background:#fff;
	margin:auto;
	text-align:left;
	/*box-shadow: 3px 3px 10px #000;*/
	margin-top:20px;
	position: relative;
	min-height: 100%;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #ccc;
}
#gif-logo{
	background-image: url(/admin/templates/default/img/duckduckgo-mirror.gif);
	float: left;
	width: 250px;
	height: 250px;
	background-size: contain;
	margin: -125px 0 -30px -25px;
}
#menu span{
	padding: 0 5px;
}
#menu{
	background: #B71234;
	padding:15px 15px 10px;
	color:white;
}
#menu a{
	color:inherit;
	text-decoration:none;
	/*font-weight:bold;*/
}
#menu a:hover{
	text-decoration:underline;
}
#menu .sel{
	color:#ccc;
}

#submenu{
	background:#ccc;
	padding:10px 15px;
	color:#B71234;
}
#submenu a{
	color:inherit;
	text-decoration:none;
}
#submenu a:hover{
	text-decoration:underline;
}
#submenu .sel{
	font-weight:bold;
}

#submenu2{
	background:#ececec;
	padding:10px 15px;
	color:#B71234;
}
#submenu2 a{
	/*color:inherit;*/
	text-decoration:none;
}
#submenu2 a:hover{
	text-decoration:underline;
}
#submenu2 .sel{
	font-weight:bold;
}


#submenu3{
	padding:5px;
	color:#973006;
}
#submenu3 a{
	color:inherit;
	text-decoration:none;
}
#submenu3 a:hover{
	text-decoration:underline;
}
#submenu3 .sel{
	font-weight:bold;
}

#content{
	padding:10px;
}
#footer{
	text-align: center;
	color: #333;
	width: 1200px;
	margin: 18px auto;
	padding: 20px 0;
	background-color: #fff;
	/*box-shadow: 3px 3px 10px #000;*/
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #ccc;
}
input.error, select.error{
	border:1px solid red;
}
td.error{
	color:red;
}
td.error input, td.error select{
	border:1px solid red;
}
div.error{
	border:1px solid red;
	padding:10px;
	background:#fee;
	color:red;
	font-weight:bold;
}
ul.error{
	color:red;
}
div.success{
	border:1px solid green;
	padding:10px;
	background:#efe;
	color:green;
	font-weight:bold;
	border-radius:10px;
}
form.loading textarea, form.loading input[type=text], form.loading select, input.loading{
	border:1px solid yellow;
	outline: 1px solid yellow;
}
form.success textarea, form.success input[type=text], form.success select, input.success{
	border:1px solid green;
	outline: 1px solid green;
}
form.error textarea, form.error input[type=text], form.error select, input.error{
	border:1px solid red;
	outline: 1px solid red
}
div.info{
	border:1px solid #00669b;
	color: #00669b;
	background:#d3edfb;
	padding:10px;
	margin:10px;
	border-radius:10px;
}
div.warning{
	border:1px solid #868800;
	color: #black;
	background:#feffcc;
	padding:10px;
	margin:10px;
	border-radius:10px;
}
.titled{
	border-bottom:1px dashed #777;
}

#InvoiceItems .removeItem{
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
}
#InvoiceItems .removeItem:hover{
	color:red
}
#InvoiceItems  .moveItem{
	cursor:move;
}
.qmark{
	color:white;
	font-weight:bold;
	background:#034f92;
	border-radius:5px;
	font-size:10px;
	height:16px;
	line-height:16px;
	padding:0 2px;
	cursor:help;
}