/*
SupeSite 官方模板
该样式表包含于任何个人空间页面文件中,作为默认样式存在
(C) 2001-2006 Comsenz Inc.
http://www.supesite.com
*/
* { word-break: break-all; } /*在IE中实行强制换行*/
/*-----------------------------------------------------------------------------------综合设置*/
body { margin: 0; padding: 0; background: #FFF; color: #333; text-align: center; font: 12px Arial, Helvetica, sans-serif; }
#wrap { margin: 0 auto; text-align: left; width: 778px; padding: 0 4px; w\idth: 770px; }
/*链接样式*/
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; color: #000098; }
a:visited { color: #666;}
a img { border: none; }
.more { float: right !important; color: #000098 !important; background: transparent !important; font-size: 12px !important; font-weight: normal !important; cursor: pointer; }
li cite { font-style: normal; font-size: 12px; float: right; width: 4em; color: #999; }
li cite a { color: #999; }
li cite a:visited { color: #999; }
/*AJAX div*/
.xspace-ajaxdiv { position:absolute; padding: 5px; border: 1px solid #BBB; background: #FCFFEF; text-align: left; }
.xspace-ajaxdiv h5 { line-height: 24px; font-size: 1em; margin: 0; }
.xspace-ajaxdiv h5 a { float: right; font-weight: normal; }
.xspace-ajaxcontent { background: #FFF; border: 1px solid #EEE; }
.xspace-ajaxcontent form { margin: 0; }
/* 分页 */
.pages { text-align: right; border-top: 1px solid #9FC8DF; }
.xspace-page { margin: 2px 2px 2px auto; }
table.xspace-page a { display: block; background: #E2F0F9; padding: 0.3em 0.5em; text-decoration: none; }
table.xspace-page a:hover { background: #86B9D6; }
table.xspace-page td.xspace-current { background: #86B9D6; padding: 0.3em 0.5em; font-weight: bold; }
table.xspace-page td.xspace-totlerecord, .xspace-page td.xspace-totlepages { background: #E2F0F9; padding: 0.3em 0.5em; }
/*-----------------------------------------------------------------------------------表单通用样式*/
form { margin: 0; }
input, textarea, button, select { font: 1em Arial, Helvetica, sans-serif; }
button { height: 1.8em; padding: 0 0.3em; background: #9FC8DF; cursor: pointer; border: 1px solid;
border-top-color: #C9E3F0; border-right-color: #2A8ABA; border-bottom-color: #2A8ABA; border-left-color: #C9E3F0; }
label { cursor: pointer; margin-right: 0.5em; }
/*-----------------------------------------------------------------------------------头部风格 Header*/
/*顶部导航*/
#topmenu { background: #9FC8DF url(../images/new/title_bg.gif) repeat-x 0 -3px; border-bottom: 4px solid #F5FBFF; text-align: right; line-height: 2em; }
#topmenu ul { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid #86B9D6; }
#topmenu li { display: inline; border-left: 1px solid #86B9D6; padding-left: 1em; padding-right: 0.5em; }
#topmenu a { color: #154BA0; }
#pagetitle { padding: 8px 0; height: 76px; he\ight: 60px; border-bottom: 4px solid #F5FBFF; overflow: hidden; }
#logo { border-right: 1px solid #86B9D6; padding: 0 10px; margin-right: 10px; }
.banner468 { float: right; }
/*主导航*/
#menu { border-top: 2px solid #86B9D6; border-bottom: 1px solid #86B9D6; line-height: 25px; background: url(../images/new/menu_bg.gif); width: 770px; overflow: hidden; }
#menu ul { list-style: none; margin: 0 1em; padding: 0; width: 100%; overflow: hidden; }
#menu li { float: left; margin: 0 2px; width: 6em; overflow: hidden; white-space: nowrap; }
/*首页导航*/
#menu dl { margin: 0 1.5em; padding: 0; height: 25px; overflow: hidden; }
#menu dt { float: left; width: 4em; white-space: nowrap; }
#menu dt a { color: #000098 !important; }
#menu dd { float: left; width: 6em; margin: 0 2px; overflow: hidden; white-space: nowrap; } |