﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: #9c9c9c;
	font-family: Verdana, Arial, MS Sans Serif, Helvetica;
	font-size: 12px;
}

/*******************************
Body Container
*******************************/
#containerLogin_top
{
	margin: 20px auto 0px auto;
	background: url(/images/containerlogin_top.gif) no-repeat left bottom;
	width: 600px;
	height: 10px;
}

#containerLogin_middle
{
	margin: 0px auto 0px auto;
	background: url(/images/containerlogin_middle.gif) repeat-y left top;
	width: 600px;
}

#containerLogin_bottom
{
	margin: 0px auto 10px auto;
	background: url(/images/containerlogin_bottom.gif) no-repeat left top;
	width: 600px;
	height: 10px;
}

#fade_down
{
	margin: 0px auto 0px auto;
	background: url(/images/fadedown.gif) repeat-x left top;
	height: 14px;
}

#fade_up
{
	margin: 0px auto 0px auto;
	background: url(/images/fadeup.gif) repeat-x left top;
	height: 14px;
}

.clsMainTableLogin
{
	width: 580px;
	margin: 0px 10px 0px 10px;
}

/*******************************
Form Elements
*******************************/
.textBox
{
	border: solid 1px #999999;
	font-size: 12px;
	font-family: Arial, MS Sans Serif, Helvetica;
	color: #000000;
}

.button
{
	background: url(/images/buttonBG.gif) repeat-x;  
	color: #ffffff;
	font-weight:  bold;
	font-size: 11px;
	background-color: #aabbcc;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #446688;
	cursor: hand;
}

/*******************************
Page Headers
*******************************/
.pageHeader
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #333399;
	border-bottom: solid 1px #999999;
	width: 100%;
}

/*******************************
Page Messages
*******************************/
.clsPageErrorMessage
{
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.clsPageSuccessMessage
{
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

/*******************************
Links
*******************************/
A:link, A:visited, A:active
{
	font-size: 11px;
	color: #333399;
	text-decoration: none;
	font-weight: normal;
}

A:hover
{
	font-size: 11px;
	color: #333399;
	text-decoration: underline;
	font-weight: normal;
}
