@import "splash_global.css";
@import "register.css";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F6F6F6;
}

.topBG {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
}

.topLeft {
	background-image: url(../images/top_left.gif);
	background-repeat: no-repeat;
}

.loggedIN {
	background-color: #DEDEDE;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-color: #B9B9B9;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}

.colorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #4B598D;
	font-size: 11px;
}

.boldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}

.globalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.login {
	background-color: #EBEBEB;
	border-style: dashed;
	border-width: 1px;
	border-color: #000000;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	padding-top: 8px;
}

.adminLogin {
	background-image: url(../images/admin_login.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}

.form {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.formFix {
	padding-left: 20px;
}

.rightBG {
	background-image: url(../images/right_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.search {
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
}

.space {
	padding-left: 20px;
}

.submitSpace {
	padding-right: 21px;
	padding-top: 2;
}