/*
         ___        __                   ____          __                                           _____
        /   |  ____/ /____ _ ____ ___   / __ ) ____   / /_ _____   _____ ____   ____ ___     _   __|__  /
       / /| | / __  // __ `// __ `__ \ / __  |/ __ \ / __// ___/  / ___// __ \ / __ `__ \   | | / / /_ < 
      / ___ |/ /_/ // /_/ // / / / / // /_/ // /_/ // /_ (__  )_ / /__ / /_/ // / / / / /   | |/ /___/ / 
     /_/  |_|\__,_/ \__,_//_/ /_/ /_//_____/ \____/ \__//____/(_)\___/ \____//_/ /_/ /_/    |___//____/  
                      
     © Copyright Ryan Cesiel and the 2007-2008 AdamBots (Team 245) Website Team
     All Rights Reserved.
     --------------------------------------------------------------------------     
     ###########################################################################
     ## FILE: stylesheet.css                                                  ##
     ## DESCRIPTION: All main CSS is located in this file for the forum.      ## 
     ## Positioning, color and all that, it's all here.                       ##
     ###########################################################################
*/

body {
	background: #ffd800 url(./images/bg.png) repeat;
        font: 11px Arial, Sans-Serif;
        color: #333333;
        margin: 0;
        padding: 0;
}

/* Tables
 ------------ */
.countdown-table {
	background: transparent;
	margin-top: -5px;
	text-align: left;
}

.modsandmcp-table {
	font: 11px Arial, Helvetica, Sans-Serif;
	margin-bottom: 5px;
}

th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #333333;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}
td.tdspacing {
	padding-left: 4px;
}

.tablebg {
	background-color: #A9B8C2;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #F5F5F5;
}

.row1 {
	background-color: #ECECEC;
	padding: 4px;
}

.row2 {
	background-color: #DDDDDD;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

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

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	text-decoration: none;
	color: #0F68AD;
	background: none;
}

a:visited, a:active {
	color: #4B97D1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
}

a.topictitle, a.topictitle:visited {
	margin: 1px 0;
	font: 12px Arial, Sans-Serif;
	font-weight: bolder;
	letter-spacing: .3px;
}

a.topictitle:hover, a.topictitle:active {
	text-decoration: underline;
	font-weight: bolder;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

a.smalllink:link, a.smalllink:visited {
	font: 11px Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

a.smalllink:hover, a.smalllink:active {
	color: #FFD800;
	text-decoration: none;
	font-weight: bolder;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font: 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font: 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 1.6em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 4px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font: 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font: 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font: 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font: 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font: 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* General Site Structure
---------------------------------- */
#container {
	width: 901px;
        margin: 0 auto;
}

#header {
     	width: 901px;
     	height: 100px;
     	margin-bottom: 20px;
}

#personal {
     	float: right;
     	font: 11px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
     	height: 30px;
}

#personal td {
	padding: 0;
}

.personal_left {
     	background: url(./images/personal_left.png) left top no-repeat;
     	height: 30px;
     	width: 10px;
}

.personal_bg {
     	background: url(./images/personal_bg.png) repeat;
     	height: 24px;
     	padding-top: 6px;
     	text-align: center;
}

.personal_right {
     	background: url(./images/personal_right.png) right top no-repeat;
     	height: 30px;
     	width: 10px;   
}

.bannertext {
     	float: left;
     	background-image: url(./images/bannertext.png);
     	width: 420px;
     	height: 90px;
     	margin-top: 15px;
}

.firstlogo {
     	float: right;
     	background-image: url(./images/first_logo.png);
     	width: 100px;
	height: 75px;
     	margin-top: 5px;
}

.seasonorholiday {
     	float: right;
     	background-image: url(./images/holiday/happyholidays.png);
     	margin-right: 15px;
	width: 370px;
     	height: 90px;
}

#content {
     	width: 901px;
}

.content_top {
     	background-image: url(./images/content_top.png);
     	width: 901px;
     	height: 11px;
}

.content_bg {
     	background-image: url(./images/content_bg.png);
     	width: 880px;
     	padding: 1px 10px 10px 11px;
}

#lb {
     	float: left;
     	width: 665px;
}

.lb p { 
     
}

.top_message {
     	background-image: url(./images/top_message.png);
     	width: 627px;
     	height: 49px;
     	font: 14px Arial, Sans-Serif;
     	font-weight: bolder;
     	color: #FFFFFF;
     	padding: 15px 20px 20px 20px;
}

.top_message p {
     	font: 13px Verdana;
     	margin: 0;
     	padding-left: 10px;
}

.roundedbg {
	background: url(./images/user_top.png) top;
	width: 667px;
	margin-top: 11px;
	color: #666666;
}

.roundedbg td {
	padding: 10px 10px 3px 10px;
}

.roundedbg_bottom {
	background-image: url(./images/user_bottom.png);
	width: 667px;
	height: 7px;
}

.lb_title {
     	background-image: url(./images/article_title.png);
     	background-repeat: no-repeat;
     	width: 667px;
     	height: 21px;
     	font-weight: bolder;
     	color: #FFFFFF;
	margin: 10px 0px 7px 0px;
     	padding: 4px 0px 5px 10px;
}

.lb_title h5 {
	font: 14px Arial, Sans-Serif;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

/* Same as h5, for some reason h5 was ignored with Who's Online, Birthdays, and stats. */
.titlelink {
	font: 14px Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
}

a.titlelink, a.titlelink:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

a.titlelink:hover, a.titlelink:active  {
	font: 14px Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #FFD800;
	text-decoration: none;
	border: none;
}

.cactions {
     	float: right; 
     	margin-right: 10px; 
     	font: 11px Arial, Sans-Serif; 
     	font-weight: bolder;
     	text-align: right;
     	padding-top: 2px;
}

.lbtab table {
     	background-color: transparent;
}

.lbtab a { 
     	color: #FFFFFF;
     	text-decoration: none;
     	padding: 3px 4px 0px 0px;
     	margin-left: 2px; 
}

.lbtab a:hover {
     	background: url(./images/tabs_right.png) right top no-repeat;
     	color: #333333;
     	text-decoration: none;
     	padding: 3px 4px 7px 0px;
}

.lbtab a span.left {
     	padding: 3px 0 0 6px;
     	width: 0px;
     	height: 21px;
}

.lbtab a:hover span.left {
     	background: url(./images/tabs_left.png) left top no-repeat;
     	padding: 3px 0 5px 6px;
     	text-decoration: none;
     	width: 0px;
     	height: 21px;
}

.lb dl {
     	padding: 0;
     	margin: 3px 0px 3px 10px;
}

.lb dt {
     	margin-left: 5px;
}


#rb {
     	float: left;
	width: 197px;
 	margin-left: 14px;
 	font: 11px Arial, Sans-Serif;
 	color: #666666;
}

.rb_title {
     	background-image: url(./images/rb_title.png);
     	width: 190px;
     	height: 23px;
     	padding: 7px 0px 0px 10px;
     	margin-top:7px;
     	margin-bottom:3px;
     	font: 14px Arial, Sans-Serif;
     	font-weight: bolder;
     	color: #FFFFFF;
     	cursor:pointer;
}

.rb_title-open {
     	background-image: url(./images/rb_title-plus.png);
     	width: 190px;
     	height: 23px;
     	padding: 7px 0px 0px 10px;
     	margin-top:7px;
     	margin-bottom:3px;
     	font: 14px Arial, Sans-Serif;
     	font-weight: bolder;
     	color: #FFFFFF;
     	cursor:pointer;
}

.rb_title-close {
     	background-image: url(./images/rb_title-minus.png);
     	width: 190px;
     	height: 23px;
     	padding: 7px 0px 0px 10px;
     	margin-top:7px;
     	margin-bottom:3px;
     	font: 14px Arial, Sans-Serif;
     	font-weight: bolder;
     	color: #FFFFFF;
     	cursor:pointer;
}

.rb_title-outside {
     	background-image: url(./images/rb_title.png);
     	width: 190px;
     	height: 23px;
     	padding: 7px 0px 0px 10px;
     	margin-top:7px;
     	margin-bottom:3px;
     	font: 14px Arial, Sans-Serif;
     	font-weight: bolder;
     	color: #FFFFFF;
}

.rb_content {
	width: 190px;
	margin: 0 auto;
}

.rb_content dl {
     	margin: 0;
     	padding: 0;
}

.rb_content dt {
     	border-bottom: 1px dotted #CCCCCC;
     	padding: 3px 0px 3px 0px;
     	margin: 0;
     	font-weight: normal;
}

.spacer {
	background-color: #FFFFFF;
     	clear: both;
     	height: 1px;
}

#footer {
     	background-image: url(./images/footer.png);
     	width: 861px;
     	height: 73px;
     	font: 11px Arial, Sans-Serif;
     	line-height: 1.7em;
     	color: #666666;
     	padding: 17px 20px 0px 20px;
     	margin-bottom: 10px;
}

.footer_left {
     	float: left;
     	width: 350px;
}

.footer_right {
     	float: right;
     	width: 120px;
     	line-height: 1em;
     	margin-left: 10px;
}

.footer_right dl {
     	margin: 0;
}

.footer_right dt {
     	width: 120px;
     	border-bottom: 1px dotted #DDDDDD;
     	padding: 3px 0px 3px 0px;
     	font-weight: normal;
}

/* Alertbox - Just a Little Blue Box to Put a Message in */
.alertbox {
     	background-image: url(./images/alertbox_bg.png);
     	background-repeat: repeat;
     	width: 646px;
     	font: 11px Verdana, Tahoma, Arial, Sans-Serif;
     	color: #5981a9;
     	padding: 0px 10px 0px 10px;
}

.alertbox_top {
     	background-image: url(./images/alertbox_top.png);
     	width: 666px;
     	height: 7px;
}

.alertbox_bottom {
     	background-image: url(./images/alertbox_bottom.png);
     	width: 666px;
     	height: 7px;
     	margin-bottom: 10px;
}

.sponsors {
     	border: 0;
     	margin-bottom: 5px;
}


/* Javascript Tool-Tip CSS */		
.tool-tip {
     	color: #fff;
     	width: 139px;
     	z-index: 13000;
} 

.tool-title {
     	font: 11px Arial, Verdana, Tahoma, Sans-Serif;
     	font-weight: bold;
     	margin: 0;
     	color: #ffd800;
     	padding: 8px 8px 4px;
     	background: url(./images/bubble.png) top left;
}
		 
.tool-text {
     	font: 11px Arial, Verdana, Tahoma, Sans-Serif;
     	padding: 4px 8px 8px;
     	background: url(./images/bubble.png) bottom right;
}

.tool-loading {
     	background: url(./images/ajax_load.gif) center center no-repeat;
     	width: 30px;
     	height: 30px;
     	margin: 0 auto;
}

#toolbar img {
        margin: 0px 5px 5px 0px;
}

.countdown {
	font: 24px Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
}

.cat_details {
        font: 10px Arial, Sans-Serif;
	font-weight: bolder;
	text-transform: uppercase;
}

.forumlist_title {
        font: 14px Arial, "Trebuchet MS", Sans-Serif;
	font-weight: bolder;
	color: #666666;
}

p.forumlist_desc {
        font: 11px Arial, Tahoma, Sans-Serif;
	color: #999999;
	margin: 0;
	padding: 0;
}

.forumlist_info {
        text-align: center;
        font: 11px Arial, Tahoma, Sans-Serif;
	color: #999999;
}    

.forumrules {
	background: url(./images/rules_top.png) top;
	width: 643px;
	padding: 10px 4px 4px 20px;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #fe864b;
}

.forumrules h3 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 0 -8px;
	color: #fd7837;
}

.forumrules_bottom {
	background: url(./images/rules_bottom.png);
	width: 667px;
	height: 7px;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.topicauthor {
	margin-left: 2px;
	font-size: 11px;
}

p.topicdetails {
	margin: 1px 0;
	font-size: 11px;
}

p.whosonline {
	margin: 0;
	padding: 3px 0 5px 3px;
	font: 11px Arial, Helvetica, Sans-Serif;
}

p.normaltext {
	font: 12px Verdana, Sans-Serif;
	line-height: 1.6em;
	color: #333333;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postauthor h5 {
	font: 18px Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	margin: 0 0 3px 0;
	padding: 0;
}

.postdetails {
	color: #555555;
}

.postbody {
	width: 660px;
	font: 12px Verdana, Tahoma, Sans-Serif;
	color: #444444;
	line-height: 1.7em;
	margin: 0 auto;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

table p {
	padding: 0;
	margin: 0;
}


/* Forum Body Elements
------------------------ */
.announcements_title {
	background-image: url(./images/announcements_bg.png);
     	width: 667px;
     	height: 21px;
     	font-weight: bolder;
     	color: #666666;
	margin: 10px 0px 7px 0px;
     	padding: 4px 0px 6px 10px;
}

.announcements_title h5 {
	padding: 0;
	margin: 0;
	font: 14px Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
}

.stickies_title {
	background-image: url(./images/stickies_bg.png);
     	width: 667px;
     	height: 21px;
     	font-weight: bolder;
     	color: #666666;
	margin: 10px 0px 7px 0px;
     	padding: 4px 0px 6px 10px;
}

.stickies_title h5 {
	padding: 0;
	margin: 0;
	font: 14px Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
}

.normalthreads_title {
	background-image: url(./images/normalthreads_bg.png);
     	width: 667px;
     	height: 21px;
     	font-weight: bolder;
     	color: #666666;
	margin: 10px 0px 7px 0px;
     	padding: 4px 0px 6px 10px;
}

.normalthreads_title h5 {
	padding: 0;
	margin: 0;
	font: 14px Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
}


/* Thread Body Elements
------------------------ */
.userinfo {
	background: url(./images/user_top.png) top;
	width: 667px;
	color: #555555;
}

.userinfo td {
	padding: 10px 10px 3px 10px;
}

.userinfo_bottom {
	background-image: url(./images/user_bottom.png);
	width: 667px;
	height: 7px;
}

.posthr {
	background-color: #EEEEEE;
	height: 2px;
	width: 100%;
	margin: 3px 0 4px 0;
}

.signature {
	font: 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #555555;
	line-height: 1.6em;
}

.subject {
	width: 100%;
	color: #555555;
	border-bottom: 1px solid #EEEEEE;
	margin: 2px 0px 5px 3px;
}


/* UCP Body Elements
------------------------ */
.ucpnav {
	background: url(./images/user_top.png) top;
	width: 667px;
	margin-top: 2px;
	color: #666666;
}

.ucpnav td {
	padding: 10px 10px 3px 10px;
}

td.ucpnav-small {
	font: 10px Tahoma;
	line-height: 1.6em;
	padding-top: 5px;
	vertical-align: top;
}

.ucpnav_bottom {
	background-image: url(./images/user_bottom.png);
	width: 667px;
	height: 7px;
}

.ucpnav_title {
     	background-image: url(./images/article_title.png);
     	width: 657px;
     	height: 19px;
     	font-weight: bolder;
     	color: #FFFFFF;
	margin: 10px 0px 7px -2px;
     	padding: 6px 0px 5px 10px;
}

table.ucpnav_title {
     	background-image: url(./images/article_title.png);
     	width: 667px;
     	height: 19px;
     	font-weight: bolder;
     	color: #FFFFFF;
	margin: 10px 0px 7px -2px;
     	padding: 2px 0px 3px 10px;
}

.ucpnav_title h5 {
	font: 14px Arial, Sans-Serif;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}