body
{
	padding: 0;
	margin: 0;
}

.header
{
	background-color: #0092d5;
	height: 77px;
	vertical-align: bottom;
	padding: 0 0 2px 8px;
}

.compname
{
	font-family: arial;
	color: #ffffff;
	font-size: 20px;
	font-weight:bold;
/*	text-transform: uppercase; */
}
.admin
{
	font-family: arial;
	color: #ffffff;
	font-size: 20;
}
.patter1
{
	background-image: url('pattern1.gif');
}
.pattern2
{
	background-image: url('pattern2.gif');
}
.pattern3
{
	background-image: url('pattern3.gif');
}

.leftcol
{
	background-color: #f1f1f2;
	width: 21%;
	vertical-align: top;
}

.leftheading
{
	background-color: #e0e0e0;
	height: 28px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4f;
	padding-left: 8px;
}
.leftext
{
	font-family: tahoma;
	font-size: 11px;
	color: #4d4d4f;
	padding-left: 8px;
	height: 22px;
}

.bodytext
{
	width: 79%;
	vertical-align: top;
}
.footer
{
	background-color: #83c1e9;
	height: 35px;
	text-align: right;
	padding-right: 20px;
	font-family: tahoma;
	font-size: 11px;
	color: #005186;
}
.height
{
	height: 40px;
}


.dialoghead
{
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	/*background-color: #e0e0e0;
	height: 28px;
	font-family: tahoma;
	font-size: 12px;*/
	font-weight: bold;
	color: #4d4d4f;
	padding-left: 8px;
}
.dialogtext
{
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	/*background-color: #f8f8f8;*/
	padding: 8px;
}

.dialogformtext
{
	font-family: tahoma;
	font-size: 11px;
	color: #4d4d4f;
}

/* Link Style */

a:visited.swt, a:active.swt, a:link.swt
{
	color: #ffffff;
	text-decoration: none;
}
a:hover.swt
{
	color: #ffffff;
	text-decoration: underline;
}

a:visited.left, a:active.left, a:link.left
{
	color: #0092d5;
	text-decoration: underline;
}
a:hover.left
{
	color: #005b85;
	text-decoration: underline;
}

a:visited.sub, a:active.sub, a:link.sub
{
	color: #ee7878;
	text-decoration: underline;
}
a:hover.sub
{
	color: #c72929;
	text-decoration: underline;
}

a:visited.subtop, a:active.subtop, a:link.subtop
{
	font-family: tahoma;
	font-size: 12px;
	padding-right: 3px;
	color: #0092d5;
	text-decoration: none;
}
a:hover.subtop
{
	font-family: tahoma;
	font-size: 12px;
	padding-right: 3px;
	color: #0092d5;
	text-decoration: underline;
}

/* End Link Style */

/* Form Style */

input, select
{
	font-family: verdana;
	font-size: 11px;
	color: #5f5f5f;
}

.formbtn
{
	font-family: verdana;
	font-size: 11px;
	color: #5f5f5f;
	height: 25px;
}

.pagelistingbg
{
	background-color: #e9f4fb;
	border-top: 1px solid #b7e2f5;
	border-bottom: 1px solid #b7e2f5;
}
.pageheading
{
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4f;
	height: 30px;
	vertical-align: top;
}
.msgtext
{
	font-family: tahoma;
	font-size: 13px;
	color: #cc0000;
	text-align: center;
	height: 30px;
}
.msgtextdisp
{
	font-family: tahoma;
	font-size: 13px;
	color: #cc0000;
	height: 30px;
}

.imgborder
{
	border:1px solid #9A0002;
}

