﻿body
{
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 140%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

a:link
{
	text-decoration: none;
	color: #333333;
}

a:visited
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}

a:active
{
	text-decoration: none;
	color: #333333;
}

a:focus
{
	outline: none;
}

/* UNIVERSAL PROPERTIES ----------------------------------- */
.clearBoth
{
	clear: both;
}

.clearBoth2
{
	clear: Both;
	height: 10px;
}

.clearBoth3
{
	clear: Both;
	height: 20px;
}

.underline
{
	text-decoration: underline
}

.italic
{
	font-style: italic;
	font-size: 12px;
}

.regular
{
	font-size: 12px;
}

.small
{
	font-size: 10px;
}

.bold
{
	font-weight: bold;
}

.margin10
{
	margin: 10px;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.faint a
{
	color: #999999;
}

.faint a:hover
{
	color: #000000;
}

.pageBottomPadding
{
	height: 85px;
}

.hr
{
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.largeFont
{
	font-size: 40px;
	color: #ccc;
}

.padding
{
	height: 20px;
}

/* Login USER CONTROL----------------------------------- */
.liWrap input
{
	font-size: 20px;
}

.liWrap input:focus
{
	background-color: #ffffcc;
	color: #000;
}

.liWrap a
{
	text-decoration: underline;
}

.liWrap
{
	width: 480px;
	min-height: 400px;
	margin: 50px auto 10px auto;
	padding: 10px 30px 30px 30px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 16px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.liTitle
{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 3px #ccc;
}

.liLogo
{
	background-image: url(images/ipar.png);
	background-position: center center;
	height: 100px;
	background-repeat: no-repeat;
}

.loginIcon
{
	position: absolute;
	margin-left: 271px;
	margin-top: 0px;
	width: 128px;
	height: 128px;
	border: 1px solid #e9e9e9;
	border-left: none;
	background-image: url(images/security/locked.png);
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topright: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomright: 7px;
}

.logoutIcon
{
	position: absolute;
	margin-left: 271px;
	margin-top: 0px;
	width: 128px;
	height: 128px;
	border: 1px solid #e9e9e9;
	border-left: none;
	background-image: url(images/security/unlocked.png);
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topright: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomright: 7px;
}

.LiMessage
{
	color: Red;
}

/* CREATE USER WIZARD CONTROL----------------------------------- */
.cuwWrap input
{
	font-size: 20px;
}

.cuwWrap input:focus
{
	background-color: #ffffcc;
	color: #000;
}

.cuwWrap select
{
	font-size: 20px;
	width: 225px;
	color: #999;
}

.cuwWrap
{
	width: 240px;
	padding: 10px 30px 30px 30px;
	margin: 50px auto 10px auto;
	border: 1px solid #ccc;
	background-color: #E6E6E6;
	font-size: 16px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.cuwTitle
{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #ccc;
}

.createUserIcon
{
	position: absolute;
	margin-left: 271px;
	margin-top: -35px;
	width: 128px;
	height: 128px;
	border: 1px solid #e9e9e9;
	border-left: none;
	background-image: url(images/security/register.png);
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topright: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomright: 7px;
}

.cuwMessage
{
	color: Red;
}

/* PASSWORD RECOVERY USER CONTROL----------------------------------- */
.prWrap input
{
	font-size: 20px;
}

.prWrap input:focus
{
	background-color: #ffffcc;
	color: #000;
}

.prWrap
{
	width: 240px;
	padding: 10px 30px 30px 30px;
	margin: 50px auto 10px auto;
	border: 1px solid #ccc;
	background-color: #E6E6E6;
	font-size: 16px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.prTitle
{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #ccc;
}

.pwRecoveryIcon
{
	position: absolute;
	margin-left: 271px;
	margin-top: -35px;
	width: 128px;
	height: 128px;
	border: 1px solid #e9e9e9;
	border-left: none;
	background-image: url(images/security/recover-pw.png);
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topright: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomright: 7px;
}

.prMessage
{
	color: Red;
}

/* (default) ajax password strength indicator option 1 - simple text */
.passwordStrengthIndicator
{
	background-color: Gray;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	margin-top: 2px;
}

/* captcha */
.captcha
{
	background-image: url(images/security/captcha-bg.jpg);
	border: 1px solid #fff;
}

