body {
  margin:0;
  padding:0;
  color:#000;
  background-color: #fff;
}

#header {
  top:0;
  left:0;
  height: 115px;
  border-bottom: 2px solid #c9c9c9;
  background-image: url("/mathtools/templates/images/grey_area_small.jpg");
}

#main {
  margin-left:180px;
  padding:10px 10px 20px;
}
#leftcolumn {
  position:absolute;
  top: 120px;
  left:0;
  width:175px;
}

#leftnavigation_top {
  position: relative;
  top: 0px;
  border: 2px solid #c9c9c9;
  border-left: 0px;
  background-repeat: no-repeat;
  background-position: top;
  height: 15px;
  background-image: url("/mathtools/templates/images/grey_area_small.jpg");
}

#leftnavigation {
  position: relative;
  top: 0px;
  background-image: url("/mathtools/templates/images/gear.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #6d99ff;
  color: #000;
  padding: 5px 15px 15px 15px;
  border-right: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
}

ul {
  list-style-image: url("/mathtools/templates/images/bigbullet.gif");
}

#parent {
  font-size:110%;
  padding-top: 4px;
}
#sub {
  padding-left: 10px;
  font-size:90%;
}
div.inactive {
  color: #3b4e72;
}

#leftnavigation a {
  color: #000;
  background: transparent;
}

#userarea {
  position: relative;
  background-color: #0018b1;
  top: 3px;
  color: #fff;
  border-right: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  padding: 15px 15px 15px 0px;
}

#userarea a {
  color: #fff;
  background: transparent;
}

#content {
  width: 100%;
  /* Nothing for now */
}

#main th {
  background-color: #000;
  color: #fff;
  text-align: left;
  font-size: 12pt;
  white-space: nowrap;
}

p.pagetitle {
  font-size:22px;
  color:#000000;
  font-weight:bold;
}

#blurb {
  position: relative;
  border: thin dotted #c9c9c9;
  background-color: #f7f7f7;
  padding: 5px;
  margin-bottom: 5px;
}
td.description {
  background-color: #fffd98;
  border-left: thin solid #000;
  border-right: thin solid #000;
  border-bottom: thin solid #000;
  font-size: 90%;
}

#userlogin th {
  text-indent: 15px;
  font-weight: bold;
  font-size: 10pt;
}

#userlogin td {
  font-size: 10pt;
}

td.label {
  text-align: right;
  font-weight: bold;
  font-size: 12pt;
}

td.label_error {
  text-align: right;
  font-weight: bold;
  color: red;
  font-size: 12pt;
}

img {
  border: 0;
}


#footer {
  position:relative;
  top: 20px;
  right: 20px;
  width: 100%;
  text-align: center;
  color: #727272;
}

#footer_fineprint {
  font-size: 75%;
  color: #8c8c8c;
}

#footer a {
  color: #515151;
}

tr.row1 {
  background-color: #dfdfdf;
  font-size: 90%;
}
tr.row2 {
  background-color: #f7f7f7;
  font-size: 90%;
}
tr.duplicate_row {
  color: #a5a5a5;
  font-size: 90%;
}
tr.link_row {
  background-color: #ffcccc;
  font-size: 90%;
}

tr.spaceRow {
  background-color: #000;
  height: 1px;
  padding: 0px;
}

table.standard {
  width: 100%;
}

/*
table.standard {
  width: 80%;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 80%;
}

html>body table.standard {
  width: 100%;
}
*/
#sortby {
  color: #fff;
}

#sortby a:link {
  color: #fff;
  text-decoration: none;
  background: transparent;
  display: block;
  width: 100%

}
#sortby a:visited {
  color: #fff;
  text-decoration: none;
  background: transparent;
  display: block;
  width: 100%
}
#sortby a:hover {
  color: #000;
  text-decoration: none;
  background: #fee201;
  display: block;
  width: 100%
}
span.indentedText {
	margin-left: 20px;
}

span.label {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding: 3px;
}

#mymathtools_inactive a:link {
        background-color: #c9c9c9;
        border-bottom: 1px solid #000;
        padding: 5px;
        white-space: nowrap;
	display: block;
	width: 100%;
}

#mymathtools_inactive a:visited {
        background-color: #c9c9c9;
        border-bottom: 1px solid #000;
        padding: 5px;
        white-space: nowrap;
	display: block;
	width: 100%;
}



#mymathtools_inactive a:hover {
        background-color: #c9c9c9;
        border-bottom: 1px solid #000;
        padding: 5px;
        white-space: nowrap;
	display: block;
	width: 100%;
}

/* Included to make mozilla show gaps between tabs */
html>body #mymathtools_inactive a:link {
	width: 90%;
}

html>body #mymathtools_inactive a:visited {
	width: 90%;
}

html>body #mymathtools_inactive a:hover {
	width: 90%;
}

html>body #mymathtools_inactive a:link {
        background-color: #c9c9c9;
        border-bottom: 1px solid #000;
        padding: 5px;
        white-space: nowrap;
	display: block;
}

#mymathtools_active {
	background-color: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
	white-space: nowrap;
}

#mymathtools_blank {
	border-bottom: 1px solid #000;
}

#mymathtools_contentarea {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
}

