@charset "utf-8";
body {
background:url(images/body-bg.gif) repeat-x #fff;
font-size: 84%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding: 0;
line-height: 1.5em;
}
ul,li{ list-style:none;}
table{ border-collapse:collapse;}
/* Text elements
-------------------------------------------------------------- */

tr.odd td, tr.even td {
padding: 0.5em;
}
tr.odd td a, tr.even td a{ color:#005a8c;}
tr.odd td a:hover, tr.even td a:hover{ color:#cc6600;}
a {
text-decoration: none;
}


/* Headings
-------------------------------------------------------------- */


#content {
width: 100%;
float: left;
height:auto !important; 
height:auto;
min-height:368px;
}

/* Sidebar regions
-------------------------------------------------------------- */

/*=================20110416 jerry=======================*/
#sidebar-left h2.block-title,
#sidebar-right h2.block-title {
background: #e6e6e6;
margin:0;
padding-top: 5px;
padding-bottom: 3px;
padding-left: 10px;
padding-right: 10px;
font-size:14px;
background:url(images/block-title-bg03.jpg) no-repeat 0 0px;
border:none;
color:#fff;
}
#sidebar-right h2.block-title {
background:url(images/block-title-bg02.jpg) no-repeat 0 0px;/*=================20110416 jerry=======================*/
}

#sidebar-left .block-content,
#sidebar-right .block-content {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #939FAB;/*=================20110416 jerry=======================*/
}

#sidebar-left .block-inner,
#sidebar-right .block-inner {
padding-bottom: 0px;
}

#sidebar-left .block-content,
#sidebar-right .block-content {
}

#sidebar-left .block-content-inner,
#sidebar-right .block-content-inner {
margin: 0;
padding: 5px 14px 5px 14px;
}
/* Misc.
-------------------------------------------------------------- */


table {
width:100%;
}

/* Nodes
-------------------------------------------------------------- */



.title, .title a {
margin: 0 auto;
line-height: 1.2em;
}


dl dd {
margin: 0 0 .5em 1em;
}

tr.odd {
background-color:#f4f4f4;
}

tr.even {
background-color:#fcfcfc;
}

th {
text-align:left;
background: #E6E6E6;
}

tr td, tr th {
border:1px solid #bbb;
padding: 0 6px;
}

td.active {
background-color:#f4f4f4;
}