﻿body 
{
	margin: 0;
	/*background-image: url(Images/bgsnow.gif);*/
	background-image: url(Images/bgglobe.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div, td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

A:link
{
	text-decoration: none;
	color: #0033cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active	{	
	text-decoration:	none;
	color:	#333399;
	}

A:hover
{
	text-decoration: underline;
	color: navy;
}

.heading
{
	width: 98%;
	background: url(Images/wcl.gif) no-repeat left top;
}
.heading h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: floralwhite;
	background-color: #5297F9;
	background-image: url(Images/wcm.gif);
	line-height: 22px;
	margin-left: 33px;
	padding-left: 5px;
	margin-right: 44px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.heading div
{
	background: url(Images/wcr.gif) no-repeat right top;
}

.topbg
{
	background-image: url(Images/topbg.gif);
}
.menubg
{
	background-image: url(Images/topbgb.gif);
	height: 25px;
}

.menu
{
	width: 190px;
	padding-left: 9px;
	padding-top: 10px;
}
.menu A:hover
{
	color: navy;
	text-decoration: none;
}
.menubottom
{
	padding-top: 9px;
	padding-bottom: 8px;
	border-top: gray 1px dashed !important;
	border-bottom: gray 1px dashed !important;
	margin-bottom: 7px;
}
.menubottom1
{
	padding-top: 8px;
	padding-bottom: 6px;
	border-top: gray 1px dashed !important;
}
.menubottom2
{
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: gray 1px dashed !important;
	border-bottom: gray 1px dashed !important;
	margin-bottom: 7px;
}

.content
{
	padding-top: 10px;
	padding-right: 10px;
}

.footer
{
	background-image: url(Images/footer.gif);
	height: 19px;
	font-size: 7pt;
	color: Gray;
	padding-left: 10px;
	padding-top: 1px;
}

.headerbg
{ 
	background-color: #3573d6;
	background-image: url(Images/headerbg.gif);
	color: White;
	font-weight: bold;
 }

h1 
{
	font-size: large;
	color: Navy;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2
{
	font-weight: bold;
	font-size: 125%;
	color: #22466b;
	margin-top: 15px;
	margin-bottom: 8px;
}
h3 {
	font-weight: bold;
	font-size: 100%;
	color: #f59d15;
}
p 
{
	margin-top: 0px;
	margin-bottom: 8px;
}
ul
{
	margin-top: 0px;
	margin-left: 25px;
	padding-left: 0px;
}
ul li
{
	list-style-type: square;
}
ul li li
{
	list-style-type: circle;
}
li
{
	margin-bottom: 2px;
}

.bluecheckmarklist
{
	margin-left: 0px;
	padding-top: 5px;
}
.bluecheckmarklist li
{
	list-style-type: none;
	background: url(Images/checkmark.png) left top no-repeat; 
	padding-left: 27px;
	padding-bottom: 8px;
}

div.box
{
	width: 85%;
	text-align: center;
	background-color: whitesmoke;
	border: solid thin black;
	padding: 10px;
	margin: 10px auto 10px auto;
}

.pager span
{
	background-color: Gray;
	padding: 3px;
	font-weight: bold;
}
.pager td
{
	padding: 1px 3px 1px 3px;
}

.maincolumn
{
	padding-right: 20px;
}

.gridviewheader
{
	background-image: url(Images/bgheader.gif);
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(ComboBox/images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}