
/* Systems Introduction Content */
#SystemIntro{
   clear:both;
   padding-top:0px;
   margin-top:15px;
	background:#fff;
	
}

#SystemIntro h3{
	/* needs to change */
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	font-size: 90%;
	color: #000;
	font-weight: bold;
}




#SystemIntro p{
	font-size:78%;
	margin-top:10px;
	width:210px;
	margin-bottom:1px;
	color:#000;
}
/*
#SystemIntro a{
	display: block;
	color: #0099cc;
	font-weight: normal;
	text-decoration: none;
	font-size: 78%;
	margin-top: 10px;
	width: 140px;
	padding: 0 0 25px 0;
}
*/
#SystemIntro a:hover{
color:#003399;
}

#SystemIntro img{
   padding:0;
	float:right;
   margin-right:0px;
	/*display: inline;*/
	margin-top:-25px;

}
.sysLogo{
	font-size:80%;
}
/* End Systems Introduction Content */

/* Companies Details */
#SystemDetail{
clear:both;
   padding-top:5px;
   margin-top:5px;
	background:#fff;
}
#SystemDetail h4{
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: bold;
}
#SystemDetail h5{
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: normal;
	width: 369px;
	
}
#SystemDetail ul{
	font-size: 80%;
   margin-top:5px;
	margin-left:8px;
	padding-left:8px;
}
#SystemDetail p{
	font-size: 80%;
	margin: 0 0 0 2px;
	padding: 0;
}
#SystemDetail a{

	color: #0099cc;
	font-weight: normal;
	text-decoration: none;

}

#SystemDetail a:hover{
color:#003399;
}


#SystemDetail table {
  margin-bottom:15px;
	width:370px;
	background:#fff;
	border:0px;
}

#SystemDetail table caption {
	font-size:80%;
	text-align: left;
	width:370px;
	border-bottom: 1px solid #ccc;
	padding-bottom:5px;
}

#SystemDetail table td {
   margin:0;
	padding:0;
	font-size: 80%;
   font-weight:normal;
}

#SystemDetail table th {
	margin:0;
	padding:0;
	font-size: 80%;
   font-weight: normal;
}

.tableMeasurents {
	color:#999;
	border-bottom: 1px solid #ccc;
}

#SysInstallation ul{
	list-style: none;
	margin-left:-7px;
}

/* installation & download floats */
#literature{
  margin-top:5px;
	margin-bottom:35px;
	float:left;
	width:170px;

}
#literature p {
	padding:0;
	margin: 0 0 0 0;
}
#literature h4{
		width:90%;
}
#literature a{
 padding-bottom: 2px;
 margin-bottom: 2px;
}


#Installation {
margin-top:5px;;
	float:left;
	width:170px;
	margin-bottom:35px;
}
#Installation p {

	margin:0 0 0 0;
}

#Installation ul {
	list-style: none;
	margin-left:0;
}
#Installation h4 {
	width:90%;
}
/* end installation and download floats */






/* download List - for pdf Course Details */
#literature ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#literature ul li{
margin-left:0px;

line-height:18px;
}
#literature ul li a
{
margin-right: 5px;

background-color: #fff;

}

#literature ul li a:link, #literature ul li a:visited
{
color: #0099cc;
text-decoration: none;
}

#literature ul li a:hover
{
background-color: #fff;
color: #003399;
}
#literature ul li a img {
float:left;
margin:0px;
padding:0px;
margin-right:10px;
}
/* end download list */

#SysSpecsure{
      clear:both;
	   margin-left: 0;
		width:360px;
		border: 1px solid #ccc;
		padding:5px;
	   margin-bottom: 20px;
}   

#SysSpecsure:after { content: ""; display: block; height: 0; clear: both;} 

#SysSpecsure img{
	float:left;
   margin-right:10px;
	
	margin-top:-2px;
   width:51px;
}

#SysSpecsure a {
	color:#0099cc;
	font-size:100%;
	margin-top:0px;
	text-decoration:none;
}
#SysSpecsure a:hover {
	color:#003399;

}
#SysSpecsure p{
	font-size: 78%;

}


/* end compnaies Details */


.exLink{
	margin-top:5px;
	margin-bottom:15px;
}


/*________________________________________________________*/

/* misc classes */

.blockLink {
	font-weight: bold;
	display:block;
}
.bold {
	font-weight: bold;
}

/*form styles */
#SystemDropDown{
	padding-top:10px;
   margin-right: 10px;
}
fieldset {
    border: 0px;

}
#SearchForm{
	border: 1px solid #ccc;
	padding: 10px;
   margin-right: 10px;
}
#SearchForm p{
	margin-top:0px;
	float: left;
}
.srInput{
padding:4;
width:205px;
font-size:80%;
margin-left:5px;
}
.GO_btn{
	/*move to generic - used for all tmeplates - check other css sheets*/
	padding: 0;
	width: 25px;
	height:20px;
	font-size: 80%;
	border: none;
	background: #1563AF url(../../../images/BG_searchBTN.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
}