﻿/*----------------------------------------------------------------
        
		Login Standard Styles
        
-----------------------------------------------------------------*/

/*-------------------------------------
           Reset Styles
--------------------------------------*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate !important;
	border-spacing: 0;
}

/* removed "td" from below as it was causing all table columns to align left where some need to be centered */
caption, th {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

input {
	margin: 0;
}

strong {
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

/*-------------------------------------
           End Reset Styles
--------------------------------------*/

/*-------------------------------------
           Generic Styles
--------------------------------------*/

html, body {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
//	background-color: #1d1c1c; 
}

a,
a:link,
a:visited {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-fix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.clear-fix {
	zoom: 1;
}

.outer-container {
	background-color: #ffffff;
	min-width: 980px;	
	min-height: 100%;
}

* html .outer-container {
	display:table;
	height:100%
}

.main-container {
	background-image: url(../images/wrapper.png);
	background-repeat: repeat-x;
	padding-bottom: 47px;
	overflow: auto;
}

/*-------------------------------------
           End Generic Styles
--------------------------------------*/

/*-------------------------------------
           Header Area
--------------------------------------*/

.header-area {
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/header-bg.png);
	background-position: center 51px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.logo-container {
	background-image: url(../images/wst-login-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 51px;
	width: 980px;
}

.logo {
	float: left; 
	margin-left: 45px;
	display: inline;
	
	background-image: url(../images/wst-login-sprite.png);
	background-position: -478px -57px;
	background-repeat: no-repeat;
	width: 203px;
	height: 38px;
}

.logo span {
	display: none;
}

/*-------------------------------------
          End Header Area
--------------------------------------*/

/*-------------------------------------
           Blue Box
--------------------------------------*/

.blue-box {
	border:8px solid #CCDCE3;
	background-color: #fff;
	margin-top: 50px;
	position: relative;
}

.blue-box-internal {
	background-color: #fff;
	background-image: url(../images/blue-box-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #fff;
	min-height: 255px;
	height: auto !important;
	height: 255px;
	padding: 30px 30px 20px;
}

.blue-box-internal p {
	font-size: 16px;
}

.blue-box-internal h3 {
	font-family: trebuchet ms, arial, verdana, sans-serif;
	font-size: 48px;
	color: #000;
	font-weight: normal;
	letter-spacing: -.048em;
	line-height: 36px;
	margin-bottom: 10px;
}

.box-shadow {
	background-image: url(../images/box-shadow-bg.png);
	background-repeat: repeat-x;
	height: 23px;
	margin-top: 1px;
}

.blue-box-button-container {
	text-align: center;
	padding-top: 12px;
}

/*-------------------------------------
           End Blue Box
--------------------------------------*/

/*-------------------------------------
      	     Login Page
--------------------------------------*/

.login-box {
	width: 506px;
	margin: 0 auto;
}

.login-logo {
	width: 468px;
	height: 135px;
	margin-bottom: 10px;
	
	background-image: url(../images/content_mangr_login_header.jpg);
}

.login-logo-wst{
    background-image: url(../images/wst-login-sprite.png);
	background-position: 0 -57px;
}

.login-box .blue-box-internal {
	padding: 10px 10px 20px;
}

.login-links {
	float: right;
	color: #fff;
	padding: 17px 40px 0 0;
}

.login-links a,
.login-links a:link,
.login-links a:visited {
	color: #fff;
	text-decoration: none;
}

.login-links a:hover {
	text-decoration: underline;
}

.login-form {
	width: 271px;
	margin: 30px auto 0;
}

.login-form li {
	margin-bottom: 18px;
}

.login-form label {
	display: block;
	margin-bottom: 3px;
	font-size: 16px;
	padding-left: 4px;
}

.example-text {
	font-weight: bold;
	color: #777;
	margin-top: 3px;
	padding-left: 5px;
}

.password-label {
	width: 100px;
	float: left;
	width: 182px;
}

.password-tips {
	float: left;
	font-size: 11px;
	padding-top: 3px;
}

.login-form select,
.login-form input {
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	width: 262px;
	padding: 4px;
}

.login-form select {
	width: 272px;
}

.login-form li.login-check	{
	font-size: 14px;
}

.login-form li.login-check input {
	width: 13px;
	height: 13px;
	border: 0;
	vertical-align: bottom;
	margin-right: 3px;
}

/*-------------------------------------
      	    End Login Page
--------------------------------------*/

/*-------------------------------------
      	  Alert Notifications
--------------------------------------*/

.notification-box {
	font-family: arial, verdana, helvetica, sans-serif;
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
}

.notification-box p {
	padding: 15px 15px 15px 36px ;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left 9px;
	font-size: 12px;
}

a.close-notification,
a.close-notification:link,
a.close-notification:visited {
	display: inline-block;
	background-image: url(../images/close.gif);
	width: 13px;
	height: 13px;
	position: absolute;
	right: 2px;
	top: 2px;
}

a.close-notification span {
	display: none;
}

/*-- Error Notification --*/

.error-notification {
	border: 1px solid #d00000;
	background-color: #ffdcdc;
}

.error-notification p {
	background-image: url(../images/error-icon.png);		
}

/*-- Alert Notification --*/

.alert-notification {
	border: 1px solid #e0a61b;
	background-color: #fffbcc;
}

.alert-notification p {
	background-image: url(../images/alert-icon.png);
}

/*-- Success Notification --*/

.success-notification {
	border: 1px solid #88c236;
	background-color: #ecfbda;
}

.success-notification p {
	background-image: url(../images/success-icon.png);
}

/*-- Informational Notification --*/

.informational-notification {
	border: 1px solid #3aaedd;
	background-color: #e1f2f9;
}

.informational-notification p {
	background-image: url(../images/informational-icon.png);
}

/*-------------------------------------
      	 End Alert Notifications
--------------------------------------*/

/*-------------------------------------
              Buttons
--------------------------------------*/

a.main-button,
a.main-button:link,
a.main-button:visited {
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 0 30px 0px 0;
	height: 77px;	
	vertical-align: middle;
	
	background: transparent url(../images/button-bg.png) no-repeat scroll 100% 0px;
	text-shadow: -1px -1px 0px #2268ad;
}

* html a.main-button,
* html a.main-button:link,
* html a.main-button:visited {
	padding: 0 30px 0px 0;
	height: 20px;
	line-height: 25px;
}

a.main-button span {
	display: inline-block;
	cursor: pointer;
	padding: 29px 0 26px 30px;
	background: transparent url(../images/button-bg.png) no-repeat scroll 0 0px;
}

* html a.main-button span {
	padding-bottom: 1px;
	height: 47px;
}

a.login-button,
a.login-button:link,
a.login-button:visited {
	padding-right: 40px !important;
}

a.login-button {
	padding-right: 40px !important;
}

a.login-button span {
	padding-left: 40px;
}

* html a.login-button span {
	padding: 27px 0 3px 40px !important;
}

a.login-button span em.lock {
	padding: 0 !important;
	background-image: url(../images/wst-login-sprite.png) !important;
	background-position: -693px -57px;
	height: 27px !important;
	width: 18px !important;
	float: left !important;
	margin-top: -5px !important;
	.margin-top: -3px; /* ie6-7 fix */
	margin-right: 10px !important;
}

/*-------------------------------------
             End Buttons
--------------------------------------*/

/*-------------------------------------
           Footer Styles
--------------------------------------*/

.footer {
	position: relative;
	margin-top: -47px; /* negative value of footer height */
	height: 47px;
	clear: both;
	background-color: #000;
}

.footer .content {
	text-align:center;
	padding: 18px 0 0 0;
	color: #919191;
	font-size: 12px;
}

.footer a,
.footer a:visited,
.footer a:hover{
	color: #919191;
	text-decoration: none;
	padding: 0 5px;
}

.footer a:hover {
	text-decoration: underline;
}

/*-------------------------------------
           End Footer Styles
--------------------------------------*/
