html {
	margin: 0;
	padding: 0;
	background: #000000;
}
.body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000000;
	color:#FFFFFF;
	font-family: sans-serif , Arial, Helvetica ;
	font-size: 15px;
	width:100%;
	min-width:1000px;
}

input[type='text'] {
	margin-top:5px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #696969;
 	border-radius:3px;
	background: rgb(252,255,244);
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1)));
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 );
}
input[type='password'] {
	margin-top:5px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #696969;
 	border-radius:3px;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */

}
select {
	margin-top:5px;
	line-height:190%;	
	border: 1px solid #696969;
 	border-radius:3px;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(100%,rgba(233,233,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */
}
textarea {
	padding: 2px;
}
a, a:visited {
	color: #003366;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}

#oss_container {
	width:100%;
}

#oss_header {
	height: 50px;
	width:100%;
	margin-bottom:	0px;
	background: url('../image/header.png') repeat-x;
}
	#oss_header .left {
		padding: 10px 0px 0px 5px;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		float: left;
	}
		#oss_header .left a {
			color:#FFFFFF;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
		}
	#oss_header .right {
		padding: 10px 0px 0px 0px;
		float: right;
	}
		#oss_header .right a {
			color:#FFFFFF;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
		}

body > #oss_container {
	height: auto;
}

#oss_content {
	text-align: center;
}

#oss_footer {
	text-align: center;
	font-size: 12px;
	color: #AAAAAA;
	width:100%;
	padding:5px 0px 20px 0px;
	background:#000066;
}
	#oss_footer a {
		color: #AAAAAA;
		text-decoration: none;
	}


.success {
	padding: 5px 5px 5px 5px;
	font-size: 15px;
	text-align: left;
	color:#000000;
	padding-left:30px;
	background:#E4F1C9 url('../image/information.png') 5px 4px no-repeat;
}
.warning {
	line-height:160%;
	background: #002200;
	font-size: 15px;
	text-align: left;
	color:#FFFFFF;
	padding:5px 0px 1px 2px;
 	border-radius:0px;
}

ul.warning {
	list-style: none;
	font-size: 15px;
	text-align: left;
	color:#FF0000;
}

ul.warning li {
	background: url('../image/error.png') 0px no-repeat;
	padding-left:30px;
}

.caution {
	font-size: 12px;
	color: #0000FF;
}

.box {
	width:100%;
	text-align:left;
}
.box > .heading {
	height: 40px;
	background:#0000FF url('../image/box_center.png') repeat-x;
	margin-bottom: 5px;
}
	.box > .heading .left {
		padding: 11px 0px 5px 10px;
		color: #FFFFFF;
		font-weight:bold;
		font-size: 14px;
		float: left;
	}
	.box > .heading .loginright {
		padding: 5px 10px 5px 10px;
		color: #FFFFFF;
		font-weight:bold;
		font-size: 14px;
		float: right;
	}
	.box > .heading .right {
		padding: 5px 10px 5px 10px;
		color: #FFFFFF;
		font-weight:bold;
		font-size: 14px;
		float: right;
	}

	.box > .left {
		float: left;
		width: 10px;
		height: 40px;
		background:#0000FF  url('../image/box_left.png') no-repeat;
	}
	.box > .right {
		float: right;
		width: 7px;
		height: 40px;
		background:#0000FF  url('../image/box_right.png') no-repeat;
	}

	.box > .content {
		text-align:center;
		margin:5px;
		padding:5px;
	}
		.box_content_frame {
			background:#CCCCCC;
			border-radius:5px;
			text-align:center;
			width:100%;
			padding:5px;
		}

.button {
	padding-left: 8px;
	display: inline-block;
}
.button span {
	color: #FFF;
	display: block;
	padding: 3px 10px 5px 2px;
	background:#0000FF  url('../image/button_right.png') top right no-repeat;
}

.list {
	border-collapse: collapse;
	width: 100%;
}
.list td {
	color:#000000;
	min-height:40px;
}
.list > * > * > td.search {
	background:#333333;
	color: #FFFFFF;
	font-weight:bold;
	width:90%;
 	border-radius:5px;
}
.list > * > * > td.sub_title {
	background:#333333;
	color: #FFFFFF;
	font-weight:bold;
	width:90%;
	text-align:left;
	padding:5px 0px 5px 15px;
 	border-radius:5px;
}
.list > * > * > td.sub_title2 {
	background:#F5DEB3;
	color: #000000;
	font-weight:bold;
	width:90%;
	text-align:center;
	padding:5px 0px 5px 15px;
 	border-radius:0px;
}
.list thead td {
	color: #000000;
	height:30px;
	font-weight:bold;
	border-radius:5px;
}
.list thead td a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.list tbody td {
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
	height:30px;
}
.list tbody td a {
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
}
.list tfoot td {
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
	background:#AAAAAA;
	height:30px;
}
.odd {
	vertical-align: middle;
	padding: 0px;
	background:#CCCCCC;
}
.even {
	vertical-align: middle;
	padding: 0px;
	background:#EEEEEE;
}
.list .left {
	text-align: left;
	padding-left: 3px;
}
.list .right {
	text-align: right;
	padding-right: 3px;
}
.list .center {
	text-align: center;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list .noresult {
	text-align: center;
	height:30px;
	font-weight:bold;
	background:#999999;
	border-radius:5px;
	color:#FFFFFF;
}
.list .subTitle_left {
	text-align: left;
	background:#4682B4;
	color:#FFFFFF;
	text-align:center;
	border-radius:5px;
}
.list .subTitle_tr_summary {
	background:#B0C4DE;
	border-bottom:1px solid #DDDDDD;
}
.list .schedule_data {
	background:#4B0082;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px solid #DDDDDD;
}

.pagination {
	margin-top:5px;
	background:#CCCCCC;
	border-radius:5px;
	border: 0px solid #FF0000;
	display: inline-block;
	text-align:center;
	width: 100%;
	padding:5px 5px 5px 5px;
}
.pagination .links {
	padding-top: 0px;
}

.pagination .links a.prev {
	float: left;
}
.pagination .links a.next {
	float: right;
}

.box_small {
	background:#4682B4;
	color:#FFFFFF;
	text-align:left;
	padding:5px;
	border-radius:5px;
}

.form {
	width: 100%;
	border-collapse: collapse;
}
table.form tr{
	height:35px;
	padding-left: 10px;
	color: #000000;
	text-align:left;
	font-size:15px;
}

.form > * > * > td {
	height:35px;
	padding-left: 10px;
	text-align:left;
	font-size:15px;
}
.form > * > * > td.title {
	background:#333333;
	color: #FFFFFF;
 	border-radius:5px;
}
.form > * > * > td.search {
	background:#333333;
	color: #FFFFFF;
	font-weight:bold;
	width:90%;
 	border-radius:5px;
}

.form > * > * > td.subbox_small {
	background:#4682B4;
	color:#FFFFFF;
	text-align:left;
	padding:5px;
	border-radius:5px;
}

.form > * > * > td.detail {
	background:#4682B4;
	color: #FFFFFF;
	font-weight:bold;
	padding:5px;
 	border-radius:5px;
}
.form_even {
	background:#EEEEEE;
}
.form_odd {
	background:#CCCCCC;
}

.form_menu {
	width: 100%;
	border-collapse: collapse;
}
table.form_menu tr{
	width: 200px;
}
.form_menu > * > * > td {
	height:30px;
	color: #000000;
	text-align:left;
	font-size:15px;
 	border-radius:5px;
	padding: 5px;
	text-align:center;
}
.form_menu > * > * > td.title {
	height:35px;
	background:#333333;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
 	border-radius:5px;
	text-align:left;
}
span.title {
	color:#000000;
	font-weight:bold;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	padding-top: 3px;
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.scrollbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.scrollbox div {
	padding: 5px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}

.htabs {
	height: 30px;
	margin-bottom: 10px;
}
.htabs a {
	border: 1px solid #FFFFFF;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 3px 15px 5px 15px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	margin-right: 3px;
}
.htabs a.selected {
	border: 1px solid #FFFFFF;
	background: #FFFFFF url('../image/tab_selected.png') repeat-x;
	padding: 3px 15px 5px 15px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 3px;
}
.vtabs {
	width: 180px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs_page {
	margin-left: 195px;
}
.hintabs {
	padding: 0px 0px 0px 10px;
	height: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.hintabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 2px 10px 1px 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 1px;
}
.hintabs a.selected {
	padding-bottom: 6px;
	background: #FFFFFF;
}

.list tbody tr.stocklow td {
	font-weight:bold;
	color: orange;
}
.list tbody tr.stockwarning td {
	font-weight:bold;
	color: red;
}

.invalidity {
	color:#FF0000;
	text-decoration:line-through;
}

.lan_htabs {
	padding: 0px 0px 0px 10px;
	height: 30px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.lan_htabs a {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #DDDDDD;
	padding: 6px 15px 7px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 0px;
}
.lan_htabs a.selected {
	padding-bottom: 8px;
	color: #000000;
	background: #9ACD32;
}


.jCarousel {
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
	-webkit-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
	test-align: center;
}

#flickable1 {
  border: 1px solid #CCC;
  width: 500px;
  height: 150px;
  overflow: auto;
  overflow-x:hidden;
  background:#000000;
}
#flickable1 ul {
  list-style: none;
  width:860px;
  margin: 0;
  padding: 5px;

}
#flickable1 ul li {
  background-color: #FF00FF;
  border: 1px solid #FF0000;
  height: 100px;
  width: 110px;
  margin: 0px;
  padding: 0px;
  text-align:center;
  margin-left:10px;
  float: left;
}
#flickable1 .ui-flickable-container {
  cursor: pointer;
}

.question {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('../image/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	margin-left: -3em;
	margin-top: -5em;
	opacity: 0;
}

.question2 {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('../image/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	color:#000000;
	text-shadow: 0px 1px 0px #fff;
	margin-left: 2em;
	margin-top: -9em;
	opacity: 0;
}

.yes, .cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('../image/button.png') left top no-repeat;
}

.input_number {
	position: absolute;
	display: inline;
	padding: 5px 5px 5px 5px;
	background: #4682B4;
	border:3px solid #DDDDDD;
	text-shadow: 0px 1px 0px #fff;
	text-align:center;
	margin-left: -10em;
	margin-top: 2em;
	opacity: 0;
}

.input_number_small {
	position: absolute;
	display: inline;
	padding: 5px 5px 5px 5px;
	background: #4682B4;
	border:3px solid #DDDDDD;
	text-shadow: 0px 1px 0px #fff;
	text-align:center;
	margin-left: -12em;
	margin-top: 2em;
	opacity: 0;
}
	.form_num_set{
		padding:5px 20px 5px 20px;
		font-size:15px;
		font-weight:bold;
		width:180px;
		height:35px;
	}
	.form_num{
		padding:5px 20px 5px 20px;
		font-size:15px;
		font-weight:bold;
		width:90px;
		height:35px;
	}

.btn_schedule {
	text-align: center;
	background:#4682B4;
	color:#FFFFFF;
	text-align:center;
	border-radius:5px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	margin:0px 5px 0px 5px;
	font-size:18px;
	text-decoration:none;
	color:#FFFFFF;
}
	.btn_schedule a {
		text-align: center;
		background:#4682B4;
		color:#FFFFFF;
		text-align:center;
		border-radius:5px;
		font-weight:bold;
		padding:5px 5px 5px 5px;
		margin:0px 5px 0px 5px;
		font-size:18px;
		text-decoration:none;
		color:#FFFFFF;
	}

.btn_schedule_small {
	text-align: center;
	background:#4682B4;
	color:#FFFFFF;
	text-align:center;
	border-radius:5px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	font-size:18px;
	text-decoration:none;
	color:#FFFFFF;
}
	.btn_schedule_small a {
		text-align: center;
		background:#4682B4;
		color:#FFFFFF;
		text-align:center;
		border-radius:5px;
		font-weight:bold;
		font-size:18px;
		text-decoration:none;
		color:#FFFFFF;
	}

.date_picker {
	padding-left:5px;
	vertical-align:middle;
}

.date_picker_clear {
	padding-left:0px;
	vertical-align:middle;
}

.pr_key {
	height:25px;
	margin-top:5px;
}

.del_not_selected {
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	color:#AAAAAA;
	text-shadow:0px 0px 0px rgba(0, 0, 0, 0.6);
}
	.del_not_selected:hover {
		background: rgb(69,72,77); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
		color:#FFFFFF;
		text-shadow:0px 0px 0px rgba(0, 0, 0, 0.6);
	}

.del_selected {
	background: rgb(255,48,25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
	color:#FFFFFF;
	text-shadow:0px 0px 0px rgba(0, 0, 0, 0.6);
}
	.del_selected:hover {
		background: rgb(204,0,0); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(204,0,0,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-8 */
		color:#FFFFFF;
		text-shadow:0px 0px 0px rgba(0, 0, 0, 0.6);
	}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #EEEEEE;
	padding:0px 0px 0px 0px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
}

.modal_header {
	height:50px;
	background:#00CED1;
}

.modal_title {
	text-align:left;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	float:left;
	padding:15px 10px 0px 10px;
}

.modal_buttons {
	float:right;
	padding:10px 10px 0px 10px;
}

.modal_body {
	min-height:60px;
	text-align:left;
	padding:5px;
	color:#000000;
	overflow-x:hidden;
	overflow-y:auto;
}

.modal_sub_search {
	height:40px;
	text-align:left;
	padding-left:20px;
	background:#7FFFD4;
}

.modal_sub_list {
	padding:0px;
}

.line_even {
	height:25px;
	background:#DDDDDD;
	padding:10px 5px 5px 15px;
}

.line_odd {
	height:25px;
	background:#FFFFFF;
	padding:10px 5px 5px 15px;
}
