* {
	margin: 0px;
	padding: 0px;
}
/* CMF:Admin document body */
BODY {
	color: #000066;
	background-color: #FFF;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 150%;
}
BODY, HTML {
/*	min-height: 99%;
	height: 99%;*/
}
DIV#mainContainer {
	padding-left: 10px;
}
#header, #nav, #container, #footer
{
	width: 99%;
	margin: 2px auto 2px auto;
	border: 1px #003399 solid;
	float: left;
	clear: left;
}
#header
{
	height: 60px;
}
#nav
{
	height: 18px;
}
#container
{
	/*min-height: 85%;
	height: expression("85%");*/
}
#footer
{
	height: 1.8em;;
	text-align: center;
	background-color: #000066;
	color: #ffffff;
}
#footer A.copyright
{
	color: #ffffff;
}
#footer A.copyright:hover
{
	color: #99ccff;
}
#cmf_tree_container, #cmf_pages_tree_container {
  background: #ffffff;
  width: 200px;
  padding: 3px;
  height: 600px;
  overflow: scroll;
  overflow-x: hidden;
/*  position:absolute;*/
}
/*--------------------*/
/* TableView: table */
TABLE.listViewTable
{
}
/* TableView: simple cell */
.listViewTable TD
{
	height: 20px;
	padding-left: 2px;
}
.listView
{
	padding-left: 2px;
}
/* TableView: simple cell URL */
.listViewTable TD.listView A {
	color: #000066;
}
.listViewTable TD.listView A:hover {
	color: #99ccff;
}
/* Common URL Style */
A {
	color: #000066;
}
A:hover {
	color: #99ccff;
}
/* TableView: right-aligned cell */
TD.listViewRight {
	text-align: right;
}
/* TableView: odd row */
.listItemOdd TD {
	border: 1px solid #999999;
	background-color: #ffffcc;
}
/* TableView: even row */
.listItemEven TD {
	background-color: #ffffee;
	border: 1px solid #999999;
}
/* TableView: last used row */
.listItemModified TD {
	background-color: #ffff33;
	border: 1px solid #999999;
}
/* TableView: error reporting row */
.listItemError TD {
	background-color: #FFBDBD;
	border: 1px solid #FF8888;
}
/* TableView: disabled row */
.listItemDisabled TD {
	color: #aaaaaa;
}
/* TableView: centered cell */
TD.listViewCenter {
	text-align: center;
	padding: 0px;
}
/* TableView: header cell */
.listHeader TD, .listHeader TH
{
	text-align: center;
	font-weight: bolder;
	background-color: #99ccff;
	border: 1px solid #999999;
}
/* TableView header link */
.listHeader A, .listHeader A {
	color: #000066;
}
.listHeader A:hover, .listHeader A:hover {
	color: #ffffff;
}
/* Forms: elements */
INPUT, TEXTAREA, SELECT
{
	font-family: Verdana, Arial, Sans-serif;
	border: 1px solid #333333;
	font-size: 11px;
	width: 100%;
	line-height: 150%;
}
INPUT, SELECT
{
	height: 1.5em;
}
SELECT.inp_select {
	width: auto;
}
SELECT.mceSelectList
{
	height: auto;
}
/* Forms: checkbox/radio */
INPUT.inp_checkbox {
	width: auto;
	border: none;
}
/* Forms: button */
 INPUT.button {
	width: auto;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #99ccff;
	font-size: 11px;
	font-weight: bolder;
	height: 1.6em;
	cursor: pointer;
}
/* Forms: error message */
.error {
	font-size: 11px;
	text-align: left;
	color: #ff0000;
	width: 100%;
}
/* Common: simple message */
.message {
	font-size: 12px;
	font-weight: bold;
}
/* Admin Navigation */
.cmfAdminNav, .cmfAdminNav ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
.cmfAdminNav li {
	background-color:#99ccff;
	color:#999999;
	cursor:pointer;
	float:left;
	margin-right: 1px;
	white-space: nowrap;
}
.cmfAdminNav li.last {
	float: right;
	margin: 0;
	color: #999999;
	text-align: center;
	cursor: pointer;
}
.cmfAdminNav a {
	border:1px solid #99ccff;
	color:#333333;
	display:block;
	font-family:Arial, Verdana,Helvetica,sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:150%;
	margin:0px;
	padding:0px 0em 0px 0em;
	text-decoration:none;
	text-indent:0.5em;
	text-transform:capitalize;
	width:10.9em;
}
.cmfAdminNav a:hover/*, .cmfAdminNav li:hover*/ {
	background-color:#FFFFCC;
	border:1px outset #99ccff;
	color:#000066;
	line-height:150%;
}
.cmfAdminNav li ul {
	left:-999em;
	margin:0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	width:11em;
	border-top: 1px #ffffff solid;;
	z-index: 11;
}
.cmfAdminNav li ul li {
	margin: 0;
	padding: 0;
	width:11em;
	border-top: 1px solid #ffffff;
	white-space: nowrap;
}
.cmfAdminNav li:hover ul, .cmfAdminNav li.sfhover ul {
	left: auto;
}
/* Common: Page Title */
 .text_title {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	
} 
/* Fix: TinyMCE SELECT */
 .mceSelectList {
	width: auto;
}
label {
	cursor: pointer;
}
/* CMF:Admin System message table */
table.cmf_container {
	width: 380px;
	height: 180px;
	border: 1px #000066 solid;
	border-collapse: collapse;
}
/* CMF:Admin System message text */
.cmf_container td {
	padding: 2px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}
.cmf_container .footer {
	height: 20px;
	color: #ffffff;
	background-color: #000066;
	text-align: center;
}
/* Pages switching block styles */
.pages_links_block {
}
.pages_links_disabled {
	color: #AAAAAA;
}
.pages_links_current {
	color: #000000;
	font-weight: bold;
}
.pages_links_href {
	color: #000000;
	text-decoration: underline;
	margin: 1px;
}
.pages_links_href:hover {
	margin: 0px;
	border: 1px solid gray;
	color: #000000;
	text-decoration: underline;
	background-color: #EEEEEE;
}
/* Event Manager */
#handlerList {
	position: absolute;
	width: 450px;
	top: 0;
	left: 0;
	border: 1px solid #003399;
	background-color: #ffffff;
	padding: 8px;
}
.emptyHandler {
	color	: #ff0000;
	font-weight: bold;
}
/* Config tabs */
.config_group, .config_group_sel {
	display: block;
	padding: 2px;
	margin-left: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ffffff;
}
.config_group:hover, .config_group_sel:hover  {
	background-color: #ffffdd;
	border: 1px solid #333333;
	color: #000000;
}
.config_group_sel {
	background-color: #ffffcc;
	border: 1px solid #333333;
}
/* cursor for permission manager */
div.access_on, div.access_off, div.access_parent {
	cursor:pointer;
}
.border {
	border: 1px solid #000066;
}
/* Tab Control */
ul.tab_ctrl {
	float: expression("left");
}
ul.tab_ctrl li {
	position:relative;
	z-index: 10;
	float: left;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: -1px;
}
ul.tab_ctrl li a {
	float: left;
	padding: 5px 10px 0px 10px;
	margin-right: 10px;
	border: 1px solid #000066;
	height: 20px;
	background: #99CCFF;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
}
ul.tab_ctrl li a.selected {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}
ul.tab_ctrl li a:hover {
	background: #FFFFCC;
	color: #000000;
}
ul.tab_ctrl li a.selected:hover {
	background: #ffffff;
}
.tab_body {
	clear: both;
	padding: 10px;
	min-height: 360px;
}
/* Tab Control: Subcontrol */
ul.tab_ctrl_2 {
	float: expression("left");
	padding: 0;
	margin: 0;
}
ul.tab_ctrl_2 li {
	position:relative;
	z-index: 10;
	float: left;
	list-style-type: none;
}

ul.tab_ctrl_2 li a {
	float: left;
	padding: 1px 5px 0px 5px;
	margin-right: 10px;
	border: 1px solid #000066;
	height: 14px;
	background: #99CCFF;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
ul.tab_ctrl_2 li a.selected {
	background: #ffffff;
}
ul.tab_ctrl_2 li a:hover {
	background: #FFFFCC;
	color: #000000;
}
ul.tab_ctrl_2 li a.selected:hover {
	background: #ffffff;
}
/* Three-states control */
.three_state {
	cursor: pointer;
}
.message_info, .message_error, .message_warning {
	background: #DDEEFF url(../images/icon.message_info.gif) no-repeat;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
	border: 1px solid #99CCFF;
}
.message_error {
	background: #FFCCCC url(../images/icon.message_error.gif) no-repeat;
	color: #FF0000;
	border: 1px solid #FF0000;
}
.message_warning {
	background: #CCCCCC url(../images/icon.message_warning.gif) no-repeat;
	color: #000000;
	border: 1px solid #999999;
}
/* Ajax Loading writing */
#ajaxwait {
	background: #FFFFCC;
	border: 1px dashed #FFA553;
	padding: 5px;
	vertical-align: middle;
	text-align: right;
	position: absolute;
	left: 10px;
	font-weight: bold;
	color: #00478A;
	z-index: 1000;
	width: 180px;
}
/* project special */
#header #logo {
	width: 258px;
	height: 45px;
	background: url(/templates/default/images/logo_admin.png) no-repeat;
	_background: url(none);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/default/images/logo_admin.png');
}

/* Forms: checkbox/radio */
table.form input.inp_checkbox,
INPUT.inp_checkbox
{
	width: auto;
	border: none;
	vertical-align: middle;
}

/* Forms: button */
table.form input.inp_button,
input.inp_button {
	width: auto;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #للل;
	font-size: 11px;
	font-weight: bolder;
	height: auto;
	overflow: visible;
}

table.form {
	table-layout: fixed;
}

table.form td {
	padding: 2px;
}

table.form .label {
	width: 170px;
	vertical-align: top;
}
table.form .label span {
	color: red;
}
table.form .input {
	width: 440px;
}
table.form input,
table.form textarea
{
	width: 99%; 
}

table.form .buttonrow {
	text-align:right;
}
table.form .fieldset {
	font-weight: bold;
}
.selected_tab
{
	display: block;
}
#edit_shop_info table.form,
#edit_shop_info table.form .mceEditorContainer select
{
	width: auto;
}
#edit_shop_info table.form select{
	width: 100%;
}

#edit_shop_info  table.form tr td.input{
	text-align: left;
}
#container #edit_shop_info{
	overflow: visible;
}
input.inputSubmit, input.inputButton
{
	width: auto;
}
h2{
	font-size: 14px;
}	
}
