/* CSS Document */

body          {
		font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; color: #cfcfcf; PADDING: 0px; MARGIN: 0px; background:#1f1f1f
}
body.bg_login_form         {
		font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; color: #000000;background:#bbbbbb;}
body.bg_photographer         {
		font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; color: #000000;background:#ffffff;}
pre, tt       {font-size: 12px}
th            {font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; font-weight: bold;}
td            {
font-family: arial, helvetica, geneva, sans-serif; font-size: 12px;}
form          {font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; margin:0; padding:0}
h1            {font-family: arial, helvetica, geneva, sans-serif; font-size: large; font-weight: bold}
A:link        {font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; text-decoration: none; color: #ecc801;}
A:visited     {font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; text-decoration: none; color: #ecc801;}
A:hover       {font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; text-decoration: underline; color: #ecc801;}
A:link.nav    {font-family: arial, helvetica, geneva, sans-serif; color: #996600; background-color: inherit;}
A:visited.nav {font-family: arial, helvetica, geneva, sans-serif; color: #996600; background-color: inherit;}
A:hover.nav   {font-family: arial, helvetica, geneva, sans-serif; color: #996600; background-color: inherit;}
.nav          {font-family: arial, helvetica, geneva, sans-serif; color: #996600; background-color: inherit;}


.login_text_input {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 10pt; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid;	
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #eeeeee;
	color:#000000; 
}

.text_input_style	      {
		BORDER-RIGHT: #555555 1px solid; 
		BORDER-TOP: #555555 1px solid; 
		FONT-SIZE: 9pt; 
		BORDER-LEFT: #555555 1px solid; 
		BORDER-BOTTOM: #555555 1px solid; 
		FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
		background: #252525;
		color : #c1c1c1;
}


.textarea_input_style	      {
		BORDER-RIGHT: #555555 1px solid; 
		BORDER-TOP: #555555 1px solid; 
		FONT-SIZE: 9pt; 
		BORDER-LEFT: #555555 1px solid; 
		BORDER-BOTTOM: #555555 1px solid; 
		FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
		background: #252525;
		color : #c1c1c1;
		overflow:auto;
}

.select_input_style {
		BORDER-RIGHT: #555555 1px solid; 
		BORDER-TOP: #555555 1px solid; 
		FONT-SIZE: 9pt; 
		BORDER-LEFT: #555555 1px solid; 
		BORDER-BOTTOM: #555555 1px solid; 
		FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
		background: #252525;
		color : #c1c1c1;	
}

.cat_select_input_style{
	BORDER-RIGHT: #555555 1px solid; 
	BORDER-TOP: #555555 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #555555 1px solid; 
	BORDER-BOTTOM: #555555 1px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
	background: #252525;
	color : #c1c1c1;
	width:400px;
}

.select {
		BORDER-RIGHT: #555555 1px solid; 
		BORDER-TOP: #555555 1px solid; 
		FONT-SIZE: 9pt; 
		BORDER-LEFT: #555555 1px solid; 
		BORDER-BOTTOM: #555555 1px solid; 
		FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
		background: #252525;
		color : #c1c1c1;		
}

.button_input_style      {
		BORDER-RIGHT: #666666 1px solid; 
		BORDER-TOP: #eeeeee 1px solid; 
		FONT-SIZE: 9pt; 
		BORDER-LEFT: #eeeeee 1px solid; 
		BORDER-BOTTOM: #666666 1px solid; 
		FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
		color:#000000;
		background: #dddddd;
}

.menu_top_line {
	BORDER-TOP: #996600 2px solid;
}

.menu_bottom_line {
	BORDER-BOTTOM: #996600 2px solid;
}

.upper_line {
	BORDER-TOP: #a5a5a5 1px solid;
}

.bottom_line {
	BORDER-BOTTOM: #a5a5a5 1px solid;
}

.left_line {
	BORDER-LEFT: #a5a5a5 1px solid;
}

.right_line {
	BORDER-RIGHT: #a5a5a5 1px solid;
}

/* Normal state */
.menuItem1First {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#777777;
	cursor:pointer;
	/*background-color:#ffffff;*/
	padding:3px 4px 3px 4px;
	width:auto;
 	border: 0px solid #0000ff;	
}
.menuItem {
	font-family: arial, helvetica, geneva, sans-serif;
	color:#f4f4f4;
	cursor:pointer;
	/*background-color:#ffffff;*/
	padding:3px 0px 3px 0px;
	width:auto;
	border-left: 0px solid #0000ff;
	border-right: 0px solid #0000ff;
	border-bottom: 0px dashed #bdbdbd;	
}
.menuItem1 {
	font-family: arial, helvetica, geneva, sans-serif;
	/*font-size:11px;
	font-weight:bold;*/
	color:#777777;
	cursor:pointer;
	/*background-color:#ffffff;*/
	padding:3px 4px 3px 4px;
	width:auto;
	border-left: 0px solid #0000ff;
	border-right: 0px solid #0000ff;
	border-bottom: 0px dashed #bdbdbd;	
}
.menuItem1Last {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#777777;
	cursor:pointer;
	/*background-color:#ffffff;*/
	padding:3px 4px 3px 4px;
	width:auto;
	border-left: 0px solid #0000ff;
	border-right: 0px solid #0000ff;
	border-bottom: 0px solid #0000ff;
}

/* On mouse over */
.menuItem1FirstOver {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#cfcfcf;
	cursor:pointer;
	background-color:#474747;
	padding:3px 4px 3px 4px;
	width:auto;
 	border: 0px solid #0000ff;	
}
.menuItemOver {
	font-family: arial, helvetica, geneva, sans-serif;
	color:#777777;
	cursor:pointer;
	/*background-color:#ececff;*/
	padding:3px 4px 3px 4px;
	width:auto;
	border-left: 0px solid #0000ff;
	border-right: 0px solid #0000ff;
	border-bottom: 0px solid #0000ff;
	
}
.menuItem1Over {
	font-family: arial, helvetica, geneva, sans-serif;
	/*font-size:11px;
	font-weight:bolder;*/
	color:#cfcfcf;
	cursor:pointer;
	background-color:#474747;
	padding:3px 4px 3px 4px;
	width:auto;
	border-left: 0px solid #0000ff;
	border-right: 0px solid #0000ff;
	border-bottom: 0px solid #0000ff;
	
}
.menuItem1LastOver {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:#cfcfcf;
	cursor:pointer;
	background-color:#474747;
	padding:3px 4px 3px 4px;
	width:auto;
	border-left: 0px solid #0000ff;
	border-right: 0px solid #0000ff;
	border-bottom: 0px solid #0000ff;
}

/* submenus container */
.submenu {	
	width:auto;
	min-width:180px;
}


/*--------Main Menu----------*/
.mainMenu {
	color:#777777;	
	cursor:pointer;
	font-family:arial, helvetica, geneva, sans-serif;
	width:auto;
	text-align:left;	
}

.mainMenu a:link,.mainMenu a:visited{
    color:#777777;		
	font-family:arial, helvetica, geneva, sans-serif;
	text-decoration:none
}
.mainMenu a:hover{
	text-decoration:underline
}

.no_line_bottom{
 border-bottom:0
}

.title_color {
	background:#3b3b3b;
	color:#d5d5d5;
	font-size:10px;
}

.cell_color {
	background-color:#424242;
	color:#d5d5d5;
}

.header_table_style {
	background-color:#3b3b3b;
	text-align:center;
	color:#d5d5d5;
	font-size:11px;
	FONT-WEIGHT: bold;
}


.column_title_style {
	background-color:#666666;
	color:#d5d5d5;
	font-weight:bold;
}	

.even_style {
	background-color:#525252;
	color:#d5d5d5;
}

.odd_style {	
	background-color:#424242;
	color:#d5d5d5;
}

.td_cell_color {
	background-color:#424242;
	color:#d5d5d5;
}

.ok_style_even{
	color:#5f9bff;
	background-color:#525252;	
}

.notok_style_even{
	color:#fc3232;
	background-color:#525252;	
}

.ok_style_odd{
	color:#5f9bff;
	background-color:#424242;	
}

.notok_style_odd{
	color:#fc3232;
	background-color:#424242;	
}

.public_status_style_even {
	color:#5f9bff;
	background-color:#525252;	
}

.private_status_style_even {   
	color:#f4c55f;
	background-color:#525252;	
}

.hidden_status_style_even{
	color:#fc3232;
	background-color:#525252;
}

.public_status_style_odd {
	color:#5f9bff;
	background-color:#424242;	
}

.private_status_style_odd {   
	color:#f4c55f;
	background-color:#424242;	
}

.hidden_status_style_odd{
	color:#fc3232;
	background-color:#424242;
}
/* Calendar CSS Document */

.ca_title{
	background:#a3c0f8;
	color:#000000;
	font-size:12px;
	font-weight:lighter;
}

.ca_current_day{
	background:#FF8000;
	color:#000000;
}

.ca_public{
	background:#F2C797;
	color:#000000;
}

.ca_private{
	background:#B0DBDA;
	color:#000000;
}

.ca_admin_customer{
	background:#FF9933;
	color:#000000;
}

.ca_invalid{
	background:#E3C6CE;
	color:#000000;
}

.ca_user_appointment{
	background:#C6D2DD;
	color:#000000;
}

/* css of crop images*/
	#imageContainer{
		margin:15px;
		left:0px;
		top:0px;
		position:relative;
	}
	.crop_dottedDiv{
		position:absolute;
		border:1px dotted #FF8000;
		z-index:10000;
	}
	
	.crop_dottedDiv div {	  				
		width:100%;
		height:100%;		
	}
	.public_style_even{
	color:#5f9bff;
	background-color:#525252;
	}
	.private_style_even{
	color:#f4c55f;
	background-color:#525252;
	}
	.hidden_style_even{
	color:#fc3232;
	background-color:#525252;
	}
	.public_style_odd{
	color:#5f9bff;
	background-color:#424242;
	}
	.private_style_odd{
	color:#f4c55f;
	background-color:#424242;
	}
	.hidden_style_odd{
	color:#fc3232;
	background-color:#424242;
	}
	.status_complete_style_even{
	color:#6666ff;
	background-color:#e0e0e0;
	}
	.status_nocomplete_style_even{
	color:#ff0000;
	background-color:#e0e0e0;
	}
	.status_complete_style_odd{
	color:#6666ff;
	background-color:#eeeeee;
	}
	.status_nocomplete_style_odd{
	color:#ff0000;
	background-color:#eeeeee;
	}
	.writable_yes_style_even{
	color:#5f9bff;
	background-color:#525252;
	}
	.writable_no_style_even{
	color:#fc3232;
	background-color:#525252;
	}
	.writable_yes_style_odd{
	color:#5f9bff;
	background-color:#424242;
	}
	.writable_no_style_odd{
	color:#fc3232;
	background-color:#424242;
	}
	
	.bottom_photographer{
	border-top:1px solid #5a5a5a;
	color:#ff8000;
	background-color:#FFFFFF;
	}
	.menu_photographer_style{
	background-color:#eeeeee;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	color:#333333;
	}
#b-this {
	DISPLAY: block! important
}
.photographer_category_table_style{
border-bottom:1px solid #dddddd;
border-top:1px solid #dddddd;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
}	

.help_title {
	color:#7BCB40;
	font-size:18px;
	background-color: inherit;
}

.help_header {
	color:#7BCB40;
	font-size:14px;
	font-weight:bold;
	background-color: inherit;
}
.help_faq {
	color:#FF6600;
	background-color: inherit;
}

.error_style {
	color:#FF0000;
	background-color: inherit;
}

/*########################################################*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	/*width:320px;*/
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 7px 10px;
	margin: 0px 5px 0px 0px;
	font: bold 12px sans-serif;
	/*background-color: #533939;*/
	list-style: none;
	/*border: solid 1px #dddddd;*/
	/*BORDER-TOP: #dddddd 1px solid;
	BORDER-BOTTOM: #dddddd 1px dashed;
	BORDER-LEFT: #dddddd 1px solid;
	BORDER-RIGHT: #dddddd 1px solid;*/
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
	/*color:#FFFFFF;*/
}

.TabbedPanelsTabHover {
	/*background-color: #654d4d;*/
	color:#ff0022;
}

TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	BORDER-TOP: #666666 1px dashed;
	BORDER-BOTTOM: #666666 1px dashed;
	BORDER-LEFT: #666666 1px dashed;
	BORDER-RIGHT: #666666 1px dashed;
	/*background-color:#fafafa;*/
	width:100%;
	
	/*border: solid 1px #533939;
	background-color: #f0efea;*/
}
._TabbedPanelsContentGroup {
	clear: both;
	/*BORDER-TOP: #dddddd 1px solid;
	BORDER-BOTTOM: #dddddd 1px solid;
	BORDER-LEFT: #dddddd 1px solid;
	BORDER-RIGHT: #dddddd 1px solid;*/
	background-color:#fafafa;
	width:100%;
	/*border: solid 1px #533939;
	background-color: #f0efea;*/
}
.TabbedPanelsContent {
	padding: 5px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #f0efea;
	position: relative;
	/*border: solid 1px #533939;*/
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #f0efea;	
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

.TabbedPanelsTabSelected {
	/*background-image:url(../../images/admin/table_header_bg.gif);*/
	background-position:bottom left;
	background-repeat:repeat-x;
	color:#fed702;
	
	/*background-color: #f0efea;*/
	/*background-color: #fafafa;*/
	/*border-bottom: 1px solid #f0efea;*/
	BORDER-TOP: #666666 1px dashed;
	BORDER-BOTTOM: #666666 0px dashed;
	BORDER-LEFT: #666666 1px dashed;
	BORDER-RIGHT: #666666 1px dashed;
}

.dot_left_line {
	background-image:url(../images/admin/line.gif);
	background-repeat:repeat-y;
}

/** VERSION 5.1 **/
/* leave 
.line_header_bg{
 background:#83c6fe url(../images/admin/line_header_blue.jpg) top center repeat-y;
 color:#000000
}
.line_header_bottom{
 background:#eff3f8 url(../images/admin/line_header_bottom_blue.jpg) top center no-repeat;
}*/
.left_ver_content{
 background:url(../images/admin/left_ver_content.png) top left repeat-y;
}
.right_ver_content{
 background:url(../images/admin/right_ver_content.png) top left repeat-y;
}
.top_left_content{
 background:url(../images/admin/top_left_content.png) top left no-repeat;
 width:21px;
 height:9px
}
.top_right_content{
 background:url(../images/admin/top_right_content.png) top left no-repeat; 
}
.top_hor_content{
 background:url(../images/admin/top_hor_content.png) top left repeat-x;
}
.bot_left_content{
 background:url(../images/admin/bot_left_content.png) top left no-repeat;
}
.bot_right_content{
 background:url(../images/admin/bot_right_content.png) top left no-repeat;
}
.bot_hor_content{
 background:url(../images/admin/bot_hor_content.png) top left repeat-x;
}
.bg_content{
 background:#181818 url(../images/admin/bg_content.png) top left repeat;
 color:#909090;
 padding:10px 0
}
.bg_icon{
 background:url(../images/admin/bg_icon.png) no-repeat;
 width:133px;
 height:133px;
 color:#909090
}

/*** MENU BOTTOM ***/
.menu_bottom_tool_right{
position:absolute;right:10px;bottom:2px;height:18px;width:16px;background:url(../images/admin/bottom_nav_tool.png) no-repeat top right;cursor:pointer;
}
.menu_bottom_tool_left{
position:absolute;right:6px;bottom:2px;height:24px;width:12px;background:url(../images/admin/bottom_nav_tool.png) no-repeat 3px -29px;cursor:pointer;
}
.menu_bottom_left{
background:url(../images/admin/bottom_nav_left.gif) no-repeat ;width:100%;margin:0px auto;position:relative; height:32px; display:block;float:left;padding-left:10x;
}
.menu_bottom_center{
	position:relative; background:url(../images/admin/bottom_nav_loop.gif) repeat; display:block;height:32px;color:#dadada;font-size:90.4%;overflow:hidden;width:100%; float:left;margin-left:10px;
}
.menu_bottom_shortcut{
	position:absolute;bottom:0; height:32px; width:100%;overflow:hidden;white-space:nowrap
}
.menu_bottom_right{
	position:relative;background:url(../images/admin/bottom_nav_right.gif) no-repeat;display:block;height:32px;right:0px; float:right; width:18px;
}
.line_menu_btn{background:url(../images/admin/line_menu_btn.jpg) no-repeat;}

/*** MENU SHORTCUT ***/
.menu_shortcut{
 margin:0;
 padding:0;
 list-style:none
}
.menu_shortcut li{
 margin:0;
 padding:0 10px;
 display:inline;
 background:url(../images/admin/dot_white.png) 0px 50% no-repeat;
}

.menu_shortcut li a:link,.menu_shortcut li a:visited{
 color:#fafafa;
 font-weight:bold;
 text-decoration:none;
 }
.menu_shortcut li a:hover{
 color:#fafafa;
  font-weight:bold;
	text-decoration:none
}

.backgroud_popup{
	padding:4px 4px 4px 4px;
	width:auto;
	border: 1px solid #0000ff;
}
.sub_menu_popup
{
	position:fixed; bottom:31px;z-index:100
}

.top_home_menu_popup
{
	position:absolute; bottom:31px;z-index:100
}

.sub_shortcut_popup
{
	position:fixed; bottom:20px;z-index:10001;
}

/*** Show chat admin***/
.title_chat_admin
{
	background: #44556e;
	height: 25px;
}
.win_chat
{
	/*height: 200px;*/
	bottom: 0px;
	width: 270px;
	height:20px;
	z-index: 20;
	position:fixed;
	overflow:hidden;
	
}

.win_chat_hide
{
	/*height: 20px;*/
	bottom: 0px;
	width: 270px;
	z-index: 20;
	position:fixed;
	overflow:hidden;
	
}


.top_hor_admin_chat{
 background:url(../images/admin/top_hor_admin_chat.png) top left repeat-x;
 color:#f4f4f4;
 font-weight:bold;
}
.left_ver_admin_chat{
 background:url(../images/admin/left_ver_admin_chat.png) top left repeat-y;
}
.right_ver_admin_chat{
 background:url(../images/admin/right_ver_admin_chat.png) top left repeat-y;
}
.bg_chat{
 background:#303030
}
.textarea_input_style_chat{
 width:256px;
 height:20px;
 BORDER: #666666 1px solid; 
 FONT-SIZE: 9pt; 
 FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif;
 background: #1a1a1a;
 color : #f4f4f4; 
}

.div_show_content_chat
{
	width:256px;
	height:180px;
	overflow-y:scroll;	
	padding-left:4px;
	color:#f4f4f4;		
}

/** MAIN MENU BOTTOM **/
.top_left_main_menu{
 background:url(../images/admin/top_left_main_menu.png) top left no-repeat;
}
.top_right_main_menu{
 background:url(../images/admin/top_right_main_menu.png) top left no-repeat;
}
.top_hor_main_menu{
 background:url(../images/admin/top_hor_main_menu.png) top left repeat-x;
}
.left_ver_main_menu{
 background:url(../images/admin/left_ver_main_menu.png) top left repeat-y;
}
.right_ver_main_menu{
 background:url(../images/admin/right_ver_main_menu.png) top left repeat-y;
}
.bot_left_main_menu{
 background:url(../images/admin/bot_left_main_menu.png) top left no-repeat;
}
.bot_right_main_menu{
 background:url(../images/admin/bot_right_main_menu.png) top left no-repeat;
}
.bot_hor_main_menu{
 background:url(../images/admin/bot_hor_main_menu.png) top left repeat-x;
}
.bg_content_main_menu{
 background:#181818 url(../images/admin/bg_content.png) top left repeat;
}
/** SUB MENU **/
.top_left_sub_menu{
 background:url(../images/admin/top_left_sub_menu.png) top left no-repeat;
}
.top_right_sub_menu{
 background:url(../images/admin/top_right_sub_menu.png) top left no-repeat;
}
.top_hor_sub_menu{
 background:url(../images/admin/top_hor_sub_menu.png) top left repeat-x;
}
.left_ver_sub_menu{
 background:url(../images/admin/left_ver_sub_menu.png) top left repeat-y;
}
.right_ver_sub_menu{
 background:url(../images/admin/right_ver_sub_menu.png) top left repeat-y;
}
.bot_left_sub_menu{
 background:url(../images/admin/bot_left_sub_menu.png) top left no-repeat;
}
.bot_right_sub_menu{
 background:url(../images/admin/bot_right_sub_menu.png) top left no-repeat;
}
.bot_hor_sub_menu{
 background:url(../images/admin/bot_hor_sub_menu.png) top left repeat-x;
}
.bg_content_sub_menu{
 background:#3e3e3e url(../images/admin/bg_content_sub_menu.png) top left repeat;
}
/** MENU CONTROL TOOL **/
.menu_control_tool{
 cursor:pointer;
 color:#909090;
 font-weight:bold;
}

a.control_link:link,a.control_link:visited,a.control_link:hover{
 color:#909090;
 font-weight:bold;
 text-decoration:none;
}
.myDragClass {
		background:#CCCCCC;
	}
	
/*** HEADER ***/	
.title_style {
	FONT-FAMILY:"Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans-serif;
	font-size:13.5pt;
	color:#cbcbcb;	
}

.version_style {
	FONT-FAMILY:"Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans-serif;
	font-size:11pt;
	color:#777777;		
}

.header_link a:link,.header_link a:visited,.footer_link a:link,.footer_link a:visited{
 FONT-FAMILY:"Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans-serif;
 font-size:10pt;
 color:#ecc801; 
}
.header_link a:hover,.footer_link a:hover{
 FONT-FAMILY:"Lucida Sans Unicode", Arial, Helvetica, sans-serif, sans-serif;
 font-size:10pt;
 color:#dbdbdb; 
}

.left_line_style{padding-left:10px;border-left:1px dotted #666666;}
.right_line_style{border-right:1px #666666 solid;}
.style_control_panel{color:#909090;font-weight:bold;padding-left:6px}
.line_content{background:url(../images/admin/line_content.png) center 0 no-repeat;}
.line_header_bottom{background:url(../images/admin/line_header_bottom_blue.png) center 0 no-repeat}

.addSubmenu a:link,.addSubmenu a:visited{
    color:#cfcfcf;		
	font-weight:bolder;	
	font-family:arial, helvetica, geneva, sans-serif;
	font-size:11px;
	text-decoration:none
}
.addSubmenu a:hover{
	text-decoration:underline;	
}

/*** BACKGROUND TEMPLATE ***/
.bg_template{
	background:#333333;	
}
.bg_header{
 background:#000000
}

.spot_style {
    position:absolute;
    opacity:0.4;
    background-color: transparent;
    border:1px solid #fff;
}
.spot_style:hover {
    position:absolute;
    opacity:1;
}
a.disabled {
   pointer-events: none;
   cursor: default;
	 display:none;
}
#status_bar_process
{
	z-index:1000000000;
	font-size: 14px;
	float:left;
	color:#fafafa;
  font-weight:bold;
}

.icon_show_full_comment{width:12px;height:12px;background:url(../images/admin/btnadd.gif) no-repeat left 1px;display:inline-block;margin:0 0 0 3px;line-height:12px}
.icon_show_full_comment:hover{background:url(../images/admin/btnadd_hover.gif) no-repeat left 1px}
.icon_show_full_comment.icon_tru{background:url(../images/admin/btnadd2.gif) no-repeat left 1px}
.icon_show_full_comment.icon_tru:hover{background:url(../images/admin/btnadd2_hover.gif) no-repeat left 1px}