.loadingPanel
{
	top: 2px;
	left: 2px; 
	width: 130px; 
	height: 20px; 
	background-color: #007cb9;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
}

.text
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.footer
{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 5px;
}
.heading
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #007CB9;
}
.txtbox
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	height: 15px;
	width: 150px;
	border: 1px solid #007CB9;
	padding-left:2px;
}
.txtarea
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	height: 100px;
	width: 200px;
	border: 1px solid #007CB9;
	padding-left:2px;
}
.btn
{
	border-style: solid;
	border-width: 1px;
	border-color: #007CB9;
	background-color: #007CB9;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	width: 70px;
	height: 19px;
	text-align: center;
}
a.myLink:link
{
	color: #66B0D5;
	text-decoration: none;
}
a.myLink:visited
{
	color: #66B0D5;
	text-decoration: none;
}
a.myLink:hover
{
	color: #66B0D5;
	border-bottom: #FFDC00 1px solid
}
.linkBtn
{
	width: 65px;
	text-align:center;
	cursor: hand;
}
.textBtn
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #66B0D5;
	background-color: #FFFFFF;
	color: #007CB9;
	font-family: Tahoma;
	font-size: 11px;
	width: 65px;
	text-align: center;

}
.textBtn:link
{
	text-decoration: none;
	color: #007CB9;
	background-color: #FFFFFF;
}
.textBtn:visited
{
	text-decoration: none;
	color: #007CB9;
	background-color: #FFFFFF;
}
.textBtn:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: #007CB9;
	background-color: #007CB9;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
}
#container
{
	position: relative;
	width: 750px;
	height: 450px;
	background-color:#FFFFFF;
		
}
#leftContent
{
	position: absolute;
	left: 0px;
	width: 250px;
	height: 450px;
}
#bannerContent
{
	position: absolute;
	left: 250px;
	width: 500px;
	height: 90px;
	background-color: #007cb9;
	background-image:url(images/bannerImage.gif);
}
#mainContent
{
	position: absolute;
	left: 250px;
	top: 90px;
	width: 500px;
	height: 360px;
	background-color: #FFFFFF;
	text-align:left;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#menuContent
{
	height: 55px;
}
#mainContent2
{
	width: 480px;
	height: 295px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footerContent
{
	position: relative;
	width: 750px;
	height: 24px;
	background-image:url(images/footerBg.png);
	background-repeat:no-repeat;   
}
#copyrightContent
{
	width: 195px;
	height: 21px;
	text-align: center;
	position: absolute;
	right: 42px;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 3px;
}

.chatIcon 
{
	background-repeat: no-repeat;
	background-position: top left;
	background-image:url(images/chat.png);
	width:95px;
	height: 25px;
	cursor: pointer;
}
.chatIcon:hover
{
	background-repeat: no-repeat;
	background-position: top left;
	background-image:url(images/chat_f2.png);
	width:95px;
	height: 25px;
	cursor: pointer;
}