﻿.btnStyle
{
	background-color: Red;
	border-color: Black;
	border-style: Solid;
	border-width: 2px;
	font-family: Verdana;
	font-size: 12pt;
}

.Ziptable
{
	background-color: #D8D3E0;
	font-size: 12px;
	font-family: Verdana;
}
.clear
{
	width: 100%;
	clear: both;
	height: 0;
}
.rounded
{
	width: 800px;
	border-left: solid 1px #3f9dcc;
	border-right: solid 1px #3f9dcc;
	background-color: #DFE5F2;
	min-height:600px;
	border-top: solid 1px #3f9dcc;
	float: left;
}
.roundedadmin
{
	width: 800px;
	border-left: solid 1px #3f9dcc;
	border-right: solid 1px #3f9dcc;
	background-color: #DFE5F2;
	border-top: solid 1px #3f9dcc;
	float: left;
}

.tablecontact
{
	border: solid 1px #00000;
	padding-left: 20px;
	background-color: #f1f1f1;
}

/* AJAX Tab Control */

.ajax__tab_default .ajax__tab_header
{
	font-size: 11px;
	font-weight: bold;
	margin-left: 0px; /* move the header to the right 25 pixels */
}
.ajax__tab_default .ajax__tab_active .ajax__tab_outer, .ajax__tab_default .ajax__tab_header .ajax__tab_outer, .ajax__tab_default .ajax__tab_hover .ajax__tab_outer
{
	margin-right: 4px;
}
.ajax__tab_default .ajax__tab_active .ajax__tab_inner, .ajax__tab_default .ajax__tab_header .ajax__tab_inner, .ajax__tab_default .ajax__tab_hover .ajax__tab_inner
{
	margin-left: 3px; /* offset the width of the left image */
}
.ajax__tab_default .ajax__tab_active .ajax__tab_tab, .ajax__tab_default .ajax__tab_hover .ajax__tab_tab, .ajax__tab_default .ajax__tab_header .ajax__tab_tab
{
	margin-right: 0px;
	padding: 8px 23px 8px 20px;
}
.ajax__tab_default .ajax__tab_body
{
	font-size: 10pt;
	width: 700px;
}
.blue .ajax__tab_header
{
	color: #fff;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}
.blue .ajax__tab_outer
{
	background: url(images/blue_left.gif) no-repeat 0px 0px;
}
.blue .ajax__tab_inner
{
	background: url(images/blue_right.gif) no-repeat 100% 0px;
}
.blue .ajax__tab_hover .ajax__tab_outer
{
	background: url(images/blue_left.gif) no-repeat 0px -150px;
}
.blue .ajax__tab_hover .ajax__tab_inner
{
	background: url(images/blue_right.gif) no-repeat 100% -150px;
}
.blue .ajax__tab_active .ajax__tab_outer
{
	background: url(images/blue_left.gif) no-repeat 0px -300px;
}
.blue .ajax__tab_active .ajax__tab_inner
{
	background: url(images/blue_right.gif) no-repeat 100% -300px;
}

.gray .ajax__tab_header
{
	color: #fff;
}
.gray .ajax__tab_outer
{
	background: url(images/gray_left.gif) no-repeat 0px 0px;
}
.gray .ajax__tab_inner
{
	background: url(images/gray_right.gif) no-repeat 100% 0px;
}
.gray .ajax__tab_hover .ajax__tab_outer
{
	background: url(images/gray_left.gif) no-repeat 0px -150px;
}
.gray .ajax__tab_hover .ajax__tab_inner
{
	background: url(Image/gray_right.gif) no-repeat 100% -150px;
}
.gray .ajax__tab_active .ajax__tab_outer
{
	background: url(images/gray_left.gif) no-repeat 0px -300px;
}
.gray .ajax__tab_active .ajax__tab_inner
{
	background: url(images/gray_right.gif) no-repeat 100% -300px;
}

.mixed .ajax__tab_header
{
	color: #fff;
}
.mixed .gray .ajax__tab_outer
{
	background: url(images/gray_left.gif) no-repeat 0px 0px;
}
.mixed .gray .ajax__tab_inner
{
	background: url(images/gray_right.gif) no-repeat 100% 0px;
}
.mixed .gray .ajax__tab_hover .ajax__tab_outer
{
	background: url(images/gray_left.gif) no-repeat 0px -150px;
}
.mixed .gray .ajax__tab_hover .ajax__tab_inner
{
	background: url(images/gray_right.gif) no-repeat 100% -150px;
}
.mixed .gray .ajax__tab_active .ajax__tab_outer
{
	background: url(images/gray_left.gif) no-repeat 0px -300px;
}
.mixed .gray .ajax__tab_active .ajax__tab_inner
{
	background: url(images/gray_right.gif) no-repeat 100% -300px;
}
.mixed .blue .ajax__tab_outer
{
	background: url(images/blue_left.gif) no-repeat 0px 0px;
}
.mixed .blue .ajax__tab_inner
{
	background: url(images/blue_right.gif) no-repeat 100% 0px;
}
.mixed .blue .ajax__tab_hover .ajax__tab_outer
{
	background: url(images/blue_left.gif) no-reperepeatat 0px -150px;
}
.mixed .blue .ajax__tab_hover .ajax__tab_inner
{
	background: url(images/blue_right.gif) no-repeat 100% -150px;
}
.mixed .blue .ajax__tab_active .ajax__tab_outer
{
	background: url(images/blue_left.gif) no-repeat 0px -300px;
}
.mixed .blue .ajax__tab_active .ajax__tab_inner
{
	background: url(images/blue_right.gif) no-repeat 100% -300px;
}

.Subhead
{
	font-size: 10px;
	font-family: Verdana;
}
.GridHeader
{
	background: RED;
	font-size: 12px;
	font-family: Verdana;
}
.GridMsg
{
	font-size: 10px;
	font-family: Verdana;
}
.GridHeader a
{
	color: #FFF;
}
.Gridheader a:hover
{
	color: #FFF;
}
.CustomTabStyle .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	text-align: left;
	height: 29px;
	background: url(images/tab-line.gif) repeat-x bottom;
}
.btnStyle
{
	background-color: Red;
	border-color: Black;
	border-style: Solid;
	border-width: 2px;
	font-family: Verdana;
	font-size: 12pt;
}
.ErrorMessage
{
	font-size: 10px;
	font-family: Verdana;
	color: Red;
}
.labelBold
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}
.normal
{
	font-size: 10px;
	font-family: Verdana;
}
.sttable
{
	width: 600px;
	font-size: 12px;
	font-family: Verdana;
}
.header2
{
	color: Maroon;
	background: #66ccff;
	font-size: 110%;
	font-family: Arial, Verdana;
	font-weight: bold;
}
.header1
{
	color: #FFFFFF;
	background: #FF0000;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.itemtextadmin
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
}
.itemdetails
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
}

.itemtext
{
	color: Maroon;
	background: #66ccff;
	font-size: 10px;
	height: 20px;
	font-family: Arial, Verdana;
}
.itemtext1
{
	color: #66ccff;
	font-size: 11px;
	height: 20px;
	font-family: Arial, Verdana;
}
.Headergreen
{
	color: #00693c;
	font-size: 12px;
	font-family: Arial, Verdana;
}
.Headeryellow
{
	color: #0052ff;
	font-size: 12px;
	font-family: Arial, Verdana;
}
.headeradmin
{
	color: #FFFFFF;
	background: #FF0000;
	font-size: 13px;
	font-family: Verdana;
}
.commandbutton
{
	color: #000FFF;
	font-size: 12px;
	font-family: Arial, Verdana;
}
.legend
{
	color: #FF0000;
	background: #FFFFFF;
	font-size: 12px;
	height: 20px;
	font-family: Arial, Verdana;
}
.SubheadLeads
{
	font-size: 11px;
	font-family: Verdana;
	color: #003399;
}

.itemtextPending
{
	color: #FFFFFF;
	font-size: 11px;
	height: 20px;
	font-family: Arial, Verdana;
}
.zipfound
{
	color: #0000ff;
	font-size: 12px;
	font-family: Verdana;
}
.zipnotfound
{
	color: #ff0000;
	font-size: 12px;
	font-family: Verdana;
}
.bodytext
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.bodytext a:link
{
	color: #0000ff;
	text-decoration: underline;
}
.bodytext a:visited
{
	text-decoration: underline;
	color: #0000ff;
}
.bodytext a:hover
{
	text-decoration: none;
	color: #0000ff;
}
.bodytext a:active
{
	text-decoration: underline;
	color: #0000ff;
}
.bodytextbold
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bodyheading
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6347;
}

.bodyheader
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}

.bodylabel
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bodyhline
{
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}

.Profilebtn
{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	color: #3366cc;
}
.NormalText
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.grid_paging
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.grid_paging a
{
	color: #343434;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}
.grid_paging a:hover
{
	text-decoration: underline;
}
.grid_pagin a:visited
{
	color: #ff00ff;
}

/*Textbox Watermark*/

.unwatermarked
{
	height: 18px;
	width: 148px;
}

.watermarked
{
	height: 20px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 100%;
}
.pagerOuterTable
{
	border-collapse: collapse;
	border: 1px solid #4d5c93;
	background-color: #d6cde2;
	color: #39437e;
}

.pageCounter
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #ffffff;
	background-color: #39437e;
	text-align: center;
	vertical-align: middle;
}

.pageFirstLast
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #4d5c93;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.pagePrevNextNumber
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #4d5c93;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}

.pageCurrentNumber
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #4d5c93;
	font-weight: bold;
	background-color: #d6cde2;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}

.pageGroups
{
	font-family: Tahoma;
	font-size: 10pt;
}

.pagerLink, .pagerLink#hover, .pagerLink#active, .pagerLink#visited
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #4d5c93;
	text-decoration: none;
}
/*
 Calender realted files
*/

.LodingDivBackClass
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

.LoadingDiv
{
	position: fixed;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 20%;
	z-index: 1001;
	background-color: #fff;
	border: solid 1px #000;
}

