@import "portalDefault.css";

.divContainerMiddle
{
	text-align: center; 
	background-color: #E6EFFA;	
	margin-top: 5px;
	border: solid 1px #AACCEE;
}


.loginButton
 {	
 	  background-color : #FFFFFF;
  	  border-style : outset;   
  	  border-color: #A2B5CD;
  	  border-width: 1px;
	  font: 13px sans-serif;	 
  	  font-weight: 600;	  	    	  	  	  
  	  height : 25;
 	  color : #335599;
 	  width : 120px;
 }
 
 .ilogintext
 {
	  border: solid 1px #AACCEE; 
	  font: 12px Verdana;
	  vertical-align: middle;	  	   	 	    	  	  	  
  	  height : 25;
 	  color : #335599;
 	  width : 200px;
 	  margin-bottom: 3px;
 }
 
.logoutLabel
{
	font-family: Tahoma;
	font-size: 13px;
	color: #335599;
    height : 24px; 	  
}
 
 .intext
 {
	  background-color : #F0F0F0;
  	  border-style : none;   	  	  
	  font: 12px Tahoma;	  
	  vertical-align: middle;	  	   	 	    	  	  	  
  	  height : 14px; 	  
 	  width : 250px;
 	  color: #335599;	
 }
 
 div.loginImg
 {
	background-image: url(../img/workplace.png);
	background-repeat: no-repeat;
	background-position: right center;	
	height: 50px;	
 }
 
 .loginTable 
 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #335599;		
	padding: 10px 0px;	
 }

.divHeaderTable
{
	text-align: left; 
	background-color: #F0F0F0;		 
}
.divHeaderSubtable
{
	text-align: left; 
	background-color: #F0F0F0;	 
}
.customTextEditor {
	border-style : solid;
	border-color: #cccccc;
	border-width : 1px;
	width: 98%;
}

table.dataTable
{
	width: 100%;
	background-color: #F0F0F0;
}

.tdLeft
{
	width: 30%;	
	font-family: Tahoma;
	font-size: 13px;	
}

.tdRight
{
	width: 70%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
 
a.link
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	color: #335599;
} 

a.link:hover
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	color: #5577BB;
}
.icheck
{
	font-family: Tahoma;
	font-size: 13px;
	color: #335599;
	font-weight: bold;
}

.divL
{
	float: left;
	width: 20%;		
	text-align: right;
}

.divR
{
	float: left;
	width: 80%;
	text-align: left;
}
 
