/* 
ManagementDevelopment.biz - The Book CSS - Version 1.0
Author: Gavin Marshall (gavvy@orcon.net.nz)
*/

html, body
{
	padding:0;
	margin:0 auto;
	background-color:#F0F0F0; 
}

a.nav
{
	text-decoration: none;
	color:white;
}

a.core
{
	text-decoration:underline;
	color:black;
}

.main_div
{
	height:100%;
	width:768px;
	margin:0 auto;
}

.table_main
{
	border-collapse: collapse;
	table-layout:fixed;
	height:100%;
	width:100%;
}

.left_border
{
	width:25px;
	background-image:url("images/b_shadow_left.jpg");
	background-repeat:repeat-y;
	background-position:center;
}

.right_border
{
	width:25px;
	background-image:url("images/b_shadow_right.jpg");
	background-repeat:repeat-y;
	background-position:center;
}

td 
{
    padding:0;
}	

.title_cell
{
	background-image:url("images/title_bg.jpg");
	height:80px;
	text-align:center;
	vertical-align:top;
}

.title_cell_font_a
{
	font-size:18px;
	color:white;
	font-family:Minion Pro;
	font-style:italic;
	color:white;
}

.title_cell_font_b
{
	font-size:36px;
	color:white;
	font-family:Minion Pro;
	font-style:italic;
	color:white;
}

.nav_cell
{
	background-image:url("images/nav_bg.jpg");
	height: 25px;
	text-align:center;
	vertical-align:middle;
}

.nav_cell_font
{
	font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif;
	font-size:13px;
	color:white;
}

.core_cell
{
	background-color:white;
	text-align:left;
	vertical-align:top;
	padding:5px;
}

.core_cell_font
{
	font-family:'Bookman Old Style',Bookman,'URW Bookman L',serif;
	font-size:14px;
}

.core_cell_para
{
	margin-left:10px;
}

h3
{
	font-family:'Century Gothic',Futura,'URW Gothic L',sans-serif;
	font-size:18px;
	font-weight:bold;
}

h4
{
	font-family:'Century Gothic',Futura,'URW Gothic L',sans-serif;
	font-size:15px;
	font-weight:bold;
}

label span
{
	float: left;
	width: 10em;	
}

.notice
{
	color:red;
	font-size:16px;
}

textarea
{
	font-family:Arial,Helmet,Freesans,sans-serif;
	font-size:12px;	
	max-width:500px;
	resize: none;
}

.info_cell
{
	background-image:url("images/info_bg.jpg");
	height: 25px;
	vertical-align:bottom;
	text-align:center;
}

.info_cell_notes
{
	font-family:Gill Sans MT;
	font-size:10px;
	font-style:italic;
	color:white;
}

.bottom_border
{
	background-image:url("images/b_shadow_bottom.jpg");
	height: 1px;	
}


question
{
font-size:12px;
}
