/* general styles */
body, body td, body a, body tr, body table	
{margin:0;font-family: arial, helvetica, sans-serif; margin: 0;padding: 0;font-size: 0.95em;color: #333333;}


/*This is the CSS file for the healthcare professional part of the site, with the logins and stuff*/
#board #main-cont-mid-two	{width:52.8em;}
#board h2					{background: url(../images/headings/h2_dis.gif) no-repeat;} 
#board li					{font-size:0.9em;font-weight:bold;float:left;}
#board li a					{color:#333333;}

/*bd-head this is the orange panel at the top containing the time and sub-nav*/
#bd-head					{background:#faa722;height:4.1em;width:100%}
#bg-hd-in					{padding:0.5em 0.4em 0 0.85em;}/*inner to deal with padds save box model stuff*/
#bd-head h3					{margin:0;}

#bd-head ul 				{text-transform:uppercase;margin:1em 0 0 0;}
#bd-head li					{font-weight:bold;font-size:0.9em;margin-right:2em;color:#fff}	
#bd-head li a				{color:#fff;}
#bd-head .hh .hh			{float:right;width:14em;}
#bd-head p					{float:left;margin:0;color:#fff;font-size:0.8em;font-weight:bold;margin-left:1em;}	

/*forums-title*/
#forums-title				{margin:0.3em 0 0 0}
#forums-title h4			{float:left;background:#004b85;color:#fff;padding:0.4em 25.6em 0.5em 1em;}
#forums-title  div			{float:right;width:24.7em;background:#004b85;}/*298*/
#forums-title label			{float:left;font-size:0.9em;color:#fff;font-weight:bold;padding:0.4em 0 0.5em 0.9em;}
#forums-title select		{float:left;font-size:0.75em;border:none;width:183px;margin:0.5em 0 0.2em 1.5em;text-align:center;}

#admin-outer ul,#board-items ul {border-bottom:4px solid #fff;padding:0 0 0 0.8em;}/*adding border in em is unstable*/
/*this is holly hacked in the main style sheet*/
#admin-outer li, #board-items li	{color:#333333;padding:0.6em 1.4em 0.6em 1.4em;background: url(../images/icons/list_bg2.gif) no-repeat 100% 50%;}
#admin-outer li.first, #board-items li.first	{padding-left:0;}
#admin-outer li.last, #board-items li.last	{padding-right:0;background:none;}
#admin-outer 				{background:#e9ecf4;margin:0.3em 0 0 0;border-bottom:1px solid #cbcdcf;}
#admin-outer h4				{background:#afbed8;color:#004b85;padding:0.5em 25.6em 0.4em 1em;}
#board-items div			{margin:0.35em 0 0 0;border-bottom:1px solid #cbcdcf}
#board-items h4				{background:#ffeace;color:#004b85;padding:1em 25.6em 0.5em 1em;}

/*hack for opera*/
html:first-child #bd-head ul {width:100%;}
html:first-child #bd-head h3 {float:left}
html:first-child div#opera-h	{width:100% !important;}
html:first-child div.hh			{clear:none}
html:first-child #admin-outer ul	{width:100%}
html:first-child #forums-title h4			{padding-right:0;width:50%}


/*
 * New styles added by Evan 26 April 2007
 */


/* Navigation */

/* Styles for the heading rows */
.headerRow, .headerRow a.nav
{
	background:#faa722;
	width:100%;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 0.5em;
	padding-right: 0.4em;
	padding-bottom: 0pt;
	padding-left: 0.85em;
	font-size: 0.9em;
	margin:0; 
	font-weight: bold;
}

.headerRow a.nav:hover
{
	color: #FFF;
}

.headerRow td#loginNotification
{
	color: #004d88;
	padding: 2px 2px 2px 5px;
}

tr.headerRow2
{
	background-color: #004B85;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}

tr.headerRow2 td
{
	border-top: thick white solid;
	border-bottom: thick white solid;
	padding: 5px 5px 5px 10px;
	width: 50%;
	color: #FFF;
}

tr.headerRow2 td#headerRow2_left
{
	border-right: 2px white solid;
}

tr.headerRow2 td#headerRow2_right
{
	border-left: 2px white solid;
	text-align: right;
}

td#DateBox
{
	text-align: right;
	text-transform:UPPERCASE;
	padding-right: 15px;
	font-weight: normal;
	font-size: 0.9em;
}


/*Styles for the display rows */
.tableSubLedger, .tableSubLedger a, .tableSubLedger-admin, .tableSubLedger-admin a 
{
	background-color: #ffeace;
	background-image: none;
	color: #004b85;
	text-decoration: none;
	text-transform: uppercase;
}

.tableSubLedger td, .tableSubLedger-admin td
{
	padding-top: 1em;
	padding-right: 25.6em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-top-width:  medium;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: 0.8em;
}

	
tr.evenTableRow td, tr.evenTableRow-admin td
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	border-bottom: thick solid #FFF;
	padding: 5px 5px 5px 5px;
}


/*Change the color of the Admin Rows */
.tableSubLedger-admin, .tableSubLedger-admin a
{
	background-color: #afbed8;
}

tr.evenTableRow-admin 
{
	background-color: #E9ECF4;	
}

table.tableBorder
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcdcf;
}

/* Styles for the lists */
ul.SubForums li			{float: left;font-size:0.9em;padding:   0 0 0 0.9em ; margin:0 0 0 0.9em; font-weight:bold; background: url(/images/icons/list_bg2.gif) no-repeat 0% 50%; }
ul.SubForums li.first	{background: none;}
ul.SubForums li a		{color:#333333; text-transform: uppercase; font-weight: bold; text-decoration:none;}
ul.SubForums li a:hover	{color: #FAA722; text-decoration: underline;}
ul.SubForums
{
	clear:both;
	float:left;
	width: 100%;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0.8em;
	list-style-type: none;
	margin:0; 
}

h3, h4
{
	margin-top:2.4em;
	color:#004d88;
	font-size:0.9em;
}

h4
{
	text-transform: uppercase;
}

.indent
{
	margin-left: 3em;
}
p 
{
	color: #333333;
}
input.coloured_button
{
	background:#004b85;
	width:12.2em;
	text-align:center;
	color:#fff;
	border:none;
	font-size:0.9em;
	margin: 0 1em 0 0;
	padding:0.1em 0 0.1em 0;
	text-transform: uppercase;
}

.msgBody {
	font-size: 1.5em;
}

#nfTopLoginMessages {float:left;}
#nfTopLogo {float:right;}
