/*背景皮肤图片 main skin pic*/
body {
	background-image: url(skin.gif); 
	/*注意此图片文件名必须和skin目录内图片文件名相一致
	please use the same file reference name above as the pic file in skin directory*/
	background-repeat: no-repeat;
	background-position: left top;
}

 /*导航栏目按钮图片 navigation buttons pics*/
.botton1 {
	background-image: url(button1.gif);
	/*注意此图片文件名必须和skin目录内图片文件名相一致
	please use the same file reference name above as the pic file in skin directory*/
	color: #999999;
}
.botton2 {
	background-image: url(button2.gif);
	/*注意此图片文件名必须和skin目录内图片文件名相一致
	please use the same file reference name above as the pic file in skin directory*/
	color: #FFFFFF;
}

/*主题色文字联接（低明度色适合） text links in theme colors(darker colors preferred)*/
a.links2:link {
	color: #538DBD; /*颜色代码更换处 change color HEX code here*/
	text-decoration: none;
}
a.links2:visited {
	color: #538DBD; /*颜色代码更换处 change color HEX code here*/
	text-decoration: none;
}
a.links2:active {
	color: #538DBD; /*颜色代码更换处 change color HEX code here*/
	text-decoration: none;
}
a.links2:hover {
	color: #538DBD; /*颜色代码更换处 change color HEX code here*/
	text-decoration: underline;
}

/*主题色页面文字（低明度色适合） text in theme color(darker colors preferred)*/
.font1 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #538DBD; /*颜色代码更换处 change color HEX code here*/
	text-decoration: none;
}
.font2 {
	font-family: "宋体";
	font-size: 12px;
	color: #538DBD; /*颜色代码更换处 change color HEX code here*/
	text-decoration: none;
}

/*其他主题色更换处 misc ellements using theme colors*/
.JMFriendList {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width:100px; 
	background-color:#C5F4FB; /*颜色代码更换处（高明度色适合） change color HEX code here(brighter colors preferred)*/
}
.diaryNumToday {
	font-family: "Tahoma";
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 11px;
	background-color: #538DBD; /*颜色代码更换处（低明度色适合） change color HEX code here(darker colors preferred)*/
}
