﻿/* DEFAULTS
----------------------------------------------------------*/
body   
{
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    
}


a:link, a:visited
{
    text-decoration:none;color: #b300b3;
}

a:hover
{
    text-decoration:underline;
}

a:active
{
    color: #b300b3;
    text-decoration:none; border:0px;
    
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    }

h3
{
    font-size: large;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.pagelogin
{
   margin:0px auto auto auto;
    width: 100%;       
    background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
   height:100VH;
   background-image:url('../Layouts/support.png');
   background-repeat:no-repeat;
   background-size:cover;
  
}
.footerlogin
{
     text-align:center;font-family:Verdana;font-size:13px;color:#ffffff; 
}
.footerlogin a:active,.footerlogin a:visited, .footerlogin a:link
{
    color:#ffffff; text-decoration:none; 
}

.footerlogin a:hover
{
    text-decoration:underline;color:#FFFFFF;
}
.loginwin {
     /*background-color:#FFFFFF; width:90%;  */   
     border-radius:0px 80px 0px 80px;
     margin:0 10% 10% 5%;
     height:90vh;
     
}

.page
{
    width: 98%;    
    margin:0px auto 0px auto;
    border: 0px solid #496077;
    min-width:1100px;
    max-width:1400px;
    min-height: 90vh;

}
.demo-bg {
  opacity:.3;
  position: absolute;
  left: 30%;
  top: 1%;
  width: 45%;
    background-repeat:   no-repeat;
    background-position: center;
    z-index:-1;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:70px;
    color:#57517b;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #FFFFFF;
    border: none;
    line-height: 1em;
    font-size: 2em;
}

.main {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
    min-height: 400px;
    vertical-align: top;
    height: auto;
    position: relative;
    width: 85%;
    min-height: 77vh;
}


.leftCol
{
    float:left;
    padding: 6px 0px;
    margin: 0px 8px 8px 0px;
    position:static;
    width: 170px;
    min-height: 200px;
    z-index:inherit;
}

.footer
{
    color: #4e5766;
    text-align: center;
    line-height: normal;
    margin-bottom:0px;
    margin:10px 10px 10px 10px;
    /*margin:0px 15% 0px  10%;*/
    width:100%;
    font-size:10px;
}

div.menu ul li a:visited, div.menu ul li a:active
{
    color:#000000; text-decoration:none; font-family:Verdana;
}
.footer a, .footer a:visited, .footer a:active
{
    color:#000000; text-decoration:none; font-family:Verdana; font-size:10px;
}

.footer a:hover
{
    color:#000000; text-decoration:underline;font-family:Verdana;
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited, div.menu ul li a:active
{
    background-color:#b300b3;    
    border: 1px #FFFFFF solid;
    color: #FFFFFF;    
    display: block;
    line-height: 1em;
    padding: 7px 7px;
    text-decoration: none; 
    white-space: nowrap;
    min-width:100px;
}

div.menu ul li a:hover
{
    
    background-color: #ffb3ff;
    color: #000000;
    text-decoration:underline;
    font-weight:bold;
    text-decoration:underline;text-decoration:overline;
}

div.menu ul li a:active
{
    background-color: #ffb3ff;
    color: #FFFFFF;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.title h1
{
    color:#57517b;
}


.title span
{
    color:#57517b;
    margin-left:20px;
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    float:right;
}

.loginDisplay a:link
{
    color: #57517b;
}

.loginDisplay a:visited
{
    color: #57517b;
}

.loginDisplay a:hover
{
    color: #57517b;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}


.SaveAdnew 
{
    color:White;  
    width:70px;
	padding:0px;	
	height:20px;
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-image:url('../Layouts/sigin.png');
	background-repeat:repeat-x;
	vertical-align:top;
	font-weight:bold;  border-radius:2em;
}
.Complogin{
           border-radius:30px 30px 30px 30px; background-color:#ffffff; border:solid 1px #b300b3;width:300px;height:auto; color:#333333; font-family:sans-serif; font-size:10px;  margin:20px;
          
}
.Complogin h2
{
   height:auto;
    border:0px;
    background-image:url('../Layouts/security.png');
    background-repeat:no-repeat;
    background-position:left;
    background-position:10px;
    border-color:Navy;  background-color:#b300b3;
    width:350px;
    position:relative;
    line-height:40px;
    top:0px;
    font-size:20px;
    font-family:sans-serif; 
    border-radius:20px 20px 0px 0px;
    padding:10px 10px 10px 10px;
    vertical-align:bottom;
    text-align:center;    
     color:#ffffff;
}
.Complogin .Signtextbox
{
    width:140px;
	padding:5px;	
	border: 1px solid #ff99ff; 
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-color:#ffccff; 
	vertical-align:top;
	font-weight:bold;outline-color:#b300b3;
     font-family:sans-serif; 
}
.Complogin .SignButton{
	padding:10px;	
	height:40px;
	font-size:14px;
    width:200px;
	min-width:100px;
	background-color:#b300b3;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;	
	/*background-image:url('../Layouts/sigin.png');*/
	background-repeat:repeat-x;
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
     font-family:sans-serif; 
}
.Complogin .dcmbo
{
    padding:5px;
	
	font: normal 1em Verdana, sans-serif;
	color:#000000;	
	background-color:#ffccff;
    border: 1px solid #ff99ff;
	font-weight:bold;
     font-family:sans-serif; outline-color:#a303a3;
}

#login_window
{
    color:#57517b;
    font-family:Verdana;
     width:auto;
    margin:10px  5px  auto auto ;  
     float:right;
    display:block;    
    border: 0px solid #73AD21;
    
}
#login_window  ul { display:inline;}
#login_window  ul a,a.active
{
    color:#57517b;
    text-decoration:none;
    
}
.logh1 {color:#ffffff; text-align:center;font-size:100%;font-weight:bold;}
.logresult
{
    color:#ffffff;width:100%; text-align:center;font-size:150%;font-weight:bold;
} 
.result
{
    color:#b300b3;width:100%; text-align:center;font-size:150%;font-weight:bold;
}

.SignButton{
	padding:10px;	
	height:40px;
	font-size:14px;
	min-width:100px;
	background-color:#b300b3;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;	
	font-weight:bold;
	border-radius:2em;
}
.SignButton a:active, .SignButton a:visited,.SignButton a
{
    color:#ffffff;
}
.SignButton a:hover
{
    text-decoration:underline;
}
.SignButtonCute
{
    
	font-size:13px;
	color:#FFFFFF;	
	background-image: linear-gradient(to right,red, red);
	/*background-image:url('../Layouts/sigin.png');*/
	background-repeat:repeat-x;
	font-weight:normal;
	border-radius:0em;
	border:0px;
}
.Current
{
    margin:0px 10% auto 10%;
}

.Current
{
    margin:0px 10% auto 10%;
}

.textBox
{
    background-color:#ffe6ff;
    padding:5px;opacity:0.9;
    font-size:11px;
    border-radius:1em;
    vertical-align:middle;outline-color:#b300b3;
    text-transform: uppercase;
}

.text
{
    background-color:#ffe6ff;
    padding:5px;opacity:0.9;
    font-size:11px;
    border-radius:1em;
    vertical-align:middle;outline-color:#b300b3;
    
}
.textDate
{
    background-color:#ffe6ff;
    padding:5px;
    font-size:11px;
    border-radius:.5em;
    width:70px;outline-color:#b300b3;
}
.textboxAmt
{
    background-color:#ffe6ff;
    padding:5px;opacity:0.9;
    font-size:11px;
    border-radius:1em;
    vertical-align:middle;outline-color:#ff0000;
    text-transform: uppercase; text-align:right;outline-color:#b300b3;
}
.txtAmt
{
    text-align:right; width:auto;outline-color:#b300b3;
}

.Grid_Header
{
    background-color:#b300b3;
    font-weight:bold;
    font-size:12px;
    padding:5px; color:#FFFFFF;
}
.gridContent
{
    padding:5px;
    background-color:#ff8080; font-size:10px; font-family:Preeti;
}
.Grid_row
{
    background-color:#ffe6ff;
     color:#333333; font-size:11px; font-family:Microsoft Sans Serif,Courier;
}
.gridcontentCo
{
    padding:5px;
    background-color:#ffff99;
}

.Company
 {
      margin: 5px 5px 5px 5px;  font: Calibri bold ; width:auto; 
 }
 
.Company h2
{
    color:#000000;  

}
.txtAmount {text-align:right;outline-color:#b300b3;}

.unique
{
        color:#ffffff;   
	background-color:#b300b3;
	border-radius: .5em;
	line-height:17px;
	width:auto; font-size:10px;
	font-weight:bold;
	cursor:pointer;
	border: 1px solid #b300b3; 
    letter-spacing: -0.5px;
}
.uniqueDis {
    color: #ffffff;
    background-color: #e60000;
    border-radius: 1em;
    line-height: 15px;
    width: auto;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #e60000;
}
.uniquea {
    color: #ffffff;
    background-color: #bf8040;
    border-radius: .5em;
    line-height: 17px;
    width: auto;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #bf8040;
    letter-spacing: -0.5px;
}
.link 
{
    padding:10px;	
	height:40px;
	font-size:14px;
	min-width:100px;
	background-color:#009900;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;	
	/*background-image:url('../Layouts/sigin.png');*/
	background-repeat:repeat-x;
	vertical-align:top;
	font-weight:bold;
}
.Notice
{
   width:85%; display:block;font-size:18px; text-align:center; font-weight:bolder; float:left; color:#b300b3; margin:0px auto auto auto;
}
.SignButtonD{
	padding:10px;	
	height:40px;
	font-size:14px;
	min-width:100px;
	background-color:#ffaa00;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;		
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
}
.SignButtonx
{
	padding:10px;	
	height:40px;
	font-size:14px;
	min-width:100px;
	background-color:Silver;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;		
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
}
 .wrapGreen 
 {
      white-space: normal; width: 200px; background-image: linear-gradient(to right,green, green);
      border-radius:2em;
      font-size:14px;
      min-width:150px;
      padding:10px;
      min-height:50px;
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:100px;
      opacity: 0.6;
}
.wrapBlue 
 {
      white-space: normal; width: 200px; background-image: linear-gradient(to right,blue, blue);
      border-radius:2em;
      font-size:14px;
      min-width:150px;
      padding:10px;
      min-height:50px;
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:100px;
      opacity: 0.6;
}
.wrapYellow 
 {
      white-space: normal; width: 200px; background-image: linear-gradient(to right,yellow, yellow);
      border-radius:2em;
      font-size:14px;
      min-width:150px;
      padding:10px;
      min-height:50px;
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      color:Black;
      height:100px;
      opacity: 0.6;
}
.wrapRed
 {
      white-space: normal; width: 200px; background-image: linear-gradient(to right,red, red);
      border-radius:2em;
      font-size:14px;
      min-width:100px;
      padding:10px;
      min-height:50px;      
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:100px;
      opacity: 0.6;
}
.wrapsus
 {
      white-space: normal; width: 200px;
      background-color:#ffaa00;
      border-radius:2em;
      font-size:14px;
      min-width:100px;
      padding:10px;
      min-height:50px;      
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:100px;
      opacity: 0.6;
}
.wrapPurple
 {
      white-space: normal; width: 200px; background-color:#cc0099;
      border-radius:2em;
      font-size:14px;
      min-width:100px;
      padding:10px;
      min-height:50px;      
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:100px;
      opacity: 0.6;
}
.wrapdarkYellow
 {
      white-space: normal; width: 200px; background-image: linear-gradient(to right,#ffa31a, #ff9900);
      border-radius:2em;
      font-size:14px;
      min-width:150px;
      padding:10px;
      min-height:50px;
      color:#FFFFFF;
      font-weight:bold;
      border-color:#FFFFFF;
      height:100px;
      opacity: 0.9;
}
.Contentdata
{
    width:70%; float:left;
}
.GridbuttonD
{
	padding:10px;	
	height:15px;
	font-size:14px;
	min-width:100px;
	background-color:Silver;
	font: normal 1em Verdana, sans-serif;
	color:#FFFFFF;		
	vertical-align:top;
	font-weight:bold;
	border-radius:2em;
}
.maxNarration
    {
        max-width: 230px;
        overflow: hidden;
    }