/*
CSS FOR UMBC SHIZZLES
Matt Basch
2006

www.w3schools.com

*/

body
{
background-color: #c7c7c7;
font-family: arial, helvectica, helvetica, sans-serif;
}

p
{
color:#000000;
}

a
{
text-decoration:none;
color:#2141AD;
}

table.borderful
{
    border-style: solid;
    border-color: silver;
    border-width: 1px 0px 0px 1px;
    border-spacing: 0px;
}

table.borderful td, table.borderful th
{
    font-family: Arial, Helvetica, sans-serif;
    border-style: solid;
    border-color: silver;
    border-width: 0px 1px 1px 0px;
    padding: 3px;
}

table.borderful th
{
    font-size: .9em;
}

table.borderful td
{
    font-size: .8em;
}

#blackBorder
{
border: 1px solid #000000;
width:750px;
position: relative;
top:0px;
background-color: #ffffff;
}

.button1
{
position: relative;
font-family: verdana, arial, helvetica, sans-serif;
text-align:left;
font-size: 14px;
background: #2141AD url(../buttonbg1.gif) no-repeat; 
white-space: nowrap;
display: block;
width:175px;
height:30px;
margin:0;
padding:0;
}

.button1 a
{
display: block;
color: #000000;
font-size: 14px;
width: 175px;
height: 30px;
display: block;
float: left;
color: #ffff07;
text-decoration: none;
}

.button1 img
{
width: 25px;
height: 25px;
border: 0
}

* html a:hover
{
visibility:visible
}

.button1 a:hover img
{
visibility:hidden
}

.button1 span
{
position: absolute;
left: 30px;
top: 6px;
cursor: pointer;
}

.button2
{
position: relative;
font-family: verdana, arial, helvetica, sans-serif;
text-align:left;
font-size: 14px;
background: #FFFF00 url(../buttonbg1.gif) no-repeat; 
white-space: nowrap;
display: block;
width:175px;
height:30px;
margin:0;
padding:0;
}

.button2 a
{
display: block;
color: #000000;
font-size: 14px;
width: 175px;
height: 30px;
display: block;
float: left;
color: #000000;
text-decoration: none;
}

.button2 img
{
width: 25px;
height: 25px;
border: 0
}


.button2 a:hover img
{
visibility:hidden
}

.button2 span
{
position: absolute;
left: 30px;
top: 6px;
cursor: pointer;
}




