/*
 * ----------------------------------------------------------------
 * Copyright (C) 2005-2008 四川音乐学院通俗音乐学院.
 * All rights reserved.
 * 项目名称   	      四川音乐学院通俗音乐学院      
 * 版本说明           V1.0.0
 * 开发者             邓琼
 * 创建时间	          2008.12.25
 * 修改记录           
 * 文件名称	          main.css
 * 文件描述           全局样式
 * 其他
 *
 * ----------------------------------------------------------------
 */
 
/******************
        Reset样式
******************/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

:focus {
    outline: 0;
}

body {
    background: white;
    line-height: 1;
    color: black;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/***** General *****/

body {
	text-align: center;
	color: #555555;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif,"宋体";
}


body strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #0f65b6;
}

a:hover {
    color: #ff3300;	
}

label, button {
cursor: pointer
}

.error {
	color: Red;
}

.hidden {
	display: none;
}

.disabled{
	background: #ddd;
}
.loading{
	background: url(../image/loading.gif) no-repeat;
	padding-left: 18px;
	height: 16px;
}
.zh-CN, .zh-HK {
	font-family: 微软雅黑;
}
.f_red {
	color: #ff3300;
}

/******************
        整体布局
******************/
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(../image/body-bg.jpg) no-repeat;
}

#wrapper #header {	
	height: 185px;
}

#wrapper #banner {
	height: 150px;
	background: url(../image/content-top-bg.jpg) no-repeat;
}

#banner div {
	padding-top: 10px;
}

#wrapper #content {
	background: url(../image/content-center-bg.jpg) repeat-y;
	float: left;
	width: 980px;
	padding-left: 27px;
	text-align: left;	
}

#wrapper #content #left {
	float: left;
	width: 186px;
	display: inline;
}

#wrapper #content #center {
	float: left;
	margin-left: 13px;
	width: 520px;
}

#wrapper #content #right {
	float: left;
	margin-left: 13px;
	width: 200px;
	
}

#wrapper #footer {
	clear: both;
	background: url(../image/footer-bg.jpg) no-repeat;
	padding-top: 20px;
	line-height:180%;
	height: 40px;
}


/******************
        header头布局
******************/
h1#logo {
	float: left;
	width: 400px;
	height: 150px;	
}

h1#logo a {
	display: block;
	width: 400px;
	height: 150px;	
	text-indent: -9999px;
	overflow: hidden;
}

#header #language {
	float: right;
	margin-right: 78px;
	margin-top: 8px;
}
/****menu导航栏****/
#menu {
	float: left;
	background: url(../image/menu-bg.jpg) no-repeat;
	width: 950px;
	height: 36px;
	margin-left: 17px;
	display: inline;
}
#menu ul {
	margin-left: 33px;
}

#menu li {
	float: left;
	width: 110px;
	height: 36px;
}
#menu li a {
	display: block;
	text-align: center;
	width: 110px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu li#home a:hover,
#menu li#home a.current {
	background: url(../image/menu-bg.jpg) -33px 36px;	
}

#menu li#collegeSurvey a:hover,
#menu li#collegeSurvey a.current {
	background: url(../image/menu-bg.jpg) -143px 36px;	
}

#menu li#specialtySetting a:hover,
#menu li#specialtySetting a.current {
	background: url(../image/menu-bg.jpg) -253px 36px;	
}
#menu li#teacherTeam a:hover,
#menu li#teacherTeam a.current {
	background: url(../image/menu-bg.jpg) -363px 36px;	
}

#menu li#learningInfo a:hover,
#menu li#learningInfo a.current {
	background: url(../image/menu-bg.jpg) -473px 36px;	
}

#menu li#artPractice a:hover,
#menu li#artPractice a.current {
	background: url(../image/menu-bg.jpg) -583px 36px;	
}

#menu li#studentActivity a:hover,
#menu li#studentActivity a.current {
	background: url(../image/menu-bg.jpg) -693px 36px;	
}

#menu li#enrollmentInfo a:hover,
#menu li#enrollmentInfo a.current {
	background: url(../image/menu-bg.jpg) -803px 36px;	
}

/******************
   content left布局
******************/
#left #quickChannel {
	width: 186px
}

#left #quickChannel li a {
	display: block;
	width: 165px;
	height: 32px;
	margin-bottom: 5px;
	text-indent: -9999px;
}

#left #quickChannel li#departmentPhone {
	background: url(../image/index-quick-phone.jpg) no-repeat
}

#left #quickChannel li#collegeMap {
	background: url(../image/index-quick-map.jpg) no-repeat
}

#left #quickChannel li#deanEmail {
	background: url(../image/index-quick-email.jpg) no-repeat
}

#left #quickChannel li#enrollDirect {
	background: url(../image/index-quick-direct.jpg) no-repeat
}

#left .topicCover div a {
	margin: 10px 0 0 0 ;
	display: block;
	width: 164px;
	height: 54px;
	text-indent: -9999px;
	overflow: hidden;
}

#left .topicCover {
	background: url(../image/index-left-bg.jpg) no-repeat -5px bottom;
	height: 470px;
}

#left .topicCover .topic1 a {
	background: url(../image/index-topic-cerermony.jpg) no-repeat;

}

#left .topicCover .topic2 a {
	background :url(../image/index-topic-bbs.jpg) no-repeat;
}

#left .topicCover .topic3 a {
	background :url(../image/index-topic-meeting.jpg) no-repeat;
}

#left #quickChannel h2 {
	background: url(../image/title-quickchannel.gif) no-repeat;
}

/******************
   content center布局
******************/
#center #notice h2 {
	background: url(../image/title-notice.gif) no-repeat;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

#center .tabContent {
	padding: 5px 10px;
	height: 127px;
	*height: 116px;
}

#center .tabContent .imgNews {
	width: 170px;
	float: left;
}

#center .tabContent .listNews {
	float: left;
	margin-left: 10px;
	width: 310px;
}

#center .tabContent .listNews li {
	border-bottom: 1px dotted #cccccc;
	margin: 3px 0;
	padding-bottom: 3px;
}

#center .tabContent .listNews li a {
	width: 210px;
	display: block;
	float: left;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../image/dot-02.gif) no-repeat 0 3px;
	padding-left: 12px;
}
	
#center #importantShow,
#center #importantAward {
	float: left;
	width: 265px;
	margin-top: 10px;
}
#center #importantShow h2 {
	background: url(../image/title-show.gif) no-repeat;
	width: 80px;
}

#center #importantShow {
	line-height: 150%;
}	

#center #importantShow li {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 4px;
	margin-bottom: 3px;
	*margin-bottom: 0;
	height: 77px;
	*height: 75px;
	position: relative;
}

#center #importantShow .showPic {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	width: 94px;
	margin-right: 10px;
	background: #eee;
}
#center #importantShow .showTitle {
	font-weight: bold;
}
#center #importantShow .showDetail {
	text-align: right;	
	margin-right: 10px;
	position: absolute;
	bottom: 10px;
	left: 160px;
}
#center #importantShow .showDetail a {
	background: url(../image/dot-01.gif) no-repeat 0 2px;
	padding-left: 15px;
}

#center #importantAward {
	margin-left: 10px;
	width: 245px;
}

#center #importantAward h2 {
	background: url(../image/title-award.gif) no-repeat;
	width: 80px;
}

#center #importantAward .boxContent {
	padding: 0;
	padding-bottom: 10px;
	*padding-bottom: px;
}
#center #original{
	float: left;
	margin-top: 10px;
	width: 520px;
}

#center #original h2 {
	background: url(../image/title-original.gif) no-repeat;
}

#center #original .boxContent {
	padding: 0;
}
#center #original .boxContent .table1 {
	width: 518px
}

#center #original .boxContent .table1 td,
#center #original .boxContent .table1 th {
	text-align: left;
	padding: 5px;
	padding-left: 10px;
}
#center #original .boxContent .table1 td a {
	background: url(../image/dot-02.gif) no-repeat 0 3px;
	padding-left: 13px;
	font-weight: bold;
}

.btnAudition {
	border: none;
	background: url(../image/icon-audition.gif) no-repeat;
	width: 16px;
	height: 16px;
}

/****content right样式****/
#right #stars {
	background: url(../image/index-stars-bg.jpg) no-repeat;
	width: 205px;
	height: 218px;
} 

#right #stars .title {
	text-indent: -9999px;
	overflow: hidden;
}

#right #stars .more a {
	display:block;
	width: 41px;
	height: 13px;
	background: url(../image/icon-more-1.jpg) no-repeat;
	position: relative;
	top: -5px;
	left: 145px;
	text-indent: -9999PX;
	overflow: hidden;
}

#right #stars .starsShow {
	margin: 10px;
}

#right .quickNav{
	margin-bottom:21px;	
	width:194px;
	height:90px;
}

#right .quickNav a {
	display: block;
	width: 194px;
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
}

#right #video {
	background: url(../image/index-video-bg.jpg) no-repeat;
}

#right  #leture {
	background: url(../image/index-leture-bg.jpg) no-repeat;
}

#right #lyric {
	background: url(../image/index-lyric-bg.jpg) no-repeat;
}

#right .link {
	background: url(../image/index-link-bg.gif) no-repeat;
	width: 194px;
	*height: 83px;
	height: 68px;
	padding: 15px;
	padding-left: 20px;
}	
#right .link select {
	width: 150px;
	margin-bottom: 10px;
}

/****gray bar灰色条样式****/
.barGray {
	background: url(../image/bar-gray-l.gif) no-repeat;
	height: 29px;
}

.barGray .barTitle {
	background: url(../image/bar-gray-r.gif) no-repeat right 0;
	margin-left: 10px;
	line-height: 29px;
	position: relative;
}

.barGray .barTitle .scrollText {
	border: 1px solid #cccccc;
	background: url(../image/notice-bg.jpg) repeat-x;
	height:18px;
	line-height: 18px;
	padding: 0px 4px;
	width: 410px;
	position: absolute;
	left:80px;
	top:4px;
}

/****blue box蓝色框样式****/
.boxBlue {
	background: url(../image/box-blue-tl.gif) no-repeat;
}

.boxBlue .boxTitle {
	background: url(../image/box-blue-tr.gif) no-repeat right 0;
	height: 27px;
}

.boxBlue .boxTitle h2 {
	background: url(../image/title-quickchannel.gif) no-repeat;
	height: 27px;
	margin-left: 10px;
	text-indent: -9999px;
	overflow: hidden;

}

.boxBlue .boxTitle .more a {
	float: right;
	margin-top: -27px;
	margin-right: 8px;
	background: url(../image/icon-more.gif) no-repeat;
	width: 35px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}

.boxBlue .boxContent {
	padding: 10px;
	padding-bottom: 5px;
	border-right: 1px solid #ddd;
}
.boxBlue .boxBottom {
	background: url(../image/box-blue-bl.gif) no-repeat;
	height: 5px;
}

.boxBlue .boxBottom p {
	background: url(../image/box-blue-br.gif) no-repeat right 0;
	height:5px;
	font-size: 0px;
}

/****tab blue 标签切换样式****/
#tabBlue {
	margin-top:10px;
    width: 520px;
	background: url(../image/tab-blue-tl.gif);
	float: left;
}

#tabBlue .ccwTabList {
	background: url(../image/box-blue-tr.gif) no-repeat right 0 ;
    height: 27px;
    list-style: none;
    padding: 0;
    margin: 0;
	margin-left: 30px;
}

#tabBlue .ccwTabList li {
    float: left;
}

#tabBlue .ccwTabList li a {
    width: 68px;
    height: 27px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
	font-size: 13px;
	line-height: 27px;
}

#tabBlue .ccwTabList li.ccwtab_active a {
	background: url(../image/tab-blue-activity.gif) no-repeat 0 1px;
    color: #3b90ea;
	
}
#tabBlue .panel .tabContent {
	border-right: 1px solid #ddd;
}
#tabBlue .panel .tabBottom {	
	background: url(../image/box-blue-bl.gif) no-repeat 0 bottom;
}

#tabBlue .panel .tabBottom p {
	font-size: 3px;	
	background: url(../image/box-blue-br.gif) no-repeat right bottom;
}
#tabBlue .panel {
	position: relative;
}
#tabBlue .panel .more a {	
	display:block;
	width: 35px;
	height: 27px;
	background: url(../image/icon-more.gif) no-repeat;
	position: absolute;
	left: 480px;
	top: -27px;
	*top: -31px;
	text-indent: -9999px;
	overflow: hidden;
	
}
/****table表格样式****/
.table1 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 243px;
	margin-left: 1px;

	
	
}
.table1 th {
	padding: 8px 5px;
	background: #ddecfa;
	text-align: center;
	font-weight :bold;
	
}
	
.table1 td {
	text-align: center;
	padding: 4px;
	border-bottom: 1px dotted #cccccc;
}

p.dotted {
	border-top: 1px dashed #666666;
	padding-top: 5px;
	line-height:22px;
    clear: both;
}
