body {
	background-color: #e2e5ed;
	font-family: verdana;
	font-size: 10px;
}

* {
	color: black;
}

a {
	text-decoration: none;
	color: #ff9400;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	border: 1px solid #e6e6e6;
	background-color: white;
	padding: 3px;
}

input[disabled] {
	background-color: #ddd;
	color: #888;
}

input[type=image] {
	padding: 0;
}

input[type=submit] {
	background-color: #ff9400;
	color: white;
	border: none;
	text-transform: capitalize;
}

h1 {
	color: #ff9400;
}

h2 {
	font-size: 13px;
}


.clear {
	clear: both;
}

#container {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
	position: relative;
}

#left {
	margin-left: 20px;
	width: 180px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#right {
	height: 100%;
	margin-left: 225px;
	margin-right: 20px;
	min-width: 400px;
}


#logo {
	text-align: center;
	height: 122px;
	padding-top: 23px;
}

.logo_ajax {
	margin-top: 17px;
}

#menu {
	margin-top: 17px;
	padding: 0;
	padding-top: 33px;
	padding-bottom: 28px;
	min-height: 380px;
}

#version {
	margin-top: 14px;
	height: 25px;
	padding-top: 14px;
	text-align: center;
}

#header {
	height: 140px;
	/*background-image: url('/img/layout/header_background.png');*/
	background-repeat: no-repeat;
	background-position: right;
}

#remember {
	background-image: url('/img/layout/remember.png');
	width: 174px;
	height: 136px;
	position: absolute;
	right: 18px;
	top: -28px;
	padding-top: 64px;
	padding-left: 26px;
}

#remember .head {
	color: #941231;
	font-size: 14px;
	font-weight: bold;
}

#remember .details {
	background-color: #941231;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	margin-right: 24px;
}

#remember .details a {
	color: white;
}

#content_wrapper {
	margin-top: 17px;
	padding: 41px 20px 20px 20px;
	min-height: 380px;
	background-color: white;
}

#footer {
	margin-top: 14px;
	height: 25px;
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 14px;
}

.box {
	position: relative;
	background-color: #666;
	-moz-box-shadow:0 0 5px 0px #c1c2c9; 
    -webkit-box-shadow: 0 0 5px #c1c2c9;
    padding: 5px;
}

.box_menu {
	height: 21px;
	width: 100%;
	background-color: #efedee;
	position: absolute;
	left:0;
	top:0;
	padding-top: 7px;
}

#content_wrapper .box_menu span {
	margin-left: 38px;
}

#content_arrow {
	position: absolute;
	left: 0;
	top:0;
	width: 28px;
	height: 28px;
	background-color: #ff9400;
}

.ajax_loading {
	width: 24px;
	height: 23px;
	margin-left: 2px;
	margin-top: 2px;
	
}

/*#logo img {
	position: absolute;
	left: 16px;
	top: 32px;
}*/

#header_logo {
	position: absolute;
	left: 28px;
	top: 41px;
}

.menu_item {
	background-color: #ff9400;
	margin-top: 1px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
	height: 18px;
	padding-top: 4px;
	cursor: pointer;
}

#menu .pane {
	color: #ff9400;
	padding-left: 8px;
	font-weight: bold;
	display: none;
	padding-bottom: 25px;
	margin-top: 2px;
}

#menu .pane a {
	color: #ff9400;
	display: block;
	padding-left: 2px;
}

#menu .pane .active {
	background-color: #ff9400;
	color: white;
	padding: 2px;
}

#content_header {
	padding-right: 10px;
}

#submenu {
	float: left;
}

#submenu span {
	display: none;
}

#logout {
	float: right;
}

form .response {
	display: none;
}

form .info {
	font-size: 9px;
	color: #666;
}

.edit_content_page {
	width: 735px;
	height: 400px;
}

.content_box {
	width: 600px;
	font-size: 12px;
}

.content_box_header {
	position: relative;
	padding: 5px;
	height: 17px;
	background-color: #dce6ef;
}

.content_box_content {
	background-color: #f5f5f5;
	padding: 15px;
	min-height: 50px;
}

.content_box_content, .content_box_content * {
	color: #ff9400;
}

.intro_text {
	width: 70%;
	margin-bottom: 20px;
}

.error {
	color: red;
}

.success {
	color: green;
}




