/* This is all the styles for the login page*/
@import "buttons.css";

IMG
{
	margin: 0;
	padding: 0;
	border: 0; /* This is a hack so IE6 supports png files*/
	behavior: url(iepngfix.htc);
}

a {text-decoration: none; font: normal 12px arial, sans-serif;}
a.highlight {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none;}
a:focus {text-decoration: none;}

input, select
{
	font: normal 12px arial, sans-serif;
	margin: 0px 7px;
	border: solid 1px #999;
	vertical-align: top;
	background-color: #FFF;  
}

input.error { background-color: #F99; }

html
{
	margin: 0;
	border-width: 0;
	background: #f3f6f8 url(/images/dell/login_gradient.png) repeat-x fixed bottom left;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
}
DIV.login_body
{
	margin: 0;
	border-width: 0;
	background: transparent url(/images/dell/login_background.png) no-repeat fixed center center;
	/*This is an IE6 hack*/
	-background-image: url('');
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	color: #FFF;
	z-index: 10;
	position: relative;
}

#layoutContent  { visibility: hidden; padding: 0px 0px 0px 0px; }

IMG.title
{
	margin: 33 0 0 149;
}
DIV.title_links
{
	color: #fff;
	width:631px;
	text-align:center;
	padding-top:10px;
}
DIV.title_links SPAN
{
	margin:0px auto;
}
DIV.title_links a
{
	color: #fff;
	padding: 0px 10px;
	font-size: 11px;
}
DIV.title_links a:hover
{
	color: #6ea0cd;
}

DIV.login
{
	position: absolute;
	left: 50%;
	top: 8%;
	top: 10%; /*This should be uncommented for CMC and iDRAC*/
	margin-left: -316px;
	width: 631px;
}
DIV.login_server
{
	font-size: 13px;
	padding-bottom: 10px;
	color: #000;
	font-weight: bold;
	word-spacing: 5px;
	vertical-align: middle;
}
SPAN.login_server_default
{
	font-weight: normal;
	padding-left: 10px;
}

DIV.login_header
{
	background-image: url(/images/dell/login_table_header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 113px;
	background-color: Transparent;
	position:relative;
}
DIV.login_header IMG
{
	position:absolute;
	top:48px;
	/*left:150px;*/
	left:125px;
}

DIV.login_footer
{
	background-image: url(/images/dell/login_table_footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 11px;
}
DIV.login_left
{
	background-image: url(/images/dell/login_table_left.png);
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
}
DIV.login_right
{
	background-image: url(/images/dell/login_table_right.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-left: 6px;
}
DIV.login_content
{
	background-image: url(/images/dell/login_table_gradient.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 30px 40px 25px 40px;
	margin-right: 7px;
	background-color: #070909;
	position:relative;
	height:330px;
	height:285px; /*This should be uncommented for CMC and iDRAC */
}
DIV.logout_content
{
	background-image: url(/images/dell/login_table_gradient.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 30px 40px 25px 40px;
	margin-right: 7px;
	background-color: #0b0c0d;
	position:relative;
	height:195px;
}
DIV.login_title
{
	height:40px;
	height:30px !important!;
	width:100%;
	padding-top:10px;
	float:left;
}
DIV.login_text
{
	margin-left: 0px;
	padding-bottom:0px;
	margin-top:0px;
	font-size:20px;
}

DIV.login_help
{
	margin-right: 0px;
	position:absolute;
	right:40px;
	top:52px;
}
SPAN.login_help_icon
{
	background:url(/images/dell/toolbar_icons/login_help_24.png) no-repeat top right;
	height:24px;
	padding-left:24px;
	padding-top:0px;
	padding-bottom:0px;
	display:block;
}
DIV.hr
{
	width:100%;
	clear:both;
	height:2px;
	margin:0px 0px 12px 0px;
	background:#7c7d7e url(/images/dell/hr.png) repeat-x;
	border:none;
	font-size:0px;
}
HR.hr
{
	background:#7c7d7e url(/images/dell/hr.png) repeat-x;
	height: 2px;
	width: 100%;
	margin: 0px 0px 12px 0px;
	color: #7c7d7e;
	border: none;
	clear: both;
	_margin-top:-4px;
	font-size:0px;
}
DIV.login_server_info
{
	font-size:12px;
	clear:both;
}
SPAN.login_server_name
{
	text-transform:uppercase;
	padding-right:5px;
}
SPAN.login_server_type
{
	padding-left:5px;
}
DIV.login_instructional_text
{
	margin-left: 0px;
	font-size: 11px;
	padding-top:10px;
}
DIV.login_userinfo
{
	color: #99ccff;
	text-align: left;
	vertical-align: middle;
	margin: 15px 0 15px 0;
	font-size: 12px;
	height: 155px;
	height: 105px; /* This should be uncommented for CMC and iDRAC */
}
DIV.login_userinfo TABLE
{
	border-collapse: collapse;
}
DIV.login_userinfo TD
{
	color: #FFF;
}

DIV.login_userinfo TD.left
{
	padding:3px 15px 3px 0px;
}
DIV.login_userinfo TD.right
{
	padding:3px 0px 3px 15px;
}
DIV.login_userinfo TD.input
{
	padding-bottom:10px;
}
DIV.login_userinfo SPAN
{
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
}
DIV.login_userinfo SPAN.application
{
	padding:0px 10px;
	font-size:12px;
	font-weight:normal;
}
DIV.login_userinfo SPAN.information
{
	font-size:12px;
	font-weight:normal;
}
DIV.login_userinfo SELECT
{
	margin: 0px;
	width: 165px;
}
DIV.login_userinfo INPUT
{
	width: 165px;
	margin:0px;
}
DIV.login_userinfo INPUT.checkbox
{
	width:15px;
}
DIV.login_userinfo SPAN.checkbox
{
	padding: 0px 15px 0px 5px;
	font-size:12px;
	font-weight:normal;
}
DIV.login_userinfo SPAN.login_data
{
	color: #FFF;
	margin: 0px 7px;
}
#login_progress
{
  margin:0px;
	height: 254px !important!;
  height: 252px;
}
#login_progress_img
{
	margin:66px 0px 75px 20px;
	_margin:60px 0px 85px 20px;
  float:left;
}
#login_progress_text
{
	display: inline;
	color:#FFF;
	font-size:14px;
	white-space:nowrap;
	width:300px;
	height: 131px !important!;
	padding: 105px 0px 0px 20px;
  float:left;
}
#login_failed
{
	margin:0px;
	height: 304px !important!; 
	height:302px;
	background:url(/images/dell/status_icons/critical_48.png) no-repeat scroll 20px 115px; 
	width:450px;
  position:relative;
	/*The lines below should be uncommented for CMC and iDRAC*/
	height: 254px !important!;
  height: 252px;
	background-position: 20px 95px;
}
#reboot
{
	margin:0px;
	height: 304px !important!; 
	height:302px;
	background:url(/images/dell/message_icons/information_48s.png) no-repeat scroll 20px 115px; 
	width:600px;
	position:relative;
}

#login_failed_text
{
	top:105px;
	left:100px;
	color:#b3241f;
	font-weight:bold;
	font-size:14px;
	width:450px;
	position:absolute;
	/*The lines below should be uncommented for CMC and iDRAC*/
	top: 100px;
}

#server_reboot_message
{
	width:400px;
	top:140px;
	left:100px;
	position:absolute;
	font-size:12px;
	/*The lines below should be uncommented for CMC and iDRAC*/
	top: 120px;
}
#login_failed_message
{
	width:450px;
	top:125px;
	left:100px;
	position:absolute;
	font-size:12px;
	/*The lines below should be uncommented for CMC and iDRAC*/
	top: 120px;
}
DIV.logout
{
	margin:0px; 
	height:140px;
	width:600px;
	position:relative;
}
DIV.logout_title
{
	padding-top:10px;
	float: left;
	font-size:20px;
}
#logout_text
{
	top:55px;
	left:0px;
	font-weight:bold;
	font-size:14px;
	width:500px;
	position:absolute;
}
#logout_message
{
	width:500px;
	top:80px;
	left:0px;
	position:absolute;
	font-size:12px;
}

DIV.login_failed_hr_bottom
{
	position:absolute;
	background: url(/images/dell/login_failed_hr.png) repeat-x;
	height:2px;
	width:540px;
	bottom:0px;
	margin: 0px 0px 12px 0px;
}
DIV.login_failed_hr_top
{
	position:absolute;
	background: url(/images/dell/login_failed_hr.png) repeat-x;
	height:2px;
	width:540px;
	top:0px;
}

