* {
	padding:0;
	margin:0;
}
body {
	background:#f3f3ff url(../../includes/styles/pagemain.jpg) repeat-x;
    font-family: Tahoma,sans-serif;
	font-size: 14px;
    overflow-y: scroll;
    overflow-x: auto;
}
 #popup {
    /* Necessary: */
    position: absolute;
    display: none;
    z-index: 10;

    /* Additional styling: */
    max-width: 275px;
    font-size: 10pt;
    background-color: #eee;
    border: 1px solid #000;
    padding: 5px;
    opacity: .90;
    filter: alpha(opacity=90);
  }
a {
color: #000000;
text-decoration: none;
}

ul{
 padding: 3px 40px;
}

ol{
 padding: 3px 40px;
}

h1{
	padding-top: 5px;
    padding-left: 5px;
	font-size: 22px;
}

h2{
	font-size: 18px;
}

img{
  border:0;
  vertical-align:middle;
}

/*Some common styles as classes.  Save bytes.*/
#textscroll a {
    color: #555;
    text-decoration: underline;
}


.ct {
  text-align:center;
}

.rt {
  text-align:right;
}

.lt {
  text-align:left;
}

.tt {
   font-size:7pt;
}

.st {
   font-size:8pt;
}

.fl {
   float:left;
}

.fr {
   float:right;
}

.cb {
  clear:both;
}

.accLogo{
  margin:0 10px;
}

.ttg{
    font-size:7pt;
    color:#777;
}

.hiddenDiv {
  display:none;
  overflow:hidden;
  height:0px;
  position:relative;
}

.gbg {
  position:absolute;
  opacity:0.7;
  background:#ccc;
  width:770px;
  height:90px;
}

.noAccount{
  position:absolute;
  width:750px;
  height:90px;
  text-align:center;
  color:MidnightBlue;
  padding-top:13px;
}


.bbb{
  border-bottom-style:solid;
  border-bottom-width:thin;
  border-color:#000;
}

.got {
  display:inline;
  color:#999
}

.ugt {
  display:inline;
  color:#999
}


.bbg{
  border-bottom-style:solid;
  border-bottom-width:thin;
  border-color:#999;
}

.bbr{
    border-color:#000;
    border-right-style:solid;
    border-right-width:thin;
}

.linkInput {
  width:380px;
}

.loginInput {
    width:100px;
    float:left;
}

.loginButton {
   width:100px;
   float:right;
}

#loginButtonImg{
  background:url(../../images/buttons/button_login.gif);
  width:85px;
  height:23px;
  border:none;
  cursor:pointer;
  margin-right: 77px;
}


#loginBox {
  width:100%;
}


#strapLine {
  font-size:17pt;
  font-weight:bold;
}


#tallAd {
  float:left;
  height:560px;
  width:120px;
}

#outerContainer {
  background: url(../../includes/styles/pagedesign.jpg) no-repeat;
  width:800px;
}

#mainlogo {
	margin-left: 65px;
	text-align: left;
	float: left;
	font-size: 15px;
    margin-top:58px;
}


#summarytable {
    font-size:17px;
}


#sociallinks {
}

#headerlinks {
	margin-right: 61px;
	text-align: right;
	float: right;
	font-size: 15px;
    margin-top:98px;
}

#headerlinks a {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}

#container {
	text-align: center;
	padding-top: 85px;
}

#adverts {;
   text-align: center;
   padding-top: 10px;
   min-height:90px;
}

#footer {
 background: url(../../includes/styles/pagefooter.jpg) no-repeat;
 margin:0 55px;
 text-align:center;
 padding-top:10px;
}

#footerLinks {
  float:left;
  height: 19px;
  margin-left:4px;
  margin-right:4px;
}

#frontFooterLinks {
    height: 30px;
    margin-left:4px;
    margin-right:4px;
    padding-top:100px;
}

#subcontainer {
	width:800px;
	margin: 0 auto;
}
#logo_box {
	margin:0 auto;
	padding-top:77px;
	width:493px;
	position:relative;
}
#logoimg {
	position:absolute;
	top:0;
	left:0;
}

#innerContainer {
  min-height:404px;
  margin-left:56px;
  margin-right:64px;
  margin-top:5px;
  width:800px;
}

#ErrorMessage {
	border:1px solid #DD3C10;
	background-color:#FFEBE8;
    position: absolute;
    width: 686px;
    overflow: hidden;
    display: hidden;
    height: 0px;
}
#ErrorMessageInner {
    padding: 11px;
}

#successMessage {
	border:1px solid #3CDD10;
	background-color:#EBFFE8;
    position: absolute;
    width: 686px;
    overflow: hidden;
    display: hidden;
    height: 0px;
}

#successMessageInner {
    padding: 11px;
}

#textscroll	{
    width: 668px;
    padding: 0 10px;
    min-height: 404px;
    background: #fff;
}


.pageIcon {
  vertical-align:middle;
  margin-bottom:3px;
}