﻿body 
{
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: white;
    color: black;
    font-family: Verdana, Tahoma, Arial;
    font-size: .8em;
}

#content {
    width:780px;
    border: 1px solid #cccccc;
    } 
  

.sidenav
{
    background-color: #bddfe9;
    border-bottom: black thin solid;
    border-left: black thin solid;
    border-right: black thin solid;
    border-top: black thin solid;
    font-family: Tahoma, Verdana;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px
}

.small
{
    font-size: 7.5pt
}
.error
{
    color: red;
    font-weight: bolder
}
.error_msg
{
    color: red;
    font-weight: bolder
}
.success_msg
{
    color: green;
    font-weight: bolder
}
a
{
    font-family: Verdana, arial
}

.medium
{
    font-size: 10pt;
    font-weight: bolder
}
.ended
{
    color: red
}
.ending
{
    color: red;
    font-weight: bolder
}
.caution
{
    color: red
}
.success
{
    color: green
}
.itemtitleb
{
    color: blue
}
.itemtitles
{
    color: green
}


.button
{
		font-size: .9em; 
  		font-family: Arial, Verdana, Sans-Serif;
		color: #fff; 
		background-color: #006699;
}

.buttonsmall
{
		font-size: .8em; 
		height:20px;
  		font-family: Arial, Verdana, Sans-Serif;
		color: #fff; 
		background-color: #006699;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

