﻿body 
{
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	color: #4b4b4b;
}

h1
{
	color:#72b7f0;
	font-family: Arial. Sans-Serif;
	font-size:20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2
{
	color:#72b7f0;
	font-family: Arial. Sans-Serif;
	font-size:20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.mainTable
{
	margin-left: auto;
	margin-right: auto;
}

.sunSkyPanel
{
	background-image: url(../images/panels/sunSkyPanel.jpg);
	background-repeat: no-repeat;
	width: 734px;
	height: 162px;
	padding: 0px;
}

.logoPanel
{
	width:194px;
	padding:0px;
	background-image: url(../images/panels/sunSkyShadowLeft.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.bottomShadowPanel
{
	width:224px;
	height: 4px;
	background-image: url(../images/shadowBottom.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
}


.leftShadowPanel
{
	width: 4px;
	height: 166px;
	background-image: url(../images/shadowLeft.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

.rightShadowPanel
{
	width: 4px;
	height: 166px;
	background-image: url(../images/shadowRight.gif);
	background-repeat:no-repeat;
	background-position: top right;
}

.topShadowPanel
{
	width: 731px;
	height: 44px;
	background-image: url(../images/panels/shadowTop.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

.largeDisplayText
{
	color: #ffffff;
	font-family: Arial;
	font-size: 44px;
	font-weight:bold;
}

img
{
	border:0px;
}

a:link, a:hover, a:visited
{
    color: #72b7f0;
    text-decoration:none;
    font-family:verdana, Sans-Serif;
    font-size:13px;   
}

a:hover
{
    color: #72b7f0;
    text-decoration: underline;
    font-family:verdana, Sans-Serif;
    font-size:13px;
}

a:visited
{
    color: #72b7f0;
    font-family:verdana, Sans-Serif;
    font-size:13px;    
}

.defaultPadding
{
	height: 12px;
}

.footer
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: #4b4b4b;
}

.highlightMouseOver
{
	background-color:#fdbc12;
	height:30px; 
	width:139px;
}

.highlightMouseOut
{
	background-color: Transparent;
	height:30px; 
	width:139px;
}

.smallText
{
	font-size:10px;
	font-style:italic;
}

/******** menu *********/
.menuLink a:link, .menuLink a:hover, .menuLink a:visited
{
    color: #ffffff;
    text-decoration:none;
    font-family:arial, Sans-Serif;
    font-size:16px;   
}

.menuLink a:hover
{
    color: #ffffff;
    text-decoration:none;
    font-family:arial, Sans-Serif;
    font-size:16px;
}

.menuLink a:visited
{
    color: #ffffff;
    text-decoration:none;
    font-family:arial, Sans-Serif;
    font-size:16px;    
}

.menuPanel
{
	background-image: url(../images/menu/leftMenu.gif);
	background-repeat: no-repeat;
	background-position:top;
	width: 194px;
	height: 159px;
}

.menuRow
{
	height:30px; 
	width:139px;	
}

.menuMouseOver
{
	background-color:#ffa200;
	height:30px; 
	width:139px;
}

.menuMouseOut
{
	background-color: Transparent;
	height:30px; 
	width:139px;
}

.menuPadding
{
	margin-left:20px;
}

/********* Errors/Notification ************/
.errorMessage
{
	background-color: #fbb39a;
	border: solid 1px #fc7647;
	width:691px;
	padding: 0px 8px 0px 8px;
}

.customWidthErrorMessage
{
	background-color: #fbb39a;
	border: solid 1px #fc7647;
	padding: 0px 8px 0px 8px;
}

.notificationMessage
{
	background-color: #d0e4be;
	border: solid 1px #448700;
	width:691px;
	padding: 0px 8px 0px 8px;
}

.customWidthNotificationMessage
{
	background-color: #d0e4be;
	border: solid 1px #448700;
	padding: 0px 8px 0px 8px;
	width:100%;
}

.errorMessageFirstLine
{
	font-weight:bold;
}

.errorMessagePadding
{
	height: 8px;
}

.errorMessagePoints
{
	padding-left:8px;
}

.notificationMessageBottomPadding
{
	padding-bottom:12px;
}
