/*content styles */

.qaSearch{
   padding: 10px;
  margin-right: 10px;
}

.QaInput{
	padding:4px;
	width:200px;
	font-size:80%;
	margin-left:5px;
}

.QAbtn{
	padding:0;
	width:65px;
	font-size:80%;
	border:none;
	background: #1563AF;
	color:#fff;
}



/* end tabbed menu list */

/* tabbed menu list w2 */

#tabListCommonSys {
 	padding-right:15px;
	font-size: 80%;
	line-height: normal;
	margin-bottom:0px;
}

/*\*/
html*#tabListCommonSys {
height: 25px;/*seen only by  netscape*/
[height: 1%;/*not used, but necessary*/
height: 1%;/*this is  seen by IE6 and Safari but hidden from Netscape 6-7*/
]height: 1%;/*for IE 6  only*/

}/*end*/
 
#tabListCommonSys ul {
    margin:0;
    padding:0; 	
    list-style:none;
}

#tabListCommonSys ul li {
	float: left;
	background: url(../../../../images/tabs/norm_left.gif) no-repeat left top;
	margin: 0;
	padding: 0 2px 0 2px;
}
	 
#tabListCommonSys ul li a {
	float: left;
	display: block;
	background: url(../../../../images/tabs/norm_right.gif) no-repeat right top;
	padding: 5px 6px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #1444a5;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#tabListCommonSys a {float:none;}
  /* End IE5-Mac hack */

#tabListCommonSys ul li a:hover {
      	color:#006;
}

#tabListCommonSys ul .current div, #tabListCommonSys .currentSub div {
	float: left;
	display: block;
	background: url(../../../../images/tabs/norm_right_sub_on.gif) no-repeat right top;
	color:#333;
	padding: 4px 6px 6px 6px;
	text-decoration: none;
	font-weight: bold;
}

#tabListCommonSys div.clear {
	background: #ececec;
	height: 8px;
	_height: 0px;
	_margin-bottom: -4px;
}

/* End tabbed menu list w2 */
/*System Selector  sub naviagation Styles */

	
#SysSubNav ul
{
margin-top:10px;
padding-left: 0;
margin-left: 0;
background-color: #fff;
color: #0099cc;
float: left;
width: 100%;

}
#SysSubNav :after { content: ""; display: block; height: 0; clear: both;}/*prevents nested floats breaking layouy- more robust than "overflow" method */
#SysSubNav ul li { 
display: inline; 
}

#SysSubNav ul li a
{
padding: 0.2em 1em;
padding-left:0.5em;
background-color: #fff;
color: #0099cc;
text-decoration: none;
float: left;
/*border-right: 1px solid #fff;*/
font-size:75%;
font-weight: bold;
}
#SysSubNav ul li a:hover
{
color: #003399;
}
.SysSubNavBorder{
	border-right: 1px solid #000;
	line-height:10px;
}
#SysSubNav .current{
padding: 0.2em 1em;
padding-left:0.5em;
background-color: #fff;
color: #000;
text-decoration: none;
float: left;
/*border-right: 1px solid #fff;*/
font-size:75%;
font-weight: bold;
}


/* End System Selector  Styles */



/*System List  styles */

#systemList {
  clear:both;
  margin-top:5px;
	padding-top:15px;
	margin-right:15px;
}

#systemList ul {
	list-style: none;
	margin-left:5px;
	padding:0;
	margin-top:0px;
}

#systemList li {
	padding-bottom:2px;
	font-size:80%;
}

#systemList li a {
	text-decoration: none;
	font-weight: normal;
	color: #1444a5;
	background: url(/images/tabs/ico_right_arrow_list.gif) no-repeat 0px 3px;
	padding: 0 0 0 8px;
}

#systemList li a:hover{
	color:#006;
}

#systemList h3 {
	margin-left: 5px;
	margin-top: 0px;
	padding: 0px 0 5px 0;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: normal;
}

/*
#SysSpecsure{
clear:both;
		margin-top:55px;
		width:370px;
		border: 1px solid #ccc;
		padding:5px 5px 5px 5px;
	   margin-bottom:10px;
}

#SysSpecsure img{
	float:left;
   margin-right:10px;

	margin-top:-2px;
  
}

#SysSpecsure a {
	color:#0099cc;
	font-size:100%;
	margin-top:0px;
	text-decoration:none;
}
#SysSpecsure a:hover {
	color:#003399;

}
#SysSpecsure p{
	font-size: 78%;

}
*/
/*end System list */



.current{
  text-decoration: none;
  font-weight: normal;
color: #000;

}


/*end content styles */

/*_________________________________*/

fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;

}
#SearchForm{
	border: 1px solid #ccc;
	 padding: 5px;
  margin-right: 10px;
}