.special {
        text-shadow: rgba(0, 0, 0, 0.199219) 1px 1px 1px;

}
p {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

p.add {

	font-size: 12pt;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
    font-weight:bolder;
    text-shadow: rgba(0, 0, 0, 0.199219) .5px .5px .5px;

}

p.adds {

	font-size: 11.5pt;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
        font-weight:bolder;
        text-shadow: rgba(0, 0, 0, 0.199219) .5px .5px .5px;

}

p.fnt {
	font-size: 9pt;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
}

input[type='submit']{
  display:block;
  /* margin:0 auto 11px auto; */
  width:113px;
  text-align:center;
  border-radius:0px;
  color:#2d2d2d;
  outline:none;
  font-family:inherit;
  color: white;
  }

.logo{

     font-weight: bold; 
     font-size: 36;
     color: black;
     
}

.fancybutton {
        background: rgb(59,103,158); /* Old browsers */
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #FF722B 0%, #EFBB54 100%);
        /* Mozilla Firefox */
        background: -moz-linear-gradient(top, #FF722B 0%, #EFBB54 100%);
        /* Opera */
        background: -o-linear-gradient(top, #FF722B 0%, #EFBB54 100%);
        /* Webkit (Safari/Chrome 10) */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF722B), color-stop(1, #EFBB54));
        /* Webkit (Chrome 11+) */
        background: -webkit-linear-gradient(top, #FF722B 0%, #EFBB54 100%);
        /* W3C Markup, IE10 Release Preview */
        background: linear-gradient(to bottom, #FF722B 0%, #EFBB54 100%);
	font-size: 12pt; /* Resets 1em to 10px */
        color: white;
        font-weight:bold;
        font-family: Ubuntu, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-right: 0px;
	text-decoration:none;
	text-shadow: rgba(0, 0, 0, 0.199219) 1px 1px 1px;
	border: 1px solid #d5894b;




}
.fancybuttonb {
        background: rgb(59,103,158); /* Old browsers */
        background: -moz-linear-gradient(top, #FF722B 0%, #EFBB54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF722B 0%,#EFBB54 50%,#FF722B 51%,#EFBB54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #FF722B 0%, #EFBB54 100%);
        background: linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF722B', endColorstr='#EFBB54',GradientType=0 );  IE6-9 */
	font-size: 105%; /* Resets 1em to 10px */
        color: white;
        font-weight:bold;
        font-family: Ubuntu, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-right: 0px;
	text-decoration:none;
	text-shadow: rgba(0, 0, 0, 0.199219) 1px 1px 1px;
	border: 0px solid #d5894b;

}

.fancybuttonL {
        background: rgb(59,103,158); /* Old browsers */
        /* Moz is the only one I care about for now  */
        background: -moz-linear-gradient(top, #FF722B 0%, #EFBB54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF722B 0%,#EFBB54 50%,#FF722B 51%,#EFBB54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #FF722B 0%, #EFBB54 100%);
	background: linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF722B', endColorstr='#EFBB54',GradientType=0 ); /* IE6-9 */
	font-size: 130%; /* Resets 1em to 10px */
        color: white;
        font-weight:bolder;
	margin: 0px;
	margin-right: 0px;
	text-decoration:none;
	/*border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px; */
	text-shadow: rgba(0, 0, 0, 0.199219) 1px 1px 1px;
	border: 1px solid #d5894b;

}

.fancybuttonR {
	/* Moz is the only one I care about for now  */
        background: -moz-linear-gradient(top, #FF0000 0%, #EFBB54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF0000 0%,#FF0000 50%,#FF0000 51%,#FF0000 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #FF0000 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(top,  #FF0000 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF3730',GradientType=0 ); /* IE6-9 */
	font-size: 110%; /* Resets 1em to 10px */
        color: white;
        font-weight:bolder;
	margin: 0px;
	margin-right: 0px;
	text-decoration:none;
	text-shadow: rgba(0, 0, 0, 0.199219) 1px 1px 1px;
	border: 1px solid #d5894b

}

.fancybuttonG {
	/* Moz is the only one I care about for now  */
        background: -moz-linear-gradient(top, #000000 0%, #152B27 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #152B27)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%, #152B27 100%);
	background: -ms-linear-gradient(top, #000000 0%, #152B27 100%);
	background: linear-gradient(to bottom, #000000 0%, #152B27 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF3730',GradientType=0 ); /* IE6-9 */
	font-size: 110%; /* Resets 1em to 10px */
        color: white;
        font-weight:bolder;
	margin: 0px;
	margin-right: 0px;
	text-decoration:none;
	text-shadow: rgba(0, 0, 0, 0.199219) 1px 1px 1px;
        border: 1px solid red;

}
.fancybuttonRs {
	/* Moz is the only one I care about for now  */
        background: -moz-linear-gradient(top, #FF0000 0%, #EFBB54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF0000 0%,#FF0000 50%,#FF0000 51%,#FF0000 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #FF0000 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(top,  #FF0000 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF3730',GradientType=0 ); /* IE6-9 */
	font-size: 100%; /* Resets 1em to 10px */
        color: white;
        font-weight:bolder;
	margin: 0px;
	margin-right: 0px;
	text-decoration:none;
	/*border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px; */
	text-shadow: rgba(0, 0, 0, 0.199219) 1px 1px 1px;
	border: 1px solid #d5894b;
	

}


.fancybuttonM {

  /* default background colour, for all layout engines that don't implement gradients */
background: orange;
/* Moz is the only one I care about for now */
background: -moz-linear-gradient(top, #FF722B 0%, #EFBB54 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FF722B 0%,#EFBB54 50%,#FF722B 51%,#EFBB54 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #FF722B 0%, #EFBB54 100%);
background: linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF722B', endColorstr='#EFBB54',GradientType=0 ); /* IE6-9 */
font-size: 110%; /* Resets 1em to 10px */
    color: white ;
    font-weight:bolder;
border: 1px solid #d5894b

}

.noscroll { position: fixed; }

html {
    overflow-y: scroll;
}

th.std {
border-bottom: 0px solid black;
border-right: 0px solid black;
border-left: 0px solid black;
}

th.stdc {
border-bottom: 2px solid;
border-right: 0px solid black;
border-left: 0px solid black;
text-align:center;
font-size: 12pt;
}

td.std1 {
border-bottom: 1px solid;
border-right: 0px solid black;
border-left: 0px solid black;
}

th.bot {
border-bottom:solid;
border-right: 0px solid black;
border-left: 0px solid black;
}

td.red {
border-bottom: 1px solid red;
border-right: 1px solid red;
border-left: 1px solid red;
border-top: 1px solid red;
}

table {
empty-cells: show;
font-size: 100%;
}

td.side {
border-bottom: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
}

td.ls {
text-align:left;
}

/*
td,th {
  text-align: center;
}
*/

table.sortable {
empty-cells: show;
font-size: 80%
}

table.al {
    border-spacing: 7px 0px; /*DOES NOT WORK WHEN border-collapsecollapse is set*/
    border-collapse:collapse; /*WORKING*/
}

tr.row {
/*border-width:1px 0;
border-style:solid;
border-color:black;*/
}

td.bb {
border-bottom:solid;
border-right: 0px solid black;
border-left: 0px solid black;
}

td.bot {
border-bottom: 1px solid;
border-right: 0px solid black;
border-left: 0px solid black;
}

td.assetlist {
border-bottom: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
font-size: 90%;
}

td.logs {
border-bottom: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
}

p.logs {
	  font-size: 11pt;
	  color: black;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  font-weight: ;
	  }



th {
border-bottom: 2px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
}

#setup {
 color: black;
 text-align: center ;
 font-weight:bolder;
 font-size: 28px;
 text-shadow: rgba(0, 0, 0, 0.199219) .5px .5px .5px;
 }

#err {
 color: red;
 text-align: center ;
 font-weight:bolder;
 }

#errb {
  color: red;
  text-align: center ;
  font-weight:bolder;
  font-size: 18px;
  }

#errs {
 color: red;
 text-align: center ;
 font-weight:bolder;
 font-size: 12px;
 }


#dc {
 color: blue;
 text-align: center ;
 font-weight:bolder;
 font-size: 22px;
 }

#dcs {
 color: blue;
 text-align: center ;
 font-weight: bolder;
 font-size: 17px;
 }
#dcsb {
  color: black;
  text-align: center ;
  font-weight:bolder;
  font-size: 15px;
  }

#dcss {
 color: blue;
 text-align: left ;
 font-weight:bolder;
 font-size: 13px;
 }
 
 #dcsm {
 color: black;
 text-align: left ;
 font-weight:bolder;
 font-size: 14px;
 }

 #ss {
  color: black;
  text-align: center ;
  font-size: 12px;
  }


h1 {
   font-family: Ubuntu, Arial, Helvetica, sans-serif;

}

h2 {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
	text-shadow: rgba(0, 0, 0, 0.199219) .5px .5px .5px;
}

h3 {
        font-family: Ubuntu, Arial, Helvetica, sans-serif;
        font-size: 15pt;
        color: black;
        padding-top: 5px;
        padding-bottom: 3px;
        text-shadow: rgba(0, 0, 0, 0.199219) .5px .5px .5px;
}

h4 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: black;
        padding-top: 0px;
        padding-bottom: 0px;
}

.sm {
         font-size: 10pt;
         font-family: Ubuntu, Arial, Helvetica, sans-serif;
}
.smb {
         font-size: 10pt;
         color: blue; 
         font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

  #page1 {


/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #6699FF 0%, #6E7BEF 100%);
background-color: #6D7EF0;

  }


/*
a:link {color:#000000;text-decoration:none;}      /* unvisited link
a:visited {color:#000000;}  /* visited link
a:hover {color:#BLACK;text-decoration:underline;}  /* mouse over link
a:active {color:#BLACK;}  /* selected link
*/

a:link {color:#000000;text-decoration:none;}      /* unvisited link*/
a:visited{color:inherit;}
a:hover {text-decoration:underline;}  /* mouse over link*/
a:active {text-decoration:underline;}  /* selected link */




body{
font-size:15px;
font-family: Ubuntu, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
padding-top: 10px;
text-align: left;
margin-top: 0px;
padding-top: 0px;

/* IE10 Consumer Preview */
background-image: -ms-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #F7FFFC 100%);

/* Mozilla Firefox */
background-image: -moz-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #F7FFFC 100%);

/* Opera */
background-image: -o-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #F7FFFC 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #FFFFFF), color-stop(1, #F7FFFC));

/* Webkit (Chrome 11+) */
background-image: -webkit-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #F7FFFC 100%);

/* W3C Markup, IE10 Release Preview */
background-image: radial-gradient(ellipse farthest-side at center, #FFFFFF 0%, #F7FFFC 100%);

}

input[type="submit"] {
  -moz-appearance: none;
}

input.c {
background-color: #6D7EF0;';
width: 120px;
height: 40px;
font-size:125%
}

input.cl {
background-color: #5C5CFF;
width: 170px;
height: 40px;
font-size:125%
}


input.s {
background-color: #4081A1;
width: 120px;
height: 25px;
font-size:90%
}

input.r {
  background-color: #B20000;
  font-size:100%;
  font-weight:bold;
  color: white;
  font-family:inherit;
  display:block;
  margin:0 auto 18px auto;
  width:122px;
  border-radius:0px;
  outline:none;
  text-shadow: black .5px .5px .5px;
  border: 1px solid #d5894b;
  }



#dss {
  font-size:12;
  }

#pbf {
  font-size:20;
  }
  
#dco {
  font-size:14;
  }  
  
#pbfs {
  font-size:13;
  }  
  

