#bar{
background: url(../../aSites/Themes/bar.gif); repeat-x;
padding: 5px;
padding-right: 10px;
text-indent: 5px;
color: white;
}

#box{
border: 1px solid DeepSkyBlue;
background: SkyBlue;
color: DeepSkyBlue;
padding: 5px;
}

#errorBox{
border: 1px solid #FF0000;
background: #FF7E75;
color: #FF0000;
padding: 5px;
}

.button{
background: url(../../aSites/Themes/button.gif); repeat-x;
padding: 2px;
color: grey;
border: 1px solid DeepSkyBlue;
}

.button:hover{
background: url(../../aSites/Themes/buttonHover.gif); repeat-x;
padding: 2px;
color: grey;
border: 1px solid DeepSkyBlue;
}

.select{
color: grey;
border: 1px solid DeepSkyBlue;
padding: 2px
}

.select:hover{
color: grey;
border: 1px dashed DeepSkyBlue;
padding: 2px
}

.textbox{
color: grey;
border: 1px solid DeepSkyBlue;
padding: 3px;
}

.textbox:hover{
color: grey;
border: 1px dashed SkyBlue;
padding: 3px;
}

a:link {
color: DeepSkyBlue;
text-decoration: 
}

a:visited {
color: DeepSkyBlue;
text-decoration: 
}

a:active {
color: DeepSkyBlue;
text-decoration: 
}

a:hover {
color: SkyBlue;
text-decoration: 
}

a.bar:link {
color: white;
text-decoration: 
}

a.bar:visited {
color: white;
text-decoration: 
}

a.bar:active {
color: white;
text-decoration: 
}

a.bar:hover {
color: SkyBlue;
text-decoration: 
}

a.nav:link {
color: DeepSkyBlue;
}

a.nav:visited {
color: DeepSkyBlue;
}

a.nav:active {
color: DeepSkyBlue;
}

a.nav:hover {
color: white;
}

#quote{
 border: 1px solid black;
 color: black;
 background: white;
 padding: 5px;
 text-indent: 5px;
}

th.chatboard{
 border: 1px solid DeepSkyBlue;
 background: silver;
 color: grey;
 padding: 2px;
}

tr.chatboard:hover{
 background: #DFDFDF;
 color: #575757;
 padding: 1px;
}

td.chatboard_side{
 border: 1px solid #696969;
 background: #EFEFEF;
 color: #575757;
 padding: 9px;
}

td.chatboard_post{
 border: 1px solid #696969;
 background: #EFEFEF;
 color: #575757;
 padding: 9px;
}

#siggy{
 border: 1px solid black;
 color: black;
 background: white;
 padding: 5px;
}