@charset "UTF-8";

/* ================================

 blue color class
 2008.2.22
 
 Color Cordination
 Key Color: 

=================================== */

/* ================================

 panel header

=================================== */
#panel
{
	background: url(../../img/blue/panel/bg_panel.gif) no-repeat left top;
}
#panel #panelHeader table
{
	color: #ff0065;
}

/* ================================

 panel body

=================================== */
#panel #panelBody 
{
	background: #fff;
}
#panel #panelBody iframe#editor
{
	border: 1px solid #ff0065;
}

/* ================================

 panel footer

=================================== */
#panel #panelFooter table#tabTriggers
{
	/*background: #09c;*/
}	
#panel #panelFooter table#tabTriggers td a
{
	background:  url(../../img/blue/panel/bg_btn_tabs.gif) no-repeat center top;
}	
#panel #panelFooter table#tabTriggers td a:hover
{
	color: #fff;

}
#panel #panelFooter table.action td a
{
	background: url(../../img/blue/panel/bg_btn_action.gif) no-repeat center top;
	color:#fff;
}

#panelHeaderTitle td#btnFromMobile a#btn_MA_return_CM
{
	display: block;
	width: 2em;
	height: 18px;
	padding-left: 20px;
	margin: 0 0 0 auto;
	background: url(../../img/blue/panel/btn_prev_w.gif) no-repeat left center;
}


/*================================================================

 Tabs Target

=================================================================*/
div.slide
{}
div.slide table.slideTitle
{
	height: 14px;
	background: #ff0065;
	color: #fff;
	font-size: 84%;
}
div.slide table.slideTitle td
{
	width:258px;
	padding: 0 6px 0 0;
	background: #ff0065;
	border-left: 1px solid #ff0065;
}


