﻿body
{
    font-family: Verdana;
    font-size: 12px;
    /*background-image :url(../Images/BodyBackground-E5E5E5.jpg);*/
    background-color: #e5e5e5;
}

td.topleft
{
    width: 13px;
    height: 13px;
    background-image: url(../Images/FrameTopLeft.gif);
}
td.topright
{
    width: 13px;
    height: 13px;
    background-image: url(../Images/FrameTopRight.gif);
}

td.bottomleft
{
    width: 13px;
    height: 13px;
    background-image: url(../Images/FrameBottomLeft.gif);
}

td.bottomright
{
    width: 13px;
    height: 13px;
    background-image: url(../Images/FrameBottomRight.gif);
}

.smalltext
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    padding: 2px;
}
.buttons 
{
	font-family: Verdana;
	font-size: 11px;
    font-weight: bold;
	color: #ffffff !important;
	text-decoration: none !important;
	text-align:center;
	list-style: none;
	display: inline-block !important;
	line-height: 20px;
	padding: 0px 0px;
	background: #4c94c0;
}

a.buttons
{
    display: inline-block !important;
}

a.buttons:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	list-style: none;
	display: inline-block !important;
	line-height: 20px;
	background: #4c94c0;
}

a.buttons:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	list-style: none;
	display: inline-block !important;
	line-height: 20px;
	background: #4c94c0;
	vertical-align:baseline;
}

a.buttons.aspNetDisabled
{
    background-color: #808080;
}

.links
{
	font-family: Verdana;
	font-size: 11px;
	color: #4c94c0;
	text-decoration: none;
}

.links:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #696969;
	text-decoration: none;

}

.links:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #4c94c0;
	text-decoration: none;
}

.links:visited:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}

textarea
{
    resize: none;
}

span.star
{
    color: #d52016;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    margin-left: 5px;
}

h1.welcome
{
    color: #231f20;
    font-weight: bold;
    font-size: 18px;
}
