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

/*
 * Project: EA.admin 4
 * 
 * ver: 4.0.10
 * datum: 21.09.2009.
*/

* {
	margin: 0;
	padding: 0;
}

div.poll_box {
	display:block;
	padding:20px;
	margin:20px;
	width:400px;
	border:10px solid #ccc;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.link {
	cursor: pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.hide {
	display: none;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clear {
	clear: both;
	height: 0px;
}

/* --------------------------------------------------------------------------------------------- body */

body, html {
	height: 100%;
	width: 100%;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	background: #ededed;
}

p {
	font-size: 11px;
	line-height: 17px;
	color: #6e6e6e;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	background: url(../images/admin/bck/secondary_bck.png) -200px 2px repeat-y;
}

.login_body #wrapper {
	background: none;
}

/* --------------------------------------------------------------------------------------------- header */

#header_wrapper {
	height: 139px;
	background: url(../images/admin/bck/bck_1.png) 0px -171px repeat-x;
}

.login_body #header_wrapper {
	width: 100%;
	height: 110px;
	background: url(../images/admin/bck/bck_1.png) 0px 0px repeat-x;
}

#header {
	width: 1002px;
	height: 110px;
	position: relative;
}

.login_body #header {
	width: 100%;
	height: 110px;
}

#header h1 {
	position: absolute;
	width: 382px;
	height: 108px;
	top: 0px;
	left: 0px;
	font-size: 16px;
}

.login_body #header h1 {
	width: 281px;
	height: 65px;
	top: 6px;
	left: 9px;
}

#header h1 a {
	display: block;
	width: 382px;
	height: 108px;
	overflow: hidden;
	position: relative;
}

.login_body #header h1 a {
	width: 281px;
	height: 65px;
}

#header h1 a img {
	position: absolute;
	top: -98px;
	left: 0px;
}

.login_body #header h1 a img {
	top: 0px;
	left: 0px;
}

#header a.opened {
	position: absolute;
	display: block;
	width: 169px;
	height: 33px;
	overflow: hidden;
	right: 15px;
	top: 23px;
}

#header a.opened img {
	position: absolute;
	top: -65px;
	left: 0px;
}

#header .select_module {
	position: absolute;
	top: 115px;
	left: 38px;
	width: 105px;
	height: 17px;
	overflow: hidden;
}

#header .select_module img {
	position: absolute;
	top: -42px;
	left: -281px;
}

/* --------------------------------------------------------------------------------------------- actions_menu */

#header .actions_menu {
	position: absolute;
	top: 110px;
	left: 212px;
	height: 25px;
	padding: 1px 0px 0px 15px;
	background: url(../images/admin/bck/actions_menu_bck.png) left top no-repeat;
}

#header .actions_menu li {
	float: left;
	margin-right: 6px;
}

#header .actions_menu li a {
	display: block;
	height: 23px;
	width: 140px;
	background: url(../images/admin/actions/action_new_empty.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

/* --------------------------------------------------------------------------------------------- quick_menu */

#header .quick_menu {
	float: right;
	width: 295px;
	height: 26px;
	padding: 7px 0px 0px 1px;
	background: url(../images/admin/bck/quick_menu_bck.png) left top no-repeat;
}

#header .quick_menu li {
	float: left;
	height: 17px;
}

#header .quick_menu li a {
	display: block;
	height: 17px;
	background: url(../images/admin/content/quick_menu.png) 0px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	
}

#header .quick_menu li.home a {
	width: 31px;
	background-position: 0px 0px;
}

#header .quick_menu li.email a {
	width: 36px;
	background-position: -31px 0px;
}

#header .quick_menu li.print a {
	width: 36px;
	background-position: -67px 0px;
}

#header .quick_menu li.info a {
	width: 36px;
	background-position: -103px 0px;
}

#header .quick_menu li.logout a {
	width: 72px;
	background-position: -139px 0px;
}

#header .quick_menu li.ver {
	text-indent: 0px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #1b1b14;
	width: 62px;
	padding-left: 14px;
	background: none;
}

/* --------------------------------------------------------------------------------------------- content */

#content {
	width: 1002px;
	padding-bottom: 61px;
}

.login_body #content {
	width: 100%;
}

/* --------------------------------------------------------------------------------------------- primary */

#primary {
	float: right;
	width: 790px;
	padding: 34px 6px 20px 0px;
}

/* --------------------------------------------------------------------------------------------- secondary */

#secondary {
	float: left;
	width: 188px;
	padding: 34px 0px 20px 12px;
	background: url(../images/admin/bck/secondary_bck.png) 0px 0px no-repeat;
}

#secondary .navigation {
	width: 165px;
}

#secondary .navigation li {
	margin-bottom: 6px;
}

#secondary .navigation li.sub.first {
	padding-top: 6px;
	border-top: 1px dotted #fff;
}

#secondary .navigation li a {
	display: block;
	width: 165px;
	height: 36px;
	background: url(../images/admin/navigation/navigation_bck.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

#secondary .navigation li a:hover {
	background-position: right top;
}

#secondary .navigation li.sub a {
	background: url(../images/admin/content/navigation_sub.png) 0px 0px no-repeat;
}

#secondary .navigation li.trash a {
	background-position: 0px -36px;
}

#secondary .navigation li.trash a:hover {
	background-position: -165px -36px;
}

#secondary .navigation li.statistics a {
	background-position: 0px -72px;
}

#secondary .navigation li.statistics a:hover {
	background-position: -165px -72px;
}

#secondary .navigation li.home a {
	background-position: 0px -108px;
}

#secondary .navigation li.home a:hover {
	background-position: -165px -108px;
}

/* --------------------------------------------------------------------------------------------- links */

.add_user {
	margin: 10px 0px 10px 0px;
	float: right;
	font-size: 11px;
	color: #000;
}

.add_user:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- breadcrumbs */

.breadcrumbs {
	margin-bottom: 6px;
	float: left;
}

.breadcrumbs a {
	text-decoration: underline;
	color: #6e6e6e;
}

.breadcrumbs .title {
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- titles */

#primary > h2 {
	clear: both;
	float: left;
	margin: 10px 0px 6px 0px;
	font-size: 14px;
	color: #666;
}

#primary form h2 {
	clear: both;
	padding-top: 10px;
	margin: 0px 0px 16px 0px;
	font-size: 14px;
	color: #666;
}

/* --------------------------------------------------------------------------------------------- homepage */

.wellcome {
	float: left;
	width: 216px;
	background: url(../images/admin/bck/box_1_bck.png) 0px 0px repeat-y;
	margin-bottom: 10px;
}

.wellcome .inner {
	background: url(../images/admin/bck/box_1_bck.png) -216px bottom no-repeat;
	min-height: 300px;
}

.wellcome h2 {
	width: 216px;
	height: 29px;
	overflow: hidden;
	position: relative;
}

.wellcome h2 img {
	position: absolute;
	top: -58px;
}

.wellcome p {
	margin: 6px 14px 0px 14px;
	min-height: 130px;
	border-bottom: 1px dotted #6e6e6e;
}

.wellcome p a {
	color: #6e6e6e;
	text-decoration: underline;
}

.wellcome p a:hover {
	color: #fff;
	background-color: #6e6e6e;
	text-decoration: none;
}

.wellcome a.pdf {
	display: block;
	width: 192px;
	height: 104px;
	margin: 8px 0px 0px 10px;
	padding-bottom: 10px;
}

.article_stats {
	float: right;
	width: 555px;
	background: url(../images/admin/bck/box_1_bck.png) -432px 0px repeat-y;
	margin-bottom: 10px;
}

.article_stats .inner {
	background: url(../images/admin/bck/box_1_bck.png) -987px bottom no-repeat;
	min-height: 300px;
}

.article_stats h2 {
	width: 555px;
	height: 29px;
	overflow: hidden;
	position: relative;
}

.article_stats h2 img {
	position: absolute;
}

.article_stats h3 {
	font-size: 11px;
	line-height: 27px;
	color: #6e6e6e;
	margin: 0px 16px;
	border-bottom: 1px dotted #6e6e6e;
}

.article_stats ul {
	margin: 0px 16px;
}

.article_stats ul li {
	font-size: 11px;
	line-height: 19px;
	color: #6e6e6e;
}

.article_stats ul li span {
	font-weight: bold;
}

.article_stats ul a {
	color: #6e6e6e;
}

.article_stats ul a:hover {
	text-decoration: underline;
}

.cms_stats {
	float: left;
	width: 216px;
	background: url(../images/admin/bck/box_1_bck.png) 0px 0px repeat-y;
}

.cms_stats .inner {
	background: url(../images/admin/bck/box_1_bck.png) -216px bottom no-repeat;
	min-height: 430px;
}

.cms_stats h2 {
	width: 216px;
	height: 29px;
	overflow: hidden;
	position: relative;
}

.cms_stats h2 img {
	position: absolute;
	top: -58px;
	left: -216px;
}

.cms_stats p {
	margin: 5px 14px 0px 14px;
	padding: 0px 2px 5px 2px;
	border-bottom: 1px dotted #6e6e6e;
}

.cms_stats p.last {
	border-bottom: 0px;
}

.ea_news {
	float: right;
	width: 555px;
	background: url(../images/admin/bck/box_1_bck.png) -432px 0px repeat-y;
}

.ea_news .inner {
	background: url(../images/admin/bck/box_1_bck.png) -987px bottom no-repeat;
	min-height: 430px;
}

.ea_news h2 {
	width: 555px;
	height: 29px;
	overflow: hidden;
	position: relative;
}

.ea_news h2 img {
	position: absolute;
	top: -29px;
}

.ea_news ul {
	padding: 0px 13px 0px 18px;
}

.ea_news li {
	margin: 12px 0px;
	border-bottom: 1px dotted #6e6e6e;	
}

.ea_news li.last {
	margin: 12px 0px;
	border: 0px;	
}

.ea_news ul a.thumb {
	float: left;
}

.ea_news ul a.thumb img {
	float: left;
	padding: 1px 3px 13px 1px;
	background: url(../images/admin/bck/thumb_1_bck.png) 0px 0px no-repeat;
	margin: 0px 9px 0px 0px;
}

.ea_news ul p.date {
	line-height: 13px;
}

.ea_news ul p.title {
	min-height: 32px;
	line-height: 15px;
	font-weight: bold;
	color: #ffa20e;
}

.ea_news ul p.title a {
	color: #ffa20e;
}

.ea_news ul p.title a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- info_note */

.info_note {
	width: 400px;
	margin: 80px auto 0px auto;
	background: #dedede;
	font-size: 13px;
	padding: 12px;
	text-align: center;
}

.info_note p {
	font-size: 13px;
}

/* --------------------------------------------------------------------------------------------- form_1 */

.form_1 {
	clear: both;
}

.form_1 fieldset {
	border: 0px;
}

.form_1 .lang_menu {
	float: right;
	width: 178px;
	padding-left: 7px;
	margin-bottom: 10px;
	border-left: 1px dotted #757575;
}

.form_1 .lang_menu .outer {
	background: #fff url(../images/admin/bck/box_1_bck.png) -1542px top no-repeat;
}

.form_1 .lang_menu .inner {
	background: url(../images/admin/bck/box_1_bck.png) -1720px bottom no-repeat;
	padding: 4px;
	min-height: 310px;
}

.form_1.new_gallery .lang_menu .inner {
	min-height: 230px;
}

.form_1.new_category .lang_menu .inner {
	min-height: 230px;
}

.form_1.settings .lang_menu .inner {
	min-height: 0px;
}

.form_1 .main_data {
	float: left;
	width: 588px;
	padding-bottom: 6px;
}

.form_1 .form_textfield,
.form_1 .form_select,
.form_1 .form_radio,
.form_1 .form_checkbox {
	margin-bottom: 10px;
	float: left;
}

.form_1 .form_textfield label,
.form_1 .form_select label,
.form_1 .form_checkbox label,
.form_1 .form_radio .label {
	display: block;
	width: 100px;
	margin-right: 6px;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
	color: #6e6e6e;
	float: left;
	text-align: right;
}

.form_1 .form_radio label {
	display: block;
	margin: 6px 0px 8px 110px;
	font-size: 11px;
	font-weight: bold;
	color: #6e6e6e;
}

.form_1 .thumbs .form_radio {
	margin-left: 32px;
}

.form_1 .form_radio label input {
	float: left;
	margin-right: 5px;
}

.form_1 .form_textfield input {
	background: #fff url(../images/admin/bck/form_input_bck.png) 0px 0px repeat-x;
	height: 20px;
	width: 440px;
	border: 1px solid #c8c8c8;
	float: left;
	padding: 5px 5px 0px 5px;
	margin-right: 4px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6e6e6e;
}

.form_1 .form_textfield.type_1 input {
	width: 159px;
}

.form_1 .form_textfield.type_2 input {
	width: 121px;
}

.form_1 .form_textfield.type_3 {
	margin-right: 44px;
}

.form_1 .form_textfield.type_3 label {
	float: none;
	text-align: left;
}

.form_1 .form_textfield.type_3 input {
	width: 327px;
}

.form_1 .form_textfield input.disabled {
	background-position: 0px -25px;
}

.form_1 .form_textfield input.error {
	background-position: 0px -50px;
}

.form_1 .form_textfield.type_2 input.checkbox {
	margin: 6px 16px 0px 9px;
	background: none;
	width: auto;
	height: auto;
	border: 0px;
	float: left;
	padding: 0px;
}

.form_1 .form_textfield .info,
.form_1 .form_select .info,
.form_1 .form_textarea .info,
.form_1 .gallery .att .info {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/admin/content/images.png) -310px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: left;
}

.form_1 .form_select select {
	background: #fff url(../images/admin/bck/form_input_bck.png) 0px 0px repeat-x;
	height: 26px;
	width: 171px;
	padding: 3px 0px;
	border: 1px solid #c8c8c8;
	margin-right: 4px;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #6e6e6e;
}

.form_1 .form_select select option {
	padding: 3px;
}

.form_1 .form_select select option.lev_1 {
	padding-left: 13px;
}

.form_1 .form_select select option.lev_2 {
	padding-left: 23px;
}

.form_1 .form_select select option.lev_3 {
	padding-left: 33px;
}

.form_1 .form_select select option.lev_4 {
	padding-left: 43px;
}

.form_1 .form_select select option.lev_5 {
	padding-left: 53px;
}

.form_1 .form_select select option.lev_6 {
	padding-left: 63px;
}

.form_1 .form_select select option.lev_7 {
	padding-left: 73px;
}

.form_1 .form_select select option.lev_8 {
	padding-left: 83px;
}

.form_1 .form_select select option.lev_9 {
	padding-left: 93px;
}

.form_1 .form_select.type_1 label {
	text-align: left;
}

.form_1 .form_select.type_1 select {
	width: 100%;
}

.form_1 .form_select.type_2 label {
	float: none;
	text-align: left;
	width: auto;
}

.form_1 .form_select.type_2 select {
	width: 339px;
}

.form_1 .form_select.type_3 select {
	width: 453px;
}

.form_1 .form_checkbox input {
	margin: 8px 0px 0px 0px;
	float: left;
}

.form_1 .form_textarea {
	margin-bottom: 30px;
}

.form_1 .form_textarea label {
	display: block;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
	color: #6e6e6e;
}

.form_1 .form_textarea textarea {
	float: left;
	margin-right: 4px;
	width: 750px;
	border: 1px solid #c8c8c8;
}

.form_1 .form_textarea .html_editor {
	float: left;
	margin-right: 4px;
	width: 750px;
}

.form_1 .form_textarea.short_text textarea {
	background: #fff url(../images/admin/bck/form_input_bck.png) 0px 110px repeat-x;
	height: 125px;
	width: 740px;
	padding: 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #6e6e6e;
}

.form_1 .thumbs {
	float: left;
	width: 588px;
	padding-top: 16px;
	border-top: 1px dotted #757575;
	margin-bottom: 10px;
}

.form_1 .thumbs .thumb {
	width: 277px;
	float: left;
	margin-right: 4px;
}

.form_1 .thumbs input {
	cursor: pointer;
}

.form_1 .thumbs p.label {
	font-weight: bold;
	text-align: right;
	margin-right: 4px;
	width: 96px;
	float: left;
}

.form_1 .thumbs .form_radio p.label {
	font-weight: bold;
	text-align: left;
	margin-right: 4px;
	width: auto;
}

.form_1 .thumbs .image {
	width: 175px;
	height: 121px;
	border: 1px solid #c8c8c8;
	background: #fff url(../images/admin/bck/select_image.png) 0px 0px no-repeat;
	float: left;
	cursor: pointer;
}

.form_1 .thumbs .image img {
	float: left;
}

.form_1 .thumbs .delete {
	font-size: 11px;
	font-weight: bold;
	color: #6e6e6e;
	width: 60px;
	float: right;
	margin: 3px 116px 0px 0px;
}

.form_1 .thumbs .delete img {
	margin-bottom: -2px;
}

.form_1 .body {
	clear: both;
	width: 100%;
	padding-top: 26px;
	border-top: 1px dotted #757575;
}

.form_1 .gallery {
	clear: both;
	width: 100%;
	padding-top: 26px;
	border-top: 1px dotted #757575;
	padding-bottom: 20px;
}

.form_1 .gallery .att table {
	width: 752px;
	float: left;
	margin: 0px 4px 0px 0px;
}

.form_1 .gallery .add_image {
	display: block;
	width: 143px;
	height: 35px;
	margin: 10px 37px 0px;
	background: url(../images/admin/content/form_buttons.png) 0px -140px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: right;
	cursor: pointer;
}

.form_1 .aditional {
	margin-bottom: 15px;
}

.form_1 .atts {
	border-top: 1px dotted #757575;
	padding-top: 17px;
	margin-bottom: 10px;
}

.form_1 .atts .att {
	float: left;
	margin: 0px 0px 20px 1px;
	width: 368px;
}

.form_1 .atts .att.odd {
	margin-right: 45px;
}

.form_1 .atts .att .list_content {
	width: 338px;
	float: left;
	margin-right: 4px;
}

.form_1 .atts .att .add_att {
	display: block;
	width: 120px;
	height: 27px;
	background: url(../images/admin/content/att_buttons.png) 0px -0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: right;
	margin: 6px 30px 0px 0px;
	cursor: pointer;
}

.form_1 .atts .file .add_att {
	background: url(../images/admin/content/att_buttons.png) 0px -27px no-repeat;
}

.form_1 .atts .link .add_att {
	background: url(../images/admin/content/att_buttons.png) 0px -54px no-repeat;
}

.form_1 .atts .video .add_att {
	background: url(../images/admin/content/att_buttons.png) 0px -108px no-repeat;
}

.form_1 .atts .audio .add_att {
	background: url(../images/admin/content/att_buttons.png) 0px -81px no-repeat;
}

.form_1 .atts .att .info {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/admin/content/images.png) -310px 0px no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: left;
}

.form_1 .form_submit {
	margin-right: 28px;
	padding-top: 26px;
	border-top: 1px dotted #757575;
	clear: both;
}

.form_1 .form_submit input,
.form_1 .form_submit a {
	border: 0px;
	width: 143px;
	height: 35px;
	margin-right: 9px;
	background: url(../images/admin/content/form_buttons.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
}

.form_1 .form_submit a {
	display: block;
}

.form_1 .form_submit .publish,
.form_1 .form_submit .publish_article {
	background-position: 0px -35px;
	float: left;
}

.form_1 .form_submit .save {
	background-position: 0px -70px;
	float: left;
}

.form_1 .form_submit .publish_category {
	background-position: 0px -175px;
	float: left;
}

.form_1 .form_submit .publish_gallery {
	background-position: 0px -245px;
	float: left;
}

.form_1 .form_submit .delete {
	background-position: 0px -315px;
	float: left;
}

.form_1 .form_submit .add_question {
	background-position: 0px -280px;
	float: left;
}

.form_1 .form_submit .cancel {
	background-position: 0px -105px;
	float: right;
}

#primary #empty_archive {
	border: 0px;
	width: 143px;
	height: 35px;
	margin: 10px 0px 0px 0px;
	background: url(../images/admin/content/form_buttons.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	background-position: 0px -210px;
	float: right;
}

/* --------------------------------------------------------------------------------------------- search */

.form_1.search {
	margin-bottom: 20px;
}

.form_1.search .form_submit {
	margin-right: 28px;
	padding-top: 0px;
	border-top: 0px;
	clear: none;
	float: right;
}

.form_1.search .form_submit .search_button {
	background-position: 0px -280px;
	width: 120px;
	height: 27px;
	background: url(../images/admin/content/att_buttons.png) 0px -135px no-repeat;
}

/* --------------------------------------------------------------------------------------------- list_content */

.list_content {
	font-size: 11px;
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
}

.list_content thead {
	border-bottom: 1px solid #000;
}

.list_content tr {
	height: 28px;
}

.list_content tbody tr.odd {
	background: #f7f7f7;
}

.list_content tbody tr.even {
	background: #f8f2e7;
}

.list_content tbody tr.odd:hover {
	background: #ededed;
}

.list_content tbody tr.even:hover {
	background: #ede4d4;
}

.list_content th,
.list_content td {
	text-align: center;
	padding: 0px 5px;
	border-left: 1px solid #ccc;
}

.list_content td a {
	color: #000;
	text-decoration: underline;
}

.list_content td span {
	color: #6e6e6e;
}

.list_content .no {
	border-right: 1px solid #ccc;
}

.list_content .title {
	text-align: left;
	width: 100%;
}

.list_content .text {
	white-space: nowrap;
}

.list_content .lang {
	white-space: nowrap;
}

.list_content .order img {
}

.list_content .order img.up {
	float: left;
	margin-left: 8px;
}

.list_content .order img.down {
	float: right;
	margin-right: 8px;
}

.list_content .image {
	padding: 3px 5px;
}

/* --------------------------------------------------------------------------------------------- login */

.login {
	width: 275px;
	margin: 130px auto 0px auto;
	background: url(../images/admin/bck/login_form_bck.png) left bottom no-repeat;
	padding-bottom: 22px;
}

.login .form {
	background: url(../images/admin/bck/login_form_bck.jpg) 0px -48px no-repeat;
	margin: 0px 0px 0px 11px;
}

.login .set {
	border: 0px;
	background: url(../images/admin/bck/login_filedset_bck.png) left bottom no-repeat;
	width: 248px;
	padding: 10px 0px 3px 5px;
}

.login .form_textfield {
	padding: 5px 0px;
}

.login .form_textfield label {
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
}

.login .form_textfield label img {
	position: absolute;
	left: 0px;
}

.login .form_textfield.username label {
	width: 106px;
	height: 18px;
	margin: 1px 2px 5px 0px;
}

.login .form_textfield.username label img {
	position: absolute;
	top: 0px;
}

.login .form_textfield.password label {
	width: 57px;
	height: 14px;
	margin: 5px 51px 1px 0px;
}

.login .form_textfield.password label img {
	position: absolute;
	top: -18px;
}

.login .form_textfield input {
	width: 123px;
	height: 20px;
	padding: 4px 6px 0px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #0B3E7F;
	background: url(../images/admin/bck/login_form_bck.jpg) left top no-repeat;
	border: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}

.login .form_textfield input.error {
	background: url(../images/admin/bck/login_form_bck.jpg) left -192px no-repeat;
}

.login .form_submit input {
	display: block;
	width: 144px;
	height: 33px;
	background: url(../images/admin/content/login_form_images.png) 0px -32px no-repeat;
	border: 0px;
	float: right;
	/*
	margin: 0px 1px 3px 0px;
	*/
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- login_error */

.login_error {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #993333;
	text-align: center;
}

/* --------------------------------------------------------------------------------------------- password */

.forgot_password {
	width: 275px;
	margin: 16px auto 6px auto;
}

.forgot_password h2 {
	cursor: pointer;
	height: 35px;
}

.forgot_password .set {
	width: 256px;
	height: 90px;
	padding: 33px 9px 0px 10px;
	background: url(../images/admin/bck/forgot_password_form_bck.png) left top no-repeat;
	border: 0px;
	margin-top: -7px;
}

.forgot_password .form_textfield {
	padding: 0px 0px;
}

.forgot_password .form_textfield.email label {
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	width: 68px;
	height: 14px;
	margin: 6px 46px 0px 1px;
}

.forgot_password .form_textfield.email label img {
	position: absolute;
	left: 0px;
	top: -65px;
}

.forgot_password .form_textfield input {
	width: 123px;
	height: 20px;
	padding: 4px 6px 0px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #0B3E7F;
	color: #7e7e7e;
	background: url(../images/admin/bck/login_form_bck.jpg) 0px -24px no-repeat;
	border: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}

.forgot_password .form_textfield input.error {
	background: url(../images/admin/bck/login_form_bck.jpg) 0px -216px no-repeat;
}

.forgot_password .form_submit input {
	display: block;
	width: 144px;
	height: 33px;
	background: url(../images/admin/content/login_form_images.png) 0px -79px no-repeat;
	border: 0px;
	float: right;
	margin: 7px 1px 0px 0px;
	cursor: pointer;
}

.forgot_password p.note {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #3a6fa6;
	text-align: center;
}

/* --------------------------------------------------------------------------------------------- pagination */

.pagination {
	margin: 20px 0px 0px 0px;
	font-size: 12px;
	float: right;
}

.pagination a {
	color: #000;
}

.pagination a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- sort_info */

.sort_info {
	margin-bottom: 6px;
	float: right;
}

.sort_info a {
	text-decoration: underline;
	color: #6e6e6e;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- footer */

#footer_wrapper {
	width: 100%;
	height: 61px;
	position: absolute;
	bottom: 0px;
	background: url(../images/admin/bck/bck_1.png) 0px -110px repeat-x;
}

#footer {
	width: 1002px;
	height: 61px;
	position: relative;
}

.login_body #footer {
	width: 260px;
	margin: 0 auto;
}

#footer .copyright {
	display: block;
	width: 180px;
	height: 9px;
	font-size: 10px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-top: 30px;
}

#footer .copyright img {
	position: absolute;
	top: -65px;
	left: -169px;
}

#footer .email {
	display: block;
	width: 29px;
	height: 30px;
	font-size: 10px;
	overflow: hidden;
	position: relative;
	float: right;
	margin-top: 18px;
}

#footer .email img {
	position: absolute;
	top: 0px;
	left: -281px;
}

#footer a.ea {
	position: absolute;
	display: block;
	width: 135px;
	height: 24px;
	overflow: hidden;
	left: 24px;
	top: 22px;
}

#footer a.ea img {
	position: absolute;
	top: -74px;
	left: -169px;
}

#footer a.top {
	position: absolute;
	display: block;
	width: 101px;
	height: 12px;
	overflow: hidden;
	left: 236px;
	top: 30px;
}

#footer a.top img {
	position: absolute;
	top: -30px;
	left: -281px;
}

#footer a.opened {
	position: absolute;
	display: block;
	width: 169px;
	height: 33px;
	overflow: hidden;
	right: 15px;
	top: 23px;
}

#footer a.opened img {
	position: absolute;
	top: -65px;
	left: 0px;
}
