﻿/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/
body 
{
	background: #fff url(img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 150px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 0 0 0; 
	cursor: default;
	}

#sidebarAdmin {
	float: left;
	width: 200px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 0 0 0; 
	cursor: default;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content 
{
	float: left;
	width: 550px;
	position: relative;
	margin-left: 10px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
	min-height:600px;
	height:auto;
}

#Admincontent 
{
	float: left;
	width: 580px;
	position: relative;
	margin-left: 30px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
}	

/*------------------------------------------------------------*
**  Rightbar
**------------------------------------------------------------*/
#rightbar 
{
	float: left;
	min-width: 260px;
	width:auto;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	font-size: 1.1em; 
	color: #49515C; 
	cursor: default;
	margin-left:23px;
}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer 
{
	clear:left;
	background: White;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	font-size: 0.8em;
	line-height: 16px;
	text-align:left;
	color:Black;
}
	
#footer a 
{	
	text-decoration: none; color: #A2AFBF;
}


/*------------------------------------------------------------*
**  Search Boxes
**------------------------------------------------------------*/
.FrontPageRightInputBox
{
	width:270px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

.FrontPageRightBox li
{
	list-style-type: none;
	margin: 5px;
	font-family:Verdana;
	font-size:13px;
	color:#003366;
}

.FrontPageRightBox ul
{
	background-color:#E0F5F5;
	padding:1px;
	margin: 0;
}

.FrontPageRightBox
{
	width:280px;
	border-style: solid;
	border-width: 2px;
	border-color: #66CCCC;
	background-color: #97DCDC;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header 
{
	height: 108px;
	margin: 0;
	width:1024px;
}	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/

#nav
{
	background: #fff; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	display:inline-block;
	width: 1024px;
	margin-top:1px;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li
{
	list-style-type: none;
	display: inline;
	line-height: 20px;
}

#nav li a
{
	text-decoration: none; 
	color: #000;
	background-color: #A3E0E0;
	border-right: 2px solid #fff; 
	border-bottom: 0;
	padding: 3px 6px;
	font-size: 1em;
	float: left;
	width:156px;
	text-align:center;
}

#nav li a:hover
{
	background: #66CCCC; 
	color:White;
}

#nav li a.selected:link
{
	background: #66CCCC; 
	color:White;	
}

.home #nav li.one a,.about #nav li.two a, .usingEquip #nav li.three a,.Favourites #nav li.four a,.Links #nav li.five a,.AboutGateway #nav li.six a
{
	background: #66CCCC; 
	color:White;
	font-weight:bold;	
}

/*
.about ,#AboutNavItem
{
	background: black; 
	color:White;	
}
*/

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 1024px;
	background: #fff ;
	border: 1px solid #000;
	padding: 0;
	text-align: left; /* Cancel IE Fix */
	min-height:900;
	height:auto;
	}
	
/*------------------------------------------------------------*
**  AboutPic
**------------------------------------------------------------*/
.AboutPic
{
	margin:50px;
	border-color: #006699;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width: 3px;
	border-right-width: 3px;
}

ul
{
	color:Black;
}

h2.Search
{
	font-family:Verdana; 
	font-size:12px; 
	color:#003366; 
	text-align:center; 
	margin: 0; 
	padding:0;
}

h2.LogIn
{
	font-family:Verdana; 
	font-size:12px; 
	color:#003366; 
	text-align:center; 
	margin: 10px; 
	padding:0;
	height:25px;
	text-align:center;
}

/*------------------------------------------------------------*
**  LogIn Box
**------------------------------------------------------------*/

.LoginBox li
{
	list-style-type: none;
	margin: 5px;
	font-family:Verdana;
	font-size:11px;
	color:#003366;
}

.LoginBox
{
	background-color:#E0F5F5;
	border-style: solid;
	border-width: 2px;
	background-color: #97DCDC;
	width: 140px;
	padding:0;
	margin-left: 5px;
	font-size:x-small;
	color: #006699;
	min-height:200px;
	height:auto;
}

.LoginBox h2
{
	color: #003366;
	text-align:center;
	font-size: 1.1em;
	font-weight:bold;
	height:20px;
	padding-top: 10px;
	margin-top: 0px;
}

.LoginBox ul
{
	background-color:#E0F5F5;
	padding:1px;
	margin: 0;
}

.LoginBox li
{
	list-style-type: none;
	margin: 5px;
}

.LoginInputBox
{
	width: 120px;
	border-style: solid;
	border-width: 1px;
	border-color:Black;
}

/*------------------------------------------------------------*
**  LogOut Box
**------------------------------------------------------------*/

.LogOutBox li
{
	list-style-type: none;
	margin: 5px;
	font-family:Verdana;
	font-size:11px;
	color:#003366;
}


.LogOutBox
{
	background-color:#E0F5F5;
	border-style: solid;
	border-width: 2px;
	background-color: #97DCDC;
	width: 140px;
	padding:0;
	margin-left: 5px;
	font-size:x-small;
	color: #006699;
	min-height:95px;
	height:auto;
}

.LogOutBox h2
{
	color: #003366;
	text-align:center;
	font-size: 10px;
	font-weight:bold;
	height:20px;
	padding-top: 10px;
	margin-top: 0px;
}

.LogOutBox ul
{
	background-color:#E0F5F5;
	padding:1px;
	margin: 0;
}

.LogOutBox li
{
	list-style-type: none;
	margin: 5px;
}

a img
{
	border: none;
}

.GatewayImageLinksImg
{
	margin: 5px;
	width:143px;
}

.GatewayImageLinksAnchor
{
	text-decoration: none;
}

acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; }
p 
{ 
	padding: 0; 
	margin: 0; 
	padding-top: 10px;
	color:Black;
}

.disclaimer 
{ 
	padding: 0; 
	margin: 0; 
	padding-top: 10px;
	color:Black;
	text-align:left;
}

h1 
{
	font-family: Verdana;
	color:#006699;
}
h2 
{
	font-family: Verdana;
	color:#006699;
}

h3 
{
	font-family: Verdana;
	color:#006699;
}
h4
{
	font-family: Verdana;
	color:#006699;
}
h5
{
	font-family: Verdana;
	color:#006699;
}
h6
{
	font-family: Verdana;
	color:#006699;
}


#header h2 
{ 	
	margin: 50px 0 0 0;
	color: #006699;
	font-size: 1em;
	padding-right: 15px;
	cursor: default;
	text-align: right;
	font-family:Verdana;
	font-size:16px;
}	
	
td, tr
{
	text-align: left;
	vertical-align:top;
}

ul#menu, ul#menu ul 
{
  list-style-type:none;
  margin: 0;
  padding: 0;
  width:180px;
  background-color:#F4F4F8;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background-color:#006699;
  color:White;
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #A3E0E0;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover 
{
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Verdana;
}

.errormessage ul
{
	color:Red;
}

label {
	font-weight:bold;
	font-size:12px;
	font-weight:bold;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	.checkbox {	
	margin:12px 0;
	padding:4px 0 2px 3px;
	border:1px dotted #585858;
	width:95%;
	}
	
.checkbox input 
{	
	margin-right:6px;
	margin-bottom:2px;
}
	
.azlist
{
	float:left;
	font-weight:bold;
	margin-bottom:7px;
	font-size:1.2em;
	word-spacing:9px;
}

.floatleft
{
    float:left;    
}

.floatright
{
    float:right;        
}

#some-div
{
    display: none;
}

	
	
