@CHARSET "ISO-8859-1";
body {
	position:relative; 	
	font:12px/1.35em verdana,arial,helvetica,sans-serif; 
	font-size-adjust:0.55; /* verdana */
	background:#ccc;
	}
body#home {
	margin:0;
	padding:60px 0 20px;
	min-width:790px;
	background-position:0 60px;
	color:black; 
	background:#ccc url(img/body.jpg) no-repeat 1px 60px;
}
body#home #wrapper {
	background-position:0 6px;
}

/*

#fq { width:30em; padding-left:4px; background-color: #fffacd;} 

#search-results { position:absolute; width:450px; border:1px solid #000; background:#fff; display:none; float:left; }

* html div#search-results { width : 451px; }
.sr, .srs { width : 100%; float : left; padding : 1px 0 0 0; }
.sr { background-color:#fff; color:#000; }
.srs { background-color:#36c; color:#fff; cursor : pointer; }
.sr .src { color:#008000; }
.srs .src { color:#fff; }
.srt { float:left; margin-left:4px; }
.src { float:right; margin-right:3px; padding-top:2px; }
*/

a {
  font-size: xx-small;
  text-align: left;
  text-decoration:underline;  
}
a:link {color:#00e;}
a:active, a:hover {color:#f00;}


.hlRow {
  /* cursor: pointer; */
  /* _cursor: hand; */
  font-size: x-small;
}
td.row3head {
 font-size: x-small;
  text-align: center;
  font-weight: 600;
}

td.row3subhead {
  font-size: x-small;
  text-align: center;
  font-weight: 200;
}


.forumline {  
  color:#000000;
  /* border:1px solid #006699; */
  border: 1px solid #000000;
  /* border=0 cellpadding=6 cellspacing=1  */
  width: 700px;   
}



td.hl_warning {
  background: #d2e6d2;	
  text-align: center;
}
	

td.row3 {
  /* background: #d2e6d2; */
  background: #fff;
  text-align: center;
}

/*

body {
  background: #c3d9ff;
}

*/

table.toptable {
  /* border:1px solid #006699; */
  border: 1px solid #000000;
  border-spacing: 0;
  font-size: x-small;
  /* background: rgb(210,230,210); */
  background: #ccc;  
  table-layout: fixed;
  width: 700px;
  margin-top: 30px;
   
}

table.buttoncontainer {
	width: 700px;
}

/*

table.lefttable {
  border-width: 0;
  border-spacing: 0;
  font-size: small;
  background: rgb(210,230,210);
  line-height: 1.5;
}
*/

td {
  padding: 0;
}
/*
table.dynrow {
  background: rgb(255, 255, 221); 
}
*/

div.row {
  clear: both;
  padding-top: 0px;
  }



div.row span.label {
  float: left;
  width: 110px;
  text-align: right;
  }



div.row span.formw {
  text-align: left;
  float: left;
  width: 230px;
  padding-left: 10px;
}


/*
div.row span.cell {
  text-align: center;
  float: left; 
  width: 100px;
  font-size: smaller;
  border-style: solid;
  border-width: thin;
  border-color: grey;
  }

div.row_b span.cell_b {
  text-align: center;
  float: left; 
  width: 100px;
  height: 20px;
  }
*/

div.spacer {
  clear: both;
  }
div.content { 
	padding: 5px; 
	}
	
.lft {
	text-align:left;
	}
	
#aboveLogin {
	text-align: center;
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 20px;
}

#authorizationFailed {
	color: red;
	text-align: center;
	font-size: smaller;
	padding-bottom: 10px;
}

#authorizedOnly {
	text-align: center;
	font-size: 14px;
	padding-top: 40px;
}

#underLogin {
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 40px;
}
#backMessage {
	text-align: center;
}
#logoff {
	margin-left: 850px;	
}

				
/* www.nett.ca style */
#main {
	margin:0 0 0 175px; padding:0 20px 120px; overflow:hidden;
	background:#f0f0f0; border-left:solid 1px #999; border-right:solid 1px #999;
}

#tMenu {
        min-height:20px; margin:0; padding:5px 0;
        border:solid #999; border-width:1px 0;
        background:#fc0 url(img/tMenu.png) repeat-x left bottom;
        text-align:left; font:800 12px/20px arial,helvetica,sans-serif;
        font-size: 16px;
        }
#tMenu a {padding:7px 12px; border-right:solid 1px #fd1;}
#tMenu a, #tMenu a:link, #tMenu a:visited {text-decoration:none; color:#309;}
#tMenu a:hover, #tMenu a:active, #tMenu a:focus {text-decoration:underline; background:#fd1;}
#tMenu a.on {color:#999;}


#ttMenu {
    list-style: none;
    overflow: auto;
}
#ttMenu li {
    float: left;
}
#ttMenu span.spacer {
    background: transparent;
}
#ttMenu a {
    display: block;
    /*background: transparent;*/
    background-color: #888;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#ttMenu a.on {
    text-decoration:none;
    color:#555;
    background-color: transparent;    
}
#ttMenu a:hover {
    text-decoration:none;
    color:#666;
    background:#ff0;
}
#ttMenu a.on:hover {
    text-decoration:none;
    color:#666;
    background-color: transparent;
}
#ttMenu span {
    display: block;
    padding: 5px 10px;
}
#bMenu {
	clear:both; position:relative;
	margin:0 0 10px; padding:3px 11px;
	border:solid 0px #666;
	border-width:1px 0;
	background:#ddd url(img/bMenu.png) repeat-x bottom left;
	text-align:left; font:400 11px arial,helvetica,sans-serif;
	}

#bMenu a {padding:0 4px;}
#bMenu a, #bMenu a:link, #bMenu a:visited {text-decoration:none; color:#309;}
#bMenu a:hover, #bMenu a:active {text-decoration:none; color:#999;}

#sMenu {
	width:175px; position:absolute; left:0; top:auto; margin:19px 0 50px; padding:0;
	border-top:solid 1px #999;
	list-style-type:none;
	}
#sMenu li {margin:0; padding:0;}
#sMenu ul {margin:0; padding:0; list-style-type:none;}
#sMenu a {
	display:block; 
	padding:6px 16px 6px 10px; 
	border-bottom:solid 1px #999;
	background:transparent url(img/item.png) repeat-y -10px 50%;
	font:700 11px/normal arial,helvetica,sans-serif;
	}
* html #sMenu a {background:transparent none;} /* ie6 */
#sMenu ul a {padding-left:20px;}
#sMenu ul ul a {padding-left:40px;}
#sMenu a, #sMenu a:link, #sMenu a:visited {text-decoration:none; color:#309;}
#sMenu a.on {color:#000; background:transparent url(img/item-on.png) repeat-y -10px 50%;}
#sMenu a:hover {text-decoration:none; color:#666; background:#f0f0f0;}
#sMenu a.on:hover {text-decoration:none; color:#666; background:#f0f0f0 url(img/item-onh.png) no-repeat 163px 50%;}


#logo5 {
	display:block; 
	width:120px; 
	height:60px; 
	position:absolute; 
	top:0; 
	left:0; 
	background:transparent url(img/logo.png) no-repeat 50% 50%;
}
#wrapper {
	/*max-width:1115px;*/ 
	width:960px; 
	padding-right:40px; 
	background:transparent url(img/grid.png) repeat-y -9px 0;
}


	