html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, img, sub, sup,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
}

A {
  text-decoration:none;
  color:green;
}

A:hover {
  text-decoration:underline
}

body {
  background-color: #6699FF;
  background: linear-gradient(top, #c6d9f1, #6699FF);
  background: -moz-linear-gradient(top, #c6d9f1, #6699FF);
  background: -ms-linear-gradient(top, #c6d9f1, #6699FF);
  background: -webkit-gradient(linear, left top, left bottom, from(#c6d9f1), to(#6699FF));
  font-family:Arial;
  background-attachment: fixed;
}

html {
  height:100%;
}

#headerContainer {
  padding-bottom:10px;
  width:100%;
}

#header {
  width: 700px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 5px;
}
#homeHeader {
  width: 300px;
  height: 70px;
}
#logo {
    position:relative;
    padding-top:5px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    text-align:center;
}
#headerLinks {
    position:absolute;
    top:5px;
    right:5px;
    max-width:200px;
}

/* Restore some tags to basic display - from http://yui.yahooapis.com/3.17.2/build/cssbase/cssbase.css */
b { font-weight: bold; }
i { font-style: italic; }

/* blockquote, ul, ol, dl { margin: 1em; }
   Removed because OL looks funny in standards view with this margin
*/
ol, ul, dl { margin-left: 2em; }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
h1 { font-size:138.5%; }
h2 { font-size:123.1%; }
h3 { font-size:108%; }
h1,h2,h3 {
  margin:1em 0 0.5em 0; */
}
h1,h2,h3,h4,h5,h6,strong {
  font-weight:bold; 
}
td { vertical-align: middle; }
#main {position:relative}

#footer A {
  color: #14396A;
}

.featureTable {
  border-spacing:50px 0;
}

.featureTable TR {

}

.featureTable .rowSpacer TD {
  height:30px;
  border:0;
}

.featureTable TD {
  border:1px solid black;
  width:50%;
  padding:5px;
  vertical-align:top;
}
.featureTable TH {    
  padding: 5px 10px;
  font-weight:bold;
  font-size:16pt;
  border:1px solid black;
  background-color: #6699FF;
  background: linear-gradient(top, #c6d9f1, #6699FF);
  background: -moz-linear-gradient(top, #c6d9f1, #6699FF);
  background: -ms-linear-gradient(top, #c6d9f1, #6699FF);
  background: -webkit-gradient(linear, left top, left bottom, from(#c6d9f1), to(#6699FF));
}

.featureTable A {
  font-size:14pt;
  text-decoration:none;
  color:green;
}

.featureTable A:hover {
  text-decoration:underline
}

A.actionButton {
    font-size:18pt;
    font-weight:bold;
    background-color:orange;
    cursor:pointer;
  color: #14396A !important;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(top,  #EEBE94,  #CF8838);
  background: -ms-linear-gradient(top,  #EEBE94,  #CF8838);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEBE94), to(#CF8838));
  background: -moz-linear-gradient(top,  #EEBE94,  #CF8838);
}

A.actionButton:hover {
  text-decoration:none;
  color: #14396A
  background: #468CCF;
  background: linear-gradient(top,  #CFB68B,  #EE8C37);
  background: -ms-linear-gradient(top,  #CFB68B,  #EE8C37);
  background: -webkit-gradient(linear, left top, left bottom, from(#CFB68B), to(#EE8C37));
  background: -moz-linear-gradient(top,  #CFB68B,  #EE8C37);
}

#sideMenu {
    max-width:245px;
    font-size:12pt;
    position:absolute;    
}

#sideMenu A {
    display:block;
    background-color:orange;
    cursor:pointer;
  color: #14396A;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 15px;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  border: 2px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(top,  #EEBE94,  #CF8838);
  background: -ms-linear-gradient(top,  #EEBE94,  #CF8838);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEBE94), to(#CF8838));
  background: -moz-linear-gradient(top,  #EEBE94,  #CF8838);
  margin-bottom:-1px;
}

#sideMenu A.selected {
    color:red;
}

#sideMenu A:hover {
  color: #14396A
  background: #468CCF;
  background: linear-gradient(top,  #CFB68B,  #EE8C37);
  background: -ms-linear-gradient(top,  #CFB68B,  #EE8C37);
  background: -webkit-gradient(linear, left top, left bottom, from(#CFB68B), to(#EE8C37));
  background: -moz-linear-gradient(top,  #CFB68B,  #EE8C37);
}

#mainContent {
  position:relative;
  margin-left: 250px;
}

.grade-box {
  position:relative;
  border:1px solid black;
  width:180px;
  height:180px;
  margin: 0 15px;
  padding: 8px;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;

  box-shadow: 10px 10px 5px #888888;
  background-color:#EFEFEF;
}

.grade-box .grade-title {
  position:absolute;
  z-index:1;
}

.grade-box .grade-title H2 {
  padding-bottom:100px;
}

.grade-box .grade-samples {
  position:absolute;
  top:60px;
}

.grade-box .grade-link {
  position:absolute;
  top:160px;
}

.grade-set .rowSpacer TD {
  height:30px;
  border:0;
}

.orangeButton {
    font-size:24pt;
    font-weight:bold;
    background-color:orange;
    cursor:pointer;
 font-family: arial;
  color: #14396A !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(top,  #EEBE94,  #CF8838);
  background: -ms-linear-gradient(top,  #EEBE94,  #CF8838);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEBE94), to(#CF8838));
  background: -moz-linear-gradient(top,  #EEBE94,  #CF8838);
}

.orangeButton:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #CFB68B,  #EE8C37);
  background: -ms-linear-gradient(top,  #CFB68B,  #EE8C37);
  background: -webkit-gradient(linear, left top, left bottom, from(#CFB68B), to(#EE8C37));
  background: -moz-linear-gradient(top,  #CFB68B,  #EE8C37);
}

table.infoChart {
    border-collapse: collapse;
    margin-top:15px;
    margin-bottom:15px;
}

table.infoChart TH {
    background-color:#6699FF;
}

table.infoChart, table.infoChart TH, table.infoChart TD {
  border:1px solid black;
  padding:5px;
}


