@charset "utf-8";
/*Default style sheet*/

/* This is maybe how i could have positioned the three columns
#left_column{width:170px;float:left;} 
#center_column{width:600px;float:left;} 
#right_column{width:170px;float:left;}
*/

/*
margin-left:auto;
margin-right:auto;
*/

#PageDescription {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #ffffff; 
font-size : 0.7em; 
text-align : center; 
}

#breadcrumbs {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 0.7em; 
text-align : left; 
}

/* CONTAINER AND BODY STYLES */
div.container {
width: 992px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border-right: 3px solid #f4f6d4; /*Same colour as second menu bar*/
border-top: 3px solid #f4f6d4; 
border-left: 3px solid #f4f6d4; 
border-bottom: 3px solid #f4f6d4; 
background-color: #f4f8f9; /*This should be the page colour. f4f8f9;*/
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the div.body. I hope i got this right.*/
}


/*Top menu*/
div.menubar  {
width: 992px;
height: 27px;
margin: 0 auto;
border-right: 0px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
text-align: left; 
padding-bottom: 3px;
}


/*Just the banner image*/
div.bannerimage  {
width: 992px;
height: 120px;
margin: 0 auto;
border-right: 0px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
text-align: center; 
}


/*Top menu 2 and the address bar*/
div.bannermenu2 {
width: 992px;
height: 40px;
margin: 0 auto;
border-right: 0px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
text-align: center; 
}


body { 
font-size:100%;
background-color: #8CAAB3; /*The colour that extends beyond the page.*/
background-attachment:scroll;
background-repeat:repeat-y;
background-position:center center;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}


/*The main 3 column body table sits inside this div.*/
/*Can't use overflow: hidden; tag*/
div.body {
width: 992px;
margin: 0 auto;
border-right: 0px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
text-align: left; /* this overrides the text-align: center on the div.container. I hope i got this right*/
padding-top: 20px;
}

/*layout for the main 3 column body table*/
table#body {          
width: 992px;
height: 600px;
}
table#body td {    
padding: 0px;    
}
.leftcolumn {    
width: 166px; 
vertical-align:top;
}
.middlecolumn {    
width: 664px;
vertical-align:top;
}
.rightcolumn {    
width: 166px; 
vertical-align:top;
}


div.footer {
width: 992px;
border-right: 0px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
text-align: center;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
background-color: #F4F8F9;
}


/* TEXT STYLES TEXT STYLES TEXT STYLES TEXT STYLES */

/*Links style*/
a:link {
color: blue; 
text-decoration: underline;
}
a:visited {
color: orange;
text-decoration: underline;
}
a:hover {
color: red;
text-decoration: none;
}
a:active {
color: #666666;
text-decoration: underline;
}


/*IMAGES LINKS */
a img {border: none; }


/* IMAGES CAPTIONS */
.image .caption { 
font-size: 0.6em;
font-family: Verdana, Arial, sans-serif;
text-align: center; 
}

/* image in a box with caption */
.picture { 
background-color: #F9F9F9; border: 1px solid #CCCCCC; padding: 3px; font: 0.7em Arial, sans-serif; text-align-center;}
.picture img { border: 1px solid #CCCCCC; vertical-align:middle; margin-bottom: 3px; }
.pictureRight { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.pictureLeft { margin: 0.5em 0.8em 0.5em 0; float:left; }
.pictureCentre { margin: 0.5em 0.8em 0.5em 0; text-align:center }
.pictureCaption { margin: 0.5em 0.8em 0.5em 0; text-align:center; font: 0.7em Arial, sans-serif; }



/*Text styles*/
/*
font-style:  normal italic oblique
font-variant: normal small-caps
*/


h1 { 
font-family : Arial, Helvetica, sans-serif; 
color : #648fd7; 
font-size : 1.2em; 
text-align : center; 
} 


h1.h1-white-70-centre { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #ffffff; 
font-size : 0.7em; 
text-align : center; 
} 

h1.h1-black-120-centre { 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
font-size : 1.2em; 
text-align : center; 
} 

h1.h1-black-120-left { 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
font-size : 1.2em; 
text-align : left; 
} 

h1.h1-black-160-left { 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
font-size : 1.6em; 
text-align : left; 
} 

h1.h1-black-160-centre { 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
font-size : 1.6em; 
text-align : center; 
} 

h1.h1-blue-160-centre { 
font-family : Arial, Helvetica, sans-serif; 
color : #648fd7; 
font-size : 1.6em; 
text-align : center; 
} 

h1.h1-red-160-left { 
font-family : Arial, Helvetica, sans-serif; 
color : #cc0000; 
font-size : 1.6em; 
text-align : left; 
} 

h1.h1-black-200-centre { 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
font-size : 2.0em; 
text-align : center; 
} 

h1.h1-red-120-centre { 
font-family : Arial, Helvetica, sans-serif; 
color : #cc0000; 
font-size : 1.2em; 
text-align : center; 
} 

h2.h2-left { 
font-family : Arial, Helvetica, sans-serif; 
color : #648fd7; 
font-size : 1.1em; 
text-align : left; 
}
 
h2.h2-center { 
font-family : Arial, Helvetica, sans-serif; 
color : #648fd7; 
font-size : 1.1em; 
text-align : center; 
}
 
h2.h2-center-Red { 
font-family : Arial, Helvetica, sans-serif; 
color : #cc0000; 
font-size : 1.1em; 
text-align : center; 
}

h2.h2-black-120-centre { 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
font-size : 1.2em; 
text-align : center; 
} 

 
h3 { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1.0em; 
} 

p { 
font-family : Arial, Helvetica, sans-serif; 
color : #000000; 
font-size : 1.0em; } 

p.text-normal-120-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 1.2em; text-align : left; 
} 

p.text-normal-120-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 1.2em; text-align : center; 
} 

p.text-normal-100-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 1.0em; text-align : left; 
} 

p.text-normal-100-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 1.0em; text-align : center; 
} 



p.text-normal-80-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 0.8em; 
text-align : left; 
} 


p.text-blue-80-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #648fd7; 
font-size : 0.8em; 
text-align : left; 
} 

p.text-normal-80-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 0.8em; 
text-align : center; 
} 

p.text-normal-70-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 0.7em; text-align : center; 
} 

p.text-normal-80-right { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #000000; 
font-size : 0.8em; 
text-align : right; 
} 

p.text-blue-bold-100-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #648fd7; 
font-size : 1.0em; text-align : left; 
} 

p.text-blue-bold-120-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #648fd7; 
font-size : 1.2em; text-align : left; 
} 

p.text-blue-bold-120-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #648fd7; 
font-size : 1.2em; text-align : center; 
} 

p.text-blue-bold-100-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #648fd7; 
font-size : 1.0em; text-align : center; 
} 


p.text-blue-bold-90-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #648fd7; 
font-size : 0.9em; text-align : center; 
} 

p.text-blue-bold-90-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #648fd7; 
font-size : 0.9em; text-align : left; 
} 

p.text-blue--100-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #648fd7; 
font-size : 1.0em; text-align : left; 
} 

p.text-blue-bold-bright-100-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #3399ff; 
font-size : 1.0em; text-align : left; 
}


p.text-black-bold-200-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 2.0em; text-align : left; 
} 


p.text-black-bold-200-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 2.0em; text-align : center; 
} 

p.text-black-bold-140-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 1.4em; text-align : left; 
} 

p.text-black-bold-140-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 1.4em; text-align : center; 
} 

p.text-black-bold-120-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 1.2em; text-align : left; 
} 

p.text-black-bold-120-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 1.2em; text-align : center; 
} 

p.text-black-bold-100-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 1.0em; text-align : left; 
} 

p.text-black-bold-100-center { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 1.0em; text-align : center; 
} 

p.text-black-bold-100-right { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 1.0em; text-align : right; 
} 

p.text-black-bold-80-left { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
font-size : 0.8em; 
text-align : left; 
} 

p.text-white-70-centre { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #ffffff; 
font-size : 0.7em; text-align : center;
} 

p.text-white-80-centre { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : normal; 
color : #ffffff; 
font-size : 0.8em; 
text-align : center;
} 

p.text-whiteBold-120 { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #ffffff; 
font-size : 1.2em; } 

p.text-whiteBold-100 { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #ffffff; 
font-size : 1.0em; } 

p.text-whiteBold-100-centre { 
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-weight : bold; 
color : #ffffff; 
font-size : 1.0em; text-align : center;
} 

ul { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1.0em; color : #000000; 
line-height : 1.3em;
} 

.ul-80 { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 0.8em; 
font-style : normal; 
line-height : normal; 
font-weight : normal; 
font-variant : normal; 
text-transform : none; 
color : #000000; 
} 

ul.disc { 
list-style-type : disc; 
} 

ul.circle { 
list-style-type : circle; 
} 

ul.square { 
list-style-type : square; 
} 

ul.none { 
list-style-type : none; 
} 

ol.decimal { 
list-style-type : decimal; 
} 

ol.lroman { 
list-style-type : lower-roman; 
} 

ol.uroman { 
list-style-type : upper-roman; 
} 

ol.lalpha { 
list-style-type : lower-alpha; 
} 

ol.ualpha { 
list-style-type : upper-alpha; 
} 

ol { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1.0em; font-style : normal; 
line-height : 150%; 
font-weight : normal; 
font-variant : normal; 
text-transform : none; 
color : #000000; 
}

.ol-80 { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 0.8em; 
font-style : normal; 
line-height : 120%; 
font-weight : normal; 
font-variant : normal; 
text-transform : none; 
color : #000000; 
} 



/* TABLES TABLES TABLES TABLES TABLES TABLES */
.tableBorder-Brown-DCB778 { 
border : 2px solid #dcb778; 
}


.tableBorder-Brown-DCB778-0-bottom { 
border : 2px solid #dcb778; 
border-top :2px solid #dcb778; 
border-left :2px solid #dcb778; 
border-right :2px solid #dcb778; 
border-bottom :0px solid #dcb778; 
}



/*Table border brown blog menu*/
.tableBorder-BrownBlogMenu-F2F1D2 { 
border : 2px solid #f2f1d2; 
}

/*Table border red*/
.tableBorder-Red-CD183D { 
border : 2px solid #cd183d; 
vertical-align : top; 
height : auto; 
padding-top : 10px; 
padding-right : 10px; 
padding-bottom : 10px; 
padding-left : 10px; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1.0em; } 

/*Table border light olive green*/
.tableBorder-Olive-Green-DBE7CB { 
border : 2px solid #dbe7cb; 
vertical-align : top; 
height : auto; 
} 

/*Box to outline banner adverts - brown #DCB778 */
div.box-Brown-DCB778 { 
width : 160px; 
margin : 0 auto; 
border-right : 2px solid #dcb778; 
border-top : 2px solid #dcb778; 
border-left : 2px solid #dcb778; 
border-bottom : 2px solid #dcb778; 
}


/*Box for clickbank ads - brown #DCB778 */
div.box-Brown-300W { 
width : 300px; 
margin : 0 auto; 
padding : 5px;
border-right : 2px solid #dcb778; 
border-top : 2px solid #dcb778; 
border-left : 2px solid #dcb778; 
border-bottom : 2px solid #dcb778; 
}


/*Dashed box - red #CC0000 */
div.box-dashed-red-600W { 
width : 100%x; 
margin : 0 auto; 
padding : 5px;
border: dashed;
border-right : 3px solid #cc0000; 
border-top : 3px solid #cc0000; 
border-left : 3px solid #cc0000; 
border-bottom : 3px solid #cc0000; 
}

/* Box for small images */
#box-small-images {
border-color:#fff;
border-style:inset;
border-width:thin;
}


/* NEW TABLE DESIGNS XXXXXXXXXXXXXXXXXXXXXXXXXXX NEW TABLE DESIGNS */
/* padding needs to go as an inline style. <td style="padding: 3px"> */
.tableSingleColumn
{
width:100%;
border-collapse:collapse; /* so you don't get double borders */
}
.tableSingleColumn th
{
background-color:#7ea5dc;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
color:white; /* colour of the text */
vertical-align:middle;
} 
.tableSingleColumn td
{
font-family:Arial, Helvetica, sans-serif;
text-align:left;
vertical-align:top; /* top, bottom, or middle */
}



/* table with 80% text size */
.tableSingleColumn-80
{
width:100%;
border-collapse:collapse; /* so you don't get double borders */
}
.tableSingleColumn-80 th
{
background-color:#7ea5dc;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
color:white; /* colour of the text */
vertical-align:middle;
} 
.tableSingleColumn-80 td
{
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
text-align:left;
vertical-align:top; /* top, bottom, or middle */
}


/* Table for the side bar menu */
.tableSideMenu
{
width:100%;
border-color: #dcb778;
border-width:1px;
border-collapse:collapse; /* so you don't get double borders */
}
.tableSideMenu th
{
background-color:#7ea5dc;
font-family:Arial, Helvetica, sans-serif;
font-size :0.8em; 
text-align:left;
color:#fff;
vertical-align:middle;
} 
.tableSideMenu td
{
background-color:#e6ecee;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em; 
text-align:left;
vertical-align:middle;
border-bottom:1px solid #fff;
}

/* HOVER FUNCTION FOR SIDE BAR MENU */

.tableSideMenu a:link {  /* unvisited link */
	color: #blue; 
	text-decoration: none;
}
.tableSideMenu a:visited { /* visited link */
	color: #orange; 
	text-decoration: none;
}
.tableSideMenu a /* this precedes a:hover. This is the background block. */
{
	line-height: px;
	display: block;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px; 
	text-decoration: none;
}
.tableSideMenu a:hover { /* mouse over link. follows a */
	color: #000;
	background-color: #d6f0fe; /* #eae3e4 more orange.  #edf2f3 a bit light? */
	padding-top: px;
	padding-left: px;
	padding-bottom: px;
	padding-right: px; 
	text-decoration: underline;
}
.tableSideMenu a:active { /* selected link */
	color: #; 
	text-decoration: none;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.tableSimple
{
width:50%;
margin-left:auto;
margin-right:auto;
border-collapse:collapse;
}
.tableSimple td
{
background-color:#;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size: 1.0em;
vertical-align:top;
}

.tableFreeInterview
{
width:80%;
background-color:#cad6db;
margin-left:auto;
margin-right:auto;
border-style:outset;
border-width:3px;
border-collapse:collapse;
}
.tableFreeInterview td
{
font-family:Arial, Helvetica, sans-serif;
vertical-align:top;
}

.tableWebForm
{
width:100%;
border-collapse:collapse; /* so you don't get double borders */
}
.tableWebForm th
{
background-color:#7ea5dc;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
color:white;
vertical-align:middle;
} 
.tableWebForm td
{
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size: 0.8em;
vertical-align:top;
}



.tableWebFormBottom
{
width:100%;
border-collapse:collapse; /* so you don't get double borders */
}
.tableWebFormBottom th
{
background-color:#; /* #7ea5dc */
font-family:Arial, Helvetica, sans-serif;
text-align:center;
color:black;
vertical-align:middle;
} 
.tableWebFormBottom td
{
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size: 0.8em;
vertical-align:top;
}


.tableWebFormLarge
{
width:100%;
border-collapse:collapse; /* so you don't get double borders */
}
.tableWebFormLarge th
{
/* height:25px; */
background-color:#7ea5dc;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
color:white;
vertical-align:middle;
} 
.tableWebFormLarge td
{
background-color:#e6ecee;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size: 1.0em;
vertical-align:top;
}



.tableMenuLarge
{
width:90%;
margin-left:auto;
margin-right:auto;
border-collapse:collapse; /* so you don't get double borders */
}
.tableMenuLarge th
{
/* height:25px; */
background-color:#cad6db;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
color:#000;
vertical-align:middle;
} 
.tableMenuLarge td
{
background-color:#e6ecee;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size: 1.0em;
vertical-align:top;
}


.tableProducts
{
width:90%;
margin-left:auto;
margin-right:auto;
border-collapse:collapse;
}
.tableProducts td.first
{
vertical-align:top;
width:25%;
}
.tableProducts td.bold
{
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:1.0em;
text-align:left;
vertical-align:top;
width:25%;
} 
.tableProducts td
{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:1.0em;
text-align:left;
vertical-align:top;
width:50%;
}
.tableProducts p.white
{
color: #fff;
}


.tableOsho
{
width:100%;
border-collapse:collapse;
}
.tableOsho td
{
background-color:#63bcc0;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
vertical-align:middle;
} 
.tableOsho td.white
{
background-color:#63bcc0;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
color:white;
vertical-align:middle;
}
.tableOsho td.google
{
background-color:#f4f8f9;
}
.tableOsho p.white
{
color: #fff;
}


/* END NEW TABLE DESIGNS */

/*Table for blog menu
Uses a separate class for the alternating rows*/
.tableBlog { 
border-width : 1px; 
border-spacing : 0; 
border-style : solid; 
border-color : #f2f1d2; 
border-collapse : separate; 
background-color : #f2f1d2; 
} 
.tableBlog th { 
border-width : 0; 
padding : 3px; 
border-style : solid; 
border-color : #f2f1d2; 
background-color : #b69c6b; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1.0em; } 
.tableBlog td { 
border-width : 0; 
padding : 3px; 
border-style : solid; 
border-color : #f2f1d2; 
background-color : #cbbaa0; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1.0em; text-indent : 0; 
}

/*Table general grey*/
.tableGeneral { 
border-width : 0; 
border-spacing : 0; 
border-style : none; 
border-collapse : separate; 
} 
.tableGeneral th { 
border-width : 0; 
padding : 5px; 
border-style : none; 
background-color : #bbc9d0; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1.0em; font-weight : bold; 
text-align : center; 
} 
.tableGeneral td { 
border-width : 0; 
padding : 5px; 
border-style : none; 
background-color : #edf2f3; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1.0em; text-indent : 0; 
} 


/*Small blue table for books menu*/
.tableBooks
{
width:55%;
border-width:1px;
border-collapse:collapse;
margin-left:auto;
margin-right:auto;
}
.tableBooks th
{
background-color:#7ea5dc;
font-family:Arial, Helvetica, sans-serif;
font-size :1.0em; 
text-align:center;
color:#fff;
vertical-align:middle;
} 
.tableBooks td
{
background-color:#e6ecee;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em; 
text-align:left;
vertical-align:middle;
border-bottom:1px solid #fff;
}

/*Table for NLP and Zen biblio list*/
.tableBookMenu { 
border-width : 1px; 
border-spacing : 0; 
border-style : solid; 
border-collapse : separate; 
} 
.tableBookMenu th { 
border-width : 0; 
border-style : solid; 
background-color : #7ea5dc; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 1.0em;
color:#fff; } 
.tableBookMenu td { 
border-width : 0; 
border-style : solid; 
background-color : #d9e2e6; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 0.8em; 
} 
td.tableBookMenu2 { 
border-width : 0; 
border-style : solid; 
background-color : #e6ecee; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 0.8em; 
} 





/* the menu under the banner image */
#menu2 ul
{
padding-left:5px;
padding-bottom:5px;
padding-right:5x;
padding-top:5px;
margin: 0;
list-style-type: none;
background-color: #f4f6d4;
color: #2929aa;
width: 988px;
font: normal 0.8em arial, helvetica, sans-serif;
text-align:left;
border-bottom: #439ba9 1px solid;
border-top: #439ba9 1px solid;
}

#menu2 li { display: inline; }

#menu2 li a
{
text-decoration: none;
background-color: #f4f6d4;
color: #2929aa;
padding-left:10px;
padding-bottom:5px;
padding-right:12px;
padding-top:5px;
border-right: 1px solid #000;
margin-left: -4px;
}

#menu2 li a:hover
{
text-decoration:underline;
background-color: #eff4fa;
color: #000;
}

/* method one to hide the fields */
.silent_field
{
font-size: 0px;
color: #ffffff;
width: 0px;
height: 0px;
border-left-style:none;
border-top-style:none;
border-bottom-style:none;
border-right-style:none;
}




/* This is the quickmenuTop.html style sheet */

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
/*[START-QCC]*/.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}/*[END-QCC]*//*[START-QCC0]*/#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}/*[END-QCC0]*/


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:#648FD7;
		border-width:1px;
		border-style:solid;
		border-color:#648FD7;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 40px 5px 8px;
		background-color:#648FD7;
		color:#FFFFFF;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#A2BFE9;
		color:#000000;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#A2BFE9;
		color:#000000;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#A2BFE9;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		margin:0px 0px 0px -1px;
		background-color:transparent;
		border-width:4px 1px 1px;
		border-style:none;
		border-color:#285DA8;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 40px 2px 5px;
		background-color:transparent;
		color:#197CD9;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		text-decoration:underline;
	}


	/*[END-QS0]*/


/* This is the quickmenuTop.html addons information */

Menu Code / Add-on's
Paste the script below within the head (<HEAD></HEAD>) of your HTML document. 


<!-- Add-On Core Code (Remove when not using any add-on's) -->
<!--[START-QZ]--><style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script><!--[END-QZ]-->

	<!-- Add-On Settings -->
	<script type="text/JavaScript">

		/*******  Menu 0 Add-On Settings *******/
		var a = qmad.qm0 = new Object();

		// Slide Animation Add On
		a.slide_animation_frames = 7;
		a.slide_offxy = 1;

		// Tabs (CSS Based) Add On
		a.tabscss_type = "angled";
		a.tabscss_size = 5;
		a.tabscss_apply_middles = true;
		a.tabscss_bg_color = "#DEEDF1";

		// Rounded Sub Corners Add On
		a.rcorner_size = 2;
		a.rcorner_border_color = "#285da8";
		a.rcorner_bg_color = "#d7e3f6";

		/*[END-QA0]*/

	</script>

<!-- Core QuickMenu Code -->
<script type="text/javascript">/* <![CDATA[ */qmv_iisv=1;qm_hbrand=true;var qm_si,qm_lo,qm_tt,qm_ts,qm_la,qm_ic,qm_ff,qm_sks,qm_bb;var qm_li=new Object();var qm_ib='';var qp="parentNode";var qc="className";var qm_t=navigator.userAgent;var qm_o=qm_t.indexOf("Opera")+1;var qm_s=qm_t.indexOf("afari")+1;var qm_s2=qm_s&&qm_t.indexOf("ersion/2")+1;var qm_s3=qm_s&&qm_t.indexOf("ersion/3")+1;var qm_n=qm_t.indexOf("Netscape")+1;var qm_v=parseFloat(navigator.vendorSub);var qm_ie8=qm_t.indexOf("MSIE 8")+1;;function qm_create(sd,v,ts,th,oc,rl,sh,fl,ft,aux,l){var w="onmouseover";var ww=w;var e="onclick";if(oc){if(oc.indexOf("all")+1||(oc=="lev2"&&l>=2)){w=e;ts=0;}if(oc.indexOf("all")+1||oc=="main"){ww=e;th=0;}}if(!l){l=1;sd=document.getElementById("qm"+sd);if(window.qm_pure)sd=qm_pure(sd);sd[w]=function(e){try{qm_kille(e)}catch(e){}};if(oc!="all-always-open")document[ww]=qm_bo;if(oc=="main"){qm_ib+=sd.id;sd[e]=function(event){qm_ic=true;qm_oo(new Object(),qm_la,1);qm_kille(event)};}sd.style.zoom=1;if(sh)x2("qmsh",sd,1);if(!v)sd.ch=1;}else  if(sh)sd.ch=1;if(oc)sd.oc=oc;if(sh)sd.sh=1;if(fl)sd.fl=1;if(ft)sd.ft=1;if(rl)sd.rl=1;sd.th=th;sd.style.zIndex=l+""+1;var lsp;var sp=sd.childNodes;for(var i=0;i<sp.length;i++){var b=sp[i];if(b.tagName=="A"){lsp=b;b[w]=qm_oo;if(w==e)b.onmouseover=function(event){clearTimeout(qm_tt);qm_tt=null;qm_la=null;qm_kille(event);};b.qmts=ts;if(l==1&&v){b.style.styleFloat="none";b.style.cssFloat="none";}}else  if(b.tagName=="DIV"){if(window.showHelp&&!window.XMLHttpRequest)sp[i].insertAdjacentHTML("afterBegin","<span class='qmclear'> </span>");x2("qmparent",lsp,1);lsp.cdiv=b;b.idiv=lsp;if(qm_n&&qm_v<8&&!b.style.width)b.style.width=b.offsetWidth+"px";new qm_create(b,null,ts,th,oc,rl,sh,fl,ft,aux,l+1);}}if(l==1){if(window.qmad&&qmad.binit)eval(qmad.binit);}};function qm_bo(e){e=e||event;if(e.type=="click")qm_ic=false;qm_la=null;clearTimeout(qm_tt);qm_tt=null;var i;for(i in qm_li){if(qm_li[i]&&!((qm_ib.indexOf(i)+1)&&e.type=="mouseover"))qm_tt=setTimeout("x0('"+i+"')",qm_li[i].th);}};function qm_co(t){var f;for(f in qm_li){if(f!=t&&qm_li[f])x0(f);}};function x0(id){var i;var a;var a;if((a=qm_li[id])&&qm_li[id].oc!="all-always-open"){do{qm_uo(a);}while((a=a[qp])&&!qm_a(a));qm_li[id]=null;}};function qm_a(a){if(a[qc].indexOf("qmmc")+1)return 1;};function qm_uo(a,go){if(!go&&a.qmtree)return;if(window.qmad&&qmad.bhide)eval(qmad.bhide);a.style.visibility="";x2("qmactive",a.idiv);};function qm_oo(e,o,nt){try{if(!o)o=this;if(qm_la==o&&!nt)return;if(window.qmv_a&&!nt)qmv_a(o);if(window.qmwait){qm_kille(e);return;}clearTimeout(qm_tt);qm_tt=null;qm_la=o;if(!nt&&o.qmts){qm_si=o;qm_tt=setTimeout("qm_oo(new Object(),qm_si,1)",o.qmts);return;}var a=o;if(a[qp].isrun){qm_kille(e);return;}while((a=a[qp])&&!qm_a(a)){}var d=a.id;a=o;qm_co(d);if(qm_ib.indexOf(d)+1&&!qm_ic)return;var go=true;while((a=a[qp])&&!qm_a(a)){if(a==qm_li[d])go=false;}if(qm_li[d]&&go){a=o;if((!a.cdiv)||(a.cdiv&&a.cdiv!=qm_li[d]))qm_uo(qm_li[d]);a=qm_li[d];while((a=a[qp])&&!qm_a(a)){if(a!=o[qp]&&a!=o.cdiv)qm_uo(a);else break;}}var b=o;var c=o.cdiv;if(b.cdiv){var aw=b.offsetWidth;var ah=b.offsetHeight;var ax=b.offsetLeft;var ay=b.offsetTop;if(c[qp].ch){aw=0;if(c.fl)ax=0;}else {if(c.ft)ay=0;if(c.rl){ax=ax-c.offsetWidth;aw=0;}ah=0;}if(qm_o){ax-=b[qp].clientLeft;ay-=b[qp].clientTop;}if((qm_s2&&!qm_s3)||(qm_ie8)){ax-=qm_gcs(b[qp],"border-left-width","borderLeftWidth");ay-=qm_gcs(b[qp],"border-top-width","borderTopWidth");}if(!c.ismove){c.style.left=(ax+aw)+"px";c.style.top=(ay+ah)+"px";}x2("qmactive",o,1);if(window.qmad&&qmad.bvis)eval(qmad.bvis);c.style.visibility="inherit";qm_li[d]=c;}else  if(!qm_a(b[qp]))qm_li[d]=b[qp];else qm_li[d]=null;qm_kille(e);}catch(e){};};function qm_gcs(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;};function x2(name,b,add){var a=b[qc];if(add){if(a.indexOf(name)==-1)b[qc]+=(a?' ':'')+name;}else {b[qc]=a.replace(" "+name,"");b[qc]=b[qc].replace(name,"");}};function qm_kille(e){if(!e)e=event;e.cancelBubble=true;if(e.stopPropagation&&!(qm_s&&e.type=="click"))e.stopPropagation();}if (!window.qmv){var iguk8="http://www.opencube.com/qmv8/qm_visual.js?"+(new Date()).getTime();if (parent && parent.base && !parent.chrome_open_from_web)iguk8=parent.base+"qm_visual.js";if(window.name=='qm_copen' || window.name=='qm_open')document.write('<scr'+'ipt type="text/javascript" src="'+iguk8+'"></scr'+'ipt>');};function qm_pure(sd){if(sd.tagName=="UL"){var nd=document.createElement("DIV");nd.qmpure=1;var c;if(c=sd.style.cssText)nd.style.cssText=c;qm_convert(sd,nd);var csp=document.createElement("SPAN");csp.className="qmclear";csp.innerHTML=" ";nd.appendChild(csp);sd=sd[qp].replaceChild(nd,sd);sd=nd;}return sd;};function qm_convert(a,bm,l){if(!l)bm[qc]=a[qc];bm.id=a.id;var ch=a.childNodes;for(var i=0;i<ch.length;i++){if(ch[i].tagName=="LI"){var sh=ch[i].childNodes;for(var j=0;j<sh.length;j++){if(sh[j]&&(sh[j].tagName=="A"||sh[j].tagName=="SPAN"))bm.appendChild(ch[i].removeChild(sh[j]));if(sh[j]&&sh[j].tagName=="UL"){var na=document.createElement("DIV");var c;if(c=sh[j].style.cssText)na.style.cssText=c;if(c=sh[j].className)na.className=c;na=bm.appendChild(na);new qm_convert(sh[j],na,1)}}}}}/* ]]> */</script>

<!-- Add-On Code: Rounded Sub Corners -->
<script type="text/javascript">/* <![CDATA[ */qmad.rcorner=new Object();qmad.br_ie7=navigator.userAgent.indexOf("MSIE 7")+1;if(qmad.bvis.indexOf("qm_rcorner(b.cdiv);")==-1)qmad.bvis+="qm_rcorner(b.cdiv);";;function qm_rcorner(a,hide,force){var z;if(!hide&&((z=window.qmv)&&(z=z.addons)&&(z=z.round_corners)&&!z["on"+qm_index(a)]))return;var q=qmad.rcorner;if((!hide&&!a.hasrcorner)||force){var ss;if(!a.settingsid){var v=a;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){a.settingsid=v.id;break;}}}ss=qmad[a.settingsid];if(!ss)return;if(!ss.rcorner_size)return;q.size=ss.rcorner_size;q.background=ss.rcorner_bg_color;if(!q.background)q.background="transparent";q.border=ss.rcorner_border_color;if(!q.border)q.border="#ff0000";q.angle=ss.rcorner_angle_corners;q.corners=ss.rcorner_apply_corners;if(!q.corners||q.corners.length<4)q.corners=new Array(true,1,1,1);q.tinset=0;if(ss.rcorner_top_line_auto_inset&&qm_a(a[qp]))q.tinset=a.idiv.offsetWidth;q.opacity=ss.rcorner_opacity;if(q.opacity&&q.opacity!=1){var addf="";if(window.showHelp)addf="filter:alpha(opacity="+(q.opacity*100)+");";q.opacity="opacity:"+q.opacity+";"+addf;}else q.opacity="";var f=document.createElement("SPAN");x2("qmrcorner",f,1);var fs=f.style;fs.position="absolute";fs.display="block";fs.top="0px";fs.left="0px";var size=q.size;q.mid=parseInt(size/2);q.ps=new Array(size+1);var t2=0;q.osize=q.size;if(!q.angle){for(var i=0;i<=size;i++){if(i==q.mid)t2=0;q.ps[i]=t2;t2+=Math.abs(q.mid-i)+1;}q.osize=1;}var fi="";for(var i=0;i<size;i++)fi+=qm_rcorner_get_span(size,i,1,q.tinset);fi+='<span qmrcmid=1 style="background-color:'+q.background+';border-color:'+q.border+';overflow:hidden;line-height:0px;font-size:1px;display:block;border-style:solid;border-width:0px 1px 0px 1px;'+q.opacity+'"></span>';for(var i=size-1;i>=0;i--)fi+=qm_rcorner_get_span(size,i);f.innerHTML=fi;f.noselect=1;a.insertBefore(f,a.firstChild);a.hasrcorner=f;}var b=a.hasrcorner;if(b){if(!a.offsetWidth)a.style.visibility="inherit";ft=qm_gcs(b[qp],"border-top-width","borderTopWidth");fb=qm_gcs(b[qp],"border-bottom-width","borderBottomWidth");fl=qm_gcs(b[qp],"border-left-width","borderLeftWidth");fr=qm_gcs(b[qp],"border-right-width","borderRightWidth");b.style.width=(a.offsetWidth-(fl+fr))+"px";b.style.height=(a.offsetHeight-(ft+fb))+"px";if(qmad.br_ie7){var sp=b.getElementsByTagName("SPAN");for(var i=0;i<sp.length;i++)sp[i].style.visibility="inherit";}b.style.visibility="inherit";var s=b.childNodes;for(var i=0;i<s.length;i++){if(s[i].getAttribute("qmrcmid"))s[i].style.height=Math.abs((a.offsetHeight-(q.osize*2)-ft-fb))+"px";}}};function qm_rcorner_get_span(size,i,top,tinset){var q=qmad.rcorner;var mlmr;if(i==0){var mo=q.ps[size]+q.mid;if(q.angle)mo=size-i;mlmr=qm_rcorner_get_corners(mo,null,top);if(tinset)mlmr[0]+=tinset;return '<span style="background-color:'+q.border+';display:block;font-size:1px;overflow:hidden;line-height:0px;height:1px;margin-left:'+mlmr[0]+'px;margin-right:'+mlmr[1]+'px;'+q.opacity+'"></span>';}else {var md=size-(i);var ih=1;var bs=1;if(!q.angle){if(i>=q.mid)ih=Math.abs(q.mid-i)+1;else {bs=Math.abs(q.mid-i)+1;md=q.ps[size-i]+q.mid;}if(top)q.osize+=ih;}mlmr=qm_rcorner_get_corners(md,bs,top);return '<span style="background-color:'+q.background+';border-color:'+q.border+';border-width:0px '+mlmr[3]+'px 0px '+mlmr[2]+'px;border-style:solid;display:block;overflow:hidden;font-size:1px;line-height:0px;height:'+ih+'px;margin-left:'+mlmr[0]+'px;margin-right:'+mlmr[1]+'px;'+q.opacity+'"></span>';}};function qm_rcorner_get_corners(mval,bval,top){var q=qmad.rcorner;var ml=mval;var mr=mval;var bl=bval;var br=bval;if(top){if(!q.corners[0]){ml=0;bl=1;}if(!q.corners[1]){mr=0;br=1;}}else {if(!q.corners[2]){mr=0;br=1;}if(!q.corners[3]){ml=0;bl=1;}}return new Array(ml,mr,bl,br);}/* ]]> */</script>

<!-- Add-On Code: Slide Animation -->
<script type="text/javascript">/* <![CDATA[ */qmad.slide=new Object();if(qmad.bvis.indexOf("qm_slide_a(b.cdiv);")==-1)qmad.bvis+="qm_slide_a(b.cdiv);";if(qmad.bhide.indexOf("qm_slide_a(a,1);")==-1)qmad.bhide+="qm_slide_a(a,1);";qmad.br_navigator=navigator.userAgent.indexOf("Netscape")+1;qmad.br_version=parseFloat(navigator.vendorSub);qmad.br_oldnav=qmad.br_navigator&&qmad.br_version<7.1;qmad.br_ie=window.showHelp;qmad.br_ie8=navigator.userAgent.indexOf("MSIE 8")+1||navigator.userAgent.indexOf("MSIE 9")+1;qmad.br_mac=navigator.userAgent.indexOf("Mac")+1;qmad.br_old_safari=navigator.userAgent.indexOf("afari")+1&&!window.XMLHttpRequest;qmad.slide_off=qmad.br_oldnav||(qmad.br_mac&&qmad.br_ie)||qmad.br_old_safari;;function qm_slide_a(a,hide){var z;if((a.style.visibility=="inherit"&&!hide)||(qmad.slide_off)||((z=window.qmv)&&(z=z.addons)&&(z=z.slide_effect)&&!z["on"+qm_index(a)]))return;var ss;if(!a.settingsid){var v=a;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){a.settingsid=v.id;break;}}}ss=qmad[a.settingsid];if(!ss)return;if(!ss.slide_animation_frames)return;var steps=ss.slide_animation_frames;var b=new Object();b.obj=a;b.offy=ss.slide_offxy;b.left_right=ss.slide_left_right;b.sub_subs_left_right=ss.slide_sub_subs_left_right;b.drop_subs=ss.slide_drop_subs;if(!b.offy)b.offy=0;if(b.sub_subs_left_right&&a.parentNode.className.indexOf("qmmc")==-1)b.left_right=true;if(b.left_right)b.drop_subs=false;b.drop_subs_height=ss.slide_drop_subs_height;b.drop_subs_disappear=ss.slide_drop_subs_disappear;b.accelerator=ss.slide_accelerator;if(!a.ioxy)a.ioxy=qm_get_offset(a);if(b.drop_subs&&!b.accelerator)b.accelerator=1;if(!b.accelerator)b.accelerator=0;b.tb="top";b.wh="Height";if(b.left_right){b.tb="left";b.wh="Width";}b.stepy=a["offset"+b.wh]/steps;b.top=parseInt(a.style[b.tb]);if(!hide)a.style[b.tb]=(b.top - a["offset"+b.wh])+"px";else {b.stepy=-b.stepy;x2("qmfv",a,1);}a.isrun=true;qm_slide_ai(qm_slide_am(b,hide),hide);};function qm_get_offset(obj){var x=0;var y=0;do{x+=obj.offsetLeft;y+=obj.offsetTop;}while(obj=obj.offsetParent)return new Array(x,y);};function qm_slide_ai(id,hide){var a=qmad.slide["_"+id];if(!a)return;var cy=parseInt(a.obj.style[a.tb]);if(a.drop_subs)a.stepy+=a.accelerator;else {if(hide)a.stepy -=a.accelerator;else a.stepy+=a.accelerator;}var bc=2000;var rc=2000;if(qmad.br_ie8){var de=document.documentElement;rc=parseInt(de.clientWidth)-a.obj.ioxy[0];bc=parseInt(de.clientHeight)-a.obj.ioxy[1];}if((!hide&&cy+a.stepy<a.top)||(hide&&!a.drop_subs&&cy+a.stepy>a.top-a.obj["offset"+a.wh])||(hide&&a.drop_subs&&cy<a.drop_subs_height)){if(hide&&a.drop_subs&&!a.drop_subs_disappear&&cy+a.stepy+a.obj["offset"+a.wh]>a.drop_subs_height)bc=a.drop_subs_height-cy+a.stepy;var tc=Math.round(a.top-(cy+a.stepy)+a.offy);if(a.left_right)a.obj.style.clip="rect(auto "+rc+"px "+bc+"px "+tc+"px)";else a.obj.style.clip="rect("+tc+"px "+rc+"px "+bc+"px auto)";a.obj.style[a.tb]=Math.round(cy+a.stepy)+"px";a.timer=setTimeout("qm_slide_ai("+id+","+hide+")",10);}else {a.obj.style[a.tb]=a.top+"px";if(!qmad.br_ie8){a.obj.style.clip="rect(0 auto auto auto)";if(a.obj.style.removeAttribute)a.obj.style.removeAttribute("clip");else a.obj.style.clip="auto";if(!qmad.br_ie)a.obj.style.clip="";}else {a.obj.style.clip="rect(auto "+rc+"px "+bc+"px auto)";a.obj.style.removeAttribute("clip");}if(hide){x2("qmfv",a.obj);if(qmad.br_ie&&!a.obj.style.visibility){a.obj.style.visibility="hidden";a.obj.style.visibility="";}}else {var ah;if(ah=a.obj.hasselectfix){ah.style.top=a.obj.style.top;ah.style.left=a.obj.style.left;}}qmad.slide["_"+id]=null;a.obj.isrun=false;}};function qm_slide_am(obj,hide){var k;for(k in qmad.slide){if(qmad.slide[k]&&obj.obj==qmad.slide[k].obj){if(qmad.slide[k].timer){clearTimeout(qmad.slide[k].timer);qmad.slide[k].timer=null;}obj.top=qmad.slide[k].top;qmad.slide[k].obj.isrun=false;qmad.slide[k]=null;}}var i=0;while(qmad.slide["_"+i])i++;qmad.slide["_"+i]=obj;return i;}/* ]]> */</script>

<!-- Add-On Code: Tabs (CSS Based) -->
<script type="text/javascript">/* <![CDATA[ */qmad.br_ie=window.showHelp;qmad.br_mac=navigator.userAgent.indexOf("Mac")+1;qmad.br_old_safari=navigator.userAgent.indexOf("afari")+1&&!window.XMLHttpRequest;qmad.br_navigator=navigator.userAgent.indexOf("Netscape")+1;qmad.br_version=parseFloat(navigator.vendorSub);qmad.br_oldnav=qmad.br_navigator&&qmad.br_version<7.1;if(!(qmad.br_ie&&qmad.br_mac)&&!qmad.br_old_safari&&!qmad.br_oldnav&&!qmad.tabscss){qmad.tabscss=new Object();if(qmad.binit.indexOf("qm_tabscss_init(null")==-1)qmad.binit+="qm_tabscss_init(null,sd.id.substring(2),1);";};function qm_tabscss_init(e,spec,wait){if(wait){if(!isNaN(spec)){setTimeout("qm_tabscss_init(null,"+spec+")",10);return;}}var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.tabscss)&&(!z["on"+qmv.id]&&z["on"+qmv.id]!=undefined&&z["on"+qmv.id]!=null))return;qm_ts=1;var q=qmad.tabscss;var a;for(i=0;i<10;i++){if(!(a=document.getElementById("qm"+i))||(spec&&spec!=i))continue;var ss=qmad[a.id];if(ss&&ss.tabscss_type){q.type=ss.tabscss_type;q.h=ss.tabscss_size;if(!q.h)continue;q.border=ss.tabscss_border_color;q.background=ss.tabscss_bg_color;q.thick=ss.tabscss_thickness;if(!q.background)q.background="#ffffff";if(!q.border)q.border="#000000";if(!q.thick)q.thick=1;q.lc=ss.tabscss_apply_far_left;q.rc=ss.tabscss_apply_far_right;q.mid=ss.tabscss_apply_middles;if(!q.lc&&!q.rc&&!q.mid)q.mid=true;q.toff=ss.tabscss_top_offset;if(!q.toff)q.toff=0;q.loff=ss.tabscss_left_offset;if(!q.loff)q.loff=0;qm_tabscss_init_items(a);}i++;}};function qm_tabscss_init_items(a){var q=qmad.tabscss;var first=true;var lat=null;var at=a.childNodes;for(var i=0;i<at.length;i++){if(at[i].tagName=="A"){if((first&&q.lc)||(!first&&q.mid)){a.insertBefore(qm_tabscss_create_tabimg(at[i],first),at[i]);i++;}lat=at[i];first=false;continue;}}if(lat&&q.rc){a.insertBefore(qm_tabscss_create_tabimg(lat,false,1),lat.nextSibling);}};function qm_tabscss_create_tabimg(a,isfirst,islast){var q=qmad.tabscss;var s=document.createElement("SPAN");s.iscsstab=1;s.style.display="block";s.style.position="relative";s.style.fontSize="1px";s.style.styleFloat="left";s.style.cssFloat="left";s.style.zIndex=2;s.style.height=a.offsetHeight+"px";s.style.width="0px";s.noselect=1;var part="middle";if(isfirst)part="first";if(islast)part="last";var wt="";q.z1=0;for(var i=0;i<q.h;i++)wt+=qm_tabscss_get_span(q.h,i,part);s.innerHTML=wt;return s;};function qm_tabscss_get_span(size,i,part){var q=qmad.tabscss;var it=i;var il=0;var ih=1;var iw=1;var ml=0;var mr=0;var bl=1;var br=1;if(q.type=="angled"){ml=i;mr=i;iw=((size-i)*2)-q.thick;il=-size+(q.thick-1);it+=q.toff;il+=q.loff;ih=q.thick;if(part=="first"){iw=size-i;bl=0;ml=0;il+=size-(q.thick);}if(part=="last"){iw=size-i;br=0;mr=0;}}else  if(q.type=="rounded"){ml=i;mr=i;iw=((size-i)*2)-1;il=-size;il+=q.loff;it+=q.toff;ih=i+1;it=q.z1;q.z1+=ih;if(part=="first"){iw=size-i;bl=0;ml=0;il+=size-1;}if(part=="last"){iw=size-i;br=0;mr=0;}}return '<span style="background-color:'+q.background+';border-color:'+q.border+';border-width:0px '+br+'px 0px '+bl+'px;border-style:solid;display:block;position:absolute;overflow:hidden;font-size:1px;line-height:0px;height:'+ih+'px;margin-left:'+ml+'px;margin-right:'+mr+'px;width:'+iw+'px;top:'+it+'px;left:'+il+'px;"></span>';}/* ]]> */</script><!--[END-QJ]-->




