﻿body 
{
	margin: 0;
	padding: 0;
	font-family: Calibri, "Arial", sans-serif;
	background-color: #fff;
	font-size: 12pt;
}

a
{
	text-decoration: none;
	color: #0086CB;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #0086CB;
}

h2
{
}

.clsButton
{
	background-color: #1F629B;
	Background: linear-gradient(to bottom, #62C5E7 0%, #1F629B 100%);
	color: #fff;
	height: 30px;
	border: 1px solid #336699;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #888;
    width: 120px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.clsButton:hover
{
	cursor: pointer;
	background-color: #3F82BB;
	Background: linear-gradient(to bottom, #82E5F7 0%, #3F82BB 100%);
}

.clsButton:active
{
	cursor: pointer;
	background-color: #3F82BB;
	background: linear-gradient(to bottom, #82E5F7 0%, #3F82BB 100%); 
	box-shadow: 0 0 0;
}

.clsWarning
{
	color: Red;
}

.headerwrapper
{
	background-color: #000;
	width: 100%;
	border-bottom: 1px solid #CACACA;
}

.headercontent
{
	width: 800px;
	height: 60px;
	margin: auto;
	background-image: url('../logos/servicetick_large.gif');
	background-repeat: no-repeat;
}

.mainwrapper
{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #FEFEFE;
	border-bottom: 1px solid #CACACA;
}

.maincontent
{
	width: 800px;
	margin: auto;
	padding-bottom: 50px;
	border: 1px solid #fff;
}


.clsMenuBar
{
	background-color: #3A4F63;
	margin-top: 2px; 
	height: 35px;
	padding: 5px;
	width: 100%;
}

.clsMenu
{
	width: 800px;
	margin: auto;
}

.clsMenu td
{
	background-color: #336699;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #4E667D;
}

.clsMenu td a
{
	color: #DDE4EC;
	font-weight: normal;
}

.clsMenu td:hover
{
	text-decoration: none;
	background-color: #6699cc;
}

.clsMenu td a:hover
{
	text-decoration: none;
}


.clsInfo
{
	color: #336699;
	background-color: #eee;
	border-radius: 7px;
}

.clsInfo td
{
	padding-left: 5px;
	margin: 0px;
}

.footerwrapper
{
	width: 100%;
	border-top: 1px solid #FEFEFE;
	background-image: url('../images/footerbg.gif');
}

.footercontent
{
	width: 750px;
	height: 120px;
	margin: auto;
	font-size: 10pt;
	padding-top: 5px;
}

