/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 

a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
} /* 鼠标在链接上 */ 
a:active {color:  #FFFFFF;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #000000;}
a.channel:visited {color: #000000;}
a.channel:hover{
	color: #800000;
	text-decoration: underline;
}
a.channel:active {color: #000000;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {
color: #800000;
text-decoration: underline;
}
a.channel2:visited {
color: #800000;
text-decoration: underline;
}
a.channel2:hover{
	color: #800000;
	text-decoration: underline;
}
a.channel2:active {color: #800000;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{
	color: #ffffff;
	text-decoration: underline;
}
a.bottom:active {color:  #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #FFFFFF;}
a.class:visited {color: #FFFFFF;}
a.class:hover{
	color: #FF9900;
	text-decoration: underline;
}
a.class:active {color: #FFFFFF;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	margin:0px;
	background-position:center;
	font-size: 12pt;
	text-decoration: none;
	scrollbar-face-color: #B3924D;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #330000;
	scrollbar-track-color: #f6f6f6;
	scrollbar-darkshadow-color: #ffffff;
	background-repeat: repeat;
	background-image: url(/Skin/pllc/video/bg.gif);
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 10pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */

.top_userlogin
{
color: #037fa8;
}


.title14 {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 2px;
	background-image: url(/Skin/pllc/video/dian.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}


.title
{
	color: #ffffff;
	font-weight: normal;
	font-family: SimHei;
	font-size: 18px;
	letter-spacing: 5px;
}
.border
{
border: 1px solid #449ae8;
}

.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}


.dian {
	font-size: 15px;
	background-image: url(/Skin/pllc/dian.gif);
	background-repeat: no-repeat;
	background-position: center;
	letter-spacing: 1px;
}
.dian2 {
	background-image: url(/Skin/pllc/dian.gif);
}
.dian3 {
	font-size: 12px;
	background-image: url(/Skin/pllc/dian3.gif);
	background-repeat: repeat-x;
}

/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#ffffff;}
a.AnnounceBody2:link {color: #ffffff;}
a.AnnounceBody2:visited {color: #ffffff;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #ffffff;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#333;}
a.AnnounceBody1:link {color: #333333;}
.class2 {
	font-size: 14px;
	line-height: 40px;
	background-image: url(/Skin/pllc/dian2.gif);
	background-repeat: repeat-x;
	letter-spacing: 1px;
	font-weight: 40;
}
a.AnnounceBody1:visited {color: #333333;}
a.AnnounceBody1:hover{color: #ff0000;}
a.AnnounceBody1:active {color: #333333;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
/* --房产信息列表表格css定义开始-- */

.table_01 {
	background-color: #693403;
}
.table_02 {
	background-color: #966019;
}
.table_03 {
	background-color: #C9B474;
}
.table_04 {
	background-color: #B3924D;
	font-size: 14px;
	font-weight: bolder;
}
.title_14 {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 200%;
}
.title_black {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bolder;
	text-align: center;
}
.title_16 {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 200%;
}
.title_26 {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bolder;
	font-family: SimHei;
	color: #663300;
}
.title_18 {
	font-size: 16px;
	letter-spacing: 3px;
	font-family: SimHei;

}
.title_20 {
	font-size: 20px;
	letter-spacing: 3px;
}
.title_white {
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-weight: bolder;
}
.class_menu {
	font-size: 15px;
	letter-spacing: 1px;
	padding-left: 5px;
	font-weight: bolder;
	padding-top: 2px;
	color: #552B00;
}
.class_menu2 {
	font-size: 15px;
	letter-spacing: 1px;
	padding-left: 7px;
	font-weight: bolder;
	padding-top: 2px;
	background-color: #CC9933;
	color: #990000;
}

/*相關內容連接樣式開始*/
/*相關文章*/
.Correlative {
	font-size: 14px;
	letter-spacing: 1px;
	color: #552B00;
}
.Correlative2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bolder;
	padding-top: 2px;
	background-color: #CC9933;
	color: #ffffff;
}

a.LinkSoftCorrelative:link {
	color: #331A00;
}
a.LinkSoftCorrelative:visited {
	color: #331A00;

}
a.LinkSoftCorrelative:hover{
	color: #FFFFFF;
	}
a.LinkSoftCorrelative:active {
	color: #331A00;

}

/*相關內容連接樣式開始*/


.class_table_01 {
	background-image: url(/Skin/pllc/video/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.shuxian {
	background-image: url(pllc/video/shudian.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.hengxian {
	background-image: url(pllc/video/hengxian.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a.LinkNavigation:link {
	color: #000000;
	background-image: url(/Skin/pllc/mobao/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.LinkNavigation:visited {
	color: #000000;
	background-image: url(/Skin/pllc/mobao/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
a.LinkNavigation:hover{
    color: #ff0000;
	background-image: url(/Skin/pllc/mobao/dian2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
a.LinkNavigation:active {
	color: #000000;
	background-image: url(/Skin/pllc/mobao/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.childclass:link {
	color: #000000;
	background-image: url(/Skin/pllc/mobao/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.childclass:visited {
	color: #000000;
	background-image: url(/Skin/pllc/mobao/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
a.childclass:hover{
    color: #ff0000;
	background-image: url(/Skin/pllc/mobao/dian2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
a.childclass:active {
	color: #000000;
	background-image: url(/Skin/pllc/mobao/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.titlename:link {
	color: #000000;
}
a.titlename:visited {
	color: #000000;

}
a.titlename:hover{
	color: #990000;
	text-decoration: underline;
	}
a.titlename:active {
	color: #000000;

}

.class_title {
	font-size: 16px;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-weight: bolder;
	padding-left: 20px;
}
.video_title {
	font-size: 16px;
	letter-spacing: 0px;
	color: #FFFFFF;

	padding-bottom: 5px;
	font-family: SimHei;
}
.photo_back {
	border: 1px solid #663300;
}
.photo_back2 {
	border: 1px solid #CC0000;
}
a.class_menu_link:link {
	color: #331A00;
}
a.class_menu_link:visited {
	color: #331A00;

}
a.class_menu_link:hover{
	color: #C43D02;
	}
a.class_menu_link:active {
	color: #331A00;

}
a.class_menu_link2:link {
	color: #990000;
}
a.class_menu_link2:visited {
	color: #990000;

}
a.class_menu_link2:hover{
	color: #C43D02;
	}
a.class_menu_link2:active {
	color: #990000;

}
/*推薦圖片背景?框*/
.pic_back {
	DISPLAY: block;
	BACKGROUND: #fff;
	WIDTH: 140px;
	HEIGHT: 120px;
	padding: 3px;
	border: 1px solid #6F3700;
}
