/* style sheet based on http://www.simplebits.com/css/simplebits.css  */

body { 
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-align: left;
  line-height: 1.5em;
  color: #000;
  background: #fff url(images/background.gif) repeat-y 0 0;
  font-size: x-small; /* ie5 */
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

html>body { font-size: small; } /* be nice to opera */

td.navigation { 
  width: 173px;
  padding: 5px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 183px;
}

html>td>navigation { width: 183px; } /* be nice to opera */

td.contentpane { 
  width: 597px;
  padding: 0 10px;
  background: #fff;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 617px;
}

/* textual formatting for various elements */

a:link {
  color: #5b80b2;
}

a:visited {
	color: #969;
}

a:hover {
  color: #036;
}

p {
  margin: 1em 0 1em;
  padding: 0;
}

h1 {

  font-size: 110%;
  font-weight: bold;
  color: #111;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 105%;
  color: #930;
  padding: 0;
  margin: 0 0 1em 0;
}

h2 a:link, h2 a:visited {
  font-size: 110%;
  text-decoration: none;
  color: #930;
}

h2 a:hover {
  color: #600;
}

h2.sub {
  color: #999;
  font-size: 90%;
  font-weight: normal;
  padding-bottom: 2px;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}

h2.sub a {
  font-size: 100%;
  color: #999;
  text-decoration: underline;
}

h3 {

  font-size: 110%;
  font-weight: bold;
  color: #999;
  padding: 0 0 2px 0;
  margin: 0 0 0  0;
  border-bottom: 1px solid #ccc;
}

h1 span, h2 span, h3 span {
  color: #999;
}

/** my own grand styles */



hr {
	border-top: 1px solid #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}

#edit {
  color: #333;
  background-color: #ffc;
  padding: 10px;
  border: 1px solid #333;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;

      }
 
#edit h3 { 

  font-size: 110%;
  font-weight: bold;
  color: #333;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #cc9;
}

#edit hr { 
  border: 0;
  border-bottom: 1px solid #cc9;
}

/* special SVS stuff */

#svsSideMenu { 
  padding: 0;
  margin: 0;
  margin-left: 0.1em;
  font-size: 110%;
 }

#svsSideMenu ul{ 
  margin: 0;
  padding: 0;
  list-style: none;
}


#svsSideMenu li{ 
  margin: 0;
  padding: 0;
  list-style-type: none;
 }

#svsSideMenu a { 
  padding: 0;
  padding-left: 0.7em;
  text-decoration: none;
}
#svsSideMenu a:link, #svsSideMenu a:visited { 
  color: #45AAE5;
 } 
#svsSideMenu a:link.active, #svsSideMenu a:visited.active { 
  color: #00354C;
  background: url(images/navi_svs.gif) no-repeat left;
}

#svsSideMenu a:hover { 
  color: #0066CC;
  background: url(images/navi_svs.gif) no-repeat left;
}

/** sfd */

#loginlogout { 
  margin: 0.8em;
  padding: 3px;
  text-align: left;
  width: 140px;
  border: 1px solid #ccc;
  font-size: 80%;
}

/** language flags */

#selectlanguage { 
  padding: 0 10px;
  padding-top: 4px;
  margin: 0;
}

#selectlanguage ul { 
  list-style: none;
 }
#selectlanguage li { 
  float: right;
  padding: 0 1px;
  list-style-type: none; 
  display: inline; 
}

/** linklist */


#linklist { 
 list-style-type: none;
}

#linklist li { 
  list-style-type: none;
  margin-bottom: 1em;
}

/* LITTLEBOY SPECIAL */

div.adminwidget { 
  font-size: 80%;
  border-bottom: 1px solid #ccc;
 }

div.adminwidget a:link { 
  text-decoration: none;
 }

#edit { 
  background: #ddd;
  border: 1px solid #333;
 }