/*------------------------------------------------------
Cerifying Standrads Page
------------------------------------------------------*/
.table{
	border-collapse: collapse;
}
.table th{
	border:1px solid #999;
	background:url(../images/uaTablebkgd.jpg) repeat-x;
	height:26px;
	text-align:center;
	font:13px bold Arial, Helvetica, sans-serif;
	color:#FFF;
	vertical-align:middle;
}
.table td{
	border:1px solid #999;
	background-color:#FFF;
	height:27px;
	vertical-align:middle;
	text-align:center;
}
.table tfoot{
	border-top:3px solid #999;
}
#certStan{
	width:100%;
}
#certStan th.col1{
	width:35%;
}
#certStan th.col2{
	width:23%;
}
#certStan th.col3{
	width:15%;
}
#certStan th.col4{
	width:28%;
}
td.txtLeft{
	text-align:left;
	padding:0 10px;
}


#networkQualification {
    position:relative;
    padding: 5px 10px 5px 10px;
    display:block;
    overflow:auto;
}

#networkQualification div {
   position: relative;
   min-height:15px;
   display:block;
   margin: 5px 0;
   overflow: auto;
}

#networkQualification table {
    margin-top: 5px;
}

#networkQualification th {
    background: url("../images/uaTablebkgd.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #999999;
    color: #FFFFFF;
    font: 13px bold Arial,Helvetica,sans-serif;
    padding: 5px 0 5px 0;
    text-align: center;
}

#networkQualification div.body {
    padding: 8px 0 5px 0;
    font: 11px bold Arial,Helvetica,sans-serif;
    border: 1px solid #999999;
    color: black;
    min-height:18px;
    background: white;
}
#networkQualification div.center-text {
    
    text-align: center;
    
}
#networkQualification .fltlft {
    float:left;
}

#networkQualification th.col1 {
    width:150px;
}

#networkQualification th.col2 {
    width:100px;
}

#networkQualification th.col3 {
    width:250px;
}

#networkQualification th.col4 {
    width:100px;
}

#networkQualification table td {
    background-color: #FFFFFF;
    border:1px solid #999999;
    height: 27px;
    text-align: center;
    vertical-align: middle;
}

.contCert {
	background: url(../images/save_continueButton.png);
	border: none;
	width: 216px;
	height: 24px;
	color: white;
	font-weight: bold;
}
.contCert:hover {
	background-position: 0 -24px;
        border-radius: 3px;
	
}

.skipCert {
	background: url(../images/save_skipButton.png);
	border: none;
	width: 216px;
	height: 24px;
	color: white;
	font-weight: bold;
}
.skipCert:hover {
	background-position: 0 -24px;
        border-radius: 3px;
	
}

#frmCtrl {
    margin: 10px 0;
    text-align: center;
}