body { 
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	padding: 0px;
	margin: 0px;
	color: black;
	background-color: white;
}

a,
a:visited {
	color: black;
}

h1 {
	font-size: 200%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}

h2 {
	font-size: 150%;
	margin: 0px;
	margin-bottom: 4px;
	padding-top: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid black;
}

h3 {
	font-size: 120%;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
}

h4 {
	font-size: 120%;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
	font-style: italic;
}

h5 {
	font-size: 100%;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
}

h6 {
	font-size: 100%;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 1px;
	font-style: italic;
}

p {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
}

ul,
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

form {
	margin: 0px;
}

.wrap {
	clear: both;
	height: 1px;
	overflow: hidden;
}

p.error_msg {
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 6px;
}

p.confirmation_msg {
	background-color: blue;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 6px;
}

p.admin_notice {
	background-color: #FFFFE7;
	border: 1px solid #B1CAD8;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.btn {
	background-color: #C2DBE9;
	font-weight: bold;
	border: 1px solid #7F9DB9;
	font-family: Arial, Helvetica, sans-serif, sans;
	font-size: 90%;
	padding-left: 2px;
	padding-right: 2px;
}

.img_btn {
	cursor: pointer;
}

#cms_page {
	background-color: #ECF2F6;
}

h1.admin_head {
	background: #AAC7DA url('/shared_files/images/qs_topmaster2.gif') no-repeat -18px -1px;
	color: white;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 9px;
	padding-bottom: 8px;
}

div.admin_body {
	padding: 10px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	border-left: 2px solid #AFCBD7;
	border-right: 2px solid #AFCBD7;
	border-bottom: 26px solid #9EC0D4;
}

/* UserLogin Module Start */

div.login_container {
	width: 332px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 11px solid #9EBFD3;
	color: #5C575E;
}

div.login_head {
	font-weight: bold;
	text-align: center;
	background: #ABC8DB url('/shared_files/images/qs_topmaster3.gif') no-repeat -69px -21px;
	color: white;
	padding-top: 6px;
	min-height: 19px;
	height: auto !important;
	height: 19px;
}

div.login_body {
	background-color: #ECF3F6;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}

.login_version {
	position: absolute;
	margin-left: 284px;
	width: 27px;
	height: 15px;
	padding-top: 16px;
	background: url('/shared_files/images/padlock.png') no-repeat 0px 0px;
	text-align: center;
	color: #fff;
	font-family: arial;
	line-height: 1.1em;
}

div.login_error_msg {
	font-weight: bold;
	background-color: red;
	color: white;
	font-size: 90%;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

div.login_container label {
	clear: both;
	display: block;
	float: left;
	width: 30%;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	text-align: right;
}

#login_username,
#login_raw_password {
	display: block;
	float: right;
	width: 130px;
	margin-right: 35px;
	margin-bottom: 2px;
	display: inline; /* IE6 margin fix */
}

span.login_access_key {
	text-decoration: underline;
}

div.login_container div.login_forgotten_pass {
	clear: both;
	float: left;
	font-weight: normal;
	font-size: 80%;
	width: 70%;
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 6px;
}

#login_btn {
	display: block;
	float: right;
	margin-top: 6px;
}

#login_processing {
	position: absolute !important;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/shared_files/images/ajax_loader.gif') no-repeat;
	background-position: 19px 3px;
	padding-left: 19px;
	padding-top: 3px;
}

div.session_renew {
	min-height: 271px;
	height: auto !important;
	height: 271px;
}

/* UserLogin Module End */
