/*
	Styles currnetly included wiht the tmeplate (but really shouldn't be) 
	mostly aimed at the presentation of login pages.
*/

#splash {
	float: left;
	width: 100%;
	margin-right: -305px;
}

#splash-inner {
	margin-right: 305px;
	/*background: #999 url(images/grid.png) repeat-x right bottom; - Removed by Ruskin (this looks hideous) */
	background: #999 repeat-x right bottom;
	padding: 4px;
	color: white;
	height: 220px;
	position: relative;
}

#splash img.splash {
	position: absolute;
	right: 16px;
	top: 16px;
}

#splash .right-fit {
	position: absolute;
	bottom: 4px;
	_bottom: 0px;
	right: 12px;
}

#splash-text {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 4px;
}

#splash-text h2,
#splash-text h3,
#splash-text p {
	font-size: 12px;
	margin-left: 16px;
	margin-right: 280px;	
	color: white;
}

#splash-text h2 {
	font-size: 200%;
}

#splash-text h3 {
	font-size: 150%;
	font-weight: normal;
	color: #ccc;
}

#splash-text p {
	margin-top: 5px;
}

/*
#splash p {
	margin: 0px;
	padding: 0px 0px 1ex;
	position: absolute;
	bottom: 16px;
	right: 16px;
	text-align: right;
}
*/


#sso-feedback {
	float: right;
	width: 300px;
	font-size: 12px;
}

#sso-feedback h2 {
	color: black;
	margin: 0px 0px 1ex;
}

#sso-feedback p {
	margin: 0px 0px 1ex;
}

#sso-feedback p.intro {
	margin-right: 48px;
}

#sso-feedback ul {
	margin: 0px 0px 2ex;
	padding: 0px;
}

#sso-feedback ul li {
	margin: 0px;
	display: block;
	list-style: none;
	padding: 0px 0px 1ex 24px;
	background: url(images/feedback-bullet.png) no-repeat 0px 0px;
}

#sso-feedback-inner {
	border: 1px solid #999;
	background: #FCF8C1;
	padding: 4px;
	height: 218px;
	background-position: 244px 16px;
	background-repeat: no-repeat;
}

.login-failed #sso-feedback-inner { background-image: url(images/login-failed.png); }
.login-required #sso-feedback-inner { background-image: url(images/login-required.png); }
.access-denied #sso-feedback-inner { background-image: url(images/login-failed.png); }

.loginfailed-title {
	font-weight: bold;
	font-size: 12px;
}

.loginfailed-text {
	color: red;
	font-size: 11px;
}

#other-tasks {
	clear: none;
	width: 300px;
	padding: 0px;
}

#other-tasks ul {
	margin: 1ex 0px 2ex;
	padding: 0px;
}

#other-tasks ul li {
	margin: 0px;
	display: block;
	list-style: none;
	padding: 0px 0px 1ex 24px;
	background: url(images/tasks-bullet.png) no-repeat 0px 0px;
}

#support-preview {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: -320px;
	font-size: 12px;
}

#support-preview-inner {
	margin-right: 300px;
}

.support-tasks#other-tasks h2,
.support-tasks#other-tasks ul {
	padding: 0px 16px;
}

#support-preview h2 {
	padding: 0px 16px;
}

#support-preview p {
	clear: left;
	padding: 0px 16px 2ex;
}

#support-preview ul {
	float: left;
	width: 50%;
	margin-bottom: 2ex;
}

#support-preview ul li {
	margin: 0px 16px;
	display: block;
	list-style: none;
	padding: 0px 0px 1ex 24px;
	background: url(images/tasks-bullet.png) no-repeat 0px 0px;
}

/*
#outerSSOdiv {
	DISPLAY: block; WIDTH: 100%; COLOR: white; POSITION: relative; HEIGHT: 3em; BACKGROUND-COLOR: black
}
#outerSSOdiv A {
	COLOR: #fff; TEXT-DECORATION: underline
}
#outerSSOdiv A:hover {
	COLOR: #fff; TEXT-DECORATION: underline
}
#outerSSOdiv A:visited {
	COLOR: #fff; TEXT-DECORATION: underline
}
#innerSSOdiv {
	WIDTH: 100%; POSITION: absolute; HEIGHT: 3em
}
#innerSSOdivLeft {
	LEFT: 0.2em; POSITION: absolute; TOP: 0.3em
}
#innerSSOdivRight {
	RIGHT: 0.5em; POSITION: absolute; TOP: 0.3em; text-alignment: right
}
#innerSSOdivRight INPUT.text {
	BORDER-RIGHT: blue 1px solid; BORDER-TOP: blue 1px solid; MARGIN-LEFT: 10px; BORDER-LEFT: blue 1px solid; MARGIN-RIGHT: 10px; BORDER-BOTTOM: blue 1px solid; POSITION: relative; TOP: 0.3em; HEIGHT: 1.8em
}
*/

#login-successful {
	background: #FCF8C1 url(images/login-successful.png) no-repeat 8px 8px;
	color: black;
	border: 1px solid #999;
	padding: 0px 8px 0px 64px;
	overflow: hidden;
	position: relative;
	margin: 5px 0;
	text-align:left;
}

#login-noaccess {
	background: #FCF8C1 url(images/login-failed.png) no-repeat 8px 8px;
	color: black;
	border: 1px solid #999;
	padding: 0px 8px 0px 64px;
	overflow: hidden;
	position: relative;
	margin: 5px 0;
}

#login-notsupported {
	background: #FCF8C1 url(images/login-notsupported.png) no-repeat 8px 8px;
	color: black;
	border: 1px solid #999;
	padding: 0px 8px 0px 64px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

#login-successful h2 {
	margin: 0px;
	padding: 8px 0px 8px;
	color: black;
	font-size: 150%;
}

#login-successful p {
	margin: 0px 0px 8px;
}

#login-successful a.close {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	border: 1px solid #AFAE93;
	background: url(images/close-button.png) no-repeat 0px 0px;
	text-indent: -100em;
	text-decoration: none;
}

#login-successful a.close:hover {
	border-color: #999;
	background-position: 0px -15px;
}

#sso-feedback-inner form 
{
    display:block;
    margin:0 0 10px 0;
    padding:0 10px 10px 10px;
	/* background:#fcf8c1  url(images/LoginBackground.gif) repeat-x; */
}

#sso-feedback-inner form div 
{
    width:204px;	
    margin:3px auto;
}


#sso-feedback-inner form label
{
    float:left;
    width:80px;
}

#sso-feedback-inner form input
{
    width:120px;
}

#sso-feedback-inner form input.submit
{
    width:124px;
    margin-left:80px;
}
#sso-feedback-inner ul
{
    margin-left:10px;
}


#site_menu 
{
	position:absolute;
	top:-4px;
	right:1em;
	border-right:2px solid #fff;
}

#site_menu a,
#site_menu a:hover,
#site_menu a:visited
{
	display:block;
	text-align:center; 
	color:#fff;
	border:0;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:6em;
	padding:0.5em;
	background:#009BDC url(images/site_menu_link_background.jpg) repeat-x;
}



/*
	SSO BAR 
*/

div#ssobar {
	display:block;
	position:relative;
	top:-5px;
	margin:0;
	border:0;
	padding:0 5px;
	height:28px;
	background:black none repeat scroll 0%;
	color: white;
	font-size:11px;
	font-family:Arial, Helvetica, Verdana, sans-serif;	
}

div#ssobar a,
div#ssobar a:hover,
div#ssobar a:visited {
	color: white;
}

div#ssobar span 
{
	position:relative;	
	top:2px;
	height:28px;
}

div#ssobar span img {
	border: none;
	display:inline;
	position:relative;
	top:4px;
}

div#ssobar span.access {
	position:absolute;
	right:5px;
}

p.tait_sso_fail 
{
	color:#c00;
	font-style:bold;
	text-align:center;
}


