/*
** Plone style sheet for CSS2-capable browsers.
**
** Copyright Alexander Limi - http://www.plonesolutions.com
**
** Additional Plone 2 work:
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
** Michael Zeltner - http://niij.org
** Geir B櫨olt - http://www.plonesolutions.com
**
** All you guys rock :)
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* The basic elements: */
body {
    font: 69% Verdana, Arial, Helvetica, sans-serif;
    background-color: ;
    color: Black;
    margin: 0;
    margin-top:3px;
    padding: 0;
}
.mag_image h3{
    color:#cc0000;
    font-size:13px;
    font-weight:bold;
}

table {
    font-size: 100%;
}


a {
    text-decoration: none;
    color: #436976;
    background-color: transparent;
}
img {
    border: none;
/*    vertical-align: middle;*/
}
p {
    margin: 0.5em 0em 1em 0em;
/*    line-height: 1.5em;*/
}
p a {
    text-decoration: underline;
}
p a:visited {
    color: Purple;
    background-color: transparent;
}
p a:active {
    color: Red;
    background-color: transparent;
}

p img {
    border: 0;
    margin: 0;
}

hr {
    height: 1px;
    color: #8cacbb;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
/*    border-bottom: 1px solid #8cacbb;*/
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important; 
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}


ul {
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(http://www.btmbeijing.com/bullet.gif);
}

ol {
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
ul a, ol a {
    text-decoration: underline;
}
/*li {
    margin-bottom: 1em;
}*/
dt {
    font-weight: bold;    
}
dt a {
    text-decoration: underline;
}

dd {
/*    line-height: 1.5em;*/
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}


fieldset {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
/*    line-height: 1.5em;*/
    width: auto;
}
legend {
    background: ;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}
textarea {
    font: 110% "Courier New", Courier, monospaced; 
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    width: 100%;
    padding: 0em;
}
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    visibility: visible;
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    padding: 0em;
}
select {
    border: 1px solid #8cacbb;  
    color: Black;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
/*
blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
*/
code {
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
}
pre {
    font-size: 120%;
    padding: 1em;
    border: 1px dashed #8cacbb;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}
.pre a {
    text-decoration: underline;
}
.netscape4 {
    display: none;
}





/*
** Structural Elements
*/

#visual-portal-wrapper {
    margin: 0;
    padding: 0;
}


/* Logo properties */
 
#portal-logo {
    background: url(http://www.btmbeijing.com/logo.jpg) no-repeat;
    border: 0;
    margin: 0.75em 0em 0.75em 1.5em;
    padding: 0;
}
#portal-logo a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 57px;
    height: 0px !important;
    height /**/: 57px;
    width: 219px;
    cursor: pointer;
}

#portal-skinswitcher {
    /* The skin switcher at the top, only shows up if you have multiple skins available */

}

#portal-skinswitcher a {
    display: block;
    float: left;
}

#portal-top {
    /* Top section */
    margin: 0;
    padding: 0;
}
#portal-siteactions {
    position: absolute;
    top: 11px;
    right: 16px;
    width: 54px;
    margin: 0;
    padding: 0;
    z-index: 2;
}

#portal-siteactions a {
    display: block;
    float: left;
    padding: 18px 0 0 0;
    width: 18px;
    height: 0px !important;
    height /**/: 18px;
    overflow: hidden;
}

/* searchbox style and positioning */
#portal-searchbox {
    position: absolute;
    top: 45px;
    right: 1.5em;
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: lowercase;
    width: 50%;
    white-space: nowrap;
    z-index: 2;
}
#portal-globalnav {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background-color: transparent;
    border-collapse: collapse;
    padding: 0em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
/*    line-height: normal;*/
}
#portal-globalnav li {
    display: inline;
}
#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #8cacbb;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #436976;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-decoration: none;
    text-transform: lowercase;
}
#portal-globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    border-bottom: #dee7ec 1px solid;
    color: #436976;
}
#portal-globalnav li a:hover {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-bottom-color: #dee7ec;
    color: #436976;
}
#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #dee7ec;
    border-top-color: #8cacbb;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
/*    line-height: 1.3em;*/
    color: Black;
    padding: 0em 3em 0em 3em;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
}
#portal-personaltools .portalUser {
    background: transparent url(http://www.btmbeijing.com/user.gif) center left no-repeat;
    padding-left: 5px;
}

#portal-personaltools .portalNotLoggedIn {
    color: Black;
    padding: 0;
    background: transparent;
    background-image: none;
} /* Used on all descriptions relevant to those not logged in */
 
#portal-personaltools li {
    background: transparent url(http://www.btmbeijing.com/linkOpaque.gif) center left no-repeat;
    padding-left: 5px;
    color: #436976;
    margin-left: 1em;
    display: inline;
}
#portal-personaltools li a {
    text-decoration: none;
    color: #436976;
}
.visualCaseSensitive {
    text-transform: none;
}
#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}
.addFavorite {
    vertical-align: bottom;
}
.contentViews {
    background-color: transparent;
    border-collapse: collapse;
    padding-left: 1em;
/*    line-height: normal;*/
    margin-top: 1em;
    margin-left: 0;
    /* white-space: nowrap; */
    list-style: none;
    border: 1px solid #74ae0b;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.contentViews li {
    display: inline;
}
.contentViews li a {
    background-color: transparent;
    border: 1px solid #74ae0b;
    border-style: solid;
    color: #578308;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
/*    line-height: normal;*/
    text-decoration: none;
    text-transform: lowercase;
    z-index: 1;
}
.contentViews .selected a {
    background-color: #cde2a7;
    border-bottom: #cde2a7 1px solid;
    color: #578308;
}
.contentViews li a:hover {
    background-color: #cde2a7;
    color: #578308;
}

/*
** begin ECMAScript Content Action Menus
*/

.contentActions {
    border-collapse: collapse;
    background-color: #cde2a7;
    border-left: 1px solid #74ae0b;
    border-right: 1px solid #74ae0b;
    color: #578308;
    text-align: right;
    text-transform: lowercase;
    padding: 0 1em;
    z-index: 2;
    height: 1.2em;
}

.contentActions ul,
.contentActions li {
    margin: 0;
    list-style: none;
    list-style-image: none;
    display: inline;
    color: Black;
    text-align: left;
}

.contentActions ul {
/*    line-height: 1.2em;*/
    height: 1.2em;
    padding: 0;
    margin: 0;
}
.contentActions li {
    float: right;
    background-image: url(http://www.btmbeijing.com/arrowDownAlternative.gif);
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 4;
    border-left: 1px solid #74ae0b;
    padding: 0 0 0 1em;
}

.menuPosition {
    /*  The spec says we can't put this on an element with a float (although 
        Opera is the only one that cares) and we need it in order to catch 
        the position:absolute bubbling up */
    position: relative;
    }

.actionSingular {
    background-image: none !important;
}

.actionItems li {
    background-image: none;
}

.contentActions a {
    text-decoration: none;
    color: #578308;
    padding: 0 1em 0 0;
}

.contentActions .actionMenu {
    visibility: hidden;
    z-index: 5;
    position: absolute;
    top: 0;
    right: -1px;
    background: #cde2a7;
    overflow: hidden;
    height: auto;
    padding: 0;
    margin: 1.2em 0 0 0;
    border: 1px #74ae0b;
    border-style: none solid solid solid;
}

.actionMenu li {
    float: none;
    background: none;
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}

.actionMenu li a {
    display: block;
    white-space: nowrap;
    padding: 0 0.5em;
    margin: 0.2em 0;
}

.actionMenu li a:hover {
    background-color: #74ae0b;
    color: White;
}

.actionMenu .actionSeperator a {
    margin-top: 0.2em;
    padding-top: 0.2em;
    border-top: 1px solid #74ae0b;
}

/*
** end ECMAScript Content Action Menus
*/

.configlet .contentViews {
    font-size: 90%;
}
 
#content {
    padding: 0 1em;
    margin: 0em 0em 2em 0em;
}

#content-news h1 {
    margin-bottom: 1em;
}

.newsItem {
    margin-bottom: 1em;
    border-bottom: 1px solid #8cacbb;
}

.newsContent {
    padding: 0 1em 1em 1em;
}

.newsContent ul,
.newsContent li {
    display: block; 
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.newsAbout {
    display: block;
    color: #76797c;
    font-size: 85%;
    padding: 0;
    margin-top: 0;
    list-style: none;
    list-style-image: none;
    float: right;
    text-align: right;
}

.newsAbout li {
    display: inline;
}

.newsFooter {
    
}

.newsFooter li {
    display: inline;
    margin: 0 1em 0 0;
}

#content {
    padding-top: 1em !important;
}

.documentEditable {
    padding: 0em 2em 1em 2em !important;
}

.configlet .documentEditable {
    padding: 0em !important;
}

.documentContent {
    font-size: 110%;
    padding: 0em 1em 2em 1em !important;
    background: ;
}

.documentEditable .documentContent {
    border: 1px solid #74ae0b;
    padding: 0;
}
.documentActions {
    float: right;
    margin: -1.5em 0 0 0;
}

.documentActions ul,
.documentActions li {
    display: inline;
    list-style: none;
    list-style-image: none;
}
.documentActions a {
    border: 0;
    text-decoration: none;
}

.portalMessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    font-size: 85%;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.portalMessage a {
    color: Black;
    text-decoration: underline;
}
.documentDescription {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 1em 0em;
/*    line-height: 1.5em;*/
}
.documentByLine {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}
.documentByLine a {
    text-decoration: underline;
}

.productCredits {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}

.productCredits a {
    text-decoration: underline;
}

#portal-footer {
    background-color: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    float: none;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

#portal-colophon {
    float: none;
    margin: 0em 0em 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

#portal-colophon ul,
#portal-colophon ul li,
#portal-colophon ul li a {
    list-style: none;
    display: inline;
    text-decoration: none;
    color: Black;
}

#portal-colophon ul li {
    border: 1px solid #8cacbb;
    border-width: 1px 1px 1px 1.75em;
    background-color: #dee7ec;
    font-size: 85%;
    margin: 0 0.25em;
    padding: 0.1em 0.2em;
}


/*
** Widgets
*/

.standalone,
.documentEditable * .standalone {
    background: #dee7ec url(http://www.btmbeijing.com/linkOpaque.gif) 9px 1px no-repeat;
    cursor: pointer;
    font-size: 85%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}
.context,
.documentEditable * .context {
    background: transparent url(http://www.btmbeijing.com/linkTransparent.gif) 9px 1px no-repeat;
    cursor: pointer;
    font-size: 85%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}
.destructive,
.documentEditable * .destructive {
    background: #ffce7b url(http://www.btmbeijing.com/linkTransparent.gif) 9px 1px no-repeat;
    border: 1px solid #ffa500;  
    cursor: pointer;
    font-size: 85%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}
input.searchButton {
    font-size: 100%;
    margin-bottom: 1px ! important;
    background:  url(http://www.btmbeijing.com/search_icon.gif) 2px 1px no-repeat;
    cursor: pointer;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;

}
.noborder,
.documentEditable * .noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}
.add,
.documentEditable * .add {
}
.quickSearch {
}
.notify,
.documentEditable * .notify {
    border: 1px solid #ffa500;  
}

/* The new form elements */

.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;    
}

.field .field {
    margin: 1em 0 0 0;
}

.field label {
    font-size: 100%;
    font-weight: bold;
}

.fieldRequired {
    background: url(http://www.btmbeijing.com/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: ;
} 

.formHelp {
    font-size: 90%;
    color: #76797c;
    margin: 0 0 0.2em 0;
}

.formHelp a {
    text-decoration: underline;
}

.formHelp:hover {
    color: Black;
    cursor: default;
}

.formControls {
   margin: 1em 0 0 0; 
}

.error {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 68% !important;
}

.error .fieldRequired {
   color: #ffce7b;
} 

.card {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    text-align: center;
    width: 110px;
    padding: 1em 0;
}

.portrait {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 100px;
}
.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    font-size: 85%;
    margin: 1em 0em 1em 0em;
}
.listing th,
.stx table th {
    background: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    border-right: 1px solid #8cacbb;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
}
.listing .top {
    border-left: 1px solid ;
    border-top: 1px solid  ! important;
    border-right: 1px solid  ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
.listing .odd {
    /*every second line should be shaded */
    background-color: transparent;
}
.listing .even {
    background-color: #f7f9fa;
}
.listing .listingCheckbox {
    text-align: center;
}
.listing td,
.stx table td {
    border-right: 1px solid #8cacbb;
    padding: 0em 1em;
    text-align: left;
}
.listing a:hover {
    text-decoration: underline;
}
.listing img {
    vertical-align: middle;
}

ul.configlets {
    margin: 1em;
    list-style-image: none;
    list-style: none;
}

ul.configlets li {
    margin-bottom: 1em;
}

ul.configlets li a {
	text-decoration: none;
}

ul.configlets li label {
    font-weight: bold;
}

ul.configletDetails {
    margin: 0em 1em 1em 4em;
    list-style-image: none;
    list-style: none;
}

ul.configletDetails li {
    margin-bottom: 1em;
    display: inline;
}

ul.configletDetails li a {
	text-decoration: none;
}

ul.configletDetails li label {
    font-weight: bold;
}


/* Additional STX workaround classes */
.stx table p /* stupid STX table workaround */
{
    margin: 0;
    padding: 0;
}
.stx table  /* stupid STX table workaround */
{
    border: 1px solid #8cacbb ! important;
}
.stx table td {
    border-bottom: 1px solid #8cacbb;
}

.portlet {
    border: none;
    margin-bottom: 1em;
    padding: 0;
}
.portlet h4 {
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h5 { 
    background: #dee7ec;
    border: 1px solid #8cacbb;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    height: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h6 { 
    background: #dee7ec;
    border: 1px solid #8cacbb;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}

.portletBody {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #8cacbb;
}
.portletDetails {
    text-align: right;
}

.portletMore {
    display: block;
    text-align: right;
}

.portletContent {
    padding: 1em;
}
.portletClose {
    float: right;
    text-transform: none;
    border-left: 1px solid #8cacbb;
    padding: 0em 0.2em;
}
.portlet h1, 
.portlet h2, 
.portlet h3, 
.portlet h4 {
    margin: 0;
    padding: 0;
}
.portlet .even {
    background-color: #f7f9fa;
}
.portlet .odd {
    background-color: transparent;
}
.portlet input {
    font-size: 100%;
}

.portlet ul,
.portlet li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
/*    line-height: 1em;*/
}

.comment {
    background: #f7f9fa; 
    border: 1px dashed #8cacbb; 
    padding: 0 1em 0.5em 1em;
    margin-bottom: 1em;
}

.comment h1,
.comment h2,
.comment h3,
.comment h4, 
.comment h5,
.comment h6 {
    border-bottom: 1px dashed #76797c;
    font-weight: normal;
}

.commentBody {
    margin: 0 1em 1em 1em;
}

.spacer {
	margin: 1em;
}
.currentNavItem {
    color: Black;
    font-weight: bold;
}
.state-private {
    color: Black;
}
.state-published {
    color: #74AE0B;
}
.state-pending {
    color: #ffa500;
}
.state-expired {
    color: Red;
}
.syndicated {
    color: #008000;
}
.role-Member {
    
}
.role-Reviewer {
    
}
.role-Manager {
    
}
.role-Translator {
    
}
.location-frontpage {
    
}
.location-news {
    
}
.location-members {
    
}
.even {
    background-color: #f7f9fa;
}
.odd {
    background-color: transparent;
}
.visualHighlight {
    background-color: #f7f9fa;
}

.discreet {
    color: #76797c;
    font-size: 85%;
    font-weight: normal;
}

.listingBar {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: lowercase;
    vertical-align: top;
    margin: 1em 0em;
}
.listingBar span.previous {
    text-align: left;
    float: left;
}
.listingBar span.next {
    text-align: right;
    float: right;
}
.listingBar img {
	vertical-align: middle;
}

/*
** Accessibility and visual enhancement elements 
*/

.link-plain {
    background-image: none;
    padding: 0;
}

.link-parent {
    display: block;
    background: transparent url(http://www.btmbeijing.com/arrowUp.gif) 4px 5px no-repeat;
    padding: 1px 0px 1px 16px;
    font-size: 85%;
}

.link-user {
    background: transparent url(http://www.btmbeijing.com/user.gif) 0 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-external {
    background: transparent url(http://www.btmbeijing.com/link_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-https {
    background: transparent url(http://www.btmbeijing.com/lock_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-mailto {
    background: transparent url(http://www.btmbeijing.com/mail_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-news {
    background: transparent url(http://www.btmbeijing.com/topic_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-ftp {
    background: transparent url(http://www.btmbeijing.com/file_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-irc {
    background: transparent url(http://www.btmbeijing.com/discussionitem_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-callto {
    background: transparent url(http://www.btmbeijing.com/phone_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-comment {
    background: transparent url(http://www.btmbeijing.com/discussionitem_icon.gif) center left no-repeat;
    padding: 1px 0px 1px 16px !important;
}

.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
    position: absolute;
    top: -200px;
    left: -200px;
}

.visualClear {
    display: block;
    clear: both;
}
.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

.optionsToggle {
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #dee7ec;
    font-weight: normal !important;
    font-size: 85%;
}

.portalNotLoggedIn {} /* Used on all descriptions relevant to those not logged in */

#portal-column-content fieldset > * input:focus,
#portal-column-content fieldset > * textarea:focus {
    border-color: #ffa500; 
    border-width: 1px;
}

.visualOverflow {
    overflow: auto;
    margin: 0 0 1em 0;
}

.visualOverflow pre,
.visualOverflow table,
.visualOverflow img {
    margin: 0;
}

.visualFontSizeCorrection { /* Correction for WYSIWYG editors */
    font-size: 75%;
}

/*
** Calendar elements - used in the calendar rendering 
*/

.dayPopup {
    background-color: #ffffe1;
    border: 1px solid Black;
    padding: 0.2em;
    position: absolute;
    visibility: hidden;
    width: 12em;
    z-index: 2;
}
.date {
    font-weight: bold;
}

.ploneCalendar {
    border: 1px solid #8cacbb;
    margin: 1em 0em;
}
.ploneCalendar a {
    text-decoration: none;
}
.ploneCalendar a:hover {
    text-decoration: none;
}
.ploneCalendar th {
    background-color: #dee7ec;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}
.ploneCalendar td {
    background-color: transparent;
    width: 1.5em;
    text-align: right;
    padding: 2px;
}
.ploneCalendar .weekdays td {
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    border-style: solid none;
    text-align: center;
    padding: 2px;
}
.ploneCalendar .event {
    background-color: #dee7ec;
    font-weight: bold;
}
.ploneCalendar .todayevent {
    background-color: #dee7ec;
    border: 2px solid #ffa500;
    font-weight: bold;
}
.ploneCalendar .todaynoevent {
    border-collapse: collapse;
    border: 2px solid #ffa500;
}

/* for highlighting of search terms */

.highlightedSearchTerm {
   background-color: #feff82;
}

/*  */

.required {
    color: #cc0000;
    font-size: 11px;
}

#top_image_section {
    z-index:1;
    top:10px;
    position:relative;
    /*top:111px;*/
    text-align:left;
    /*padding-left:140px;*/
}
#logo_image {
    cursor:hand;
    z-index:2;
    position:absolute; text-align:left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.btmbeijing.com/logo.png');
}

.img_arraw_above {
    position:absolute;
    z-index:2;
}

.img_arraw_underside {
    position:absolute;
    z-index:1;
}

#logo_image img {
    filter:Alpha(opacity=0);
}

#magazine_shadow {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.btmbeijing.com/magazine_shadow.png');
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

#issue_right_section_title {
    padding-left:5px;
    font-size:10px;
    font-weight:bold;
}

.article_body_section {
    font-family: "Gill Sans MT", "Gill Sans", GillSans, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#homepage_body_bottom_table {
    padding-left:5px;
    padding-right:5px;
    border:solid #cc0000 1px;
}

#homepage_body_bottom_layout {
    padding-left:5px;
    padding-right:5px;
    font-size:10px;
}

#channels_top6_title {
    background-color: #cc0000;
    color:#ffffff; font-weight:bold;
    padding-bottom:5px;
}

#issue_top_publication_description {
    font-size:10px;
    color:#333333;
    padding-left:14px;
    font-weight:bold;
}
#issue_top_publication_title {
    padding-top:5px;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
}

/*
#top_image_section table{
    background-image: url(masthead_image.jpg);
}*/
#top_image_section td{
    padding-right: 20px;
}
#issue_right_border {
 border-left:solid #E5E5E5 1px;
 padding-left:7px;
 font-size:10px;
}

#search_field {
    border: solid #000000 1px; font-size: 12px; width: 120px; 
}

#top_channels_box,
#top_channels_box a:link,
#top_channels_box a:active,
#top_channels_box a:visited,
#top_channels_box a:hover {
    padding-left:10px;
    padding-bottom:5px;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
}

#top_image {
    position:absolute; text-align:left; width:620;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.btmbeijing.com/banner_shadow.png');
}
#top_image img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


#issue_bottom_article {
   padding-bottom:2px;
   color:#ffffff;
   font-size:12px;
   font-weight:bold;
   background-color:#cc0000;
}

#standard_top_nav {
    font-family: Arial;
    font-size: 10px;
    color: #cc0000;
    font-weight: bold;
    width: 760px;
    text-align: center;
    padding-bottom: 5px;
}


#grid_arraw a:link,
#grid_arraw a:visited,
#grid_arraw a:active {
    color:#ffffff;
}
#grid_arraw a:hover {
    color: #00ff00;
}

#standard_top_nav a:link,
#standard_top_nav a:active,
#standard_top_nav a:visited,
#standard_top_nav a:hover {
    color: #cc0000;
    font-weight: bold;
}

#homepage_body_bottom_title a:link,
#homepage_body_bottom_title a:active,
#homepage_body_bottom_title a:visited,
#homepage_body_bottom_title a:hover {
     color:#cc0000;
     font-size:13px;
     font-weight:bold;
}

#homepage_issue_title {
    background-color:#cc0000;
    color:#ffffff;
    font-weight:bold; 
    font-size:10px;
    padding:3px; 
}
#homepage_issue_title a:link,
#homepage_issue_title a:active,
#homepage_issue_title a:visited,
#homepage_issue_title a:hover {
    color:#ffffff;
}
#homepage_issue_date,
#homepage_issue_date a:link {
    text-align:right;
    padding-right:3px;
    font-size:10px;
}
#homepage_issue_date a:active,
#homepage_issue_date a:visited,
#homepage_issue_date a:hover {
    color: #777777;
}
#issue_date,
#issue_date a:link,
#issue_date a:active,
#issue_date a:visited,
#issue_date a:hover {
    font-size:10px;
    text-align:left;
    color: #777777;
}
#author {
    color: #777777;
    font-size: 10px;
}



#homepage_article_image {
    border-bottom:dashed #cc0000 1px;
    padding-bottom:10px;
    padding-top:5px;
}

#homepage_article_big_title {
    padding-top:8px;
}

#homepage_first_article_description {
    border-bottom:dashed #cc0000 1px;
    padding-bottom:10px;
    padding-top:5px;
    padding-left:8px;
 /*   padding-right:5px;*/
}
#homepage_article_big_title,
#homepage_article_big_title a:link,
#homepage_article_big_title a:active,
#homepage_article_big_title a:visited,
#homepage_article_big_title a:hover {
    font-size: 14px;
    color: #cc0000;
    font-weight: bold;
}
/*
#small_articles {
padding-left:5px;
}
*/
#small_articles a:link,
#small_articles a:active,
#small_articles a:visited,
#small_articles a:hover {
    font-size:10px;
    color:#cc0000;

}

#issue_view_big_classifed {
/*
    padding-top:10px;
    padding-left:5px;
*/
    font-size:13px;
    color:#cc0000;
    text-valign:top;
 }

#issue_view_big_article {
/*
    padding-top:10px;
    padding-left:5px;
*/
 }

#issue_view_big_article a:link,
#issue_view_big_article a:active,
#issue_view_big_article a:visited,
#issue_view_big_article a:hover {
    font-size:13px;
    color:#cc0000;
    text-valign:top;
}

#homepage_right_publication_title,
#homepage_right_publication_title a:link,
#homepage_right_publication_title a:active,
#homepage_right_publication_title a:visited,
#homepage_right_publication_title a:hover {
    color:#cc0000;
    font-weight:bold;
}


#homepage_right_issue_title {
    color: #777777;
    border-bottom: dashed #777777 1px;
    padding-bottom:5px;
    padding-top:0px;
    font-size:10px;
}
#homepage_right_issue_title a:link,
#homepage_right_issue_title a:active,
#homepage_right_issue_title a:visited,
#homepage_right_issue_title a:hover {
    color:#777777;
}


#homepage_publication_description {
    padding-bottom:15px;
    padding-left:5px;
    font-size:10px;
}

.articles_list {
    list-style-image:url(http://www.btmbeijing.com/arrow.gif);
    list-style-type: square;
    list-style-position: outside;
/*      text-indent:0px;   line-height:12px;   margin-right:100px;  line-height:10px; */

}

.articles_list li a:link,
.articles_list li a:active,
.articles_list li a:visited,
.articles_list li a:hover {
    color: #cc0000;
    text-decoration: none;
}  

.articles_list li {
    margin-top:3px;
    margin-bottom:3px;

}

.articles_list_tighter {
    list-style-image:url(http://www.btmbeijing.com/arrow.gif);
    list-style-type: square;
    list-style-position: outside;
/*      text-indent:0px;   line-height:12px;   margin-right:100px;  line-height:10px; */

}


.articles_list_tighter li {
    margin-top:8px;
    margin-bottom:8px;

}

.articles_list_tighter li a:link,
.articles_list_tighter li a:active,
.articles_list_tighter li a:visited,
.articles_list_tighter li a:hover {
    color: #cc0000;
    text-decoration: none;
}  


#homepage_article_description {
    font-size:10px;
    border-bottom:dashed #cc0000 1px;
    padding-bottom:10px;
    padding-top:5px;
    padding-left:8px;
    padding-right:5px;
}

#leftcol { text-align: center; padding-left: 5px; padding-right: 5px;}
#leftcol img { margin-top: 5px; }
#leftcol img { border: solid #000000 1px; }
#sponsorbox {
    border: solid #000000 1px;
    font-size: 10px;
    margin-left:2px;
    margin-right:2px;
    margin-top: 5px; text-align: left;
    padding: 5px; background-color: #FFFFFF;
    color: #aa3333;
}
#sponsorbox b{ font-size: 12px; color: #cc0000; font-weight: bold; }

#current_issue {
    width: 125px;
    background-color: #ffffff;
    border: solid #000000 1px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#redFont {
    color: #cc0000;
    font-weight: bold;
    border: none;
}

#standard_bottom_nav {
    font-size: 11px;
    color: #cc0000;
    font-weight: bold;
    width: 760px;
    text-align: center;
    padding-top: 10px;
}

#standard_bottom_nav a:link,
#standard_bottom_nav a:active,
#standard_bottom_nav a:visited,
#standard_bottom_nav a:hover {
    font-size: 11px;
    color: #cc0000;
    font-weight: bold;
}

#standard_bottom_split {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}

#copyright {
    font-size: 10px;
    padding-top: 5px;
    width: 760px;
}

#homepage_top_section {
    padding-left:115px;
    padding-top: 9px;
    background-image: url(http://www.btmbeijing.com/banner_bg.gif);
}
#homepage_top_section img { border: solid #000000 1px; }
#template_top_section {
    padding-left:65px;
    padding-top: 9px;
    background-image: url(http://www.btmbeijing.com/banner_bg.gif);
}

#standard_left_nav {
    background-color: #aa0000;
}

#current_channel {
    background-color: #fe0000;
}

#standard_left_nav td,
#standard_left_nav th{
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}

#standard_left_nav td {
    border-top: dashed #D98080 1px;
}


#standard_left_nav a:link,
#standard_left_nav a:active,
#standard_left_nav a:visited,
#standard_left_nav a:hover {
    color: #ffffff;
}

#homepage_right_section th {
    color: #cc0000;
    font-size: 13px;
    padding-bottom:0px;
}

#homepage_right_section td {
    font-size: 11px;
    padding-bottom:1px;
    padding-top:1px;
}

td#DateTime {
    color: #777777;
    border-bottom: dashed #777777 1px;
    padding-bottom:1px;
    padding-top:1px;
}
#cover a:link,
#cover a:active,
#cover a:visited,
#cover a:hover {
    border: solid #cc0000 1px;
    padding-left:0px;
    padding-bottom:0px;
    padding-top:0px;
    border-top:0px;
    border-bottom:0px;
}
#body_top_left {
    border-left:solid #cc0000 1px;
    border-right:solid #cc0000 1px;
    border-bottom:0px;
    border-top:0px;
    padding-left:4px;
    padding-right:4px;
}
#cover_below {
    background-color:#cc0000;
    color:#ffffff;
}

#channels_nav_item_right {
    border-right: solid #d9d9d9 1px;
}

td#channels_nav_item,
td#channels_nav_item_tab {
    border-top: dashed #999 1px;
}

th#channels_nav_item,
th#channels_nav_item_tab {
    border-top: dashed #fff 1px;
    text-align: left;
}

#channels_nav_item {
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #cc0000;
    font-size: 10px;
    font-weight: normal;
}
#channels_nav_item a:link,
#channels_nav_item a:active,
#channels_nav_item a:visited,
#channels_nav_item a:hover {
    color: #cc0000;
}

#channels_nav_item_tab {
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #cc0000;
    font-size: 10px;
    font-weight: bold;
}
#channels_nav_item_tab a:link,
#channels_nav_item_tab a:active,
#channels_nav_item_tab a:visited,
#channels_nav_item_tab a:hover {
    color: #cc0000;
}
/* for left navigation red arrow
#left_nav_arrow {
    position:absolute;
    padding-left: 133px;
    padding-top: 3px;
}
*/

/* picture book start*/
.picture_book_background {
    background-image: url(http://www.btmbeijing.com/picture_background.gif);
    width: 516px;
    height: 342px;
    text-align: left;
    z-index:0;
}

.picture_book_front {
    position: absolute;
    text-align: left;
    width: 433px;
    padding-top: 15px;
    padding-left: 40px;
    z-index:1;
}

.picture_button_next {
    position: absolute;
    padding-top: 285px;
    padding-left: 475px;
}


.picture_button_pre {
    position: absolute;
    padding-top: 20px;
    padding-left: 7px;
    z-index:2;
}

.picture_title {
    font-weight: bold;
    font-size: 12px;
    color: #006bb5;
    padding-left: 5px;
    padding-bottom: 5px;
}

.description_box {
    padding-left: 6px;
}

.blue_title {
    font-weight: bold;
    font-size: 12px;
    color: #006bb5;
}

.blue_link a link,
.blue_link a active,
.blue_link a visited,
.blue_link a hover {

    color: #3f78ff;
    font-size: 11px;
}

.picture_top_bar {
    color: #006bb5;
    background-image: url(http://www.btmbeijing.com/picture_top.gif);
    font-weight: bold;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 5px;
}


.blue_title {
    font-weight: bold;
    font-size: 12px;
    color: #006bb5;
    font-family: Verdana;
}

.button_open {
    padding-top: 5px;
}

/* picture book end*/

/* BB Online*/

.bbonline_folders_heading {
background-color: #cc0000;
background-image: url(corner_bbonline.png);
background-repeat: no-repeat;
background-position: right;
padding: 3px;
padding-right: 10px;
padding-bottom: 0px;
margin-bottom: 0%;
margin-left: 2%;
width: 70%;
}

a.white_link:link,
a.white_link:active,
a.white_link:visited,
a.white_link:hover {
color: #ffffff;
font-weight: bold;
}

