@import "thickbox.css";

Body,
.Normal
{
	font-family: Arial;
	font-size: 12pt;
	color:#555555;
}


a:link,
a:visited
{
	text-decoration: underline;
	color: #ed1c24;
}

.Gradient
{
	background: url('images/RedGradient.gif') repeat-y right;
}
.Login a:link,
.Login a:visited
{
	color: #999999;

	font-size: 75%;
	text-decoration:none;
}

.Login .Left
{
	background: url('images/LogingBG-L.gif') no-repeat right;	
}
.Login .Right
{
	background: url('images/LogingBG-R.gif') no-repeat left;	
}
.Login .Center
{
	background: url('images/LogingBG.gif') repeat-x;	
}

.Frame
{
	background-color: #7ec1e7;	
	text-align:center;
}

.TopLeft
{
	background: #7ec1e7 url('images/FrameCorner-TL.gif') no-repeat top left;	
}
.WaterMark
{
	background: url('images/WaterMark.gif') no-repeat bottom left;	
}
.LeftPane
{
	color:#2e3192;
	text-align:left;		
}

.ContentPane
{
	background: url('images/FrameCorner-Inner-TL.gif') no-repeat top left;
	padding: 15px;
}
.RightPane
{
	background: #e5e5e5 url('images/GrayPane-Top.gif') no-repeat top;
	padding: 4px;
	height:729px;
}
.BreadCrumb
{
	background: url('images/Seperator-H.gif') no-repeat bottom;
	margin-bottom: 10px;
	height: 25px;
	text-transform:uppercase;
}

.BreadCrumb a:link,
.BreadCrumb a:visited
{
	color: #2e3192;	
}

.MenuHeader
{
	height: 10px;
	background: url('images/Menu-Top.gif') no-repeat;	
}

