html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a:active, a:focus, input[type="image"] {
	outline: 0;
}

a
{
	text-decoration: none;
	color: #dedede;
}

a img { border: none; }


/* General Classes */

body
{
	margin: 0px;
	padding: 0px;
	background: url(/client/images/administration/login/background.jpg) repeat-x #c1effe;
	background-attachment:fixed;
	font-family: Tahoma, Lucida Sans, Arial, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

HTML
{
	font-size: 1.2em;
}
p
{
	line-height: 1.5em;
}
p a
{
	font-weight: normal;
}
p a:hover
{
	text-decoration: underline;
}

DIV#top
{
	margin: auto;
	width: 700px;
	margin-top: 30px;
	margin-bottom: 15px;
}

DIV#loginWrapper
{
	width: 700px; 
	margin: 0 auto; 
}

DIV.front
{
	padding: 20px;	
}

DIV.front h1
{
	font-size: 14px;
	font-weight: bold;
}

DIV#loginFooter
{
	margin: auto;
	width: 550px;
	margin-top: 5px;
	font-size: 10px;
	color: #002c46;
	text-align: right;
}

DIV#footer a
{
	color: #002c46;
	font-weight: bold;
}

DIV#loginWindow
{
	-moz-box-shadow: 1px 1px 1px #316892;
	-webkit-box-shadow: 1px 1px 1px #316892;
	box-shadow: 1px 1px 1px #316892;
	height: 400px; 
	width: 700px; 
	margin-top: 150px;
}	

#do_log_in, #support
{
	font-size: 11px;
	border-radius:3px;
}

DIV#support
{
	height: 319px;	
}

#do_log_in
{
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 0;
}

#do_support
{
	float: right;	
}

DIV.required
{
	float: left;
	clear: left;
	margin-bottom: 10px;	
}

LABEL
{
	font-weight: bold;
	color: #666;
	width: 120px;
	float: left;
	clear: left;
	padding-top: 7px;
}

LABEL:hover
{
	cursor: pointer;	
}

DIV.loginRight LABEL
{	
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 2px;
}

INPUT.inputText
{
	float: left;	
}

INPUT.inputText
{
	width: 200px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius:3px;
}

INPUT.inputText:focus
{
	border: 1px solid red;	
}

DIV#login
{
	height: 315px;
}	

DIV#login p
{
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

p#error-globalmsg
{
	padding: 10px;
	margin-bottom: 10px;
}

table.supportFormTable
{
	font-size: 12px;	
}

table.supportFormTable TEXTAREA
{
	width: 515px;
	height: 140px;
	border: 1px solid #ccc;
	padding: 5px;
}

#do_return, #do_submit
{
	font-size: 11px;
	margin-top: 10px;
	float: right;	
}

#do_log_in_sso
{
	font-size: 11px;
}

p.copyright
{
	font-size: 9px;
	padding: 5px;
	float: left;
}

DIV.loginLeft, DIV.loginRight
{
	float: left;
	width: 330px;
}

DIV.loginRight
{
	margin-top: 60px;	
}

DIV.loginLeft img
{
	padding-top: 40px;
	padding-left: 50px;
}

.hidden
{
	display:none;
}