/**************************************
 * THEME NAME: cpce_basic
 *
 * Files included in this sheet:
 *
 *   cpce_basic/cpce-basic-styles.css
 **************************************/

/***** cpce_basic/cpce-basic-styles.css start *****/

body {
	background: #fff url(pix/style/background.jpg) repeat-x left top; /*bg-color:body*/
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}



#page {
	background-color: #fff;
	width: 90%;
	margin: 0px auto;
	padding: 0px;
	border-top: 0px; /*bg-color:body*/
	border-left: 1px ridge #000099; /*bg-color:body*/
	border-right: 1px ridge #000099; /*bg-color:body*/
}

body#mod-glossary-showfaqentry {
	margin: 0px;
}

body#mod-glossary-showfaqentry>#page {
	width: 98%;
}

body, table, td, th, li {
	font: 13px/1.385 "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #0c67d7;
	text-decoration: none;
}

a:visited {
	color: #0063DC;
	text-decoration: none;
}

a:hover {
	color: #d8a51f;
	text-decoration: underline;
}

a.dimmed:link,
a.dimmed:visited {
	color: #AAA;
}

a.autolink:link,
a.autolink:visited {
	background: none !important;
	border-bottom: 2px dotted #FFCB44;
}

a.autolink:hover {
	text-decoration: none;
}

a.autolink.glossary:hover {
	cursor: help;
}

.sideblock .header {
	background: url(pix/style/sideblock_header_bg.jpg) repeat-x;
	padding: 3px 10px;
	border-bottom: 1px groove #CCC;
	color: #444;
	border-top: #ddd solid 1px;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

.block_search_books .header,
.block_search_glossary .header {
    background: url(pix/style/sideblock_header_searchbook_bg.jpg) repeat-x;
    border-top: #d8a51f solid 1px;
}

.sideblock .hidden .header {
	border-bottom: #ddd solid 1px;
}

#left-column .block_search_books.hidden .header,
#right-column .block_search_books.hidden .header
{
  border-bottom-color: #d8a51f;
}

.sideblock .content {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	background-color: #fff;
}

#layout-table #left-column {
	padding-left:5px;
}

#layout-table #right-column {
	padding-right:5px;
}

.coursebox, .generalbox {
	background-color: #fff;
}

.content {
	background-color: #fff;
}

#content {
	clear: left;
}

.navbar {
	clear: left;
	padding-left: 12px;
	border-top: 0px ridge #0000ff; /*bg-color:body*/
	border-left: 0px; /*bg-color:body*/
	border-right: 0px; /*bg-color:body*/
	background: #0075BB url(pix/style/breadcrumb_bg.jpg) repeat-x left top; /*bg-color:menu*/
}

.headingblock {
	background-color: #fff;
}

.header-logo {
	float: left;
}

.headermain {
}

#header-home, #header {
	background-image: url(pix/polyu/cpce_44.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 95px;
}

#header h1.headermain,
#header-home h1.headermain {
	margin: 8px 5px 0 30px;
	font-size: 12px;
}

.headermenu {
	padding: 5px 5px 0 0;
	float: none;
}

.headermenu .logininfo a {
	font-weight: bold;
}

#header .headermenu h1,
#header-home .headermenu h1 {
	margin: 0;
	color: #000099; /*font-color:header*/
	font-size:24px;
}

/* New Navigation Bar Style */

#main-nav {
	margin: 0px 0px 0px 0px;
	background-color: #0075BB;
	height: 32px;
	font-weight: bold;
}

#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#main-nav li {
	float: left;
	position: relative;
	width: 160px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-right: #ddd solid 1px;
	
}

#main-nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 7px;
	
}

#main-nav li ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 999;
	opacity: 0.95;
	
}

#main-nav li:hover a {
	background-color: #fff; /*bg-color:menu*/
	color: #000; /*font-color:menu*/
}

#main-nav li a:hover {
	background: #0075BB url(pix/style/nav_hover.jpg) repeat-x left top; /*bg-color:menu*/
	color: #000; /*font-color:menu*/
}

#main-nav li:hover ul, #main-nav li.over ul {
	display: block;
}

#main-nav li ul li, 
#main-nav li:hover ul li a {
	background-color: #0075BB; /*bg-color:menu*/
	color: #fff; /*font-color:menu*/
	border-right: 0px;
	display: block;
}

#main-nav li ul li a:hover {
	background: #0075BB url(pix/style/nav_hover.jpg) repeat-x left top; /*bg-color:menu*/
	color: #000; /*font-color:menu*/
}

/* Book Styles */
.book_toc_numbered ul li ul {
	margin-left: 13px;
}

.book_chapter_number {
	display: table-cell;
	font-weight: bold;
}

.book_chapter_label {
	display: table-cell;
	padding-left: 5px;
}

.book_chapter_title .book_chapter_label {
	padding-left: 8px;
}

.book_chapter_title {
    background: #1e84c2 url(pix/style/background.jpg) repeat-x left top; /*bg-color:book*/
    color: #fff;
    margin: -10px -10px 10px -10px;
    padding: 10px 10px 10px 10px;
}

/* Forum Styles */

.forumpost {
	border: none;
	font-size: 0.85em;
}

.forumpost .left {
	padding-right: 30px;
}

.forumpost .starter {
	background-color: #FFF;
}

.forumpost .content {
	/* -moz-border-radius-bottomleft: 20px; */
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px;
	border-left: #ffffd8 solid 1px;
	padding: 1em 1em 1em 2em;
	background-color: #ffffd8;
}

.forumpost .topic {
	border-bottom: none;
	border-top: #000 solid 1px;
	-moz-border-radius-topright: 20px;
	border-right: #000 solid 1px;
	border-left: #ffffd8 solid 1px;
	padding: 1em;
	background-color: #ffffd8;
}

.forumpost .side {
	background: #FFF url(pix/speech_side.gif) no-repeat scroll 100% 100%;
}

.forumpost .picture {
	background: #FFF url(pix/speech_top.gif) no-repeat scroll 100% 0;
}


/* @group footer */
#footer	{
	position:	relative;
	height: 34px;
	background-color: #0075BB; /*bg-color:footer*/
	border-top: 2px solid #000099; /*bg-color:footer*/
	/*background: #0075BB url(pix/style/footer.jpg) repeat-x left	top;*/ /*bg-color:footer*/
	margin: 0;
}
#mod-resource-view div#footer {
	margin-top: 0;
}
#footer	.logo {
	float: left;
	margin: -6px 0 0 10px;
}
#footer	.logininfo {
	float: right;
	margin: 8px 12px;
	color: #fff; /*font-color:footer*/
}
#footer .logininfo a {
	color: #d8a51f; /*font-color:footer*/
	font-weight: bold;
}
#footer .helplink {
	float: left;
	margin: 8px 10px 8px 2em;
}
#footer .helplink a {
	color: #fff; /*font-color:footer*/
}
#footer img.iconhelp {
	vertical-align: baseline;
	width: 12px;
	height: 12px;
}
.homelink a {
	padding: 0;
}
/*
#bottomleft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(pix/bb_left_bg.png) no-repeat left top;
  z-index: 100;
}
#bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(pix/bb_right_bg.png) no-repeat left top;
  z-index: 100;
}
*/
.footernotice {
	clear: both;
	margin: 0;
	padding: 10px	0 0;
	background-color:	transparent;
	font-size: 85%;
	text-align: center;
}
/* @end	*/

/* JQuery ColorBox */
div.faqcategory { /* header category */
    cursor: hand;
    cursor: pointer;
    padding: 2px 5px 2px 26px;
    font-size: 150%;
    background: #fff url(pix/mod/glossary/arrowright.png) no-repeat left center; /*last 2 values are the x and y coordinates of bullet image*/
}

div.faqcategory.openpet { /* header category */
    background: #fff url(pix/mod/glossary/arrowdown.png) no-repeat left center; /*last 2 values are the x and y coordinates of bullet image*/
}

div.faqsearch { /* header category */
    padding: 2px 5px 2px 26px;
    font-size: 150%;
    background: #fff url(pix/i/search.gif) no-repeat left center; /*last 2 values are the x and y coordinates of bullet image*/
}

div.faqsearch>span.clearresult {
    font-size: 75%;
}

ul.faqitem,
ul.faqsearchitem { /*class added to contents of category */
    list-style-type: none;
    margin-top: -2px;
    margin-left: -10px;
}

ul.faqitem>li,
ul.faqsearchitem>li {
    background: #fff url(pix/mod/glossary/chat.gif) no-repeat left center; /*last 2 values are the x and y coordinates of bullet image*/
    padding-left: 20px;
}

/***** cpce_basic/cpce-basic-styles.css end *****/

