
/*----------------------------- global */
html, body, div, span, img, a, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	/*padding: 0;
	border: 0;*/
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;	
}
li {
	list-style: none;	
}
td {
	vertical-align: top;	
}
body {	
	font-family: Tahoma, Geneva, sans-serif;
}
:focus {
	outline: 0;
}
a {
	color:#036;	
	text-decoration: none;
}
a:hover {
	color:#093;	
}
.hidden {
	display: none;	
}
.clr {
	clear:both;	
}
.green {
	color: #063;	
}
.gray {
	color: #666;
}
.red {
	color: #900;
}

INPUT, SELECT {
	font-size: 11px;	
}
/*----------------------------- header */
#header {
	/*background: url(/images/admin/global/menu_bg.png) top repeat-x;
	height: 39px;
	padding: 4px 20px;*/
	background: #924730 url(/images/admin/global/header.jpg) right top no-repeat;
	height: 136px;
}
#header .title{
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#369;
	text-shadow: 0.1em 0.1em 0.1em #999;
	float: left;  /*ltr*/
}
#header .info{
	margin-top: 2px;
	font-size: 11px;
	color:#000;
	float: right;  /*ltr*/
}
#myMenuID{
	background-color: #EEE;
	padding: 0 20px;
	border-bottom: 1px solid #CCC;
}
/*----------------------------- main */
#main {
	font-size: 12px;	
	color: #111;
}
#main .content{
	margin: 20px;
}

#mainlist{
	border: 1px solid #CCC;
	background-color: #FFF;
}
#mainlist th{
	background-color: #384E6F;	
	color:#FFF;
	padding: 4px;
}
.sortable{
	background: #384E6F url(/images/admin/global/s_both.png) right center no-repeat;	
}
#mainlist thead th.sortable{
	cursor: pointer;
}
#mainlist tr.r1:hover td, #mainlist tr.r2:hover td{
	background-color: #EFC !important;
}
#mainlist tr.r1 td{
	background-color: #F0F0F0;
}
#mainlist tr.r2 td{
	background-color: #F9F9F9;
}
#mainlist td{
	margin: 1px 1px 0 0;
	vertical-align: middle;
	padding: 0 4px;
	font-size: 12px;
}
#mainlist td b{
	display: block;
	padding: 4px;
}
#mainlist .list_btn{
	white-space:nowrap;
}
#mainlist .list_btn img{
	margin: 1px 3px;
	border: 1px solid #F5F5F5;
}
#mainlist .list_btn img:hover{
	border: 1px solid #900;
}
#mainlist .paging{
	font-size: 11px;
}
#mainlist .paging .paging_info{
	text-align: left;
}

#mainlist tr.colorRow td{
	background: #FFDFDF;
}

#mainlist tr.redRow td{
	background: #FAEAE2;
}

#btn_div img {
	cursor: pointer;
	margin: 2px 3px;
	border: 1px solid #FFF;
}

#btn_div img:hover {
	border: 1px solid #900;
}

#status {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
}
/*----------------------------- footer */
#footer {
	padding: 0;
	text-align: center;
	color: #999;
	font-size: 11px;
	line-height: 130%;
	letter-spacing: 1px;
	margin-bottom: 10px;
	direction:ltr;
}
#footer a{
	color: #666;
	text-decoration: underline;
}
#footer a:hover{
	color: #000;
	text-decoration: none;
	background: #fff;
}
/*----------------------------- edit */
#edit_container {
	position: relative;
	margin: 13px auto;
	width: 550px;
	background-color:#FFF;
	padding: 3px;
	border: 1px solid #2f6c82;
}
#edit_container #edit_header{
	position: absolute;
	margin: -18px;
}
#edit_container #edit_main{
	background-color: #2f6c82;
	padding: 0 13px;
}
#edit_container .form_container{
	background-color: #FFF;
}
#edit_container .btn_container{
	padding: 10px 0px 5px 10px;
	text-align: right;
}
#edit_container .edit_title{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	padding: 4px 0;
	/*cursor: move;*/
}

input.button {	
	opacity: 1;	
}
input.button:hover {
	opacity: 0.8;
}

.formtbl{
	background-color:#F7FAFF;
	margin: 4px;
	width: 98.5%;
	border: 0;
}
.formtbl TD{
	background-color:#F1F0F5;
	padding: 3px;
}
.formtbl input[type=text], .formtbl select, .formtbl textarea{
	width: 350px;
}
.formtbl input[type=text]:focus{
}
.formtbl input[type=text]:hover{
}

.formtbl .date select{
	width: 114px;
}

/*----------------------------- Pagination */
.pagination {
	text-align: center;
	white-space: nowrap;
	margin: 16px;
}
.pagination a {
	border:1px solid #eaeaea;
	background:#f8fafb;
	padding:2px 8px;
}
.pagination a:hover {
	background:#d2d6df;
	text-decoration:none;
}
.pagination a.currentPage {
	border:1px solid #8f8f8f;
	background:#1e5b7e;
	padding:2px 8px;
	font-weight:bold;
	color:#fff;
}
.pagination a.inactive {
	border:1px solid #eaeaea !important;
	background:#f8fafb !important;
	padding:2px 8px !important;
	font-weight:normal !important;
	color:#ccc !important;
	cursor: default;
}

/*--------------------------------- Search */
#search_div, #paging_div {
	border: 1px solid #CCC;
	border-bottom: none;
	background: #EEE;
	padding-bottom: 4px;
}
#search_div .field {
	margin: 4px;
	white-space: nowrap;
}
#search_div .title{
	float: left;
	color:#033;
}
#search_div .form{
	float: left;
	margin: 0 20px 0 4px;
}

.invisible {
	visibility:hidden;
}
/* CUSTOM */
.detailMenu {
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	vertical-align:middle;
	padding:10px;
	cursor:pointer;
	width:200px;
	display:block;
}
.detailDiv {
	position:relative;
}
.doneBack {
	background:#CFC;
}
.undoneBack {
	background:#FCC;
}
.middleLine {
	height:8px;
	overflow:hidden;
	border-bottom:1px solid #CCC;
}
.detailTable {
	margin:0 10px;
	border:1px solid #CCC;
	border-top:none;
	width:700px;
}
.titleContent {
	width:125px;
}
.mainContent {
	width:225px;
}
.separateRows {
	border-top:1px solid #CCC;
}

.draggableArea {
	background:url(/images/admin/global/moveicon.gif);
	height:24px;
	right:0;
	margin:3px 14px;
	/*margin:expression('3px -15px 0 0px');*/
	position:absolute;
	width:24px;
	cursor: move;
}

.printArea {
	background: url(/images/admin/print.png);
	height:24px;
	right:0;
	margin:3px 45px;
	margin:expression('3px -45px 0 0px');
	left:auto;
	position:absolute;
	width:24px;
	cursor: pointer;
}

/*--------------------------------- Login */
.login{
	background:#F1F3F5 none repeat scroll 0%;
	border:1px solid #CCCCCC;
	margin:6em auto;
	padding:15px;
	width:429px;
	font-size: 12px;
	color: #666;
}
.login .login-text{
	float:right;
	text-align:right;
	width:40%;
}
.login .login-form{
	float:left;
	text-align:right;
	width:60%;
}
.login .form-block {
	background:none repeat scroll 0 50% #E9ECEF;
	border:1px solid #CCCCCC;
	padding:15px 10px 10px;
}
.login .inputbox {
	border:1px solid #CCCCCC;
	direction:rtl;
	height:19px;
	margin:2px 0 10px;
	text-align:right;
	width:150px;
}
.login .button {
	background:none repeat scroll 0 50% #E9ECEF;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	padding:4px;
}
a.website{
	display:block;
	width:150px;
	float:right;
	margin:4px;
	border:1px solid #666;
	background: #FFF url(../../images/site1.png) no-repeat top;
	padding:125px 0 10px;
	font-weight:bold;
	text-align:center;
	color:#363C0C;
}
a.website:hover{
	background: #D8F232 url(../../images/site1.png) no-repeat top;
	color:#2A4165;
}

.message{
	background:#F1F3F5 none repeat scroll 0%;
	border:1px solid #B22222;
	color:#B22222;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	padding:7px;
	width:400px;
}

.plus {
	background: url(/images/admin/global/btn-more.png) no-repeat right top;
	padding-right: 20px;	
}

.minus {
	background: url(/images/admin/global/btn-less.png) no-repeat right top;
	padding-right: 20px;	
}

.addRowTbl {
	border: 1px solid #CCCCCC;
}

table.addRowTbl TH {
	/*background:url(../images/admin/images.gif) repeat-x center -146px; */
	background-color:#E4E4E4;
	height:22px;
	text-align:center;
	color:#333333;
	font-family:Tahoma;
	border:0;
	font-weight: normal;
	font-size: 10px;
}

table.addRowTbl TD {
	background-color:#EFEFEF;
	text-align:center;
}

TABLE.reportList {
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

TABLE.reportList TH{
	text-align: center;
	background-color: #D7D7D7;
}

TABLE.reportList TR.r1{
	background-color: #E7E7E7;
}

TABLE.reportList TR.r2{
	background-color: #F5F5F5;
}

TABLE.reportList TR.colorRow TD{
	background: #FFDFDF;
}

TABLE.reportList TR.yellowRow TD{
	background: #FFFFE6;
}


TABLE.reportList TR.redRow TD{
	background: #FAEAE2;
}

TABLE.reportList TD{
	text-align: center;
}

A.backLink {
	color: #993300;	
}

A.backLink:hover {
	color: #F90;
}

/*New Format For Image  Box*/


div.imgNewBox{
	display:block;
	width:195px !important;
	height:268px !important;
	background:#EEE;
	float:right;
	margin:0 2px 5px 3px;
	padding:5px;
	border:1px solid #E5E5E5;
	overflow:hidden;
}
div.imgNewBox:hover{
	background:#FFD2D2;
}
div.imgNewBox span{
	display:block;
	height:200px;
	background:#FFF;
	border:1px solid #E0E0E0;
}
div.imgNewBox h3{
	text-align:center;
	margin:0;
	line-height:33px;
}
div.imgNewBox  input{
	border:1px solid #DDD;
	background:#FFF;
	margin:2px 0;
	width:198px;
}
div.imgNewBox  input.fileName{
	width:192px !important;
}