body {
background-color: powderblue;
}

.error {
    color: red;
}

.checkchannel {
       float: left;
       width: 2em;
       font-family: Arial;
       color: blue;
}

h1 { 
	font-family: Arial;
	color: Blue;
	text-align: right;

}
h2 { 
	font-family: Arial;
	color: blue;
	text-align: center;
}

h2.name { 
	padding-left: 2%	 	
}
h3 { 
	font-family: Arial;
	font-size: small;
	margin-left: 2%;
	text-decoration: underline;
	color: blue;
	text-align: Left;
}

label {
    font-size:12px;
    line-height:24px;
    font-weight:bold;
}


p1 {
	font-family: Arial;
	color: blue;
	text-align: left;
}
#head1 {
        width: 95%;
        height: 100px;
        background-image:url('/wpimages/cloud2.jpg') ;
        display: block;
        background-size:100%;
        float: left;
        box-shadow: 10px 10px 5px #888888;
}



ul     {
        list-style: none;
       }
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}



.red {
	color: black;
	background: -webkit-gradient(linear, left top, left bottom, from(#f90c14), to(#f7b7b9));
	background: -moz-linear-gradient(top,  #f90c14,  #f7b7b9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f90c14', endColorstr='#f7b7b9');
}

/* button 
---------------------------------------------- */
button {
	font-family: Arial;
	color: white;
	text-align: center;
    font-size: medium;
    margin-bottom:5px;
    line-height:18px;
    padding:2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

    border: 1px solid blue;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
	
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;

    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
	
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:px;
    border-bottom-left-radius:5px;
    background: #ffffcc;

	background:-o-linear-gradient(bottom, #aad4ff 5%, #ffffff 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aad4ff), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #aad4ff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#aad4ff", endColorstr="#ffffff");	
	background: -o-linear-gradient(top,#aad4ff,ffffff);

	background-color:#aad4ff;


}


.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
    align: center;
    width: 100px;
	margin: 5px 12px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

#main1 {
        margin-left: 5em;
        float: left;
        color: blue;
}

/*
style="width: 80% ; float:right; top: 200px;"
style="float:left; width: 30em;border: solid 1px;"
*/

.login {
        margin-top: 50px;
        margin-left: 150px;
        width: 650px;
        height: 300px;
        float: left;
        font-family: Arial;
	    text-align: left;
	    font-size: medium;
        color: blue;
        line-height: 2em;
        border: solid 1px blue;
        border-radius: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        display: table;    
        background-color: #E3E9FD;
    }

.login form{
       ;
    }



#welcome {
        margin-top: 50px;
        margin-left: 150px;
        width: 13em;
        float: left;
        font-family: Arial;
	text-align: center;
	font-size: normal;
        color: blue;
        line-height: 2em;
}
#menu1 {
        margin-top: 30px;
        width: 8em;
        float: left;
        font-family: Arial;
	text-align: left;
	font-size: medium;
        line-height: 2em;
}
legend {
	font-family: Arial;
	color: blue;
	text-align: left;
}
.label1 {
	font-family: Arial;
	color: blue;
	font-weight: bold;
	text-align: left;
        padding-left: 2%;
}
#pass {
  background: #81F781;
}
#fail {
  background: #F5A9BC;
}

#Performance {
        width: 60%;
        min-width: 600px;
        float: left; 
        border-style:solid; 
        border-width:1px; 
        margin-top: 20px;
}

#subform{
        width: 80%;
        background-color: #dafcf7;
        float: left; 
        border-style:solid; 
        border-width:1px; 
        margin-bottom: 1em;

}

.legend{
        :strong;
}

input[type=submit],input[type=button] {
	text-align: right;
        border: 1px solid blue;
        -moz-border-radius-topright:5px;
        -webkit-border-top-right-radius:5px;
        border-top-right-radius:5px;
	
        -moz-border-radius-topleft:5px;
        -webkit-border-top-left-radius:5px;
        border-top-left-radius:5px;

        -moz-border-radius-bottomright:5px;
        -webkit-border-bottom-right-radius:5px;
        border-bottom-right-radius:5px;
	
        -moz-border-radius-bottomleft:5px;
        -webkit-border-bottom-left-radius:px;
        border-bottom-left-radius:5px;
        background: #ffffcc;
        line-height: 30px;

	background:-o-linear-gradient(bottom, #aad4ff 5%, #ffffff 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aad4ff), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #aad4ff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#aad4ff", endColorstr="#ffffff");	
	background: -o-linear-gradient(top,#aad4ff,ffffff);

	background-color:#aad4ff;
}
input {
  padding: 5px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;
  font-family: Arial;
}

input[type=text]:focus {
//      box-shadow: inset 200px 1px 2px 0 #c9c9c9;
      
}

input[type=date]:{
      background-color: #cdcdcd;
        font-family: Arial;
  color: red;
}

input:hover {
	background:#f0f0f0;
}

input.center{ 
         text-align:center; 
} 


#iframe1 { 
        position: absolute;
        width: 95%;
        height: 400px;
        border: 1px;
        top: 110px;
        left:200px;
}

iframe { 
        position: absolute;
        width: 800px;
        height: 800px;
        border: 1px;

}

select {
  padding: 5px;
  border: solid 1px #fff;
  box-shadow: inset 1px 1px 2px 0 #707070;
  transition: box-shadow 0.3s;  
}
  
select:hover {
	background:#f0f0f0;
}

#display {
    background-color:#f9f4a2; 
    border-style:solid; 
    border-width: 1px;
    border-color:blue;
    font-weight: normal;
    color: blue;
}

  
fieldset {
        border: 1px solid blue;
        -moz-border-radius-topright:10px;
        -webkit-border-top-right-radius:10px;
        border-top-right-radius:10px;
	
        -moz-border-radius-topleft:10px;
        -webkit-border-top-left-radius:10px;
        border-top-left-radius:10px;

        -moz-border-radius-bottomright:10px;
        -webkit-border-bottom-right-radius:10px;
        border-bottom-right-radius:10px;
	
        -moz-border-radius-bottomleft:10px;
		        -webkit-border-bottom-left-radius:10px;
        border-bottom-left-radius:10px;
        background: #ffffcc;

}

.display1 
{
        color: Red;
}
.input_fields {
	margin-left: 5%;
	font-family: Arial;
	color: Blue;
	text-align: left;
	Width: auto;
	border-collapse: collapse;
 	padding-left: 2%;
	padding-right: 2%;

}

.tabs {
  position: relative;   
  min-height: 330px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;

}
.tab label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid blue; 
  margin-left: 0px; 
  position: relative;
  left: 1px;
  font-family: Arial;
  color: white;
  text-align: left;
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  border-top-right-radius:10px;
	
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  border-top-left-radius:10px;
  background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
  background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
  background: -o-linear-gradient(top,#005fbf,#003f7f);
  background-color:#005fbf;
  border:0px solid #000000; 
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 29px;
  left: 0;
  background: #ffffcc;
  right: 0;
  bottom: 0;
  padding: 5px;
  float: right;
  border: 1px solid blue; 
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  border-top-right-radius:10px;
	
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  border-bottom-right-radius:10px;
	
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  border-bottom-left-radius:10px;

}

.BSTable1{
  margin-top: 50px;
  margin-left: 50px;
  width: 100%;
  font-family: Arial;
  text-align: left;
  font-size: 14px;
  color: blue;
  table-layout: auto;
  position: absolute;
  top: 93px;
  left: 150px;
  right: 0;
  bottom: 0;
  padding: 0px;
//  float: right;

  border: 2px solid blue; 
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  border-top-right-radius:10px;
	
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  border-top-left-radius:10px;
	
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  border-bottom-right-radius:10px;
	
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  border-bottom-left-radius:10px;

}

.BSTable1 tr:nth-child(even) {
    background-color: #FFFFFF;
}

.BSTable1 tr:nth-child(odd) {
    background-color: #cdf7f7;
}


.BSTable1 th {
    color: white;
    line-height: 2em;
    background-color: #437df9;
}

.BSTable1 td {
    padding-left: 5px;
    	font-size:14px;
	font-family:Arial;
	font-weight:normal;
}

.BSTable2{
      
  margin-top: 50px;
  margin-left: 50px;
  width: 100%;
  font-family: Arial;
  text-align: left;
  font-size: 14px;
  color: Blue;
  table-layout: auto;
  position: absolute;
  top: 93px;
  left: 150px;
  right: 0;
  bottom: 0;
  padding: 0px;
//  float: right;

  border: 1px solid blue;

  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  border-top-right-radius:10px;
	
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  border-top-left-radius:10px;
	
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  border-bottom-right-radius:10px;
	
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  border-bottom-left-radius:10px;

}

.BSTable2 th {
    background-color: #437df9;
    color: white;
    line-height: 2em;
    

}

.BSTable2 td {
    padding-left: 5px;
    	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	border-bottom: 1px solid silver;
    border-collapse: collapse;
    background-color: #e6fff2;

}



form {
  margin-top: 50px;
  margin-left: 50px;
  width: 70%;
  font-family: Arial;
  text-align: left;
  font-size: small;
  color: blue;
 // line-height: 2em;
  position: absolute;
  top: 95px;
  left: 200px;
//  background: #eeeeee;
  right: 0;
  bottom: 0;
  padding: 0px;
  float: right;
  border: 0px solid blue; 
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  border-top-right-radius:10px;
	
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  border-top-left-radius:10px;
	
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  border-bottom-right-radius:10px;
	
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  border-bottom-left-radius:10px;

}

[type=radio]:checked ~ label {
  background: white;
  border-top: 1px solid blue;
  border-left: 1px solid blue;
  border-right: 1px solid blue;
  border-bottom: 1px solid white;
  Color: blue;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}


.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
//	border:1px solid #00007f;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.CSSTableGenerator tr:hover td{
	background-color:#bbf9ee;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #d1fcfc 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1fcfc ), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #d1fcfc 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7efcfc", endColorstr="#bbf9ee");	background: -o-linear-gradient(top,#7efcfc,bbf9ee);

	background-color:#d1fcfc ;

	border:1px solid #00007f;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #0000bf 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0000bf), color-stop(1, #007fff) );
	background:-moz-linear-gradient( center top, #0000bf 5%, #007fff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000bf", endColorstr="#007fff");	background: -o-linear-gradient(top,#0000bf,007fff);

	background-color:#0000bf;
	border:0px solid #00007f;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0000bf 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0000bf), color-stop(1, #007fff) );
	background:-moz-linear-gradient( center top, #0000bf 5%, #007fff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000bf", endColorstr="#007fff");	
	background: -o-linear-gradient(top,#0000bf,007fff);
	background-color:#0000bf;
}

.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.SubSection{
font-size: 12px;

}

