/*	Stylesheet for BonDevZone pages 
	Up-dated, January, 2008, beginning of move to DZ7
	*/
body 		{
	text-decoration: none;
	background-color:#CCCCCC;
	color:000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	}
/* Former background colour was creamy #FFFFF0  */
/*  Now let's try and change the scrollbar and other decorations (Explorer only?).  */
body, htm	{	
			scrollbar-3dlight-color:ffffff;
			scrollbar-shadow-color:000000;
			scrollbar-arrow-color:000000;
			scrollbar-base-color:6D6D59;
			scrollbar-face-color:fdf5e6;
			scrollbar-darkshadow-color:000000;
			scrollbar-dark-shadow-color:ffffff;
			scrollbar-highlight-color:6D6D59;
		}

/* Global formatting elements, overridden by local ones where needed. */

} /* main body text */


P.diary		{
	font-family: Arial;
	font-size: .8em;
} /* text for diary links */

/* The HEADERS  **/
h1 {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 40px; 
	font-style: normal; 
	font-weight: bold
	}
	
h2 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 30px; 
	font-style: normal; 
	font-weight: bold 
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	}

h4 {
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding-left: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #C9D2D6;
	}
	
	
/**  The LINKS **/
a 		{  
	text-decoration: none; 
	color: #000000
	}
a:link 	{  
	text-decoration: none; 
	color:#006699; 
	font-weight:bold
	}
a:hover {  
	text-decoration: underline; 
	color:#FF0000; 
	font-weight:bold
	}
a:visited 	{  
	text-decoration: none; 
	color:#006699; 
	font-weight:bold
	}


/** The LISTS **/
UL		{
	font-family: Times;
	font-size: .8em;
	} /* unordered list text */
	
OL		{
	font-family: Times;
	font-size: .8em;
	} /* ordered list text */


TABLE	{
	font-family: Times; 
	font: 1em;
	} /* main body text */


HR		{
	color:000000
	} /* colour of all horizontal rules to be black */

img {
	border: none;
}

/* MY Favourite GOLD colour = color:6D6D59 */
/* former background colour for all pages in the body tag was BGCOLOR="#b0c4de" - a very nice blue*/
/* ivory (original colour?) = background-color:FFFFF0; */
/* nice sort of green = background-color:00BBBB */
/* nice classy linen colour = background-color:FAF0E6 */
/* old lace = background-color:FDF5E6 */
/* sandy desert colour = background-color:FFDEAD; */
/* sort of pale creamy colour = background-color:FFF8DF; */

/*  Now let's try and change the drop down menus.  */


/** The FORMS and Elements **/
select	{ 	
	background-color:#FFFFFF; 
	font-family: Ariel; font: .9em; 
	font-weight:bold; 
	color:#000000;
	}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5A4B3A;
	border: 1px ridge #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}


.emailfriend {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	border: #006666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}
	
.tellafriend {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.6em; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
	}
	
.newsheader {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none
	}
	
.dropcapital {  
	font-family: "Times New Roman", Times, serif; 
	font-size: .9em; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none
	}
	
.p1 {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
/** STYLE for new mainpage content blocks, Oct. 2009 **/
#devzone {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0px;
	margin-left: -400px;
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#devzone p {
	margin-left:10px;
	margin-right:10;
	font-size: 0.8em;
	}
	
/**  PAGE Headers **/
#dz_header {
	background-color: #000000;
	background-image: url(../pics/BDZlogo_2009.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 100%;
	border: none;
} /* for main pages */

#dz_header_markets {
	background-image: url(../pics/marketplace/header_bg.png);
	background-color: #CEBEA5;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	border: none;
} /* for specialist marketplace pages */
.subheader {
	padding: 3px;
	float: left;
	width: 32%;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #FFFFFF;
}
.subbody {
	padding: 3px;
	float: right;
	width: 68%;
	clear: right;
	background-color: #FFFFFF;
}
.subitem {
	clear: none;
	width: 100%;
	background-color: #FFFFFF;
}
.pclear {
	clear: both;
	width: 100%;
}

.redalert {
	color: #990000
	}

