* {
	margin: 0;
	padding: 0;
	border: 0;
}




html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #526a89;
	word-wrap: word-break;
}

form {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.button_big_green {
	width: auto;
	height: 28px;
	cursor: pointer;
	background: url(../images/backend/layout/button_green_bg.png);
	color: #ddd;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px 0 15px;
	border: 0;
	display: inline-block;
}
.button_big_green:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/backend/layout/button_green_bg_h.png);
}



.button_big_blue {
	width: auto;
	height: 28px;
	cursor: pointer;
	background: url(../images/backend/layout/button_bg_blue.png);
	color: #ddd;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px 0 15px;
	border: 0;
	display: inline-block;
}
.button_big_blue:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/backend/layout/button_bg_blue_h.png);
}
.button_small_blue {
	height: 18px;
	width: auto;
	cursor: pointer;
	background: url(../images/backend/layout/button_bg_blue_small.png);
	color: #ddd;
	font-size: 10px;
	line-height: 18px;
	padding: 0 15px 0 15px;
	border: 0;
	display: inline-block;
	font-weight: bold;
}
.button_small_blue:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(../images/backend/layout/button_bg_blue_small_h.png);
}



.button_big_red {
	width: auto;
	height: 28px;
	cursor: pointer;
	background: url(../images/backend/layout/button_bg_red.png);
	color: #ddd;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px 0 15px;
	border: 0;
	display: inline-block;
}
.button_big_red:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/backend/layout/button_bg_red_h.png);
}
.button_small_red {
	width: auto;
	height: 18px;
	cursor: pointer;
	background: url(../images/backend/layout/button_bg_red_small.png);
	color: #ddd;
	font-size: 10px;
	line-height: 18px;
	padding: 0 15px 0 15px;
	border: 0;
	display: inline-block;
	font-weight: bold;
}
.button_small_red:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(../images/backend/layout/button_bg_red_small_h.png);
}


.button_big_gray {
	width: auto;
	height: 28px;
	cursor: pointer;
	background: url(../images/backend/layout/button_bg_gray.png);
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px 0 15px;
	border: 0;
	display: inline-block;
}
.button_big_gray:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/backend/layout/button_bg_gray_h.png);
}


.action_button {
	width: 190px; 
	text-align: center;
	font-size: 12px;
}

.upload_button {
	padding: 1px 0 0 0;
}




div.error_list_header {
	color: #fff;
	padding: 0;
	padding: 10px 15px 10px 15px;
	margin: 15px 15px 10px 15px;
	background: #ff5a5f;
	font-size: 14px;
	font-weight: bold;
}


.error_field  {
	background: url(../images/shared/bullet_error.png) no-repeat 15px;
	padding: 0px 0px 0px 40px;
	margin:  0px 15px 5px 15px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}


.error_list {
	list-style-image: url(../images/shared/bullet_error.png);
	color: #373746;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin: 3px 15px 0 0px;
}
.error_list li {
	list-style-image: url(../images/shared/bullet_error.png);
}




div.warning {
	border-width: 1px;
	border-style: solid;
	border-color: #ff5a5f;
	padding: 10px 15px 10px 15px;
	margin: 15px 15px 15px 15px;
	background: url(../images/shared/pixel_red_transparent.png);
	font-size: 12px;
}

div.info {
	border-width: 1px;
	border-style: solid;
	border-color: #007f11;
	padding: 10px 15px 10px 15px;
	margin-top: 15px;
	margin: 15px 15px 15px 15px;
	background: url(../images/shared/pixel_green_transparent.png);
	font-size: 12px;
}



.clear {
	clear: both;
}

.separater {
	margin-top: 15px;
}

.thead_right {
	font-size: 12px;
	padding: 4px 0 0 0;
	float: right;
}




.shadow_box {
	background: url(../images/shared/shadow_bottom_left.png) no-repeat left bottom;
}

.shadow_box .box_outer {
	background: url(../images/shared/shadow_bottom_right.png) no-repeat right bottom;
}

.shadow_box .box_inner {
	background: url(../images/shared/shadow_top_left.png) no-repeat left top;
}

.shadow_box .box_top {
	background: url(../images/shared/shadow_top_right.png) no-repeat right top;
	padding-top: 15px;
}

.shadow_box .shadow_content {
	padding: 0 15px 15px 15px;
}



.date_before {
	color: #009900;
}
.date_after {
	color: #CB1100;
}
.expired {
	color: #CB1100;
}