/*CSS coding: 
If the class has one or two attributes, maintain a single row with space before and after braces { }. 
Add rows as needed for more attributes. Keep like items together without spaces. Add space between different classes.
Eliminate unnecessary space if possible and if code is commented out, reduce to single row. 
 */
*{font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; font-style: normal; font-size: 11px;  }
body.Login * {
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-size: 12px;
}
/*New Portal Menu Items */
.PortalTest{ background-image:url(../Images/sharepoint_bk.jpg); background-repeat:repeat-x;}
.PanelTab { font :  bold 11px Arial, Helvetica, sans-serif; color : #000; border-top : solid 1px black; border-bottom : solid 1px gray; margin : 0px; padding : 2px; cursor : pointer; -moz-user-select : none; -khtml-user-select : none; }
.userIdentity { font-family : Verdana, Arial, Helvetica, sans-serif; font-weight : bold; color : #D7F0FF; }
.subMenu {font: bold 10px Verdana, Arial, Helvetica, sans-serif; color : #FFCC00; }
.clearfloat  { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear : both; height : 0; font-size : 1px; line-height : 0px; }
  
/* Override netpilgrim link styles */
a, a:link {	color: #003366;} 
a:visited, a.visited {color: #7BA7E1; text-decoration: none;}
a:hover, a.hover {color: #09BDDC; background-color: Transparent !important; padding-left: 0px !important;}
    
/*Quick Link Menu  */

/* SmartPortal */
.SmartPortal {	margin:	0 0 0 0; background-color:#ffffff; }

.LoginPanel {
	position:		absolute;
	/*left:			400px;*/
	top:			100px;
	width:			400px;
	height:			200px;
	background-image:url(../images/loginpanelback.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
Table.LoginTable {
	margin:			auto;
	width:			480px;
	table-layout:	fixed;
	position:		relative;
	background-color: #fff;
	border: 		3px solid #e1e1e1;	
	border-radius:	5px;
}
.LoginOptionsPanel {
	position:		absolute;
	left:			400px;
	top:			300px;
	width:			400px;
	height:			200px;
	background-image: url(../images/loginpanelback.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
Table.LoginOptionsTable { position:	relative; top: 35px; left: 2px; width: 390px; }

.LoginRolePanel {
	position:		absolute;
	left:			400px;
	top:			100px;
	width:			400px;
	height:			200px;
	background-image: url(../images/loginpanelback.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
TD.loginlabel {	
	font-family: 	Verdana;
	font-size: 		9pt;
	padding-top: 	5px;
    padding-bottom: 5px;
    padding-left: 	5px;
    height:			25px;
    width:			40%;
	background-color:#C2C5C8;
}

/* Copyright Controls */
.CopyRightPanel { width: 100%; height: 200px; bottom: 0; text-align: center; }
	
TD.CopyRight {
	padding-top:	5px;
	text-align:		center;
	color: 			#FFFFFF;
}

TD.CopyRightMessage {
	padding-top:	5px;
	font-size:		10px;
	color:			#FFFFFF;
	text-align:		center;
}

/* End Copyright Controls */

TD.VersionMessage {
	text-align:		center;
	color: 			#FFFFFF;
}

TD.PoweredByDotNet {
	text-align:		left;
	height:			50px;
	 
	background-image: url(../images/microsoft_net.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

Table.LoginRoleTable {
	position:		relative;
	top:			35px;
	left:			2px;
	width:			390px;
}

TD.PortalTopMenu {
	width: 			100%;
	padding-left:	2px;
	text-align:		left;
	line-height:	0px;
	color:			black;
	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #A7A7A7;
	background-color: #EEEEEE;
}

.TTDTopGroup { 
 	font-size:		10px;
	font-family:	Verdana;
	cursor:			default; 
	padding:		8px 0px 0px 20px;
  
  	background-color: White;
  	border-style: none;
}

.TTDMenuGroup {
  	cursor:			default; 
  	font-size:		10px;
  	font-family:	Verdana;
  	border-width:	1px; 
	border-style:	solid;
  	border-top-color:gray;
  	/*background-color:#EEEEEE; */
  	background-color:White;
  	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=2); 
}

.TTDTopMenuItem {
  	color:			black; 
  	font-size:		10px;
  	font-family:	Verdana;
  	padding:		2px;
  	padding-left:	10px;
  	padding-right:	10px;
  	cursor:			default;
  	background-color:White; 
}

.TTDTopMenuItemOver {
  	color:			black; 
  	font-size:		10px;
  	font-family:	Verdana;
  	padding:	 	2px;
  	padding-left:	10px;
  	padding-right:	10px;
  	cursor:			default; 
  	background-color:#C2C5C8;
 }

.TTDTopMenuItemZero {
  	color:			black; 
  	font-size:		10px;
  	font-family:	Verdana;
  	padding:		2px;
  	padding-left:	10px;
  	padding-right:	10px;
  	cursor:			default; 
	text-decoration:none;
  	background-color:White; 
}

.TTDTopMenuItemZeroOver {
	color:			black; 
  	font-family:	Verdana;
  	padding:		2px;
  	padding-left:	10px;
  	padding-right:	10px;
  	cursor:			default; 
	text-decoration:none;
    background-color:#C2C5C8;
}

.TTDInnerTable {
	border-width:	thin;
	border-style: 	solid;
	border-color:	#CCCCCC;
	border-width:	1px;
	background-color:#FFFFFF;
}

.TTDMenuItem {
  	color:			black; 
  	font-family:	Verdana;
  	padding:		5px;
  	padding-left:	10px;
  	padding-right:	10px;
  	cursor:			default;
  	font-weight:	bold;
}

.TTDMenuItemOver {
  	color:			black; 
  	font-family:	Verdana;
  	padding:		5px;
  	padding-left:	10px;
  	padding-right:	10px;
  	cursor:			default; 
  	font-weight:	bold;
  	background-color:#C2C5C8;
}

.TTDMenuItemZero {
  	color: 			#999999;
  	/*font-family:Verdana;*/
  	/*padding:		5px;
  	padding-left:	0px;
  	padding-right:	10px;*/
  	cursor:			default; 
  	text-decoration:none;
}

span.TTDItemSpan {
	padding: 5px 0;
	/*height: 5px;*/
	width: 141px; 
	float:left;
   	color: #369; 
	font: normal 11px Verdana, Arial, sans-serif;
}

span.TTDItemSpan a{
	text-decoration: none;		
}

.TTDItemSpan a:hover {
	background-color: #E4F2FC;
	padding: 2px;
}

legend.TTDGroupLegend {
  	font:			caption;
  	color:			black; 
}

.TTDGroupItem {
	margin-bottom:	0px;
	width: 100%;
}

.TTDMenuItemZeroOver {
  	color:			black; 
  	font-family:	Verdana;
  	padding:		5px;
  	padding-left:	10px;
  	padding-right:	10px;
  	cursor:			default; 
	text-decoration:none;
    background-color:#C2C5C8; 
}

a.TTDMenuItemZero:hover{
	color: #999999 !important;

}

.TTDMenuBreak {
  	margin-left:	27px; 
}

/* Control the background for the login and portal pages */
TR 
{
	vertical-align: top;	
}

BODY.PortalBody {

	/*background-image:url(../images/portal_back.jpg);*/
	background-color:#ffffff;
}

BODY.Login {
	
	background-color: #007da4;
	background-size: cover;	
}

td.portaltopbanner { 
	height:			25px;
	
	background-image:url(../images/smartsolvebanner.jpg);
}

TD.TTDDisplayCell {
	/*background-image:url(../images/ttdpanelback.gif);
	background-repeat:no-repeat;
	height:			300px;
	text-align:		left;
	padding-left:	5px;*/
}

TD.TTDUCCell {
	width:			525px;
	padding-left:	0px;
	padding-top:	50px;
}

TABLE.TTDOuterTable{ 
}

TD.TTDRefreshCell {
	text-align:		right;
	padding-left:	10px;
	padding-top:	5px;
	margin-bottom:	5px;
	vertical-align: top;
}

TR.TTDRefreshRow {
	text-align:		right;
	margin-bottom:	5px;
}

TD.TTDMenuCell {
	padding-top:	5px;
}

/* Control for the Login Prompt */
DIV.PortalDisplayOptions {
	height:			auto;
	border-color: 	White;
	border-style:	solid;	
	border-width:	1px;
}

TR.PortalRow {
   padding-top:		2px;
   padding-right:	10px;
   padding-left:	10px;
}

TR.PortalTopRow {
   padding-top:		30px;
   padding-right:	10px;
   padding-left:	10px;
   
   background-image:url(../images/login_back.gif);
   background-repeat:repeat-x;  
}

TR.PortalRowOptions {
	padding-top:	2px;
}

TR.LogoTopRow {
	height:			69px;
}

tr.empty-row {
	height: 35px;
}
TD.WhiteBox {

	background-image:url(../images/login_back.gif);
	background-position:left top;
	background-repeat:repeat-x;
}


TD.LeftTop {

	background-image:url(../images/LeftTop.gif);
	background-repeat:no-repeat;
}

TD.RightTop {
	text-align:		right;

	background-image:url(../images/RightTop.gif);
	background-repeat:no-repeat;
	
} 

TD.Center {

	background-image:url(../images/TopSlice.gif);
	background-repeat:repeat;
	padding-left:70px;
}
td.image-center {
	text-align: center;
}

TD.LeftBottom {

	background-image:url(../images/LeftBottom.gif);
	background-repeat:no-repeat;
}

TD.RightBottom {
	text-align:		right;

	background-image:url(../images/RightBottom.gif);
	background-repeat:no-repeat;
	
}

TD.CenterBottom {

	background-image:url(../images/BottomSlice.gif);
	background-repeat:repeat-x;
}

TD.LeftBar {

	background-image:url(../images/LeftSlice.gif);
	background-repeat:repeat
}

TD.RightBar {
	
	background-image:url(../images/RightSlice.gif);
	background-repeat:repeat
}

TD.npcLogin {
}

td.login-label {
	vertical-align: middle;
}
td.npcLogin span.labelSpan { 
	text-align: right;
	color: #262626;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 0;
	min-width: 0;
	width:100%;
} /* Adjusted to move label closer but might have to be fixed for localization */
td.npcLogin span.labelSpan span.Label {
	margin-right: 15px;
}

td.npcLogin input[type="text"], td.npcLogin input[type="password"], td.npcLogin .npcTextView { 
	color: #5e5e5e;
	padding: 6.5px 3px 6.5px 3px;
	vertical-align: middle;	
	margin-left: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
}
td.npcLogin input[type="text"], td.npcLogin input[type="password"] {
	box-sizing: border-box;
	border: 1px solid #B8B8B8;
	border-collapse: collapse;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.06);
}
td.login-options-input, td.login-options-select, td.login-button-cell, td.login-options-textview {
	padding-right: 60px;	
}
td.login-options-input input:focus {
	border: 1px solid #71BBE3;
	background-color: #E7F5FE;	
}
td.login-options-textview span.npcTextView {
	display: inline-block;
}
td.login-options-input span.npcRequiredFieldValidator, td.login-options-input span.npcCompareValidator {
	display: none;
}
table.LoginOptions {
	table-layout: fixed;
}
td.login-options-select {	
	padding-left: 5px;	
}
td.login-options-select select, td.login-dropdown-select select {
	padding: 5.5px 3px 5.5px 3px;
	box-sizing: border-box;
	border: 1px solid #B8B8B8;
	border-collapse: collapse;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.06);
}
td.login-options-select select option, td.login-dropdown-select select option {
	padding-left: 3px;
	padding-right: 3px;
}
.login-dropdown {
	color: #5e5e5e;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
}
td.login-dropdown-select, td.remember-me, td.select-organization {
	padding-left: 60px;
	padding-right: 60px;
}
td.remember-me span.npcCheckBox {
	display: inline-block;
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #262626;
	margin-top: 4px;
	margin-bottom: 4px;
}

td.remember-me span.npcCheckBox * {
	vertical-align: middle;
	margin: 0;
}
td.remember-me span.npcCheckBox input {
	padding: 0;
	box-sizing: border-box;
	border: 1px solid #B8B8B8;
	border-collapse: collapse;	
}
td.remember-me span.npcCheckBox input:focus {
	border: 1px solid #71BBE3;
	background-color: #E7F5FE;	
}
td.remember-me span.npcCheckBox label {
	padding-left: 5px;
}
.npcLoginLabel { color:  #000000; }

.LoginButton, .LoginButton:focus {
	cursor: pointer;
	text-align:center;
	padding : 8px 5px 8px 5px;
	text-decoration: none;
	vertical-align: middle;
	background: #00b2e2;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	border:1px solid  #00b2e2;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	min-height: 35px;
	font-size: 14px !important;
	border: 1px solid #00a0cb;
	border-radius: 3px;	
}
a.reset-password-linkbutton {
	margin-top: 0;
	padding: 0;
	height: auto;
	font-weight: normal;
}
.ShowLoginOptions {
	display: block;
}
.HideLoginOptions {
	display: none;		
}
.ShowLoginOptions, .HideLoginOptions, .ResetPassword {
	margin-top:4px;
	margin-bottom: 4px;
	text-align: right;	
}
.ShowLoginOptions a, .HideLoginOptions a , .ResetPassword a {
	text-decoration: none;	
}
.ShowLoginOptions a:visited, .ShowLoginOptions a.visited, 
.HideLoginOptions a:visited, .HideLoginOptions a.visited ,
.ResetPassword a:visited, .ResetPassword a.visited {
	color: #003366;
}

div#LoginControl_AuthenticatePanel { margin: 0 auto; width: 100%;}
/* End Control for Login */
