/*---SSTS style sheet---*/
html, body {
	background : black;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

BODY {
font-size : 1em; 
   font-family : "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
/* font-family : Arial, Helvetica, sans-serif; */
font-weight : normal; 
color : #000000; 
background-color : white;
margin-left: auto;
margin-right: auto;
padding : 0 0 0 0;
width : 1080px; 
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

p {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 

}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #d8860a;
}

.bg_medium {
  background-color : #009900;
}

.bg_light {
  background-color : #CCCC66;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
  background-color : #5fb0d8;
}

.copyright {
    font-size: .8em;
    text-align: center;
}
/* --------------- IE 7 CSS Hacks ------------- */

img.float-left, img.float-right {
    display : inline;
}

#top-menu, #user-login, #main-content, .box-title {
   zoom : 1;
}

.menu-admin-link {
    display : none;
}

input[type="submit"] {
    color: #000;
    background-color: red;
    border: 1px #000 outset;
    cursor : default;
    cursor : pointer;
}

/* IE7 sometimes stretches buttons out. not sure why */
input[type="submit"], input[type="button"]{
  width : 150px;
}