﻿@charset "utf-8";

/*-----------------------------------------------橘色板可變更-----------------------------------------------*/
/*整體設定*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial , "細明體", "新細明體";
	color: #404040;
	background-color: #F7F5F0;

}

a:visited {
	color: #669900;
}
a:hover {
	color: #CC3300;
}
a:link {
	color: #669900;
}
/*header(橫幅上半部設定) 設定*/
.hdbg{
	background-color:#CC3300;
	padding:10px;
	}

/*連結區塊設定*/
.linkinbox{
	padding:2px 0px 6px 0px;
    filter:alpha(opacity=100);-moz-opacity:0.5;opacity: 0.5;
   background-color: transparent;
}
/*連結列標題設定*/
　　　　　.title{
	font-size: 15px;
	font-weight: bold;
	color: #726257;
	background-color: #F3F2E9;
	padding: 4px 3px 0px 7px;
	border: 0px solid #D7D2B5;
	line-height: 20px;
}
/*-----------------------------------------------橘色板不可變更-----------------------------------------------*/
/*header下方內容*/
.conbg{
	background-color:#fff;
	margin-top:5px;
}
/*上方功能列連結設定*/
.login{
	color: #FF8860;
	font-size: 12px;
	text-align:right;
}
a.login:link {
	font-size: 12px;
	color: #FF8860;
	text-decoration: none;
}
a.login:visited {
	font-size: 12px;
	color: #FF8860;
	text-decoration: none;
}
a.login:hover {
	font-size: 12px;
	font-weight: normal;
	color: #E6E7DC;
	text-decoration: underline;
	}
.btitle {font-size: 21px; color: #542929; font-weight: bold;filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0;
filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0;}
.bsub {font-size: 13px; color: #660000;filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0;}

/*controlbar (控制列)設定*/

.menu_off                   {font-size: 12px;color:#8C8C8C}
.menu_on                    {font-size: 12px;color:#542929;font-weight:bold}

a.tab:link {
    color:#8c8c8c;
	text-decoration: none;
}
a.tab:visited {
    color:#8c8c8c;
	text-decoration: none;
}
a.tab:hover {
    color:#b8b6b1;
	text-decoration: none;
	}


.tab_bg {background:url(http://common.im.tv/vlog/MemPic/Panel/orange2/img/barbg.gif)}
.tab_line {padding-top:11px;ccolor: #404040;font-size: 11px;}

/*左欄 設定*/
.lbg{
	background-color: #E3E0CC;
	width:230px;
	padding:10px;
	font-size: 13px;
	line-height:17px;
	color: #494949;
}
	
.l1{
	color: #777;
	line-height: 18px;
}

a.l1:link {
	color: #777;
	text-decoration: none;
}
a.l1:visited {
	color: #777;
	text-decoration: none;
}
a.l1:hover {
	font-weight: normal;
	color: #5F5249;
	text-decoration: underline;
	}

/*右欄 設定*/
.rbg{
	background-color: transparent;
	width:230px;
	padding:2px 10px 2px 10px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #d9e5ee;
	font-size: 13px;
	line-height:17px;
	color: #494949;
}
.list{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e5ee;
	padding:8px 0px 8px 8px;
	font-size: 12px;
	line-height: 19px;
}
/*個人名片(個人資訊區塊設定)*/	
.card{
	background-color: #ffffff;
	padding: 5px;
	font-size: 12px;
	line-height: 19px;
}

/*日曆設定*/
.calender{
	font-size:12px;
}
.calo{
	font-size:12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://common.im.tv/vlog/MemPic/Panel/orange2/img/cp2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}
a.calo:visited {
	color: #ffffff;
	text-decoration: none;
}
a.calo:link {
	color: #ffffff;
	text-decoration: none;
}
a.calo:hover {
	color: #ffffff;
	text-decoration: underline;
	}

/*中間區塊設定*/
.mbg{
	background-color: transparent;
	padding:10px 12px 10px 12px;
	font-size:13px;
	line-height: 21px;
	color: #494949;
}
/*影片標題設定*/
.title2{
	font-size: 15px;
	font-weight: bold;
	color: #CC3300;
}
a.title2:link {
	color: #CC3300;
	text-decoration: none;
}
a.title2:visited {
	color: #CC3300;
	text-decoration: none;
}
a.title2:hover {
	color: #542929;
	text-decoration: underline;
	font-weight: bold;
	}	
/*影片內文區塊*/
.conbox1{
	padding:2px 0px 2px 0px;
	margin-bottom:30px;
}
.conbox1 img{
	margin:0px 13px 10px 13px;
	float:left;
}
.conbox1 th{
	padding-bottom:3px;
	font-size: 15px;
	font-weight: bold;
	color: #404040;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E9E7D8;
}
.conbox1 td{
	padding:10px 0px 8px 0px;
	font-size: 15px;
	line-height: 20px;
	color: #404040;
}
.conbox1 td.gray{
	padding:3px  0px 0px 0px;
	font-size:12px;
	color:#9e9e9e;
}









