﻿@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; }
.bsub {font-size: 13px; color: #660000;}

/*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;
}

/*系統預設-----------------------------------------------*/

input, textarea,select{font-size:12px;	font-family:Arial , "細明體", "新細明體";}
button {font-size:12px;	font-family:Arial , "細明體", "新細明體";padding-top:2px;}
.box{
	padding:2px 0px 6px 0px;
}	
.date{
	color:#9e9e9e;
}
.nick{
	color:#f45c0d;font-size: 13px;line-height: 20px;
}
.t10{
	font-size:10px;
	}
	
.t11{
	font-size:11px;
	font-weight: normal;
}
.t11gray{
	font-size:11px;
	font-weight: normal;
	color:#9e9e9e;
}
.t11r{
	font-size:11px;
	text-align: right;
	font-weight: normal;color:#9e9e9e;
}
.t12{
	font-size:12px;	line-height: 18px;
}
.txtr{
	color:#ff0066;
}
.txtb{
	color:#6688dd;
}
.txtw{
	color:#ffffff;
}

/*左上按鈕*/
.bu{
	border: 1px dotted #cfcfcf;
	padding:4px 5px 2px 6px;
	background-color:#f3f3f3;
	font-weight: normal;
}

a.bu:link {
	color: #333333;
	text-decoration: none;
}
a.bu:visited {
	color: #333333;
	text-decoration: none;
}
a.bu:hover {
	font-weight: normal;
	color: #FF0066;
	text-decoration: none;
	}
	
.bu1{
	border: 1px dotted #cfcfcf;
	padding:4px 5px 2px 6px;
	background-color:#ffffff;
	text-decoration: none;
}
a.bu1:link {
	color: #333333;
	text-decoration: none;
}
a.bu1:visited {
	color: #333333;
	text-decoration: none;
}
a.bu1:hover {
	font-weight: normal;
	color: #FF0066;
	text-decoration: none;
	}	

.ad{
	padding:12px 0px 12px 0px;
	text-align:center;
}
.hr{
	background-image: url(http://common.im.tv/vlog/MemPic/Panel/orange2/img/hr.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
}

.box2{
	padding:11px 0px 0px 0px;
}
.box3{
	padding:5px 0px 0px 0px;
}
.pic{
padding-right:5px;
}


/*影片內文區塊*/
.conbox{
	padding:2px 0px 2px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
	margin-top: 2px;
}

/*中間按鈕*/
.bu2{
	border: 1px solid #eeeeee;
	font-size:11px;
	background-color:#f8f8f8;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a.bu2:link {
	color: #999999;
	text-decoration: none;
}
a.bu2:visited {
	color: #999999;
	text-decoration: none;
}
a.bu2:hover {
	font-weight: normal;
	color: #FF0066;
	text-decoration: none;
	}
.box7{
 	padding:0px 0px 3px 0px;
	font-size:12px;
	color:#6688dd;
}
/*虛線*/
.pl{
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5b5b5;
}

.box4{
	padding:0px 0px 7px 0px;
}
.box5{
	padding:0px 6px 10px 6px;
	width:50%;
	font-size: 12px;
	text-align:center;
	line-height:16px;
}
.box6{
	padding:0px 0px 10px 0px;
	font-size: 12px;
}
.img{
	padding:0px 0px 4px 0px;
	text-align:center;
}

/*分頁*/
.ls2{
	width:1px;
	background-color: #aaaaa8;
	height: 13px;
	background-position: center center;
}
.no{
	padding:4px 4px 4px 5px;
	font-size:11px;
	text-align:center;
	color:#2d2930;
}
a.no:link {
	color: #2d2930;
	text-decoration: none;
}
a.no:visited {
	color: #2d2930;
	text-decoration: none;
}
a.no:hover {
	font-weight: normal;
	color: #f56101;
	text-decoration: underline;
	padding:4px 4px 4px 5px;
	background-color: #f8f8f8;
	}
.noo{
	padding:4px 4px 4px 4px;
	font-weight: bold;
	font-size:11px;
	text-align:center;
	color:#f56101;
}
/*space*/
.s20{
line-height:20px;
}
.sg{
	padding:0px 5px 0px 5px;
	color:#9e9e9e;
	background-color: #f8f8f8;
}
/*引用button設定*/
.bu4{
	border: 1px dotted #ffcb98;
	padding:2px 6px 0px 6px;
	margin-bottom:2px;
	background-color:#ffebd7;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}
a.bu4:link {
	color: #333333;
	text-decoration: none;
}
a.bu4:visited {
	color: #333333;
	text-decoration: none;
}
a.bu4:hover {
	font-weight: normal;
	color: #f45c0d;
	text-decoration: none;
	}
.box8{
	padding:11px 0px 11px 0px;
}
.box9{
	padding:0px 0px 25px 0px;
}
.pimg4{
	padding:2px;
	border:1px solid #eeeeee;
	text-align:center;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#ffffff;
	}
.pimg5{
	padding:2px;
	border:1px solid #eeeeee;
	text-align:center;
	margin-top:3px;
	margin-left:3px;
	margin-bottom:1px;
	background-color:#ffffff;
	float:left;
	}

