@charset "UTF-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a
{
	text-decoration:none;
	color:#003399;
	/*font-weight:bold;*/
}

a:hover
{
	color:#CC6600;
}

table
{
	font-size:12px;
}



/*******************************************************************/
/* 	
	This is the styling for the universal header.
*/

.header_bg
{
	background-image:url(http://www.adventistinfo.org.uk/images/layout_03.png);
	background-repeat:repeat-x;
}



/*******************************************************************/
/* 	
	This is the styling for the universal menu.
*/

.menu_bg
{
	color:#FFFFFF;
	/*font-weight:bold;*/
	font-size:11px;
	/*padding-left:10px;*/
	background-image:url(http://www.adventistinfo.org.uk/images/layout_07.png);
	background-repeat:repeat-x;
}

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul
{ /*topmost and sub ULs, respectively*/
	font: normal 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}


.ddsubmenustyle li a
{
	display: block;
	width: 160px;
	color: black;
	background-color: lightyellow;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid black;
}

* html .ddsubmenustyle li a
{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover
{
	background-color: black;
	color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer
{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer
{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	right: 2px;
	border: 0;
}

.ddiframeshim
{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}


/* ######### top menu CSS  ######### */
.top_nav_bar ul
{
	margin: 0;
	padding: 0;
	font: bold 12px Arial;
	list-style-type: none;
	/*border-bottom: 1px solid gray;
	background: #414141;*/
	overflow: hidden;
	width: 100%;
}

.top_nav_bar li
{
	display: inline;
	margin: 0;
}

.top_nav_bar li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px; /*padding inside each tab*/
	/*border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	/*background: #414141;*/
}

.top_nav_bar li a:visited
{
	color: white;
}

.top_nav_bar li a:hover
{
	background: black; /*background of tabs for hover state */
}

.top_nav_bar a.selected
{
	background: black; /*background of tab with "selected" class assigned to its LI */
}


/* ######### Marker List Vertical Menu ######### */

.markermenu
{
	width: 120px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul
{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #9A9A9A;
}

.markermenu ul li a
{
	background: #F2F2F2; /*light gray background url(bulletlist.gif) no-repeat 3px center*/
	font: bold 12px;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 2px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a
{ /*IE6 hack*/
	width: 120px;
}

.markermenu ul li a:visited, .markermenu ul li a:active
{
	color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected
{
	color: white;
	background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a
{
	background: white;
}

.blackwhite li a:hover
{
	background: black;
	color: white;
}



/*******************************************************************/
/* 	
	This is the styling for the universal slide show.
*/

.slideshow_bar
{
	font-size:20px;
	font-weight:bold;
}

.slideshow_bg
{
	background-image:url(http://www.adventistinfo.org.uk/images/layout_11.png);
	background-repeat:repeat-x;
}


/*******************************************************************/
/* 	
	This is the styling for the content.
*/

.content
{
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
}


/*******************************************************************/
/* 	
	This is the styling for the universal content's left border.
*/

.content_border_left
{
	background-image:url(http://www.adventistinfo.org.uk/images/layout_13.png);
	background-repeat:repeat-y;
}



/*******************************************************************/
/* 	
	This is the styling for the universal content's right border.
*/

.content_border_right
{
	background-image:url(http://www.adventistinfo.org.uk/images/layout_16.png);
	background-repeat:repeat-y;
}



/*******************************************************************/
/* 	
	This is the styling for the universal slide show.
*/

.footer_bg
{
	background-image:url(http://www.adventistinfo.org.uk/images/layout_20.png);
	background-repeat:repeat-x;
	font-size:10px;
}




/*******************************************************************/
/* 	
	This is the styling for the border with a shadow around the edge.
	The center of the 'box' is left transparent so that it can be used with any
	colour page.
*/
#border_1
{
	font-size:12px;
}

/*#border_1 li
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
}*/

.border1_top
{
	background-image:url(http://www.adventistinfo.org.uk/images/border_02.png);
	background-repeat:repeat-x;
	background-position:top;
	height:20px;
}

.border1_left
{
	background-image:url(http://www.adventistinfo.org.uk/images/border_04.png);
	background-repeat:repeat-y;
	background-position:top;
	width:20px;
}

.border1_right
{
	background-image:url(http://www.adventistinfo.org.uk/images/border_06.png);
	background-repeat:repeat-y;
	background-position:top;
	width:20px;
}

.border1_bottom
{
	background-image:url(http://www.adventistinfo.org.uk/images/border_08.png);
	background-repeat:repeat-x;
	background-position:top;
	height:20px;
}



/*******************************************************************/
/* 	
	This is the styling for the first border.
*/

#table_1
{
	font-size:12px;
}
.table1_top
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_1_02.png);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
}

.table1_left
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_1_04.png);
	background-repeat:repeat-y;
}

.table1_right
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_1_06.png);
	background-repeat:repeat-y;
}

.table1_bottom
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_1_08.png);
	background-repeat:repeat-x;
}



/*******************************************************************/
/* 	
	This is the styling for the first border.
*/

#table_2
{
	font-size:12px;
}
.table2_top
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_2_02.png);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
}

.table2_left
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_2_04.png);
	background-repeat:repeat-y;
}

.table2_right
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_2_06.png);
	background-repeat:repeat-y;
}

.table2_bottom
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_2_08.png);
	background-repeat:repeat-x;
}



/*******************************************************************/
/* 	
	This is the styling for the secondtable.
*/

#table_3
{
	font-size:12px;
}
.table3_top
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_3_02.png);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
}

.table3_left
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_3_04.png);
	background-repeat:repeat-y;
}

.table3_right
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_3_06.png);
	background-repeat:repeat-y;
}

.table3_bottom
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_3_08.png);
	background-repeat:repeat-x;
}


/*******************************************************************/
/* 	
	This is the styling for the 4th table.
*/

#table_4
{
	font-size:12px;
}
.table4_top
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_4_02.png);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
}

.table4_left
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_4_04.png);
	background-repeat:repeat-y;
}

.table4_right
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_4_06.png);
	background-repeat:repeat-y;
}

.table4_bottom
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_4_08.png);
	background-repeat:repeat-x;
}



/*******************************************************************/
/* 	
	This is the styling for the 4th table.
*/

#table_5
{
	font-size:12px;
}
.table5_top
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_5_02.png);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
}

.table5_left
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_5_04.png);
	background-repeat:repeat-y;
}

.table5_right
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_5_06.png);
	background-repeat:repeat-y;
}

.table5_bottom
{
	background-image:url(http://www.adventistinfo.org.uk/images/table_5_08.png);
	background-repeat:repeat-x;
}




/* This section generates the graphics for the bread crumb trail */

#bread_crumb #content
{
	background-image:url(http://www.adventistinfo.org.uk/images/bread_crumbs_03.png);
	background-repeat:repeat-x;
	font-size:10px;
	color:#999999;
	padding-left:5px;
}




/*******************************************************************/
/* 	
	These are the general styles through out the site. I have tried to keep them similar to the original
*/

.smalltext 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-size: 12px;
	color: #333333;
}

.topheading  {
	font-size: 14pt;
	color: #333333;
	font-weight: bold;
	vertical-align: text-top;
}

.bodyheading 
{
	font-size:14px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.greybottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 18px;
}

.leftmenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #EEEEEE;
	text-align: center;
}

.bottommenu {
	font-size: 9pt;
	color: #CE9C00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.copyrighttext {
	font-size: 9pt;
	color: #CCCCCC;
}

.datetext {
	font-size: 9pt;
	color: #CCCCCC;
}

.directorypath {
	font-size: 9pt;
	color: #CE9C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: bottom;
}

.tablemain {
	border-collapse: collapse;
	height: 100%;
}

.normaltext {
	font-size: 9pt;
	color: #333333;
}

.goldonwhite {
	font-size: 9pt;
}