/* 
 * ========================================================================
 * PHP-Fusion 6 Content Management System
 * Copyright © 2002 - 2006 Nick Jones
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * 
 * More Info About The Licence At http://www.gnu.org/copyleft/gpl.html
 * ========================================================================
 *
 * ========================================
 * Regular body
 * ========================================
 */

body {
	background: #D0D6D9 url(images/background.gif) repeat-x;
	color: #445563;
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.bodyline {
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #667887;
}

/* 
 * ========================================
 * the links style
 * ========================================
 */

a {
	color: #526F87; 
	text-decoration: none;
}

a:hover {
	color: #444444; 
	text-decoration: underline;
}

a.side {
	color: #000000; 
	text-decoration: none;
}

a:hover.side {
	color: #444444; 
	text-decoration: underline;
}

/* 
 * ========================================
 * the logo style
 * ========================================
 */

#zeneca_wrap {
	text-align: left; 
	width: 100%;
	padding: 0; 
	margin: 0 auto; 
	border-left: 1px solid #000;
	border-right: 1px solid #000
}


#logo { 
	background-image: url(images/logo_bg.gif); 
	padding: 0; 
	margin: 0;
	width: 100%;
	height: 124px; 
}

.left_bg { 
	background-image: url(images/left_bg.gif);
}

.right_bg { 
	background-image: url(images/right_bg.gif);
}

/* 
 * ========================================
 * the navigation style
 * ========================================
 */

#navigation { 
	background-image: url(images/navigation_bg.gif); 
	width: 100%;
	height: 32px;
	text-align: center;
}

/* 
 * ========================================
 * the footer style
 * ========================================
 */

.footerbg {
	background-color: #EAECEE; 
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}

.footer {
	padding: 0px 4px 0px 4px;
}

/* 
 * ========================================
 * the form style
 * ========================================
 */

form
{
	display: inline;
	margin: 0; 
	padding: 0;
}

form input:focus,
form input:hover,
form select:focus,
form select:hover,
form textarea:focus,
form textarea:hover
{	
	background-color: #FAFAFA;
	border: #6F6F6F 1px solid;
	color: #3A3A3A;
}

/* 
 * ========================================
 * the horizontal rule style
 * ========================================
 */

hr {
	height: 0px; 
	border: solid #F1F1F1 1px; 
	border-top-width: 1px;
}

hr.side-hr {
	height: 0px; 
	border: solid #F1F1F1 0px; 
	border-top-width: 1px;
}

/* 
 * ========================================
 * main <td> style
 * ========================================
 */

td {
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* 
 * ========================================
 * miscellaneous styles
 * ========================================
 */

pre {
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.alt {
	color: #395267;
}

/* 
 * ========================================
 * the button and textbox styles
 * ========================================
 */

.button {
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #667887 solid;
	margin-top: 2px;
}
	
.textbox {
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #445563;
	background-color: #FFFFFF;
	border: 1px #667887 solid;
}

/* 
 * ========================================
 * the main body style
 * ========================================
 */

.main-body {
	font-size: 11px;
	color: #445563;
	padding: 4px 4px 6px 3px;
	background-color: #E9EAEB;
}

/* 
 * ========================================
 * the side panel style
 * ========================================
 */

.side-body {
	font-size: 11px;
	color: #2C5476;
	padding: 4px 4px 6px 3px;
	background-color: #E9EAEB;
}

/* 
 * ========================================
 * the zeneca side images style
 * ========================================
 */

td.lefttd {
	background-repeat: repeat-y; 
	background-image: url(images/leftside.gif);
}

td.righttd {
	background-image: url(images/rightside.gif); 
	background-repeat: repeat-y;
}

/* 
 * ========================================
 * the main background style
 * ========================================
 */

.main-bg {
	background-color: #EAECEE;
	color: #000000;
}

/* 
 * ========================================
 * the news footer style
 * ========================================
 */

.news-footer {
	font-size: 10px;
	font-weight: normal;
	color: #445563;
	background-color: #DFE2E5;
	padding: 4px 4px 4px 2px;
}

/* 
 * ========================================
 * the forum cell style
 * ========================================
 */

.capmain {
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	border-color: #667887;
	border-style: solid;
	color: #B78E00; 
	height: 24px; 
	padding: 2px 2px 2px 2px;
}

/* 
 * ========================================
 * the panel styles
 * ========================================
 */

.panel {
	background: #647685 url(images/cellpic.gif);
	color: #FFFFFF;
	font-weight: bold; 
	text-align: left;
	height: 26px;
	padding: 0px 0px 2px 6px;
}

.t_border {
	border-top: #667887 1px solid; 
	border-bottom: #667887 1px solid; 
	border-left: #667887 1px solid; 
	border-right: #667887 1px solid;
}

/* 
 * ========================================
 * the left/right sides used on zeneca
 * ========================================
 */

.side-border-left { 
	padding: 5px 10px 0px 0px; 
}

.side-border-right {
	padding: 5px 0px 0px 10px; 
}

/* 
 * ========================================
 * the statistics style
 * ========================================
 */

.u_visits {

	color: #3A3935; 
	text-decoration:none; 
	font-weight: bold;
	font-size: 10px;
	border-top: #BFC6C7 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-left: #BFC6C7 1px solid; 
	border-right: #FFFFFF 1px solid;
	width: 150px;
	padding: 4px;
}

.visits {

	color: #7C9203; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 10px;
}

/* 
 * ========================================
 * border removal (no border='0' required)
 * ========================================
 */

img {
border: 0px;
}

/* 
 * ========================================
 * the <table> <td> border styles
 * ========================================
 */

.border {
	border-width: 0px 1px 1px 1px;
	border-color: #667887;
	border-style: solid;
}

.border2 {
	border-width: 1px 1px 0px 1px;
	border-color: #667887;
	border-style: solid;
}

.tbl-border {
	background-color: #BFC6C7;
}

.tbl {
	font-size: 11px;
	padding: 3px 4px 3px 4px;
}

/* 
 * ========================================
 * the <table> <td> background styles
 * ========================================
 */

.tbl1 {
	font-size: 11px; 
	background-color: #FBFBFD; 
	background: #EAEBEC url(images/tbl1_bg.gif)
	repeat-x center bottom;
	color: #38394B;
	padding: 4px;
	border: 1px solid #FFFFFF;
}

.tbl2 {
	font-size: 11px; 
	background-color: #F0F0F0; 
	background: #F4F5F6 url(images/tbl2_bg.gif) 
	repeat-x center bottom;
	color: #38394B;
	padding: 4px;
	border: 1px solid #FFFFFF;
}

/* 
 * ========================================
 * the forum top cell style
 * ========================================
 */

.forum-caption {
	font-size: 10px;
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #576368; 
	height: 24px; 
	padding: 0px 4px 2px 4px;
	background-image: url(images/forum_caption.gif);
	background-repeat: repeat-x;
	border-width: 0px 0px 0px 0px;
	border-color: #667887 #667887 #667887 #667887;
	border-style: solid;
}

/* 
 * ========================================
 * the quote and code styles
 * ========================================
 */

.quote {
	color: #136773;
	background-color: #E8E8E8; 
	padding: 5px;
	margin: 0px 2px 0px 2px; 
	border: 1px #667887 solid;
}

/* 
 * ========================================
 * the poll style
 * ========================================
 */

.poll { 
	height: 12px; 
	border: 0px #444 solid;
}

/* 
 * ========================================
 * the comment style
 * ========================================
 */

.comment-name {
	font-weight: bold; 
	color: #373737;
}

/* 
 * ========================================
 * the shoutbox style
 * ========================================
 */
.shoutboxname {
	font-weight: bold; 
	color: #4E76A9;
}

.shoutbox	{
	color: #005C76;
}

.shoutboxdate {
	font-size: 9px; 
	color: #1C1C1C;
}

/* 
 * ========================================
 * miscellenous font styles used in theme
 * ========================================
 */

.small {
	font-size: 11px; 
	font-weight: normal;
	color: #445563;
}

.small2 {
	font-size: 11px; 
	font-weight: normal; 
	color: #445563;
}

.side-small {
	font-size: 10px; 
	font-weight: normal; 
	color: #445563;
}

.side-label {
	background-color: #D5DCE3; 
	font-weight: normal; 
	color: #235075; 
	padding: 2px;
}

