/* Login */

/*|*******************************************************************************|*/
/*|************************************ LOGIN CSS ********************************|*/
/*|*******************************************************************************|*/

/* Reset */
@import "LinkButtonStyle.css?ver=20251008";
html, div, form, header, aside, section, article, footer {  
		display: block;  
} 

body, p, img, dl, dt, dd, ul, nav, ol, li, h1, h2, h3, h4, figure, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, hr {
		margin: 0;
		padding: 0;
		list-style: none;
		border:none;
		outline:none;		
}

a:link, a:visited {
		text-decoration: none;
}

a:hover{
		text-decoration: underline; 
		cursor:pointer !important
}

/* Essentials */

::selection {	/* Safari - selected text style */
		background: #f3d673; 
		color: #000;
}
::-moz-selection {/* Firefox - selected text style */
		background: #f3d673; 
		color: #000;
}
	
html, body {
		font-family:Arial, Helvetica, sans-serif;
		/*background: #ccc;*/
		background: #fff;
		color: #000; /*#4b4e51;*/
}

.clear {
		clear: both;
}

.spacer {	/* for transparent space */
		
}

input[type="text"], input[type="password"], .select{
	    border-radius: 4px;
	    min-width: 200px;
	    border: #ccc solid 1px;
	    background-color: #ffffff;
	    margin: 4px 0px;
	    padding: 5px;
	    text-align: left;
	    vertical-align: middle;
	    /*font-size: 12px;*/
}

input:focus[type="text"], input:focus[type="password"], .select:focus{
		border: #8ec83e solid 1px !important;
		background-color:#ffffff !important;
}

.select{
		width:190px;	 
}

input[type="submit"]{
		font-family:Arial, Helvetica, sans-serif;
		text-shadow:1px 1px 1px #000;		
		margin-right:4px;		
		min-width:75px;
		vertical-align:middle;
		text-transform:capitalize;		
		text-align:center;
		font-size:12px;
		font-weight:bold;
		color:#ffffff;
		border-radius:2px;
		padding:4px 10px;		
		box-shadow: 0 0 4px #000;
		border: #000 solid 1px;
		cursor:pointer
}

input[type="submit"]{						
		background:#404040;
	background:-moz-linear-gradient(top,#787878 0,#404040 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#787878),color-stop(100%,#404040));
	background:-webkit-linear-gradient(top,#787878 0,#404040 100%);
	background:-o-linear-gradient(top,#787878 0,#404040 100%);
	background:-ms-linear-gradient(top,#787878 0,#404040 100%);
	background:linear-gradient(top,#787878 0,#404040 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878',endColorstr='#404040',GradientType=0);
	border:1px solid #000;	
}
	
input:focus[type="submit"], input:hover[type="submit"]{
		background:#787878;background:-moz-linear-gradient(top,#ccc 0,#787878 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ccc),color-stop(100%,#787878));
	background:-webkit-linear-gradient(top,#ccc 0,#787878 100%);
	background:-o-linear-gradient(top,#ccc 0,#787878 100%);
	background:-ms-linear-gradient(top,#ccc 0,#787878 100%);
	background:linear-gradient(top,#ccc 0,#787878 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#787878',GradientType=0);
	border:1px solid #787878;
}

/*background-color:#4067aa;*/

input[disabled] {		
		/* SMV - 17 Oct 2012 - To remove box-shadow effect from Disabled fields */
		box-shadow:none;
}

input[type="submit"][disabled], input[type="button"][disabled]  {
		/* SMV - 17 Oct 2012 - To add opacity to Disabled buttons to make them look correct in Chrome and FF */
		opacity:.7;		
}

input[disabled]:hover {
		cursor:not-allowed;
}

/* Login Sections */
.novalogin{ 
		width:629px !important; 
		padding:10px; 
		margin:20px auto; 
		background:#fff; 
		border:1px solid #eee; 
		border-radius:10px; 
		box-shadow: 0 0 7px #333;
}
.novalogin a{ 
		color:#000000; 
		display:block; 
		padding:0 10px; 
		white-space:nowrap;
}
.novalogin a:visit{ 
		color:#000000;
}
.novalogin a:hover{ 
		color:#000080;
}

.novaborder{
		border:0px solid #70757b;
}

.novabanner{ 
		background:#ccc url(../generic/banner_timezone_SaaS.jpg) top center no-repeat; 
		border:1px solid #f5f5f5; 
		text-align:center; 
		width:100%; 
		height:150px; 
		line-height:0; 
		display:block; 
		-moz-box-shadow: inset 0 0 10px #888; 
		-webkit-box-shadow: inset 0 0 10px#888;	
		box-shadow: inner 0 0 10px #888;
}

.novalogo{ 
		background-color:#f5f5f5;
		background-position:center left;
		background-repeat:no-repeat; 
		border-bottom:1px solid #70757b; 
		text-align:left; 
		width:100%; 
		height:40px; 
		padding:2px 5px; 
		margin-bottom:10px; 
		line-height:0;
		font-weight: bold;
        background-origin: content-box;
}

.novalogo.ws{
		background-image:url(../logo/logo_WS.png);
}

.novalogo.aws{
		background-image:url(../logo/logo_NT_AWS.png);
}

.novalogo.sws{
		background-image:url(../logo/logo_NT_SWS.png);
}

.novalogo.ews{
		background-image:url(../logo/logo_NT_EWS.png);
}

.novalogo.wip{
		background-image:url(../logo/logo_NT_WIP.png);
}

.novalogo.generic{
		background-image:url(../logo/logo_USG.png);
}

.novalogo span{ /*Time Clock*/
		float:right;
		/*font-size:12px;*/
}

.novalogo div.clock{
    float:right;
}

/*.novaloginbox td{ 
		font-size:12px;
		vertical-align:middle
}*/

.novaloginbox textarea[readonly]{
		width:405px;
		/*color:#787878;*/
		margin:5px 0;
		padding:5px;
		border:1px solid #ccc;
		border-radius:5px;
		background-color:#ffffff;
}

.novafooter{ 
		background:#f5f5f5; 
		border:1px solid #ccc; 
		text-align:center; 
		width:100%; 
		font-size:10px; 
		text-align:justify; 
		display:block
}
.novafooter td{ 
		padding:5px; 
		vertical-align:top
}
.novafooter a, a:visited{ 
		font-size:10px;
		color:#8ec83e; 
		display:inline; 
		text-transform:capitalize
}
.novafooter a:hover{
		color:#b23c55;
}

.novafooter span{ 
		font-size:10px; 
}

/* Text styling for error/success msgs */
.LgRedBd{
       color:#df0322;
       font-weight: bold;
}

.SmlRedBd{
       font-size: 10px;
       color:#df0322 !important;
       font-weight: bold;
}

.LgNavyBd{
       color: #000000;
       font-weight: bold;
}

.novaerrmsg{
		color:#df0322
}

/* Numeric Pad Section*/
.novanumpad {
		vertical-align:top !important;
}

.novanumpad input[type="button"], .novanumpad button[type="button"]{
	    color:#ffffff;
		text-shadow:1px 1px 1px #4D761D;
		width:50px; 
		height:50px; 
		float:left; 
		margin:5px;
		border:1px solid #66902C;
		border-radius:2px;
		box-shadow: 0 0 4px #4D761D;
		font-weight:bold;
		cursor: pointer;		
		background-color:#7BB931;
		font-size:12px;
		/* Gradient Colors */	
		background: -moz-linear-gradient(top,  rgb(123,185,49) 0%, rgb(110,164,44) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(123,185,49)), color-stop(100%,rgb(110,164,44))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(123,185,49) 0%,rgb(110,164,44) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(123,185,49) 0%,rgb(110,164,44) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(123,185,49) 0%,rgb(110,164,44) 100%); /* IE10+ */		
		background: linear-gradient(top,  rgb(123,185,49) 0%,rgb(110,164,44) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7BB931', endColorstr='#6EA42C',GradientType=0 ); /* IE6-9 */	
}

.novanumpad input[type="button"]:focus, .novanumpad input[type="button"]:hover, .novanumpad button[type="button"]:focus, .novanumpad button[type="button"]:hover{
		/*box-shadow: none;	*/	
		background-color:#558e1e;
		/* Gradient Colors */	
		background: -moz-linear-gradient(top,  rgb(96,165,33) 0%, rgb(85,142,30) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(96,165,33)), color-stop(100%,rgb(85,142,30))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(96,165,33) 0%,rgb(85,142,30) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(96,165,33) 0%,rgb(85,142,30) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(96,165,33) 0%,rgb(85,142,30) 100%); /* IE10+ */		
		background: linear-gradient(top,  rgb(96,165,33) 0%,rgb(85,142,30) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a521', endColorstr='#558e1e',GradientType=0 ); /* IE6-9 */
}

/* EWS Function Key Section*/
.ewsfunctionkey{
		width:220px;
		overflow: hidden;
}

.ewsfunctionkey table{
		border-style:None;width:100%;border-collapse:collapse;
}

.ewsfunctionkey table td input{
		margin:7px 5px;
		width:100px;
}

/* Password Box Sections */

.overlay {
  position: fixed;
  z-index:50;
  overflow:auto;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: gray;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
  	  filter: alpha(opacity=70);
	  opacity:.7;
}

.novapasswordbox{ 
        background: #FFFFFF;
        /*border: 4px solid #70757B;*/
        border-radius: 5px;
        box-shadow: 0 0 5px #333333;
        margin: 330px auto;
        /*padding: 5px;*/
		padding:0;
        position: absolute;
        right: 0;
        left: 0;
        width: 450px;
        z-index:52;
}

/*.novapasswordbox{ 
		width:450px; 
		padding:5px;
		position:absolute; 
		background:#fff;
		border:4px solid #eee;
		right:0px;
		bottom:0px;
}
*/
.novapasswordbox h1{ 
		font-weight:bold;
		font-size:12px;
		text-align:center;
		padding:5px;
		color:#8ec83e;
		background-color:#f5f5f5;
}

/* Forgot Password Box Sections */
.novaforgotpasswordbox{ 
		width:450px; 
		padding:5px;
		background:#fff;
		border:4px solid #eee;
		right:0px;
		bottom:0px;
}

.novaforgotpasswordbox h1{ 
		font-weight:bold;
		font-size:12px;
		text-align:center;
		padding:5px;
		color:#8ec83e;
		background-color:#f5f5f5;
}

/* Message Box Sections */
.novamessagebox{ 
		width:100%;
		margin:5px 0; 
		padding:5px;
		background:#ffffff;
		border:1px solid #eeeeee;		
}

.novamessagebox h1{
    text-align:center;
    font-weight:bold;
    font-size:12px;
    padding:5px;
    color:#000000;
    background-color:#f5f5f5;
}

.novamessagebox .textarea{ 
		color:#000;
		width:99%;
		padding:5px;
}

/*.novamessagebox textarea{ 
		color:#000000;
		width:99%;
		padding:5px;
}*/


/* PDA Login Section */

/* PDA Login Screen */

.novaPDAlogin input[type="text"], .novaPDAlogin input[type="password"]{
	    border-radius: 2px;
		min-width: 120px;
	    width: 120px;
	    border: #ccc solid 1px;
	    background-color: #ffffff;
	    margin: 0px;
	    padding: 2px 5px;
	    text-align: left;
	    vertical-align: middle;
}

.novaPDAlogin input[type="submit"]{
		padding:3px;
		min-width:70px !important;
		box-shadow: 0 0 0px #cccccc;
}
	
.novaPDAlogin input:focus[type="submit"], .novaPDAlogin input:hover[type="submit"]{
		/*color:#000000;
		border: #8ec83e solid 1px;
		background-color:#f5f5f5;*/
}

.novaPDAlogin input[disabled] {
		color:inherit;
		border: 1px solid #ccc;
		background-color: #f5f5f5;
		width: 120px !important;
}

.novaPDAlogin input[disabled]:hover {
		color:inherit;
		border:1px solid #ccc;
		background-color:#f5f5f5;
}

.novaPDAlogin{ 
		width:225px; 
		padding:2px; 
		margin:3px auto; 
		background:#fff; 
		border:1px solid #eee; 
		border-radius:4px; 
		box-shadow: 0 0 2px #333;
}
.novaPDAlogin a{ 
		color:#000000; 
		display:block; 
		padding:0 10px; 
		white-space:nowrap;
}
.novaPDAlogin a:visit{ 
		color:#000000;
}
.novaPDAlogin a:hover{ 
		color:#000080;
}

.novaPDAdate{
		background-color:#f4f9fc;
		text-align:center;
		padding:1px;
		border-bottom:#999 dotted 1px;
}

.novaPDAbanner{ 
		background:#fff url(../logo/logo_pda.png) center no-repeat; 
		border:0px solid #f5f5f5; 
		text-align:center; 
		width:100%; 
		height:40px; 
		display:block; 
		-moz-box-shadow: inset 0 0 2px #888; 
		-webkit-box-shadow: inset 0 0 2px#888;	
		box-shadow: inner 0 0 2px #888;
}

/*|*******************************************************************************|*/
/*|**************************** OFFLINE LOGIN CSS ********************************|*/
/*|*******************************************************************************|*/
#wrap {
	background:#fff;
	margin:20px auto;
	overflow:hidden;
	padding:10px;
	width:615px;
	border:1px solid #eee; 
	border-radius:10px; 
	box-shadow: 0 0 7px #333;
}

header {padding:0; margin:0; line-height:0; height:150px; background:#ffffff url(../generic/banner_timezone_SaaS.jpg) left bottom no-repeat}

.onlineHeader {padding:0; margin:0; line-height:0; height:150px; background:#ffffff url(../generic/banner_timezone_SaaS.jpg) left bottom no-repeat;
		-moz-box-shadow: inset 0 0 10px #888; 
		-webkit-box-shadow: inset 0 0 10px #888;	
		box-shadow: inset 0 0 10px #888;
		border:1px solid #f5f5f5;
		display:none; 
}

.offlineHeader {padding:0; margin:0; line-height:0; height:150px; background:#ffffff url(../generic/banner_timezone_SaaS_Offline.jpg) left bottom no-repeat;
		-moz-box-shadow: inset 0 0 10px #888; 
		-webkit-box-shadow: inset 0 0 10px #888;	
		box-shadow: inset 0 0 10px #888;
		border:1px solid #f5f5f5;
		display:none;
}

nav {background-color:#0f2962; height:25px; display:none}

nav span {color:#ffffff; float:left; line-height:25px; margin-left:5px;}

nav a, nav a:visited {color:#ffffff;}
nav a:hover {color:#ffffff; text-decoration:underline}

.time{ 
	font-weight:bold;
	color:#ffffff;
	float:right;
	margin:5px 10px 0 0;	
}

figure{background-color:#5289b0; line-height:0;}

img{padding:0px; margin:0px}

section {
	float:left;
	margin:10px 0px 10px 0;
	width:425px;
}

.login label{
	margin:0 5px 0 0;
	min-width:60px;
	float:left;
	line-height:34px;
	text-align:left;
}

.login ul li input{
/*	margin:5px;
	padding:5px;
	color:#787878;
	background-color:#ffffff;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	font-weight:bold;*/
	min-width:320px;
	margin:5px 0;
}

.login textarea{
	color:#787878;
	width:96%;
	margin:5px 0;
	padding:5px;
	border: #ccc solid 1px;
	border-radius:5px;
/*	box-shadow: 2px 2px 5px #cccccc;*/
	background-color: #ffffff;  
}

.login textarea:focus{
/*	border:0px solid #ccc;
	box-shadow: 2px 2px 5px #a2c8f9;*/
	border:1px solid #ccc;
}

/*.login ul li input:focus{
	background-color:#ffffff;
	border:1px solid #fb8848;
	border-radius:5px;
	box-shadow: 2px 2px 5px #a2c8f9;
}
*/
.buttongrp{
	text-align:center;
}

.buttongrp input{
	margin:5px 7px 5px 0;
/*	color:#787878;
	text-transform:uppercase;
	font-size:10px;
	padding:5px 10px;
	background-color:#f7f7f7;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	cursor: pointer*/
}

/*.button:hover{
	background-color:#ffffff;
	border:1px solid #fb8848;
	border-radius:5px;
	box-shadow: 2px 2px 5px #a2c8f9;
}*/

aside {
	float:left;
	width:190px;
}

aside ul{
	margin:5px; clear:both;	
}

/*aside ul li input{
	width:50px; 
	height:50px; 
	float:left; 
	margin:5px;
	color:#5289b0;
	background-color:#f7f7f7;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	font-weight:bold;
	cursor: pointer
}

aside ul li input:hover{
	background-color:#ffffff;
	border:1px solid #fb8848;
	color:#fb8848;
	border-radius:5px;
	box-shadow: 2px 2px 5px #a2c8f9;
}*/

article {
	background:#ffffff;
	border:1px solid #ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:5px 10px;
}


.ukgstatus {display:inline} /* SMV - 26 June 2013 - To show USG status on left side - For ML */

.ntstatus {display:none} /* SMV - 26 June 2013 - To hide NT status on right side - For ML */


/***************************************** TRANSFER SECTION START *******************************/
.hidden{
	width:100%
}

.hidden ul li{
	display:inline-table
}

.hidden label{
	margin:0 5px 0 0;
	min-width:65px;
	line-height:35px;
	display:table-cell;
}

.hidden ul li input{
	margin:5px;
	padding:5px;
	color:#787878;
	background-color:#ffffff;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	font-weight:normal;
	/*min-width:265px;*/
}

.hidden ul li select{
	margin:5px;
	padding:5px;
	color:#787878;
	background-color:#ffffff;
	border:1px solid #adc3da;
	border-radius:5px;
	box-shadow: 2px 2px 5px #cccccc;
	font-weight:normal;
	width:190px;
	display:table-cell
}

.hidden ul li select:nth-child(even){	
	margin-right:20px;
}

.hidden textarea:focus{
	border:0px solid #333;
	box-shadow: 2px 2px 5px #a2c8f9;
	border:1px solid #fb8848;
}

.hidden ul li input:focus{
	background-color:#ffffff;
	border:1px solid #fb8848;
	border-radius:5px;
	box-shadow: 2px 2px 5px #a2c8f9;
}


#dd {border-top:#ccc dashed 0px; margin-top:0px; padding-top:0px;}

.clearfix{
	clear:both
}
/***************************************** TRANSFER SECTION END *******************************/

footer {
	clear:left;
	padding:5px;
	background-color:#f5f5f5;
	font-size:10px;
	text-align:justify;
	color:#898989;
	border:1px solid #eee;
	border-radius:5px;
	display:none;
}

footer img {
	float:right; margin:0 5px;
}

/*|*******************************************************************************|*/
/*|**************************** PUNCH SECTION CSS ********************************|*/
/*|*******************************************************************************|*/

/* Punch Section */
.punchscreen{ 
		/*width:629px !important;*/
		width:660px !important; /* SMV - 17 Dec 2012 - To align Transfer dropdown - For DS */
		margin:20px auto; 
		background:#fff; 
		border:0px solid #eee; 
		border-radius:10px; 
		box-shadow: 0 0 7px #333;
		line-height:20px;
}

.punchbannercontainer {
        padding-top:10px;
        padding-left:5px;	
}

.punchbanner{ 
        text-align:center; 
		width:60%; 
		height:45px; 
		line-height:0; 
		display:inline-block;
        max-width:12.5rem;
        max-height:2.75rem;
}

.logoclockcontainer {
        width: 40%;
        float: right;
}

.punchscreen div.content{
		padding:10px;
        text-align:center;
        min-height:200px;
		color:#000000;
}

.punchscreen p.date span{
		text-align:right;
		margin-bottom:30px;
		padding-right:10px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		color:#333;
		line-height:14px;
		display:block
}

.punchscreen p.welcome span{
		font-size:13px;
		font-family:Arial;
		text-align:center;
		line-height:30px;
		font-weight:normal;				
		display:block
} 

/* SMV - 17 Dec 2012 - for DS */	

/*.punchscreen div.innerItem table td:first-child, #Groups_PnlGroups table td:first-child{
		width:65px !important;
		white-space:nowrap 				
}

.punchscreen div.innerItem table td input[type="text"]{
		border-radius:0 !important;				
}*/

.punchscreen div#Groups_PnlGroups table{
		text-align:left;
}

.punchscreen legend.fieldSetLegend{
		font-weight:bold;
		color:#000000;		
}

span.punchmsg {
		overflow:hidden;
		width:95%;
		text-align:center;
		font-weight:bold;
		border:none;
		font-size:13px;
		font-family:Arial;
}

span.lstpunchmsg {
		overflow:hidden;
		width:95%;
		text-align:center;
		font-weight:normal;
		border:none;
		margin:10px 0;
}

.punchscreen p b{		
		font-size:12px;
}

.punchscreen p label{
		min-width:75px;	
		display:inline-block;
		text-align:right;
		margin-right:10px;
		font-weight:bold		
}

.punchscreen select{
	    border-radius: 4px;
	    min-width: 150px;
	    border: #ccc solid 1px;
	    background-color: #ffffff;
	    margin: 4px 0px;
	    padding: 5px;
	    text-align: left;
	    vertical-align: middle;
	    font-size: 10px;
}

.punchscreen input[type="submit"]{
		margin:10px 5px 5px 0;
}
	
.punchscreen input:focus[type="submit"], .punchscreen input:hover[type="submit"]{
		
}

.punchscreen input[disabled] {
		box-shadow:none;
}


.punchscreen input[type="submit"][disabled], .punchscreen input[type="button"][disabled]  {
		/* SMV - 17 Oct 2012 - To add opacity to Disabled buttons to make them look correct in Chrome and FF */
		opacity:.7;
		text-shadow:none;		
}

.punchscreen input[disabled]:hover {
		cursor:not-allowed;
}

/* Modal Popup Header */
div.popupheader{
		background-color:#e0e0e0;
		border-radius:5px 5px 0 0;	
		color:inherit;
		font-size:12px;
		padding:5px 0 5px 5px;
		text-align:left
}

div.popupheader input[type="submit"]{
		background:none;
		border:none;
		box-shadow:none;
		background:no-repeat top right;
}

div.popupheader label{
		display:inline;
		font-weight:bold		
}

div.popupheader span{
		float:right;	
}

div.popupheader div.content{
		margin:5px;
}

/* Icon Buttons */
.icnbtn{
	background-image: none !important;
	background-position: center 10%;
	background-repeat:no-repeat;
	background-color:transparent !important;
	border:none !important;
	/*margin-right:5px;*/
	margin-right:2px;
	vertical-align: middle;
	height:20px !important;
	width:20px !important;
	cursor:pointer
}

/*.icn_16_closepopup	{background-image:url(../icons/icon_cancel.png) !important;}*/
.icn_16_closepopup	{background-image:url(../toolbar/16/close_sml.png) !important;}
/*.icn_16_printpopup	{background-image:url(../icons/icon_print.png) !important;}*/
.icn_16_printpopup	{background-image:url(../toolbar/16/print.png) !important;}

.loginFooter {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;
   background-color: #000;
   background-color: black;
   position: fixed;
   padding: 0;
   margin: 0;
   height: 25px;
   line-height: 1px;
   text-align: center;
}

.poweredByLogo {
    color: #fff;
    letter-spacing: 1px;
    line-height: 7px;
    text-align: left;
    padding: 5px 0 0 0;
    margin: 4px auto;
    text-align: center;
}

.poweredByLogo label{
    font-family: "museo_sans300", Helvetica, Arial, sans-serif;
    font-size: 14px;
    /*background-image: url(../logo/poweredBy_login.png);*/
    background-repeat: no-repeat;
    background-position: top right;
    height: 14px;
    padding: 1px 5px 3px 0;
}

.loginLanguageOptions {
    position: absolute;
    right: 6px;
    top: 34px;
}