﻿*
{
	margin: 0px;
	padding: 0px;
}

body
{
	color: #000000;
	background-color: #E5E1E6;
	font-family: Calibri, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	background-image: url('../../Images/HeaderRepeat.jpg');
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
}

img, table
{
	border: 0;
}

table tr td
{
	padding: 1px;
	margin: 0px;
	vertical-align: top;
}

table.pad0 tr td
{
	padding: 0;
}

table.pad2 tr td
{
	padding: 2px;
}

h1, h2, h3
{
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
    font-size: 16px;
}

ul, ol
{
	padding-left: 20px;
	margin-bottom: 15px;
}

p
{
	margin-bottom: 15px;
}

a
{
	text-decoration:underline;
}

a:active, a:hover
{
	text-decoration: underline;
}

input[type=text], input[type=password], select, textarea
{
	border: 1px solid #000;
}

input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover, input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus
{
	border: 1px solid #dddddd;
}

input[type=button], input[type=submit]
{
	padding: 2px 5px;
	border: 1px solid #000000;
	font-weight: bold;
}

option
{
	padding-right: 10px;
}

.left
{
	text-align: left;
}

.fleft
{
	float: left;
}

.right
{
	text-align: right;
}

.fright
{
	float: right;
}

.center
{
	text-align: center;
}

.fcenter
{
	margin: 0 auto;
}

.justify
{
	text-align: justify;
}

.vtop, .vtop td
{
	vertical-align: top;
}

.vmid, .vmid td
{
	vertical-align: middle;
}

.vbot, .vbot td
{
	vertical-align: bottom;
}

.cb
{
	clear: both;
}

.small
{
	font-size: 12px;
}

.verysmall
{
	font-size: 10px;
}

.b
{
	font-weight: bold;
}

.u
{
	text-decoration: underline;
}

.i
{
	font-style: italic;
}

.nobr
{
	white-space: nowrap;
}

.nomargin
{
	margin: 0;
}

.nopadding
{
	padding: 0;
}

.addposition
{
    position: relative;
}

#wrapper
{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

#header
{
    width: 1100px;
    height: 167px;
    position: relative;
}

#headerinfo
{
    position: absolute;
    width: 1100px;
    left: 0px;
    top: 5px;
    text-align: center;
}

#nav
{
    float: left;
    width: 150px;
    padding-top: 53px;
    position: relative;
    z-index: 100;
}

#nav ul
{
    list-style-type: none;
}

#nav>ul>li
{
    margin-top: 20px;
    position: relative;
}

#nav>ul>li>a
{
    display: block;
    width: 138px;
    padding: 5px;
    font-weight: bold;
    border: 1px solid #000000;
    text-align: center;
}

#nav>ul>li>a:hover, #nav>ul>li>a:active
{
    text-decoration: none;
}

.submenu
{
    z-index: 100;
    position: absolute;
    top: 0;
    left: 138px;
    display: none;
}

.submenu li
{
    position: relative;
    margin: 0;
    z-index: 100;
    border-style: solid;
    border-color: #000000;
    border-width: 0 1px 1px 1px;
}

.submenu li:first-child
{
	border-width: 1px 1px 1px 1px;
}

.submenu a
{
    position: relative;
    color: #000000;
    display: block;
    width: 138px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    z-index: 100;
}

.submenu a:hover, .submenu a:active
{
    text-decoration: none;
}

#nav li:hover ul
{
	display: block;
}

#body
{
    float: right;
    width: 910px;
    position: relative;
}

#bodycontent
{
    width: 651px;
    padding: 10px;
    margin: 15px 0;
    border: 2px solid #dddddd;
    position: relative;
    z-index: 0;
}

/* Weather Widget Style Overrides */
.gadget
{
    margin: 0 auto !important;
}

.gadget .title a
{
    font-size: 18px !important;
    text-decoration: none !important;
}

.gadget .title a:hover, .gadget .title a:active
{
    text-decoration: underline !important;
}

.gadget tr:nth-child(2)
{
    display: none !important;
}

.gadget tr:last-child
{
    display: none !important;
}
/* End */

.error
{
	color: #CC0000;
	padding: 5px 5px 5px 68px;
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	background-image: url('../../Images/SymbolError.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 500px;
}

.errorinfo
{
    width: 450px;
}

.msg
{
	color: #000000;
	padding: 5px 5px 5px 68px;
	border: 1px solid #00FF00;
	background-color: #FFFFFF;
	background-image: url('../../Images/SymbolCheck.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 500px;
}

.msginfo
{
    width: 450px;
}

a.closelink
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}

.errormsg
{
	font-size: 12px;
	color: #FF0000;
}

.rbl
{
	margin: 0;
}

.rbl td
{
	padding: 0 4px;
}

.red
{
	color: #FF0000;
}

.hide
{
    display: none;
}


#imgLogo {
	margin: 0 auto;
}

#header {
	margin: 0 auto;
}

.headerbar {
	margin-top: -18Px;
}

.modal {
	display: none; /* Hidden by default */
	left: 0;
	overflow: auto; /* Enable scroll if needed */
	padding-top: 20px; /* Location of the box */
	padding-bottom: 20px;
	position: fixed; /* Stay in place */
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 600; /* Sit on top */
	background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content */

.modal-content {
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: animatetop;
	animation-duration: 0.4s;
	animation-name: animatetop;
	background-color: #fefefe;
	border: 1px solid #888;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: auto;
	padding: 0;
	/*position: relative;*/
	width: 90%;
	height: 800px;
}

.modalsmall-content {
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: animatetop;
	animation-duration: 0.4s;
	animation-name: animatetop;
	background-color: #fefefe;
	border: 1px solid #888;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 0;
	margin-top: 15%;
	margin-left: 32.5%;
	margin-right: 32.5%;
}

.modal-dialog {
	z-index: 1600; /* Sit on top */
}

.modal-header {
	padding: 2px 16px;
	font-size: 22px;
	font-weight: bold;
}

.modal-body {
	padding: 4px 16px;
}

.modal-footer {
	background-color: #ffffff;
	color: white;
	padding: 2px 16px;
}

.modalBackground {
	background-color: #000000;
	filter: alpha(opacity=90);
	opacity: 0.8;
}

.modalPopup {
	padding-top: 10px;
	padding-left: 10px;
	width: 300px;
	height: 140px;
}

.loginPanelDiv {
	width: 235px;
	height: 154px;
	float: left;
}