*
{
  font-family : "Arial", "Geneva", "Helvetica", Sans-serif;
}

html, body
{
  margin:0px;
  padding:0px;
  height:100%;
  width:100%;
  overflow:hidden;
}

form
{
  margin:0px;
}

a
{
  color:#2B3795;
}

img
{
  border:0px;
  behavior:	url( "/-http/-style/pngbehavior.htc" );
}

.promptbox
{
  width:300px;
  margin:100px;
}

.content
{
  font-family : "Comic Sans MS";
  font-size : 14px;
}

#blueBG
{
  width:100%;
  top:0%;
  background-color:#0059d9;
}

#greenBG
{
  width:100%;
  background-color:#4FB459;
}

.maintitle
{
  text-transform:uppercase;
  font-size:2.5em;
  font-weight:bold;
}

#datetitle
{
  right:0px;
  top:3%;
  color:#2B3795;
  font-size:1.5em;
  font-weight:bold;
}

#homepageContentBlock
{
  position:absolute;
  left:2%;
  top:32%;
  bottom:44%;
  width:37%;
  overflow:auto;
}

.optionON
{
  cursor : pointer;
  background-color : #9acd32;
}

.optionOFF
{
  cursor : pointer;
  background-color : transparent;
}

.itemBlockLeft,
.itemBlockRight
{
  margin            : 10px;
  width             : 300px;
  height            : 140px;
  background-color  : white;
  border            : 1px solid black;
  padding           : 5px;
}

.itemBlockRight
{
  background-color  : gainsboro;
}

.editbar *
{
  font-family : "trebuchet MS";
  font-size : 11px;
  color : #b22222;
  margin-right : 10px;
  padding-right: 10px;
  border-right : 1px solid white;
}

.editbar
{
  margin:3px;
  margin-top:0px;
  border : 1px solid silver;
  border-top:0px;
  background-color:silver;
  padding : 5px;
  margin-bottom : 10px;
  font-size : 9px;
}

#topAddBtn
{
  margin:10px;
  padding:5px;
  border:1px solid silver;
  background-color:whitesmoke;
}

.topMenuItem
{
  margin-right : 20px;
  padding-right : 5px;
  border-right : 1px solid gray;
}

.subtitle
{
  font-size : 10px;
  color : gray;
}
