@charset "UTF-8";

/*
---------------------------------------------------------------------
Reset CSS
---------------------------------------------------------------------
*/
html, body, img, div, p, ul, li, a, h1, h2, h3 {

	padding:0px;
	margin: 0px;
	border: none;
}


html { min-height: 100%; margin-bottom: 1px; }
	
/*
---------------------------------------------------------------------
Redefined Tag CSS
---------------------------------------------------------------------
*/

body {
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	font-size: 13px;
	color: #161616;
	background-color: #FFF;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-x;
}



/*
---------------------------------------------------------------------
Page Layout CSS
---------------------------------------------------------------------
*/

#wrapper {
	margin: 0px auto 0px auto;
	width: 1060px;
}

/* Navigation Bar */

#navbar {
	padding: 0px;
	margin: 0px;
    border: none;
    height:auto;	
}


#navbar ul{
	cursor: default;
	list-style-type: none;
	height:46px;
}

#navbar ul li { display: inline; height:46px;}


.hoover {
	padding:0px;
	margin: 0px;	
}

#pagehead {
	padding: 0px;
	margin: 0px;
    height: 175px;	
}

/* Leftcol */

#leftcol_page {
	width: 846px;
	float: left;
}


/* Welcome */

#welcome {
	padding-top: 20px;
	padding-left: 23px;
	padding-right: 8px;
	padding-bottom: 12px;
}


/* Rightcol */

#rightcol_page {
	width: 190px;
	height: auto;
	float: right;
	background-color: #0386a8;
	background-image: url(../images/blue_right_memo.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-position: bottom;
	color: #FFFFFF;
}

#rightcol_grey {
	width: 190px;
	height: auto;
	float: right;
	background-color: #cccccc;
	background-image: url(../images/grey_right_memo.gif);
	background-position: bottom;	
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	color: #FFFFFF;
}
/* floatclear */

#floatclear {
	background-color: #636;
	clear: both;	
}

/* Footer */

#footerwrap {
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	clear:both;
	height: 162px;
}

#footer {
	margin: 0 auto;
	text-align: left;
	width: 1060px;
}

#telephoneblock {
	width: 240px;
	height: 50px;
	float: right;
	padding-top: 14px;
	padding-right: 10px;
}
#legalblock {
	width: 400px;
	float: right;
	padding-top: 35px;
	padding-right: 10px;
	text-align: right;
	clear: right;
	color: #a5aeb0;
	font-size: 0.9em;
}

/* search */

#searchblock {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#searchblock input.text {
	border:1px solid #B1B1B1;
	color:#343434;
	font-size:12px;
	height:14px;
	margin-right:5px;
	padding:5px 4px;
	width:195px;
	line-height:1.5em;
}

.formentry {
	border:1px solid #B1B1B1;
	color:#343434;
	margin-right:5px;
	padding:5px 4px;
	width:195px;
	line-height:1.5em;
}

/*
---------------------------------------------------------------------
Tabs
---------------------------------------------------------------------
*/


/* Tabbed Area */

#users {
	padding: 12px;
}


/* HomeTabs */

.tabwrapper {
width: 100%;
overflow: hidden;
}

ul.tabs {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	list-style-type: none;
}

ul.tabs li {
	display: inline;
	margin: 0;
}

ul.tabs a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 20px; /*padding inside each tab*/
	border-right: 2px solid white; /*right divider between tabs*/
	color: #43423f;
	background-color: #dce8eb;     
}

ul.tabs a:hover {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 20px; /*padding inside each tab*/
	border-right: 2px solid white; /*right divider between tabs*/
	color: #43423f;
	background-color: #c3d8dd;  
}

ul.tabs a.selected {  
        background-color:#0386a8;  
        color: white;  
}  


/* Tab Content */

#study {
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}

#handson {
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}

#collaborate {
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}
.ctab{
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}

#ctab1{
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}
#ctab2{
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}
#ctab3{
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}
#ctab4{
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}
#ctab5{
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}

/*
---------------------------------------------------------------------
Headings
---------------------------------------------------------------------
*/

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #525252;
	padding-bottom: 10px;
}


/*
---------------------------------------------------------------------
link classes
---------------------------------------------------------------------
*/

a:link {color: #0386a8; text-decoration: none; }
a:visited {color: #0386a8; text-decoration: none; }
a:hover {color: #02a7d2; text-decoration: underline; }
a:active {color: #0386a8; }

a.external:link {color: #0000ff; font-size: 18pt; font-weight: bold; }
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; }

/*
---------------------------------------------------------------------
Breadcrumbs
---------------------------------------------------------------------
*/	

#breadcrumbcontainer {
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('../images/bc_bg.png'); 
    background-repeat:repeat-x;
    height:24px;
    line-height:24px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a
{
    height:24px;
    display:block;
    background-image:url('../images/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}
.bchome
{
    border:none;
    margin: 5px 0px;
}

#breadcrumb a:hover
{
	color:#35acc5;
}


/*
---------------------------------------------------------------------
classes
---------------------------------------------------------------------
*/

.blue {
	color: #0386a8;
}

.telephone {
	font-size: 1.6em;
	color: #7a8d91;
}

.telephonenumber {
	font-size: 2.6em;
	color: #0386a8;
}

.telephonenumber {
	font-size: 2.6em;
	color: #0386a8;
}

.footeradblockfirst {
	
	float: left;
	padding-top: 6px;
	padding-left: 24px;
}

.footeradblock {
	
	float: left;
	padding-top: 6px;
	padding-left: 12px;
}

.rhslivechat {
	float:left;
	padding-top: 6px;
}

.floatright {
	float: right;
	padding-left: 7px;
	padding-bottom: 7px;
}
.floatleft {
	float: left;
	padding-left: 7px;
	padding-bottom: 7px;
}

.clear {
	clear: both;	
	padding-top: 10px;
}

.pitb {
list-style-type: none;
padding: 0;
margin: 0;
}

.pitb li{
	background-image: url('../images/orangebullet.gif');
	background-color: #f9fafa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 10px 2px;
}

/* TOOLTIP */

div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1001px;

}

.tiptrigger {
	
}

.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}

.tooltipb {
list-style-type: none;
padding: 0;
margin: 0;
}

.tooltipb li{
	background-image: url('../images/orangebullet.gif');
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 10px 2px;
}



.dirprofile {
	font: 12px Arial, Helvetica, sans-serif;
	color:#576067;
	width: 450px;
	background-color:#DCE8EB;
	border-style:solid;
	border-color:#7A8D91;
	border-width: 3px;
	padding: 15px;
}
.course_equipment{
}
.labimageright{
	float:right;
    background-image:url('../images/tip_live_faded.gif');
    background-repeat:no-repeat;
    background-position:right;
	height:154px;
	width:220px;
}

/* Tab Content */

#practice_labs {
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}

#supported {
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}

#customised {
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}

#certification{
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #0386a8;
	background-color:#FFF;
}

/* Test questions */

#testregister{
    display:none;
    position:absolute;
    z-index:5;
    width:800px;
    height:230px;
    border: solid 2px #0386a8;
	background-color:#fff;
	padding-left:10px;
}
.registerbox{
    width:801px;
    height:230px;
    border: solid 2px #0386a8;
	background-color:#fff;
	padding-left:10px;
}
.testsmallformentry{
	font-size:10px;
	width: 150px;
	height:14px;
	font-weight:bold;
	color: #000;
	border:none;
	background-color:#c3d8dd;

}
.testformentry{
	font-size:10px;
	width: 98%;
	height:14px;
	font-weight:bold;
	color: #000;
	border:none;
	background-color:#c3d8dd;
}

