body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 2px;
	padding: 0px;
	background-image: url(../images/bg_new.gif);
}

/*--------------------------- Container ---------------------------*/
#container {
	width:990px;
	background-image: url(../images/bg_container.gif);
	margin-right: auto;
	margin-left: auto;
}


/*---------------------------- Header ----------------------------*/
#header {
	height: 80px;			
	background: #ffffff;
	margin: 0px 5px 0px 5px;
}

#top_menu {
	background: #ffffff;
	background-image: url(../images/bg_top_menu.jpg);
	background-repeat: repeat-y;
	text-align: right;
	margin: 0px 5px 0px 5px;
	padding: 2px;
}

#top_menu a {
	text-decoration:none;
}

#top_menu a:hover {
	text-decoration:underline;
	color: #FF0000;
}

#top_menu_loginid {
	color: #0000FF;
	font-weight: bold;	
	font-size: 80%;
}


/*------------------------------------- Footer -----------------------------------*/
#footer {
	font-size: 80%;
	clear: both;
	padding: 10px;
	text-align: center;
	margin: 5px 5px 5px 5px;
	color: #ccc;
}

#footer a {
	color: #fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer #power {
	margin-top:5px;
}

#footer #power_common {
	background: #fff; 
	padding: 1px; 
	font-family: Verdana,Arial,Helvetica; 
	font-size: smaller; 
	font-variant: small-caps; 
	border: 1px solid #aaa;
}

#footer #power_left {
	color: #f8f8f8; 
	background: #c00; 
	padding: 0px 2px;
}

#footer #power_right {
	 color: #f8f8f8; 
	 background: #999; 
	 padding: 0px 10px 0px 2px;
}



/*------------------------------- Main --------------------------------*/
#main {
	width: 980px;
	background-color: #ffffff;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}



/*------------------------------- Left menu -------------------------------*/
#left_menu {
	float:left;
	width: 200px;
	margin-top: -15px;
}

#left_menu ol ul { 
	margin-left:0px;
}

.leftmenuframe {
	border-color:#80D36B;
	border-style: solid;
	border-width:2px;
	background-image: url(../images/bg_left_menu.gif);
	width:180px;
	margin-left:5px;
}

.leftmenuitem a img {
	
	margin-bottom: -3px;
}

a img {
	border: none;
}

.leftmenutitle {
	text-align:left;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	padding:2px 2px 2px 5px;
	background-image: url(../images/bg_left_menu.gif);
}

.leftmenuitem {
	background-color: #D8EED3;
	text-align:left;
	font-weight: bold;
	padding:2px 2px 5px 5px;
}

.leftmenuitem a:hover {
	color: #FF0000;
}

.leftmenuitem a {
	text-decoration: none;
	color: #0000ff;
}



.leftmenulast {
	border-bottom-style: solid; 
	border-width:1px;
	border-color:#80D36B;
	padding-bottom: 15px;
}		

/*------------------------------ Rounded corner ---------------------------------*/
.roundtop { 
	background: url(../images/bg_container_rt.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/bg_container_rb.gif) no-repeat top right;
	text-align:left; 
}

img.corner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}


/*------------------------------ Content -------------------------------*/
#right_content {
	width: 780px;
	float: right;
	margin-top: -15px;
	margin-bottom: 10px;
}

#page_title {
	font-size: 200%;
	font-weight: bold;
	padding-top: 10px;
	color: #F99E00;
}

.title_hr {
	margin-top: 0px;
	*margin-top: -25px;
}

.content {
	margin-top:10px;
	*margin-top:-20px;
	position: relative;
}

.mainmenuframe {
	border-color:#2F7DB9;
	border-style: solid;
	border-width:2px;
	background-image: url(../images/bg_bluebox.gif);
	width:220px;
	margin-bottom: 20px;
	
}

.mainmenutitle {
	text-align:center;
	font-size: 160%;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
}

.mainmenuitem {
	text-align:left;
	font-size: 140%;
	font-weight: bold;
	padding:2px 2px 5px 20px;	
}

.mainmenuitem a img {
	border: none;
	margin-bottom: -3px;
}

.mainmenuitem a:hover{
	color: #ff0000;
}

.mainmenuitem a {
	text-decoration: none;
}

.fieldnamebox {
	border: 1px solid #BFBFBF;
	font-family: Tahoma ,Verdana, Arial,Helvetica, sans-serif;
	font-size: 1em;
	color: #372D72;
	text-align: right;
	background: #ffffcc url(../images/field_name_bg.gif) no-repeat scroll right center;
}

.fielddescbox {
	border: 1px solid #BFBFBF;
	font-family: Tahoma ,Verdana, Arial,Helvetica, sans-serif;
	font-size: 1em;
	color: #372D72;
	/*background-color: #dddddd;*/ 
	background: #ffffff url(../images/field_desc_bg.gif) no-repeat scroll left center;
}


/*-------------------------------- Components -----------------------------------*/
.databluebox {
	background-color: #658BFD;
	border-color:#658BFD;
	border-style: solid;
	border-width:2px;	
}

.databluebox .blueboxheader {
	background-color: #658BFD;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px 5px 5px;


}
.databluebox .blueboxcontent {
	background-color: #FFFFAA;
	padding: 0px 0px 0px 0px;	
}


.datagreenbox {
	background-color: #80D36B;
	border-color:#80D36B;
	border-style: solid;
	border-width:2px;	
}

.datagreenbox .greenboxheader {
	background-color: #80D36B;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px 5px 5px;
}

.datagreenbox .greenboxcontent {
	background-color: #FFFFAA;
	padding: 0px 0px 0px 0px;	
}


.datagraybox {
	background-color: #888888;
	border-color:#888888;
	border-style: solid;
	border-width:2px;	
}

.datagraybox .grayboxheader {
	background-color: #888888;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px 5px 5px;
}

.datagraybox .grayboxcontent {
	background-color: #DDDDDD;
	padding: 0px 0px 0px 0px;	
}



.greenboxcell1 {
	background-color: #FFFFAA;
	padding: 3px 0px 3px 3px;
}

.greenboxcell2 {
	background-color: #FFFFFF;
	padding: 3px 0px 3px 3px;
}

.sec_title_green {
	font-weight: bold;
	font-size: 120%;
	color: #00AA00;
	padding: 3px 0px 3px 3px;
}

.sec_title_green a, .sec_title_green a:visited {
	color: #00AA00;
	border-color: #00AA00;;
}

.sec_title_green .sum {
	color:#ff6600;
}

.highlight {
	background-color: #FF8888;	
}

.comment {
	color: #666666;
	font-size: 0.8em;
}

.error {
	color: #ff0000;
	font-size: 1em;
}

.comment_general {
	color: #666666;
	font-size: 1.0em;
}

.comment_link {
	color: #0000FF;
	font-size: 0.8em;
}

a:hover.comment_link{
	color: #FF0000;
	font-size: 0.8em;
}

.caution {
	width:32em;
	*width:32em;
	position:relative;
	margin: 30px 0px 10px 5px;
	float:right;
}

.cautionhandle {
	color:#ffffff;
	background-color:#9DB0FE;
	font-size:120%;
	font-weight:bold;
}

.navigator {
	float: left;
	margin: 10px 10px 10px 10px;
	*margin: 10px 10px 10px 5px;
	width: 20em;
}

.boxRemind {
	border: 1px solid #ff0000;
	background-color: #FFD299;
	font-size:1em;
	font-weight: bold;
	color: #ff0000;
	line-height: 1.5em;
	padding: 3px 3px 3px 3px;
}

.greenEmp {
	color: #33AA33;
	font-weight: bold;
}

.blueEmp {
	color: #0000FF;
	font-weight: bold;
}

.redEmp {
	color: #AA3333;	
	font-weight: bold;
}

.greenText {
	color: #33AA33;
}

.blueText {
	color: #0000FF;
}

.redText {
	color: #AA3333;	
}

.dlgSectionTitle {	/* Section title of modal dialogs */
	font-size:1em;
	color: #FF0000;
	font-weight: bold;
}

.dlgInformationBlue {	/* Green information on modal dialogs */
	font-size:1em;
	color: #0000FF;
	font-weight: bold;
}

.dlgInformationGreen {	/* Green information on modal dialogs */
	font-size:1em;
	color: #55AA55;
	font-weight: bold;
}

.dlgInformationGray {	/* Red information on modal dialogs */
	font-size:1em;
	color: #888888;
	font-weight: bold;
}

.dlgInformationRed {	/* Red information on modal dialogs */
	font-size:1em;
	color: #FF0000;
	font-weight: bold;
}

.dlgInformationDarkRed {	/* Red information on modal dialogs */
	font-size:1em;
	color: #AA3333;
	font-weight: bold;
}

.dlgAction {
	font-weight: bold;
}

.dlgAction a {
	text-decoration: none;
	color: #0000FF;
}

.dlgAction a:hover {
	color: #FF0000;
}

.inputbox {
	border: 1px solid #BFBFBF;
	font-family: Tahoma ,Verdana, Arial,Helvetica, sans-serif;
	font-size: 1em;
	color: #372D72;
	background-color: #F0F8FF; /*#D7E5F2*/
}



/* ---------------------------------------- Styles for calendar ------------------------------------------ */
.calToday_desc {
	border:1px solid #000000;
	color: #3333FF;
    width: 25px;
	height: 20px;   
	padding-left: 2px;
	padding-top: 2px;
	font:100% arial;
}

.yui-skin-sam .yui-calendar td.calcell.calHoliday, .yui-skin-sam .yui-calendar td.calHoliday {
    color: #777777;
    background-color: #ffaaaa;
    text-decoration:none;
    cursor: default;
}

.calHoliday_desc {
    color: #777777;
    background-color: #ffaaaa;
    border: 1px solid #AAAAAA;
    width: 25px;
	height: 20px;    
	padding-left: 2px;
	padding-top: 2px;
    font:100% arial;
}

.calSelect_desc {
	background-color:#b3d4ff;
	color:#000;
	border: 1px solid #AAAAAA;
    width: 25px;
	height: 20px;   
	padding-left: 2px;
	padding-top: 2px;
	font:100% arial;
}

.calUnavail_desc {
	color: #AAAAAA;
	border: 1px solid #AAAAAA;	
    width: 25px;
	height: 20px;
	padding-left: 2px;
	padding-top: 2px;
	font:100% arial;
}

.calAvail_desc {
	background-color:#FFFFFF;
	color: #3333FF;
	border: 1px solid #AAAAAA;
    width: 25px;
	height: 20px;   
	padding-left: 2px;
	padding-top: 2px;
	font:100% arial;
}

.yui-skin-sam .yui-calendar td.calcell.calFull{background-color:#FFFF55;}

.calFull_desc {
	background-color:#FFFF55;
	border: 1px solid #AAAAAA;
    width: 25px;
	height: 20px;   
	padding-left: 2px;
	padding-top: 2px;
	font:100% arial;
}

.yui-skin-sam .yui-calendar td.calcell.calRsv{background-color:#BAFCA9;}

.calRsv_desc {
	background-color:#BAFCA9;;
	border: 1px solid #AAAAAA;
    width: 25px;
	height: 20px;   
	padding-left: 2px;
	padding-top: 2px;
	font:100% arial;
}

.dotlinelightblue {
	background: url(../images/dot_lightblue.gif) left top repeat-x;
	height: 1px;
	padding-bottom: 15px;
	margin-top: 10px;	
}

.dotlinegreen {
	background: url(../images/dot_green.gif) left top repeat-x;
	height: 1px;
	padding-bottom: 15px;
	margin-top: 10px;	
}

.dotlineblue {
	background: url(../images/dot_blue.gif) left top repeat-x;
	height: 1px;
	padding-bottom: 15px;
	margin-top: 10px;	
}

.dotlinegray {
	background: url(../images/dot_gray.gif) left top repeat-x;
	height: 1px;
	padding-bottom: 15px;
	margin-top: 10px;	
}

.dotlinered {
	background: url(../images/dot_red.gif) left top repeat-x;
	height: 1px;
	padding-bottom: 15px;
	margin-top: 10px;	
}

/*------------------------------ Styles for schedule ------------------------------------ */
#divScheduleCorner {
	float:left;
	position:relative;
	left:0px;
	top:0px;
	overflow:hidden;
	width:90px;
	height:20px;
	background-color:#ffffff;
	border:0px solid #00ff00;
}

#divScheduleCorner1 {
	 position:absolute;
	 top:5px;
	 left:5px;
	 width:60px;
	 height:15px;
	 text-align:center;
	 font-size:80%;
	 font-weight:bold;
}

#divCourseHeader {
	border:0px solid #0000ff;
	position:relative;
	top:0px;
	overflow:hidden;
	/*min-width:850px;
	width:auto;
	*/
	/*margin-left:15px;*/
	left:5px;
	width:350px;
	height:20px;
	background-color:#ffffff;
}

#divTimeHeader {
	float:left;
	border:0px solid #00ffff;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	overflow:hidden;
	width:90px;
	height:373px;
	background-color:#ffffff;
}

.sdTimeHeader {
	position:absolute;
	text-align:center;
	border:1px solid #EF9360;
	background-color: #FFB380;
	font-weight: bold;
}

.sdCourseHeader {
	position:absolute;
	text-align:center;
	border:1px solid #DF5E7B;
	background-color: #FF8EAB;
	font-weight: bold;
	color: #FFFFFF;
}

.sdCourseHeaderEven {
	position:absolute;
	text-align:center;
	border:1px solid #DF5E7B;
	background-color: #F67898;
	font-weight: bold;
	color: #FFFFFF;
}

.sdSlotDisable {
	position:absolute;
	text-align:center;
	border:1px solid #AAAAAA;
	background-color: #EEEEEE;	
}

.sdSlotDisableEven {		/*Alternative class*/
	position:absolute;
	text-align:center;
	border:1px solid #AAAAAA;
	background-color: #DFDFDF;	
}

.sdSlotAvailable {
	position:absolute;
	text-align:center;
	border:1px solid #AAAAAA;
	background-color: #BAFCA9;
	cursor: pointer;
}

.sdSlotAvailableEven {		/*Alternative class*/
	position:absolute;
	text-align:center;
	border:1px solid #AAAAAA;
	background-color: #A9EB98;
	cursor: pointer;
}

.sdSlotFull {
	position:absolute;
	text-align:center;
	border:1px solid #AAAAAA;
	background-color: #FDFDC8;	
	cursor: pointer;
}

.sdSlotFullEven {			/*Alternative class*/
	position:absolute;
	text-align:center;
	border:1px solid #AAAAAA;
	background-color: #FDFDA8;	
	cursor: pointer;
}

/* ----------------------- Table styles ------------------------- */
	/* --- List table --- */
.greentable table {
	border-collapse:collapse;
	border:1px solid #aaaaaa;
}

.greentable table th {
	background-color:#8adb77;
}

.greentable table .tr_odd td {
	background-color:#ffffff;
}

.greentable table .tr_even td {
	background-color:#fffdcb;
}

	/* --- Input table --- */
table.yelTab
{
color:#000000;
background-color:#ffffcc;
font-size: 100%;
padding:0px;
border-top: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;
border-bottom: 0px solid #bbbbbb;
border-right: 0px solid #bbbbbb;
}

table.yelTab th, table.yelTab td 
{
padding-bottom:2px;
padding-left: 5px;
border-top: 0px solid #bbbbbb;
border-left: 0px solid #bbbbbb;
border-bottom: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
line-height: 2em;
}

table td.yelTabCont 
{
	background-color:#ffffff;
}

table td.yelTabTool
{
	background-color:#dddddd;
}

table td.yelTabDelCell
{
	background-color:#aaaaaa;
	color: #888888;
}





/* --- Input table --- */
table.yelTab
{
color:#000000;
background-color:#ffffcc;
font-size: 100%;
padding:0px;
border-top: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;
border-bottom: 0px solid #bbbbbb;
border-right: 0px solid #bbbbbb;
}

table.yelTab th, table.yelTab td 
{
padding-bottom:2px;
padding-left: 5px;
border-top: 0px solid #bbbbbb;
border-left: 0px solid #bbbbbb;
border-bottom: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
line-height: 2em;
}

table td.yelTabCont 
{
	background-color:#ffffff;
}

table td.yelTabTool
{
	background-color:#dddddd;
}

table td.yelTabDelCell
{
	background-color:#aaaaaa;
	color: #888888;
}


.tbhead {
	color: #0002FF;
	font: normal 14px auto Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

.tb {
	BORDER-RIGHT: #cbd8e3 1px ridge;
	BORDER-TOP: #cbd8e3 1px ridge;
	BORDER-LEFT: #cbd8e3 1px ridge;
	BORDER-BOTTOM: #cbd8e3 ridge;
	background: #FFFFFF;
}

.tborder {
	background-color: #CCCCCC;
	/* background color of table. Old color: #cbd8e3*/
}

.td4 {
	font: normal 12px auto Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #F6FFFF; /*#F6FFFF;*/
}

.td6 {
	font: normal 12px auto Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 30px;
	background-color: #FFFFFF;
}

.shift_calendar .maintable {
	margin:5px 10px 10px 30px;
	padding:5px;
	border-collapse:collapse;
	border:1px solid #aaaaaa;
}

.shift_calendar .date {
	width: 100px;
	height: 80px;
	text-align: center;
	background-color: #ffffff;
}

.shift_calendar .title {
	background-color:#338833;
	color:#ffffff;
	height:30px;
	font-size:1.2em;
	text-align:center;
}

.shift_calendar .nosetting {
	color: #888888;	
}

.shift_calendar .has_setting {
	color: #0000ff;
	font-weight: bold;
}

.shift_calendar .dayoff {
	background-color: #ffffbb;	
}

.shift_calendar .has_setting_bg {
	background-color: #ddddff;	
}


.shift_calendar .holiday, .shift_calendar .holiday td {
	background-color:#ffaaaa;
	color:#aa0000;
	font-weight:bold;
}

/* ----------- Staff level ----------- */
.stafflevel_color_fg {
	width:60px;
	height:12px;
	border:1px solid #aaaaaa;
	text-align:center;
	padding:6px;
	cursor:pointer;
	font-size:12px;
}

#divStaffLevelPrice {
	background-color:#aaaaff;
	width:530px;
	border:none;
	margin-left:20px;
	padding:5px;
}

#divStaffLevelPrice th, #divStaffLevelPrice td {
	border:none;
}

/* ----------- Coupon ----------- */
.option_text {
	position:absolute;	
}

.option_unchecked {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor:pointer;
}

.option_checked {
	background-color: #fbe7bd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor:pointer;
}

.coupon_tab, .yui-skin-sam .yui-navset .coupon_tab {
	background-color:#fbf6e4;	
}

#coupon_search_sum {
	float:right;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	margin-right:5px;
	color:#ff0000;
}

.coupon_list_item {
	background-repeat:repeat-x;
	border:3px solid #ffbd6f;
	margin:5px;
	padding:5px;
}

.coupon_general_list_item {
	background-repeat:repeat-x;
	border:3px solid #9bda46;
	margin:5px;
	padding:5px;
}


.coupon_list_item .coupon_name, .coupon_general_list_item .coupon_name {
	color:#ff0000;
	font-weight:bold;
}

.coupon_list_item .html_content, .coupon_general_list_item .html_content {
	border:2px dashed #888888;
	width:240px;
	float:right;
}

.coupon_list_publish .info_line, .coupon_general_list_publish .info_line, .coupon_list_unpublish .info_line, .coupon_list_expired .info_line {
	width:400px;
	margin-left:30px;
}

.coupon_list_publish .status, .coupon_general_list_publish .status, .coupon_list_unpublish .status, .coupon_list_expired .status {
	width:400px;
	font-weight:bold;
	font-size:1.2em;
	margin:10px 0px 0px 30px;
}


.coupon_list_publish .info_line .title, .coupon_general_list_publish .info_line .title, .coupon_list_unpublish .info_line .title, .coupon_list_expired .info_line .title {
	color:#aa0000;	
}


.coupon_list_publish {
	background-image: url(../images/coupon_publish_bg.gif);
	background-color:#f9c07d;
	cursor:pointer;
}

.coupon_list_publish:hover {
	background-image: url(../images/coupon_publish_bg_hover.gif);
	background-color:#fef6ee;
	cursor:pointer;
}

.coupon_general_list_publish {
	background-image: url(../images/coupon_general_publish_bg.gif);
	background-color:#dbfdaa;
	cursor:pointer;
}

.coupon_general_list_publish:hover {
	background-image: url(../images/coupon_general_publish_bg_hover.gif);
	background-color:#f4ffe5;
	cursor:pointer;
}

.coupon_list_unpublish {
	background-image: url(../images/coupon_unpublish_bg.gif);
	background-color:#d6d6d6;
	cursor:pointer;
}

.coupon_list_unpublish:hover {
	background-image: url(../images/coupon_unpublish_bg_hover.gif);
	background-color:#fafafa;
	cursor:pointer;
}

.coupon_list_expired {
	background-image: url(../images/coupon_expired_bg.gif);
	background-color:#d6d6d6;
	cursor:pointer;
}

.coupon_list_expired:hover {
	background-image: url(../images/coupon_expired_bg_hover.gif);
	background-color:#fafafa;
	cursor:pointer;
}

.status_title {
	font-size:1.2em;
	font-weight:bold;
}

.status_count_link, .status_count_link a, .status_count_link a:visited {
	font-size:1.1em;
	font-weight:bold;
	color:#ff0000;
	border-color:#ff0000;
}

.criteria_box .hide_btn {
	opacity: 0;
	filter:alpha(opacity = 0);
	_filter:alpha(opacity = 100);
	-ms-filter:'alpha(opacity = 0)';
}

.criteria_box:hover .hide_btn {
	opacity:1;
	filter:alpha(opacity = 100);
	-ms-filter:'alpha(opacity = 100)';
}

.hide_btn {
	cursor:pointer;
}

/*------------------- Promotion mail ---------------------- */
.promotion_coupon_box {
	margin-top:0px;
	border:8px solid #cccccc;
	background-color:#ffffff;
	width:590px;
	padding:5px;
}

.popup_title {
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	background-color:#ff8800;
	border:1px solid #ff5500;
	padding:5px;	
}

.text_mail_template {
	width:300px;
	height:197px;
}

.mail_template_handle {
	margin:10px 0px 20px 50px;
	width:700px;
}

.readonly_text_mail {
	background-color:#f5f5f5;
	border:1px solid #cccccc;
	overflow:auto;
	width:320px;
	height:255px;
}

.text_mail_box_left {
	float:left;
	background-color:#f0f0ee;
	border:1px solid #cccccc;
}

.text_mail_box_right {
	float:right;
	background-color:#f0f0ee;
	border:1px solid #cccccc;
}

.text_mail_box_normal {
	background-color:#f0f0ee;
	border:1px solid #cccccc;
	padding:5px;
	overflow:auto;
	height:300px;
}

.mail_subject {
	width:318px;
}

.promotion_setting_guest {
	background-color:#fbf6e4;
}

.promotion_setting_mail1 {
	background-color:#e8efd9;
	border:1px solid #cccccc;
	margin:20px 0px 20px 0px;
	padding:5px;
}

.promotion_guest_overview, .promotion_guest_overview_nobg {
	width:360px;
	height:400px;
	border:5px solid #a9c9f0;
	background-color:#ffffff;
	margin-top:5px;
	position:relative;
	overflow:auto;
	padding:10px 5px 10px 10px;
}

.promotion_guest_overview {
	background-image: url(../images/ver_dotted_line.png);
	background-repeat: repeat-y;
}

.pmmail_overview_handle {
	width:20px;
	height:80px;
	text-align:right;
}

.pmmail_overview_handle_small {
	width:20px;
	height:40px;
	text-align:right;
}

.pmmail_overview_icon {
	width:50px;
	height:60px;
	text-align:center;
}

.pmmail_overview_icon_small {
	width:50px;
	height:40px;
	text-align:center;
}

.pmmail_overview_datediff {
	color:#ff0000;
	font-weight:bold;
	margin-left:-10px;
}

.pmmail_overview_ntimes {
	color:#0000ff;
	font-weight:bold;
}


.pmmail_overview_sec, .pmmail_overview_sec a, .pmmail_overview_sec a:visited {
	color:#aaaaaa;	
}

.pmmail_overview_sec {
	margin-left:10px;
}



.pmmail_overview_bullet {
	cursor: pointer;
	margin-top:10px;
}

.pmmail_link_begin_bg {
	background-image: url(../images/link_begin.gif);
	background-repeat: no-repeat;
	/*border:1px solid #ff0000;*/
}

.pmmail_link_middle_bg {
	background-image: url(../images/link_middle.gif);
	background-repeat: no-repeat;
	/*border:1px solid #00ff00;*/
}

.pmmail_link_end_bg {
	background-image: url(../images/link_end.gif);
	background-repeat: no-repeat;
	/*border:1px solid #0000ff;*/
}

.counter_emph {
	font-weight:bold;
	color:#ff0000;
}


/*------------------------ MISC --------------------------- */
.news_box {
	border:solid 1px #DDDDDD;
	background-color:#FFFFFF;
	color:#ba1e1e;
	font-size:12px;
	padding:10px;
	width:880px;
	max-height:300px;
	overflow:auto;
	text-align:left;
	margin-top:10px;
}

.news_header {
	font-size: 16px;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/h3.jpg);
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent:20px;
	text-align:center;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333333;
}


/*------------------------ MISC --------------------------- */
.tabTitle {
	font-size: 1em;
}

.required_kome {
	color:#ff0000;
	font-size:90%;
	font-weight:bold;
}
