@charset "utf-8";
/* CSS Document */

/********** Default (Resets) **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
table, table tr td, table tr th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	border-collapse: collapse;
}
img, a img, :link img, :visited img { border: none; }
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
/********** End of Default **********/

/********** Global Styles **********/
body {
	background: url(bg2.png) repeat;
	margin: 0 auto;
	width: 1000px;

	color: #282828;
	font: 12px/20px Arial, Helvetica Neue, Helvetica, sans-serif;
}
table, input, select, textarea {
	color: #282828;
	font: 12px/18px Arial, Helvetica Neue, Helvetica, sans-serif;
}
a, a:link, a:visited {
	text-decoration: none;
}
h2 {
	margin: 0 0 5px;
	font-size: 12px;
}
p {
	margin-bottom: 20px;
}
select {
	padding: 7px 7px 5px;
	width: 732px;
	background: #eaeaea;
	border: 1px solid #8c8c8c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	option {
		padding: 2px 5px;
	}
input[type=password] {
	padding: 7px;
	width: 732px;
	background: #eaeaea;
	border: 1px solid #8c8c8c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type=text] {
	padding: 7px;
	width: 732px;
	background: #eaeaea;
	border: 1px solid #8c8c8c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



	input[type=text]:hover, input[type=text]:focus {
		background: #efefef;
	}
	input[type=password]:hover, input[type=password]:focus {
		background: #efefef;
	}
input[type=button], input[type=submit], input[type=reset] {
	margin: 8px 2px 0 0;
	padding: 0 15px;
	text-transform: uppercase;
	height: 28px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type=reset] {
	background: #37302b;
	border: 1px solid #1e1a18;
}
	input[type=reset]:hover {
		background: #1e1a18;
	}
textarea {
	padding: 7px;
	width: 732px;
	height: 157px;
	background: #eaeaea;
	border: 1px solid #8c8c8c;
	overflow-y: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	textarea:hover, textarea:focus {
		background: #efefef;
	}
label {
	cursor: pointer;
}
.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }
.left 		   { float: left; }
.right		   { float: right; }
.center		   { margin: 0 auto; }
.clear {
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 1px;
}
.box {
	margin-top: 10px;
}
	.box-title {
		margin-bottom: 4px;
		padding: 1px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #1e1a18;
		color: #94918f;
	}
		.box-title div:first-child {
			padding: 0 17px;
			height: 35px;
			line-height: 35px;
			background: #322c27;
			border: 1px solid #61554e;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			position: relative;
		}
			.box .box-toggle {
				position: absolute;
				top: 17px;
				right: 15px;
				width: 5px;
				height: 3px;
				background: url('images/box-open.gif') no-repeat;
			}
			.box.closed .box-toggle {
				top: 13px;
				height: 10px;
				background: url('images/box-closed.gif') no-repeat;
			}
	.box.closed .box-content {
		display: none;
	}
		#sidebar ul.box-content a {
			color: #4c413a;
		}
	#contentpanel .box .box-content { position: relative; } /* IE Hack */
.box.width-45 {
	float: left;
	width: 355px;
}
	.box.width-45 input[type=text], .box.width-45 textarea {
		width: 295px;
	}
	.box.width-45 input[type=password], .box.width-45 textarea {
		width: 295px;
	}
	.box.width-45 select {
		width: 311px;
	}
	.box.width-45 .box-content { width: 313px; } /* IE Hack */
.box.width-55 {
	float: left;
	width: 422px;
}
	.box.width-55 input[type=text], .box.width-55 textarea {
		width: 362px;
	}
	.box.width-55 select {
		width: 378px;
	}
	.box.width-55 input[type=password], .box.width-55 textarea {
		width: 362px;
	}
	.box.width-55 select {
		width: 378px;
	}
	.box.width-55 .box-content { width: 380px; } /* IE Hack */
.box.width-45.right { float: right; }
.box.width-55.right { float: right; }
.col-45 { margin-bottom: 20px; width: 45%; }
/********** End of Global Styles **********/

/********** Messages **********/
.msg-error, .msg-success, .msg-attention, .msg-info {
	padding-left: 17px;
	height: 30px;
	line-height: 30px;
	position: relative;
}
	.remove-btn {
		position: absolute;
		top: 0;
		right: 17px;
		padding-right: 20px;
		background: url('images/remove-btn.png') no-repeat center right;
		color: #333 !important;
	}
		.remove-btn:hover {
			color: #666 !important;
		}
.msg-error {
	background: #f0cec4;
	color: #a24057;
	border: 1px solid #a24057;
}
.msg-success {
	background: #eaf8d5;
	color: #829b36;
	border: 1px solid #829b36;
}
.msg-attention {
	background: #fffbcc;
	color: #c0a443;
	border: 1px solid #c0a443;
}
.msg-info {
	background: #d2eef1;
	color: #369fb4;
	border: 1px solid #369fb4;
}
/********** End of Messages **********/

/********** Site Skeleton **********/
#menubar {
	margin: -7px 0 4px;
}
#sidebar {
	float: left;
	width: 200px;
}
#contentpanel {
	float: right;
	width: 790px;
}
#footer {
	margin: 25px 0;
	padding-top: 20px;
	text-align: right;
	border-top: 1px solid #ddd;
}
/********** End of Site Skeleton **********/

/********** Header **********/
#logo {
	padding: 45px;
}
/********** End of Header **********/



/********** Login **********/
#login {
	margin: 40px auto;
	padding: 25px;
	width: 255px;
	background: #fff;
	border: 7px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#menuprin {
	margin: 40px auto;
	padding: 45px;
	width: 477px;
	background: #fff;
	border: 7px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	#login h2 {
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: normal;
		border-bottom: 1px solid #ddd;
	}
	#login label {
		color: #7a7a7a;
		font-weight: bold;
	}
	#login input[type=text] {
		margin: 5px 0 10px;
		width: 241px;
		background: #f8f8f8;
		border: 1px solid #aaa;
	}
	#login input[type=password] {
		margin: 5px 0 10px;
		width: 241px;
		background: #f8f8f8;
		border: 1px solid #aaa;
	}
	#login p {
		margin: 10px 0 5px;
	}
	#login input[type=submit] {

		float: right;
	}
/********** End of Login **********/



