/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* DHTML Navigation Menu Style */
.clsCMOn {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
        padding: 2px 4px;
}

/* DHTML Navigation Menu Style - Active */
.clsCMOver {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
        padding: 2px 4px;
        color : #0000FF;
}

/* General font families for common tags */
h1,h2,h3,td.h1,td.h2,td.h3,td.h4,td.h5,td.h6 { 
	font-weight: bold; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}


font,th,td,p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* General text */
.gen,.genmed,.gensmall { 
	color : #000000; 
}


/* Highlighted text */
b.purple {
	border:none;
	font-weight:bolder;
	color:purple;
	font-family:serif;
}

b.red {
	border:none;
	font-weight:bolder;
	color:red;
	font-family:serif;
}

b.redOriginal {
	border:none;
	font-weight:bolder;
	color:red;
	font-size:13pt;
	font-family:serif;
}

/*
a.gen,a.genmed,a.gensmall { 
	color: #0000FF; 
	text-decoration: none; 
}
a.gen:hover,a.genmed:hover,a.gensmall:hover { 
	color: #DD6900; 
	text-decoration: underline; 
}
*/

/* General links */
a:link,a:active,a:visited { 
	color : #0000FF; 
}
a:hover { 
	color : #DD6900; 
}

a.nav:link,a.nav:active,a.nav:visited { 
	color: #FFFFFF; 
	text-decoration: underline; 
}
a.nav:hover { 
	color: #DD6900; 
	text-decoration: underline; 
}

a.plain:link,a.plain:active,a.plain:visited,a.plain:hover { 
	color: #E0E0E0; 
	text-decoration: none; 
}

hr { 
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}

/* This is the border line & background colour round the entire page */
.bodyline { 
	background-color: #FFFFFF; 
	border: 1px #0080FF solid; 
}

/* This is the outline round the main tables */
.forumline { 
	background-color: #FFFFFF; 
	border: 2px #0080FF solid; 
}

/* nobreak style */
.nobreak { 
	white-space: nowrap; 
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.row4 { background-color: #99CCFF; }
td.row5 { background-color: #A9F5BC; }
td.row6 { background-color: #F2F5A9; }
td.row7 { background-color: #F8E0F7; }
td.red { background-color: #FF0000; }
td.green { background-color: #00FF00; }
#cookbook td.overview { background-color: #e2e8ff; }


/* Header cells - the blue gradient background */
th {
	color: #FFFFFF; 
	font-weight : bold; 
	height: 25px; 
	background-color: #0000FF; 
}

/* 3D Header cells */

th.thHead {
	background-image: url(/g/cellpic4.png); 
	border: #000000; 
	border-style: solid; 
	border-width: 0px 1px 1px 0px;
}


/* Quote & Code blocks */
div.codeNoBox {
	margin: 0% 10%;
        margin-top:5px;
        margin-bottom:10px;
	padding: 1px;
	text-align: left;
	display: block;
	overflow: auto;
	color: black;
	font-weight : bold;
	}

div.code p {
        margin-top:-10px;
	}


div.code {
	margin: 2% 10%;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	color: #ffffff;
	background: #0080ff;
	border: 1px solid rgb(64,64,64); /* This rgb color is a dark gray */
	}


.quote {
	margin: 2% 10%;
	padding: 10px;
	font-variant:small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #444444; 
	line-height: 125%;
	background-color: #FAFAFA; 
	border: #D1D7DC; 
	border: 1px solid rgb(64,64,64);
}


/* Copyright and bottom info */
.copyright { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #444444; 
	letter-spacing: -1px;
}
a.copyright { 
	color: #444444; 
	text-decoration: none;
}
a.copyright:hover { 
	color: #000000; 
	text-decoration: underline;
}


/* Form elements */
input,textarea, select {
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { 
	text-indent : 2px; 
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	color : #FFFFFF;
	background-color : #0080FF;
	font-weight : bold;
}

input.greenbut {
	color : #000000;
	background-color : #00FF00;
	font-weight : bold;
}

input.redbut {
	color : #FFFFFF;
	background-color : #FF0000;
	font-weight : bold;
}


/* None-bold submit button */
input.liteoption {
	color : #FFFFFF;
	background-color : #0080FF;
	font-weight : normal;
}

/* Bulleted list with an arrow image as bullet */
ul.arrow {
	list-style-image : url("/g/arrow.gif");
	padding-left: 2.9ex;
	margin-bottom: 0.1ex;
	margin-top: 0.5ex;

}

li.arrow {
	padding-bottom : 0.5ex;
}

/* ----> COOKBOOK CORRECTION FOR MS IE <---- */
div#cookbook {
	width: 850px;
	border: 2px solid navy;
	background: white;
	margin-left: 125px;
	margin-right: 125px;
	position: relative;
}

#cookbook h1 {
	margin-left: 1cm;
	margin-top: 1cm;
	margin-bottom: 1cm;
	border: none;
	font-size: 26pt;
	font-weight: normal;
	font-family: serif;
	text-align: left;
	color: #0033CC;
	text-shadow: #6374ab 18px 7px 6px;
	position: relative;
	text-indent: 0pt;

}

#cookbook h2 {
	border:	none;
	margin-left: 0.5cm;
	margin-bottom: 0.5cm;
	margin-top: 0.5cm;
	font-size: 16pt;
	font-weight: bold;
	font-family: serif;
	text-align: justify;
	position: relative;
}

#cookbook h3 {
	border: none;
	margin-left: 0.5cm;
	font-size: 14pt;
	font-weight: bold;
	font-family: serif;
	text-align: justify;
	position: relative;
}
#cookbook p {
	border: none;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	text-align: justify;	
}
#cookbook ul.cb,ol.cb,li.cb {
	border: none;
	margin-left: 1cm;
	margin-right: 1cm;
	text-align: justify;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* -------> COOKBOOK CSS <------- */
td > div#cookbook {
	width: 75%;
	max-width: 2048px;
	min-width: 850px;
	border: 2px solid navy;
	background: white;
	margin-left: 12.5%;
	position: relative;
}
td > #cookbook h1 {
	margin-left: 1cm;
	margin-top: 1cm;
	margin-bottom: 1cm;
	border: none;
	font-size: 26pt;
	font-weight: normal;
	font-family: serif;
	text-align: left;
	color: #0033CC;
	text-shadow: #6374ab 18px 7px 6px;
	position: relative;
	text-indent: 0pt;
}

td > #cookbook h2 {
	border:	none;
	margin-left: 0.5cm;
	margin-bottom: 0.5cm;
	margin-top: 0.5cm;
	font-size: 16pt;
	font-weight: bold;
	font-family: serif;
	text-align: justify;
	position: relative;
}

td > #cookbook h3 {
	border: none;
	margin-left: 0.5cm;
	font-size: 14pt;
	font-weight: bold;
	font-family: serif;
	text-align: justify;
	position: relative;
}
td > #cookbook p {
	border: none;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	text-align: justify;	
}

#cookbook ul.cb,ol.cb,li.cb {
	border: none;
	margin-left: 1cm;
	margin-right: 1cm;
	text-align: justify;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#cookbook a:link.cb, a:active.cb, a:visited.cb {
	border: none;
	text-decoration: underline;
	color: #0080ff;
	color: #0000ff;
}
#cookbook a:hover {
	border: none;
	text-decoration: none;
	color: orange;
}
#cookbook hr {
	border: none;
	margin-top: 20px;
	margin-bottom: 10px;
	/*color: navy;*/
	background-color: navy;
	height: 2px;
	width: 100%;
}
div#talkervarn {
	margin: 2% 10%;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: bolder 1em/1.5em 'Lucida Console', 'courier new', monospace;
/*	white-space: pre;*/
	color: orange;
	background: #eeeae6;
	border: 1px solid rgb(64,64,64);
	
}
div#talkererr {
	margin: 2% 10%;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: bolder 1em/1.5em 'Lucida Console', 'courier new', monospace;
/*	white-space: pre;*/
	color: red;
	background: #eeeae6;
	border: 1px solid rgb(64,64,64);
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

.centered {
	text-align: center;
}
