/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
}

/*my css starts here*/
body {
	background-color: #AEB8C2;
}
#wrapper {
	background-color: #AEB8C2;
	text-align: center;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	
}
#head {
	background-image: url(../horizontal_images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 97px;
}
#nav {
	background-image: url(../horizontal_images/nav_bar.jpg);
	background-repeat: repeat-x;
	width: 1100px;
	height: 25px;
}
#topLogo {
	background-image: url(../horizontal_images/MEMBERS_topImage.jpg);
	height: 74px;
}
#topLogoAbout {
	background-image: url(../horizontal_images/about_r2_c1.jpg);
	height: 74px;
}
#topLogoCapability{
	background-image: url(../horizontal_images/capability_head.gif);
	height: 74px;
}
#topLogoLinks{
	background-image: url(../horizontal_images/links_r2_c1.gif);
	height: 74px;
}
#topLogoEvents{
	background-image: url(../horizontal_images/events.jpg);
	height: 74px;
}
#wrapper #homeLogo {
	background-image: url(../horizontal_images/home_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 297px;
}
#topLogoSSL {
	background-image: url(../horizontal_images/basic_banner.jpg);
	height: 74px;
}
#wrapper #homeLogo #flashIntro {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 73px;
	width: 960px;
}
#searchBox {
	float:right;
	width:280px;
}

#bodyContent {
	background-image: url(../horizontal_images/background_white.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#homeTable #notMember {
	margin-left: 85px;

}
#WAATKLogInForm #homeLogin ,#WAATKForgotPWForm #homeLogin, WAATKUpdateForm #homeLogin{
	margin-left: 15px;
	margin-top: 24px;
}
#subscribe {
	margin-left:15px;
	background-image: url(../images/blueBox.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#tableBody, #homeTable {
	text-align: left;
	width: 960px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 75px;
	margin-right: 75px;
}
#homeLogin tr td label {
	font-size: 12px;
	color: #98A7B6;
}
#homeLogin label, .WAATKDataTable label,#subscribe label {
	font-size: 12px;
	color: #4B535A;
	font-weight: bold;
	padding-right: 5px;
}
.WAATKDataTableCell .forgot_pw {
	color: #4B535A;
	text-decoration: none;
}
#homeLogin .WAATKDataTableCell .forgot_pw:hover {
	color: #4172AA;
}



#head #loginIn {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 68px;
	padding-top: 72px;
	font-weight: bold;
}

#homeLogin .WAATKTextField{
	margin-bottom: 5px;
	width: 260px;
}
.inputField {
	margin-bottom: 5px;
}

#wrapper #head #loginIn a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 50px;
}
.errorMsg {
	font-size: 10px;
	color: #71BF45;
}
.greenLink {
	color: #71BF45;
	font-size: 11px;
}
p {
	font-size: 11px;
	color: #4B535A;
	padding-left: 10px;
}
#homeTable .rightCol p {
	padding-right: 50px;
	padding-left: 10px;
}





h1 {
	font-size: 12px;
	font-weight: bold;
	color: #8F9AA5;
	padding-left: 10px;
}

h2 {
	font-size: 12px;
	color: #4172AA;
	font-weight: bold;
	margin-top: 5px;
}
h3 {
	font-size: 11px;
	color: #4172AA;
	font-weight: bold;
	margin-top: 5px;
}
h4 {
	font-size: 12px;
	color: #71BF45;
	font-weight: bold;
	margin-top: 5px;
}
h5 {
	font-size:16px;
	color: #4171A9;
}
h6 {
	font-size:12px;
	color: #8F99A5;
	padding-top: 10px;
	padding-left: 10px;
}



a:link {
	text-decoration: none;
	color: #4678AF;
}
.LargeHeading {
	font-size: 16px;
	color: #4778AF;
}



a:visited {
	color: #6B97C7;
	text-decoration: none;
}
a:focus {}
a:hover {
	color: #4172AA;
}
a:active {}
.sideNav h1 a:link {
	color: #FFFFFF;
}
ol {
	list-style-type: decimal;
	list-style-image: none;
	color: #4172AA;
}






.leftCol {
	width: 280px;

}
.middleCol {
	width: 300px;
}
.HomerightCol {
	width: 400px;
	padding-right: 30px;

}
.spacerCol {
	width: 70px;
}

.sideNav {
	color: #8F9AA5;
	padding-left: 32px;
	padding-top: 10px;
	margin-bottom: 5px;
}
.sideNav h1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../horizontal_images/sidemenu_currentPage.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	background-color: #4678AF;
	width: 170px;
	line-height: 1.5;
}
.sideNav hr {
	color: #8F9AA5;
	width: 135px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer {
	background-image: url(../horizontal_images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	height: 59px;
	text-align: center;
	color: #8F9AA5;
}

#wrapper #footer a {
	font-size: 10px;
	text-decoration: none;
	color: #3E444A;
	padding-left: 10px;
	padding-right: 10px;
}
#wrapper #footer a:hover {
	color: #406D9F;
}
.footerLine {
	background-image: url(../horizontal_images/footerLine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 3px;
	margin-bottom: 5px;
}




#membersDetail  p {
	padding-left: 20px;
	font-size: 11px;
	color: #8F9AA5;
}
#membersDetail h1 {
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 12px;
}
#membersDetail a {
	color: #69C;
	text-decoration: none;
}

.middleCol h2, .rightCol h2 {
	padding-top: 20px;
}
.memberName {

}
.sideNav #sideNavList {
	font-size: 11px;
	list-style-type: none;
	margin-left: 10px;
	width: 170px;
}
.sideNav #sideNavList_wide {
	font-size: 11px;
	list-style-type: none;
	margin-left: 10px;
	width: 166px;
}
#sideNavList  a {
	text-decoration: none;
	line-height: 1.5;
	color: #7A8794;
}
#sideNavList  a:hover {
	color: #4778AF;
}

.sideNav #sideNavList td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D9DE;
	margin-bottom: 5px;
	padding-bottom: 4px;
}
.sideNav #sideNavList a td:hover {
	background-color: #E7EDF4;
}

#sideNavList tr .activeMenu {
	background-color: #E7EDF4;
}

.makeinvisible {
	display: none;
}
.makevisible {
	visibility:visible;
}
.alignRight {
	text-align: right;
}

.hozLine {
	background-image: url(../horizontal_images/dotted_line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
	margin-right: 50px;
}
.homeBar {
	background-image: url(../horizontal_images/blue_bar.gif);
	height: 24px;
}
.homeBar img {
	padding-right: 615px;
	padding-top: 6px;
}
#homeTable #popUp {
	width: 500px;
	height: 355px;
	margin-left: 80px;
}
.email {
	font-size: 12px;
	color: #4072AB;
}
#WAATKLogInForm {
	width: 470px;
	padding-top: 20px;
}

/*------------------------------------*/

#tableBody .events p{
	font-size:12px;
	font-weight: bold;
	color: #4172AA;
}

/*----------------------------------------*/
#tableBody p {
	padding-right: 50px;
	color: #606973;
}
#tableBody .links a {
	color: #4171A9;
}
#tableBody .links a:visited, #tableBody .links a:active{
	color: #F88F1C;
}
#tableBody .links a:hover {
	color: #71BF45;
}
/*-----------------------------------------------*/

#capability {
	width: 530px;
}
.capabilityHead {
	background-image: url(../horizontal_images/capability_text.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	background-color: #4172AA;
}
.capabilityBody {
	background-color: #4172AA;
}
.capabilityFooter {
	background-image: url(../horizontal_images/capability_box2.gif);
	height: 36px;
	background-repeat: no-repeat;
	background-position: center top;
}

/*----------------------------------------------------*/


#tableBody tr .middleCol p a:link, #tableBody tr .rightCol p a:link {
	font-size: 11px;
	color: #4B535A;
	text-decoration: none;
	line-height: 1.5;

}
#tableBody tr .middleCol p a:visited{color: #4B535A;}

#tableBody tr .middleCol p a:hover, .middleCol .memberName a:hover, #tableBody tr .rightCol p a:hover {
	color: #4172AA;
	line-height: 1.5;

}
#membersDetail  p {
	padding-left: 2px;
	font-size: 11px;
	color: #4B535A;
}
#membersDetail h1 {
	padding-left: 2px;
	padding-bottom: 5px;
	padding-top:5px;
	font-size: 12px;
}
#membersDetail a {
	color: #69C;
	text-decoration: none;
}


#tableBody #membersDetail {
	margin-left: 10px;
}


/*-------------------------------------------------------------*/
.memberName p, .WADAResultsEntry .capabilityName p {
	line-height: 1.5;
}
#homeLogin h5 {
	font-size: 14px;
	padding-left: 20px;
}

.WADAResultsEntry .capabilityName a {
	color: #FFFFFF;
}
.WADAResultsEntry .capabilityName p {
	padding-left: 20px;
	font-size: 11px;
	line-height:1.5;
}
/*--------------------members Area, about and News pages ------------------*/


#getReader {
	height: 170px;
	width: 220px;
	margin-left: 30px;
}
/*----------------------*/
#newsTable h2{
	font-size: 14px;
	padding-left: 10px;
}
#newsTable h3, #aboutTable h3 {
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
}
#newsTable p{
	color: #4B535A;
}
#newsTable ol {
	font-size:11px;
	line-height: 2;
}
#newsTable ol a:link {
	color: #666666;
}

#newsTable ol a:hover {
	color: #71bf45;
}
/*----------------------*/
#aboutTable p {
	color: #4B535A;
	line-height: 1.4;
}
#aboutTable h2 {
 	font-size: 14px;
}
#newsTable .moreInfo, #aboutTable .moreInfo {
	color: #4778AF;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
}
#aboutTable ul , minutesTable ul {
	color: #666666;
	font-size: 11px;
}
.HomerightCol ul{
	font-size: 11px;
	color:#606973;
}
#aboutTable li {
	margin-bottom: 15px;
}

/*------------------------------------------------------------------------*/


#sideNavList ul {
	margin-left: 15px;
}
.BlueSpan {
	font-size: 16px;
	color: #4678AF;
	font-weight: bold;
}
.dateTxt {
	color: #66CC33;
}

.links ul {
	color: #4172AA;
	font-size: 12px;
	list-style-type: disc;
	padding-left: 20px;
	padding-right: 50px;
}
.links p {
	margin-left: -10px;
}
.italic {
	font-style: italic;
}
#minutesTable ul, {
	font-size: 11px;
	color: #666666;
	padding-left: 30px;
}
#minutesTable, #minutesDiv {
	margin-left: 20px;
}
#contactTable h1 {
	color: #4B535A;
	font-size: 12px;
}
#contactTable a {
	color: #4778AF;
}
#contactTable p {
	font-size: 12px;
	color: #4B535A;
}
#minutesTable a, #minutesTable p, #minutesDiv a, #minutesDiv p {
	color: #4778AF;
	font-size: 11px;
	line-height:1.6;
}
#minutesDiv a{
	background-image: url(../horizontal_images/pdf_symbol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	padding-bottom: 15px;
	display: block;
}
#minutesTable a:hover, #minutesDiv a:hover {
	line-height:1.6;
	text-decoration: underline;
}
#minutesTable .extrapdfs {
	margin-left: 20px;
	list-style-type: square;
}


.collapseList {
	font-size: 11px;
	list-style-type: none;
	color: #4778AF;
}
#wrapper #mainContent #bodyContent #homeTable .HomerightCol ul {
	padding-left: 25px;
}

.HomerightCol li {
}
.dinnerTable .leftCol {
	width: 60px;
	text-align: right;
	padding-right: 5px;
}

#toolTip-content-1 {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 10px;
	border: 1px solid #AEB8C2;
	width: 300px;
	height: 100px;
	background-color: #DEE2E7;
	
}
#toolTip-target-1 {
	padding-right: 10px;
	margin-top: 20px;
	
}
.why {
	width: 100px;
	margin-left: 20px;
	color: #4678AF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}
/*------------------ SSL Scheme -----------------*/
#sslBox {
	clear: both;
}
#sslBox p {
	line-height: 1.6;
	padding-right: 35px;
}
#sslBox ul{
	font-size: 11px;
	color: #4B535A;
	line-height: 1.5;
}
#sslBox .sslList {
	margin-left: 50px;
	margin-right: 25px;
}
#sslBox .sslList01 {
	margin-left: 60px;
	margin-right: 25px;
	list-style-image: url(../images/bullet_01.gif);
}
#sslBox .sslList02 {
	margin-left: 20px;
	margin-right: 15px;
	list-style-image: url(../images/bullet_01.gif);
}

#formSearch {
	margin-right: 20px;
}
.imgRelative img {
	position: relative;
}
.WADAResultTitle a, .WADAResultTitle a:link, .WADAResultTitle a:visited {
	color: #7A8794;
}
.WADAResultTitle a:hover{
	text-decoration: underline;
	color: #71BF45;
}
#WADAResultsTable th {
	padding-bottom: 10px;
}
#WADAResultsTable .sslHeading a:hover {
	text-decoration: underline;
}
#homeTable #sslmainContent {
	margin-left: 30px;
	padding-top: 20px;
}

.WADAResultsNavButtonCell a {
	padding-right: 5px;
	padding-left: 5px;
}
#labelsTable {
	font-size: 11px;
	color: #7A8794;
	
}
#labelsTable tr{

}
#labelsTable td{
	padding-bottom: 4px;
}
.WADAResultsTableCell p {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 15px;
}
#WADAResultsTable .sslHeader a:link {
	color: #4678AF;
}
#WADAResultsTable .sslHeader a:hover {
	color: #71BF45;
	text-decoration: underline;
}


.WADADataTableCell h1 {
	padding-left: 0px;
	padding-bottom: 5px;
}
.WADAHorizLine {
	height: 1px;
	background-image: url(../WA_DataAssist/images/Pacifica/Refined_hline.gif);
	background-repeat: repeat-x;
	margin-right: 50px;
}
.sideNav #formSearch {
	margin-top: 20px;
	margin-left: 10px;
	background-color: #F1F3F5;
	width: 170px;
	border: 1px solid #CDD3DA;
}
.sideNav #formSearch input {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.sideNav #formSearch label {

}
#searchButton {
	background-color: #4778AF;
	color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 10px;
	padding-top: 5px;
}
#formSearch h2 {
	padding-left: 10px;
}
#sslBox .sslInfo p {
	padding-bottom: 10px;
}
#sslBox .sslInfo h4 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.note {
	background-color: #F1F3F5;
	padding: 10px;
	margin-top: 5px;
	margin-right: 20px;
	font-weight: bold;
}
.topOfpage {
	float: right;
	margin-right: 50px;
}
.parameters {
	font-weight: bold;
	color: #333333;
}
.smallText {
	font-size: 9px;
}
.attributes {
	margin-bottom:20px;
	background-color: #E7EDF4;
	padding-bottom: 50px;
	clear: both;
}
.attributes .formGroup {
	background-color: #E7EDF4;
}
.attributes  h2 {
	padding-left: 20px;
	padding-top:20px;
}
.attributes .attValue {
	padding-left: 70px;
}
.attributes .attReport {
	padding-left: 250px;
}
.steps {
	padding: 10px;
	border: 1px solid #C8D6E6;
	width: 350px;
}
.download {
	padding: 10px;
	border: 1px solid #C8D6E6;
	width: 150px;
	margin-left: 42px;
	color: #FFFFFF;
	background-color: #E7EDF4;
	
}
.onlineInd {
	text-decoration: blink;
}

.leftCol #sideElement {
	position: relative;
}
ol {
	font-size: 11px;
	line-height: 1.5;
	color: #7A8794;
}
.pageNumbers {
	font-size: 14px;
}
.pageNumbers a {
	padding-right: 4px;
	padding-left: 4px;
}
.movedown5 {
	margin-top: 5px;
}
#minutesDiv table tr td {
	vertical-align: top;
}
#wrapper #head #sparc {
	color: #FFF;
	text-align: right;
	margin-right: 90px;
	background-image: url(../images/SPARC_logo_Colour.png);
	background-repeat: no-repeat;
	background-position: 96% 6px;
	height: 95px;
}
#wrapper #head #sparc p {
	font-size: 12px;
	color: #FFF;
	padding-top: 62px;
	font-weight: bold;
}
#wrapper #head #sparc  a:link, #wrapper #head #sparc  a:visited{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#wrapper #head #sparc  a:hover{
	color: #4172AA;
}
.bold {
	font-weight: bold;
}
#wrapper #head #sparc .sparcTxt {
	width: 200px;
	margin-left: 810px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}


#subForm div label {
	font-size: 12px;
	color: #4172AA;
	float: left;
}
#subForm input {
	float: left;
}
#subForm submit {
	clear:both;
}

