html
{
    height: 100%;
    font: 14px Arial;
}
body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #336699;
    font: 14px Arial;
    color: #333333;
}
td, th, li
{
    font-size: 13px;
}
input, textarea
{
    font-size: 13px
}
.button
{
    height: 20px;
    font-size: 12px;
    width: 60px;
}
.menuButton
{
    margin: 1px 0px 0px 1px;
    float: left;
    cursor: pointer;
}
.title
{
    font-size: 15px;
    font-weight: bold;
    color: #26922C;
}
a
{
    text-decoration: none;
    font-size: 12px;
    color: #009900;
}
a:hover
{
    text-decoration: underline;
}
.link
{
    cursor: pointer;
    text-decoration: none;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    color: #009900;
}
.link:hover
{
    text-decoration: underline;
}
#templates img
{
    margin:5px 0px 0px 5px;
    cursor: pointer;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
    border-top: solid 3px #999;
    border-left: solid 3px #999;
}

/*Textbox Watermark*/
.unwatermarked {
	height:16px;
	border:1px solid #336699;
}

.watermarked {
	height:16px;
	padding:2px 0px 0px 2px;
	border:1px solid #336699;
	background-color:#F0F8FF;
	font-size: 11px;
	color:gray;
}
