﻿body 
{
	font-family:Arial;
	font-size: 11px;
	background-image:url(../images/splash_screen_bg.jpg);
	 background-repeat:repeat-y;
	  background-position:center;
}

.mainLink a:link {
	font-size:11px;
	color:#990000;
	font-family: Arial;
	text-decoration:underline;
}

.mainLink a:visited {
	font-size:11px;
	color:#990000;
	font-family: Arial;
	text-decoration:underline;
}

.mainLink a:active {
	font-size:11px;
	color:#990000;
	font-family: Arial;
	text-decoration:underline;
}

.mainLink a:hover {
	font-size: 11px;
	color: #999999;
	font-family: Arial;
	text-decoration:none;
}

/***************************************************************************/
/*        Home, License and other external pages                           */
/***************************************************************************/


.topLeftCorner {
	width:7px; 
	height:20px; 
	float:left; 
	background-image:url(../images/splash_top_left_corner.gif);
}

.topRightCorner {
	width:7px; 
	height:20px; 
	float:left; 
	background-image:url(../images/splash_top_right_corner.gif);
}

.rightSideDropBG {
	float:left; 
	background-image:url(../images/splash_right_side_drop_bg.gif); 
	background-repeat:repeat-y;
}

.leftSideDropBG {
	 float:left; 
	 background-image:url(../images/splash_left_side_drop_bg.gif); 
	 background-repeat:repeat-y; 
	 border:0px; 
	 clear:left;
}

.topBG {
	height:20px; 
	float:left; 
	background-image:url(../images/splash_top_bg.gif); 
	text-align:left;
}

.boxTitle
{
	font-size:18px;
	font-family:Arial;
	background-color:White;
	padding:0px 7px 0px 7px;
	margin:0px 5px 0px 10px;
	color:#b32437; 
}


.loginError
{
	font-family:Arial;
	font-size: 10px;
	font-weight: bold;
	color: Red;
	text-align: center;
}