/**
 * UTChinese Magazine Template
 * Author: Gavin Ouyang
 * (C) 2009 UTChinese Magazine. All rights reserved.
**/

body
{
	background: #333333;
	font-family: arial, helvetica, sans-serif, verdana;
	line-height: 1.5em;
	margin: 0;
	font-size: 12px;
	color: #333333;
}

form
{
	margin: 0;
	padding: 0;
}

a, a:link, a:visited
{
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #b60016;
}

a.pathway:hover
{
	color: #b60016;
}

input.button
{
	cursor: pointer;
}

p
{
	margin-top: 0;
	margin-bottom: 16px;
}

hr
{
	height: 1px;
	background-color: #b60016;
	color: #b60016;
	border: 0;
}

img
{
	border: 0 none;
}

div.center
{
	text-align: center;
}

div#wrapper
{
	background: #333333 url(images/body_bg.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 20px 20px;
	width: 920px;
	max-width: 920px;
	min-width: 920px;
	overflow: hidden;
}

div#bottom_shadow
{
	background: #333333 url(images/bottom_shadow.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 960px;
	max-width: 960px;
	min-width: 960px;
	height: 20px;
	overflow: hidden;
}

div#hrspacer
{
	float: left;
	width: 100%;
	height: 20px;
}

div#header
{
	/* background: url(images/header_topright.png) top right no-repeat; */
	float: left;
	width: 100%;
	height: 100px;
	text-align: left;
}

div#pagepeel
{
	width: 100%;
	height: 100px;
	text-align: left;
	float: left;
	margin-top: -100px;
}

div#utchinese_logo
{
	height: 100px;
	width: 300px;
	float: left;
	/*position: relative;
	z-index: 9999;*/
	background: #ffffff url(images/utchinese_logo.png) no-repeat;
}

div#celestialvault_logo
{
	height: 100px;
	width: 300px;
	float: left;
	/*position: relative;
	z-index: 9999;*/
	background: #ffffff url(images/celestialvault_logo.png) no-repeat;
}

div#topmenu
{
	float: left;
	background: #dddddd url(images/top_menu_bg.png) repeat-x;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 25px;
	width: 100%;
	text-align: left;
}

div#pathway
{
	margin: 0 20px 0 20px;
	width: 608px;
	text-align: left;
}

div#maincolumn
{
	width: 628px;
	float: left;
	padding: 0;
	margin: 0;
}

div#rightcolumn
{
	width: 270px;
	float: right;
	text-align: left;
}

div#maincolumn_left
{
	margin: 20px 0 0 20px;
	width: 160px;
	float: left;
	text-align: left;
}

div#maincolumn_content_half
{
	margin: 20px 0 0 0;
	padding: 0;
	width: 428px;
	float: right;
	text-align: left;
}


div#maincolumn_content_full
{
	border: 1px solid #b60016;
	margin: 20px 0 0 20px;
	width: 608px;
	float: left;
	text-align: left;
}

div#footer
{
	font-family: Verdana;
	font-size: 9px;
	color: #aaaaaa;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	max-width: 920px;
	min-width: 920px;
	text-align: left;
	overflow: hidden;
}

div#footer a, a:link, a:visited
{
	color: #aaaaaa;
	text-decoration: none;
}

div#footer a:hover
{
	color: #cccccc;
	text-decoration: none;
}

p#footer_left
{
	float: left;
}

p#footer_right
{
	float: right;
}

.module_news
{
	background: #ffffff url(images/dialog_window_bottom.png) bottom no-repeat;
	width: 250px;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 22px;
}

.module_news div
{
	background: #ffffff url(images/dialog_window_middle.png) repeat-y;
	margin: 0;
}

.module_news div div div h3
{
	background: #b60016 url(images/dialog_window_top.png) no-repeat;
	color: #fefefe;
	text-align: left;
	font-size: 14px;
	margin: 0;
	padding: 6px 0 5px 10px;
}

.module_news div div div a, a:link, a:visited
{
	color: #333333;
	text-decoration: none;
}

.module_news div div div a:hover
{
	color: #b60016;
	text-decoration: none;
}

ul.latestnews_news
{
	list-style-type: none;
	margin: 2px 10px 0 10px;
	padding: 0;
}

li.latestnews_news
{
	padding: 3px 0 2px 0;
	border-bottom: 1px dotted #999999;
}

div#rightcolumn div.sponsor
{
	width: 100%;
	margin-bottom: 10px;
}



/*
div#newsflash{
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea{
	margin: 0 11px;

}

div#tabarea_l{
	padding-left: 32px;
}

div#tabarea_r{
	height: 42px;
	padding-right: 1px;
}
*/


div#search
{
	background: url(images/search.gif) no-repeat;
	background-position: 0 19px;
	float: right;
	width: 170px;
	text-align: right;
	margin: 50px 20px 0 5px;
}

div#search .inputbox
{
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 11px;
	height: 14px;
}

form#searchForm input
{
	vertical-align: middle;
}

form#searchForm table
{
	border-collapse: collapse;
}

form#searchForm td
{
	padding: 0;
}

#mod_search_searchword
{
	padding-left: 3px;
}

/*
#area
{
	padding: 0;
}
*/

/*

#whitebox{
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div{
	text-align: left;
}

#whitebox_m{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}
*/
/* horizontal pill menu */
/*
table.pill{
margin-left: auto;
margin-right: auto;
padding: 0;
}

td.pill_l{
background: url(../images/mw_menu_cap_l.png) no-repeat;
width:20px;
height: 32px;

}

td.pill_m{
background: url(../images/mw_menu_normal_bg.png) repeat-x;
padding: 0;
margin: 0;
width: auto;
}

td.pill_r{
background: url(../images/mw_menu_cap_r.png) no-repeat;
width:19px;
height: 32px;
}

#pillmenu{
white-space: nowrap;
height: 32px;
float: left;
}

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

#pillmenu li{
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a{
font-family: arial, helvetica, sans-serif, verdana;
font-size: 12px;
font-weight: bold;
	float:left;
display:block;
height: 24px;
line-height: 24px;
padding: 0 20px;
color: #000;
text-decoration: none;
}

#pillmenu a#active_menu-nav{
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn{
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}
*/
/*#maincolumn,
#maincolumn_full{
	margin-left: 20%;
	padding-left: 15px;
	width: 75%;
}

#maincolumn_full{
	margin-left: 0;
	padding: 0;	
	width: 100%;
}*/

/*
table.nopad{
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad{
	width: 20px;
}
*/
/*
div.offline{
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway{
display: block;
margin: 0 20px;
height: 16px;
line-height: 16px;
overflow: hidden;
}
*/

div.componentheading
{
	padding: 3px 5px 3px 5px;
}

h1
{
	padding: 0;
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	color: #b60016;
	text-align: left;
	width: 100%;
}

h2, .contentheading
{
	padding: 0;
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	color: #b60016;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3
{
	/*margin-top: 25px;*/
}

h3, .componentheading, table.moduletable th, legend
{
	font-weight: bold;
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 13px;
	color: #ffffff;
	background: #b60016;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0;
}

/* small text */
.small
{
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.modifydate
{
	height: 20px;
	vertical-align: bottom;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.createdate
{
	height: 20px;
	vertical-align: top;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

a.readon
{
	margin-top: 10px;
	display: block;
	float: left;
	background: url(images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid
{
	border-color: #ff0000;
}

label.invalid
{
	color: #ff0000;
}


/* overlib */
/*
.ol-foreground{
	background-color: #f6f6f6;
}

.ol-background{
	background-color: #666;
}

.ol-textfont{
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 10px;
}

.ol-captionfont{
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a{
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont{}
*/
/* menu links */
/*a.mainlevel:link, a.mainlevel:visited
{
	padding-left: 5px;
}
*/
/* spacers */
span.article_separator
{
	display: block;
	height: 20px;
}

.article_column
{
	padding-right: 5px;
}

.column_separator
{
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

/*td.buttonheading
{
border-bottom: 1px dotted #b60016;
}
*/

td.buttonheading img
{
	border: none;
}

.clr
{
	clear: both;
}

/*
td.greyline
{
width: 20px;
background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider
{
border-top: 1px solid #ddd;
margin-bottom: 10px;
overflow: hidden;
height: 1px;
}

table.blog span.article_separator
{
	display: block;
	height: 20px;
}
*/

/* edit button */
.contentpaneopen_edit
{
	float: left;
}

/* table of contents */
table.contenttoc
{
margin: 5px;
border: 1px solid #ccc;
padding: 5px;
float: right;
}

table.contenttoc td{
padding: 0 5px;
}


/* content tables */
td.sectiontableheader
{
	color: #333333;
	font-weight: bold;
	padding: 4px;
	border-top: 1px solid #b60016;
	border-bottom: 1px solid #b60016;
}

tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td
{
	padding: 4px;
}

td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2
{
	padding: 3px;
}

table.contentpane
{
	padding: 10px;
	text-align: left;
}

table.contentpaneopen
{
	margin: 10px;
	text-align: left;
}

table.contentpane ul
{
	padding-left: 10px;
	margin: 0 0 0 10px;
}


table.contentpaneopen li
{
	margin-bottom: 5px;
}

table.contentpaneopen fieldset
{
	border: 0;
	border-top: 1px solid #dddddd;
}

table.contentpaneopen h3
{
	/*margin-top: 25px;*/
}

table.contentpaneopen h4
{
	font-family: arial, helvetica, sans-serif, verdana;
	color: #b60016;
	font-weight: bold;
	font-size: 12px;
}

table.contentpaneopen h5
{
	font-family: arial, helvetica, sans-serif, verdana;
	color: #b60016;
	font-weight: bold;
	font-size: 12px;
}

table.contentpaneopen a, a:link, a:visited
{
	color: #b60016;
	text-decoration: none;
}

table.contentpaneopen a:hover
{
	color: #b60016;
	text-decoration: underline;
}

table.contentpaneopen hr
{
	height: 1px;
	background-color: #b60016;
	color: #b60016;
	border: 0;
	margin-bottom: 16px;
}

.highlight
{
	color: #fefefe;
	background-color: #b60016;
}

div.moduletable, div.module
{
	border: 1px solid #b60016;
	margin: 0 0 20px 20px;
	padding: 0;
}

div#rightcolumn div.moduletable, div.module
{
	margin: 0 20px 20px 0;
	border: 0;
}

div.moduletable div
{
	text-align: left;
	padding: 10px;
}

/*
div.module_menu h3
{
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div{
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div{
	background: none;
	padding: 0;
}


div.module_menu ul{
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited{
	font-weight: bold;
}

#leftcolumn div.module{
	padding: 0 10px;
}

#leftcolumn div.module table{
	width: auto;
}
*/

/* forms */
table.adminform textarea
{
width: 540px;
height: 400px;
font-size: 1em;
color: #000099;
}

div.search input
{
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset{border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul{padding-left: 20px;}

form#com-form-login fieldset{border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul{padding-left: 20px;}

/* thumbnails */
div.mosimage{ margin: 5px;}
div.mosimage_caption{ font-size: .90em; color: #666;}

div.caption{padding: 0 10px 0 10px;}
div.caption img{border: 1px solid #CCC;}
div.caption p{font-size: .90em; color: #666; text-align: center;}

/* Parameter Table */
table.paramlist{
	margin-top: 5px;
}

table.paramlist td.paramlist_key{
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value{
}

div.message
{
	font-family: arial, helvetica, sans-serif, verdana;
	font-weight: bold;
	font-size: 14px;
	color: #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}


/* System Messages */
/* see system general.css */

.pagination span{padding: 2px;}
.pagination a {padding: 2px;}

/* Polls */
.pollstableborder td{
	text-align: left;
}

/* WebLinks */
span.description{
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend
{
	margin: 0;
	padding: 0 10px;
}

td.key
{
	border-bottom: 1px solid #eee;
	color: #666666;
}

/* Tooltips */

.tool-tip
{
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text
{
	font-size: 100%;
	margin: 0;
}



/* Component Specific Fixes */
/*#component-contact table td
{
	padding: 2px 0;
}*/

/* System Messages */
#system-message
{
	margin-bottom: 20px;
}

#system-message dd.message ul
{
	background: #C3D2E5 url(../../system/images/notice-info.png) 4px center repeat-y;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

#system-message dd.error ul
{
	color: #c00;
	background: #b60016 url(../../system/images/notice-alert.png) 4px center no-repeat;
	border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

#system-message dd.notice ul
{
	color: #c00;
	background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat;
	border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

/* mod_homedisplay CSS begins */
div.moduletable_homedisplay, div.module_homedisplay
{
	margin: 0 0 20px 0;
	padding: 0;
}

div#mainbanner
{
	color: #ffffff;
	background: #b60016;
	margin-left: 20px;
	width: 608px;
	height: 200px;
	vertical-align: middle;
}

div#showcase
{
	margin: 10px 0 0 5px;
	background: #eeeeee url(../../images/showcase/bg.jpg) no-repeat;
	color: #ffffff;
	width: auto;
	height:	250px;
	text-align: left;
}

.showcase_box
{
	margin: 20px 0 15px 20px;
	background: #b60016;
	color: #ffffff;
	width: 132px;
	height: 180px;
	float: left;
}

.showcase_box_title
{
	text-align: center;
	font-weight: bold;
	margin: 0 0 20px 20px;
	padding: 0 5px 0 5px;
	background: #999999;
	color: #ffffff;
	width: 122px;
	height: 20px;
	float: left;
}

/* mod_homedisplay Slide Show Banner CSS begins */
ul#jw-sir
{
	position: relative;
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
	background: none;
}

ul#jw-sir li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

ul#jw-sir li a
{
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

ul#jw-sir li a img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	background: none;
}

ul#jw-sir li#jw-sir-loading
{
	background: #000000 url(images/banners/loading.gif) no-repeat center;
	width: 608px;
	height: 200px;
}

ul#jw-sir
{
	width: 608px;
	height: 200px;
}
/* mod_homedisplay Slide Show Banner CSS ends */
/* mod_homedisplay CSS ends */

/* Magazine-specific CSS begins */
.issue_wrapper
{
	width: 550px;
	margin: 0 20px 20px 8px;
	padding: 10px;
	float: left;
	border: 1px solid #eeeeee;
}

.issue_cover
{
	float: left;
	width: 154px;
	height: 200px;
}

.issue_contents
{
	float: right;
	width: 380px;
	height: 200px;
}

.issue_title
{
	width: 380px;
	float: left;
	border-bottom: 1px solid #b60016;
	color: #b60016;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.issue_list
{
	width: 380px;
	float: left;
	font-size: 12px;
}

.issue_list a
{
	font-weight: bold;
	color: #b60016;
}

.issue_list a:hover
{
	font-weight: bold;
	color: #f6f6f6;
	background: #b60016;
}

ul.issue_list
{
	list-style-type: none;
	line-height: 2;
	padding-bottom: 8px;
}

li.issue_list
{
	margin-left: -20px;
	border-bottom: 1px dotted #cccccc;
}

li.issue_list a
{
	font-weight: normal;
	color: #333333;
}

li.issue_list a:hover
{
	background: #ffffff;
	font-weight: normal;
	color: #b60016;
}
/* Magazine-specific CSS ends */

/* Shop-specific CSS begins */
.gift_wrapper
{
	width: 540px;
	min-width: 540px;
	max-width: 540px;
	min-height: 180px;
	margin: 0 20px 20px 10px;
	padding: 10px;
	float: left;
	border: 1px solid #eeeeee;
}

.gift_image
{
	float: left;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	height: 160px;
	min-height: 160px;
	max-height: 160px;
}

.gift_info
{
	float: right;
	width: 360px;
	min-height: 180px;
	margin: 0 0 0 18px;
}

.gift_name
{
	width: 360px;
	float: left;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.gift_description
{
	width: 360px;
	float: left;
	margin: 0 0 10px 0;
}

.gift_specifications
{
	width: 360px;
	float: left;
	margin: 0 0 10px 0;
}

.gift_price
{
	width: 360px;
	float: left;
	margin: 0;
}

.gift_primary
{
	margin: 0;
	padding: 0;
	width: 100%;

	font-size: 12px;
	color: #333333;
}

.gift_secondary
{
	margin: 0;
	padding: 0;
	width: 100%;

	font-size: 11px;
	color: #666666;
}

/* Shop-specific CSS ends */