/* @override http://localhost:3000/stylesheets/backend.css? */

/* @group Backend */

a.edit_icon,
a.edit_icon:hover
 {
	border-color: transparent !important;
	background: none !important;
}

a.edit_icon img {
	margin: 0;
	padding: 0;
	border: 0px !important;
	background: none;
}

body#backend {
	background: #CDE1F5;
	color: #003366;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
  	font-size:   11px;
  	line-height: 18px;
	margin: 0px;
}


#backend_content {
	width: 500px;
	margin:auto;
	margin-top: 30px;
	text-align: left;
}

a, a:visited, a:active {
	color: #013853;
	text-decoration: underline;
	border: 0px;
}

a:hover {
	color: #00a4fc;
}



#account_navi {
	width:100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 5px solid #ffffff;
	text-align: right;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 15px;
	background: #60990C url(../images/account_navi_bg.jpg) no-repeat center;
	color: #ffffff;
}

#account_navi a,
#account_navi a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;

}

#account_navi a:hover,
#account_navi a:active {
	color: #003300;
	background-color: transparent;
}

#account_navi a.account_navi_tab {
	background-color: #FFFFFF;
	padding: 5px;
	position: relative;
	top: 1px;
	color: #003300 !important;
	min-height: 40px;
}

#sort_list li, .sort_list li {
	list-style-type: none;
	cursor: ns-resize;
	*cursor: n-resize; /*IE6+7*/
	/*list-style-image doesn't work properly on IE7 --> background */
	background: url(/images/arrow_up_and_down.gif) no-repeat left 4px;
	padding-left: 15px;
}


fieldset {
	border: 1px solid #9AB6D2;
	padding: 8px 15px 15px 15px;
	margin-bottom: 30px;
}


/* @end */

/* @group Login Box */

#login_messages {
	width: 400px;
	margin: auto;
	margin-top: 100px;
}

#login_box {
	position: relative;
	width: 430px;
	height: 345px;
	background: #FFF url(../images/login_screen.png);
	margin: auto;
}

#login_box input {
	position: absolute;
	width: 210px;
	height: 24px;
	padding: 2px 3px 2px 5px;
	margin: 2px;
	border: 0px;
	background: none;
	color: #0094e4;
	font: 22px optima, palatino, lucida grande, helvetica, arial, times, serif;
}

#login_box #usr {
	top: 144px;
	right: 42px;
}

#login_box #pw {
	top: 185px;
	right: 42px;
}

#login_box .submit {
	width: 70px;
	height: 30px;
	background: none;
	border: 0px;
	top: 227px;
	right: 42px;
}

#login_box #media24_webdesign {
	position: absolute;
	left: 172px;
	top: 312px;
	text-decoration: none;
	display: block;
	width: 77px;
	height: 30px;
	border: 0px;
}

#login_box #media24_webdesign span {
	position: absolute;
	left: -9999px;
}

#login_box #home {
	position: absolute;
	top: 248px;
	left: 43px;
}

#login_box a:hover {
	background: none;
}

#login_messages #notice, #login_messages #error {
	width: 380px;
	margin-bottom: 15px;
}

/* @end */

/* @group Message-Box */

body#message_box {
	background-color:#F9FCFE;
	text-align: center;
	margin-top: 20px;
}

#message_box_wrapper {
	width: 430px;
	margin: auto;
	text-align: left;
	background: url(../images/message_box_content_bg.png);
}

#message_box_header {
	height: 120px;
	background: url(../images/message_box_header.png);
}

#message_box_content {
	margin: 0px 20px 0px 30px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

#message_box_footer {
	height: 77px;
	background: url(../images/message_box_footer.png);
	position: relative;
}

#message_box_footer #media24_webdesign {
	position: absolute;
	left: 175px;
	top: 38px;
	text-decoration: none;
	display: block;
	width: 75px;
	height: 30px;
	border: 0px;
}

#message_box_footer #media24_webdesign span {
	position: absolute;
	left: -9999px;
}

/* @end */

/* @group WYSIWYG */

.htmlarea .button,
.htmlarea .button img {
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;	
}

/* @end */

