﻿/* CSME.PRO [  Encode in UTF-8  Without BOM ] [ ☺ ] */

/* -- For Gallery Slideshow -- */
/* html,body { height: 100%; } */

/* ------------ IE6 Png Fix ---------------- */

.png,img { behavior: url(../js/iepngfix.htc); }

/* ------------ CsmeWindow ---------------- */

#csmewindow { background-image: url(../images/lightbox/overlay.png); }

* html #csmewindow{
	/*
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lightbox/overlay.png", sizingMethod="scale");
	*/
	}

/* ------------ CsmeMenu ---------------- */

.CSMenuBase_rtl 			{ margin:0px; padding:0px; z-index: 1000;  }
.CSMenuBase_rtl ul 		{ margin:0px; padding:0px; z-index: 1000;  }
.CSMenuBase_rtl li 		{ list-style-type: none; margin: 0px;  position: relative;  }
.CSMenuBase_rtl li ul 		{ display: none; position: absolute;  }
.CSMenuBase_rtl li a 		{ display:block; }

.CSMenuBase_ltr 			{ margin:0px; padding:0px; z-index: 1000;  }
.CSMenuBase_ltr ul 		{ margin:0px; padding:0px; z-index: 1000;  }
.CSMenuBase_ltr li 		{ list-style-type: none; margin: 0px;  position: relative;  }
.CSMenuBase_ltr li ul 		{ display: none; position: absolute;   }
.CSMenuBase_ltr li a 		{ display:block;  }

.CSTreeBase_rtl 			{ margin:0px; padding:0px;  }
.CSTreeBase_rtl ul 		{ margin:0px; padding:0px;  }
.CSTreeBase_rtl li 		{ list-style-type: none; margin: 0px; width: 100%; }
.CSTreeBase_rtl li ul 		{ display: none; }
.CSTreeBase_rtl li a 		{ display:block; width: 100%; height: 100%;  }
.CSTreeBase_rtl .indent	{ width: 19px; }

.CSTreeBase_ltr 			{ margin:0px; padding:0px;  }
.CSTreeBase_ltr ul 		{ margin:0px; padding:0px;  }
.CSTreeBase_ltr li 		{ list-style-type: none; margin: 0px; width: 100%; }
.CSTreeBase_ltr li ul 		{ display: none; }
.CSTreeBase_ltr li a 		{ display:block; width: 100%; height: 100%;  }
.CSTreeBase_ltr .indent	{ width: 19px; }


#appmenudivUP,#appmenudivDOWN{
	width:100%;
}
#MainMenuTop{
	width:100%;
}
.admin_menu_box_bottom{
	width:100%;
	background-size:100% 100%;
}

.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #2b296d; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }.datagrid table td, .datagrid table th { padding: 3px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b296d), color-stop(1, #2b296d) );background:-moz-linear-gradient( center top, #2b296d 5%, #2b296d 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b296d', endColorstr='#2b296d');background-color:#2b296d; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #2b296d; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #2b296d; border-left: 1px solid #2b296d;font-size: 12px;font-weight: normal; }.datagrid table tbody .alt td { background: #f0f0f0; color: #2b296d; }.datagrid table tbody td:last-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }
