* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande',Helvetica,Arial,Sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background: #FFF url(../images/page/bg.png) 0 68px repeat-x;
	color: #444;
}

h2 {
	font-size: 22px;
	color: #666;
	font-weight: bold;
	margin: 7px 0 3px 21px;
}
h3 { font-size: 14px; }
h4 {
	font-size: 12px;
	line-height: 2.0;
}

p { margin: 4px 0; }

img { border: 0; }

label {
	float: left;
	text-align: right;
	padding-left: 2em;
	padding-right: 1em;
}

table {
	vertical-align: middle;
	word-wrap: break-word;
}
tr {}
th, td {
	font-weight: normal;
	padding: 2px 5px;
	text-align: left;
}

code { font: 1.0em Monaco,"Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New", monospace; }


/* global type
   -------------------------------------------------------------------------------- */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.light-color { color: #999; }

em { background: #ff9; }

a {
	text-decoration: none;
	color: #BC001C;
}
a:hover {
	text-decoration: underline;
	color: #CC0022;
}
a:focus { outline:none; }

a.striking {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	background: #0F67A1;
	border: 1px solid #052941;
	color: #FFF;
}
a.striking:hover {
	text-decoration: none;
	background: #052941;
	color: #FFF;
}
a.inner-striking {
	margin: 0 2px;
	padding: 1px 2px;
	text-decoration: none;
	background: #FFF;
	border: 1px dotted #0F67A1;
	color: #0F67A1;
}
a.inner-striking:hover {
	text-decoration: none;
	background: #0F67A1;
	color: #FFF;
}
#logo a:hover, #title-text a:hover { background: #FFF; }

img.user-image, img.course-image, img.group-image, img.book-image, img.book-image-s {
	border: 1px dotted #B1B2B9;
}

input.textinput, textarea {
	background: #FFF;
	border: 1px solid #B3B3B3;
}

.gray-button { background: #4A4A4A; }

#container {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#top { }
#title-bar {
	height: 65px;
	position: relative;
}
#main { padding-bottom: 15px; }
#main.home { padding-top: 10px; }
#main-left {
	padding: 2px;
	width: 68%;
	float: left;
}
#main-right {
	width: 30%;
	float: right;
	padding: 2px;
}
#bottom { padding-bottom: 15px; clear: both; }
#bottom span { margin-left: 1em; }


/* title (logo)
   -------------------------------------------------------------------------------- */
#title {
	width: 300px;
	height: 50px;
	position: absolute;
	top: 8px;
	left: 22px;
}
#logo {
	width: 90px;
	height: 50px;
	float: left;
}
#title-text {
	width: 200px;
	height: 50px;
	float: left;
}


/* quick-links
   -------------------------------------------------------------------------------- */
#quick-links {
	width: 150px;
	height: 20px;
	position: absolute;
	top: 7px;
	left: 805px;
	display: none;
}


/* search
   -------------------------------------------------------------------------------- */
#site-search {
	width: 224px;
	height: 28px;
	position: absolute;
	right: 27px;
	top: 21px;
	background: url(../images/search/search-box-bg.png) top left repeat-x #fff;
}
#group-search-form, #course-search-form, #book-search-form {
	display: block;
	width: 258px;
	height: 63px;
	overflow: hidden;
	background: url(../images/search/local-search-panel-bg.png) top repeat-x #c8cad2;
}

.search-input { background: transparent; }
#site-search-input {
	width: 192px;
	margin: 6px 0 0 6px;
	_margin-top: 5px;
	border: none;
}
#group-search-input, #course-search-input, #book-search-input { 
	width: 234px;
	height: 22px;
	float: left;
	margin: 7px 0 0 11px;
	background: url(../images/search/local-search-input-bg.png) top repeat-x #fff;
	border: 1px solid #8b9aad;
	font-size: 13px;
}

#site-search-submit {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	background: url(../images/search/search-submit.gif) no-repeat;
	-moz-outline: none;
}

.search-results {
	width: 580px;
	margin: 0 auto;
	list-style: none;
}

.search-results li {
	width: 580px;
	clear: both;
	padding: 5px 0;
	border-bottom: #ddd 1px solid;
}
.search-results h3 { margin-left: 10px; }
.search-results p { margin-left: 20px; }
.search-results label { padding-left: 0; }

.search-results .rightpart,.search-results .created-by { margin: 2px 0; }
.search-results .rightpart {
	width: 515px;
	float: right;
}
.search-results .created-by{
	width: 60px;
	float: left;
	text-align: center;
}
.search-results .date {
	width: 495px;
	font-size: 11px;
	background: #eee;
	color: #999;
}

.local-search-result-info, .site-search-result-info {
	padding: 2px 6px;	
	background: #ffc;
	line-height: 1.35;
}
.local-search-result-info {
	margin-left: 30px;
	margin-bottom: 8px;
	float: left;
}
.site-search-result-info {
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}

.search-result-operation-left, .search-result-operation-right { float: right; }
.search-result-operation-left { margin: 5px 40px 15px 0; }
.search-result-operation-right { margin: 0 40px 10px 0; }	


/* =menu
   -------------------------------------------------------------------------------- */
#menu { height: 50px; }
#menu ul { list-style: none; }
#menu-pri {
	height: 28px;
	position: relative;
	font-size: 14px;
}
.menu-pri-group, .menu-pri-grouphover { padding: 0 10px; }
.menu-pri-group, .menu-pri-grouphover, .menu-pri-group li, .menu-pri-grouphover li {
	display: block;
	height: 28px;
	float: left;
}
.menu-pri-group li, .menu-pri-grouphover li {
	padding: 0 10px;
	line-height: 2.15;
	overflow: hidden;
}

#menu-pri #account-panel {
	position: absolute;
	top: 5px;
	right: 6px;
	font-size: 12px;
	overflow: hidden;
}
#menu-pri #account-panel span { margin-right: 10px; }

#menu-sec {
	height: 22px;
	clear: both;
	line-height: 1.75;
	overflow: hidden;
}
#current-location {
	float: left;
	padding-left: 15px;
	font-size: 12px;
}

#menu-pri {
	background: url(../images/menu/pri-bg.png) top left repeat-x #BC001C;
	color: #fff;
}
#menu-pri a { color: #fff; }
.with-separator { background: url(../images/menu/pri-group-separator.png) top left no-repeat; }
#menu-pri-current {
	background: url(../images/menu/pri-current.png) top left repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#menu-sec {
	background: url(../images/menu/sec-bg.png) top left repeat-x #353535;
	color: #ddd;
}
#menu-sec a { color: #e3e3d3; }
#menu-sec #history-panel {
	background: #615745;
	border: #fff 1px solid;
	border-right: none;
}
#menu-sec #history-panel a { 
	color: #eee;
}
#menu-sec #history-panel a:hover {
	background: #fff;
	color: #222;
	text-decoration: none;
} 


#bottom { 
	background: #E8E8E8;
	border-top: #B3B3B3 2px solid;
}


#main-left {width: 650px; float: left;margin-bottom: 15px;}
#left-nav {width: 140px; float: left; background: #3E3E3E url(../images/cms/nav-bottom-bg.gif) no-repeat left bottom; padding-bottom: 12px;}
#left-nav ul { list-style:none; }
#left-nav li, #left-nav li a {display: block; width: 140px; height:30px;}
#left-nav a {background:url(../images/cms/nav-li-bg.gif) no-repeat 0 0; color:#fff; font-size:14px;text-indent:1.5em;line-height:2.15;}
#left-nav a:hover,#left-nav a.current {background-position:0 -30px;text-decoration:none; }
#left-nav li.home, #left-nav li.home a { width: 140px; height: 40px; }
#left-nav li.home a {background: url(../images/cms/nav-home.gif) no-repeat 0 0;}
#left-nav li.home a:hover,#left-nav li.home a.current { background-position: 0 -40px; }

#left-content {width: 495px; float: right; }
h1 {font-size:22px; font-weight:normal;color: #AF001A;border-bottom:1px solid #B90122;}
#left-content div.content {width:93%; margin:10px auto;padding-left:18px;}
#left-content p {text-indent:2em;margin: 7px 0;}
#left-content img {float:right;margin: 5px 9px;}
#main-right {width: 260px; float: right; }

.main-right-title {
	width: 258px;
	margin-top: 10px;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	text-indent: 8px;
	clear: both;
	background: #E8E8E8;
	border-top: 1px solid #B3B3B3;
}

.main-right-element {
	display: block;
	width: 258px;
	float: left;
	margin-top: 7px;
	padding-bottom: 10px;
	font-size: 12px;
}

div.main-right-element li {margin-left:30px;}

div#id-input, div#password-input { float: left; width: 250px; margin: 4px 0 8px;}
div#id-input input, div#password-input input {width: 150px;}
div#login { float: left; }
div#login input {width:52px;text-align:center;background:#B4001B;color:#FFF;border: 1px solid #353535;cursor:pointer;padding:2px;}
div#register { float: left; margin:0 0 0 12px; line-height:2.1em;border-left: 1px solid #999;padding-left:10px;}
div.form-label-filling {width: 6em;float:left;}


/* =slideshow =ss */
div#MainPromotionBanner{
	width:275px;
	height:184px;
	background:#FFF;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 184px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 270px;
	height: 184px;
}

#MainPromotionBanner .Slides img{
	margin:0;
	padding:0;
	border:0;
	display: block;
	width: 270px;
	height: 184px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 160px; 
	right: 5px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #AA0019;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: #fff;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}
