﻿body
{
	font: 10pt Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 13px;
}

a.link1
{
	text-decoration: none;
	font-size: xx-small;
	color: Black;
}

a.link1:hover
{
	text-decoration: underline;
	font-size: xx-small;
	color: Black;
}

a.link2
{
	text-decoration: underline;
	color: Blue;
}

a.link2:hover
{
	text-decoration: none;
	color: Blue;
}

a.link2:visited
{
	text-decoration: underline;
	color: Blue;
}

.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #386190;
	font-weight: bold;
	text-decoration: none;
}

.outertbl
{
	width: 777px;
	background-color: #ffffff;
}

a:link
{
	color: Black;
	text-decoration: none;
}

a:visited
{
	color: Black;
	text-decoration: none;
}

a:hover
{
	color: Black;
	text-decoration: underline;
}

a.nav:link
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

a.nav:visited
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

a.nav:hover
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

.linktxt
{
	color: #06b;
	text-decoration: none;
	font-weight: bold;
}

.searchbox
{
	font-size: 14px;
	background-color: #e7f7fc;
	font-weight: 600;
	padding: 10px;
	border: #e7f7fc 2px solid;
}

.searchtxtbox
{
	width: 200px;
	font-size: 13px;
}

/*********** #navBar link styles ***********/
#navBar
{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navBar ul a:link, #navBar ul a:visited
{
	display: block;
}

#navBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li
{
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html > body #navBar li
{
	border-bottom: none;
}


#menus
{
	font-size: small;
	cursor: pointer;
	font-family: Arial;
}

#menus :link
{
	color: #ffffff;
	text-decoration: none;
}

#menus :visited
{
	color: #ffffff;
	text-decoration: none;
}

#menus :active
{
	color: #ffffff;
	text-decoration: none;
}

#menus :hover
{
	color: #ffffff;
	text-decoration: none;
}

/*************Home Page Buton****************/
.button_homepage
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/**************Home page tabbed button****************/
.flaphome
{
	border-right: #e7f7fc 1px solid;
	border-top: 0px;
	border-left: #e7f7fc 1px solid;
	border-bottom: #e7f7fc 1px solid;
	border-top: #e7f7fc 1px solid;
	background-color: #e7f7fc;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
}

.flaphometd
{
	border-right: #23baea 1px solid;
	border-top: 0px;
	border-left: #23baea 1px solid;
	border-bottom: #23baea 1px solid;
	border-top: #23baea 1px solid;
	background-color: #23baea;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
}

.home_citysearch
{
	text-decoration: none;
	font-size: 12px;
	color: Black;
}

.citytxtbox
{
	width: 100px;
	font-size: 10px;
}

.searchtxtbox_border
{
	width: 246px;
	font-size: 13px; /*border:solid 5px #23baea;*/
}

/*city link on home page*/
a.cityhome:link
{
	color: Navy;
	font-size: 10pt;
	text-decoration: underline;
}
a.cityhome:visited
{
	color: Navy;
	font-size: 10pt;
	text-decoration: underline;
}
a.cityhome:hover
{
	color: Maroon;
	font-size: 10pt;
	text-decoration: underline;
}
/*for modal popup start*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#efffee;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*error message start*/
.msg
{
	font-size:7pt;
	color:Red;
}


/*ajax search style*/
.ajaxsearch:link
{
	color:Black;
	font-family:Trebuchet MS;
	text-decoration:none;
	font-size:12px;
}

.ajaxsearch:hover
{
	color:Blue;
	font-family:Trebuchet MS;
	text-decoration:underline;
	font-size:12px;
}

.ajaxsearch:visited
{
	color:Black;
	font-family:Trebuchet MS;
	text-decoration:none;
	font-size:12px;
}

a.usrdet:link
{
	color: #5544fb;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

a.usrdet:visited
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	color: #009900;
}

a.usrdet:hover
{
	color: #5544fb;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration:underline;
}
