/* Default CSS Stylesheet for a new Web Application project */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #01384E;
	font-size: 10pt;
	text-align:center; 
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #01384E;
	font-size: 10pt;
}

.bgColor 
{
	background-color: #ADBF83; 
}

.cellColor1
{
	background-color: #FFFFFF; 
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
   color: #01384E;
   font-weight: bold;
   text-decoration: underline;
}

a.normal {
   color: #01384E;
   font-weight: normal;
   text-decoration: underline;
}

a.light {
   color: #01384E;
   font-weight: none;
   font-size: 9pt;
   text-decoration: underline;
}

a.menu {
   color: #01384E;
   font-weight: none;
   font-size: 8pt;
   text-decoration: underline;
}

.Heading {
   font-size: 12pt;
   font-weight: bold;
}

.Bold {
   font-weight: Bold;
}

.smallBold {
   font-weight: Bold;
   FONT-SIZE: 8pt;
}

.error {
   font-weight: bold;
   color: red;
   font-size: 9pt;
}

.tasks {
   font-weight: bold;
   color: red;
}

.SmallWhite {
    font-weight: bold;
	color: white;
	font-size: 8pt;
}

.SmallBlue {
	color: #01384E;
	font-size: 8pt;
}
	  
.SmallBluebold {
    font-weight: bold;
	color: #01384E;
	font-size: 8pt;
}

.SmallGreybold {
    font-weight: bold;
	color: #E2EBEC;
	font-size: 8pt;
}

   
Input.GreenButton {
   background-color: #B6D700;
   border: 1pt #01384E solid;
   font-weight: bold;
   font-size: 8pt;
   color: #01384E;
   width: 250px;
}

Input.WhiteButton {
   background-color: #ffffff;
   border: 1pt #01384E solid;
   font-weight: bold;
   font-size: 8pt;
   color: #01384E;
   width: 100px;
   cursor:hand;
}

Input.SmallButton {
   background-color: #B6D700;
   border: 1pt #01384E solid;
   font-weight: bold;
   font-size: 8pt;
   color: #01384E;
   width: 50px;
}

Input.StyleTextField {
   border: 1pt #01384E solid;
   color: #01384E;
}
		
Input.TextField {
   border: 1pt #01384E solid;
   color: #01384E;
   width: 300;
		
}

Input.smallTextField {
   border: 1pt #01384E solid;
   color: #01384E;
   width: 100;
   height:20;
		
}

Input.mediumTextField {
   border: 1pt #01384E solid;
   color: #01384E;
   width: 200;
   height:20;
		
}

Input.DateInput
{
    border: 1pt #01384E solid;
    color: #01384E;
	width : 32px;
}

Input.Login {
   border: 1pt #01384E solid;
   color: #01384E;
   width: 80;
   font-size: 8pt;
}

Input.LoginBox {
   color: #01384E;
   width: 80;
   font-size: 8pt;
}

Input.InpGrey 
{
	color:"#666666"; 
}

Input.InpBlue
{
	color:"#01384E";

}

Input.smallishTextField {
   border: 1pt #01384E solid;
   color:"#01384E";
   width: 190;
}

textarea.TextBox {
   border: 1pt #01384E solid;
   color: #01384E;
   width: 300;
   font-family: Arial, Helvetica, sans-serif;
   }
   
textarea.GreyText {
   border: 1pt #01384E solid;
   color: #666666;
   width: 300;
   font-family: Arial, Helvetica, sans-serif;
   }   
   
textarea.BigTextBox 
{
   font-family: Arial, Helvetica, sans-serif;
   border: 1pt #01384E solid;
   color: #01384E;
   }
   
   
select.BigScrolling {
   color: #01384E;
   width: 400;
   border-bottom-color :#01384E;
   border-color :#01384E;
   border-width:thin ; 
   }   

select.Scrolling {
   color: #01384E;
   width: 300;
   border-bottom-color :#01384E;
   border-color :#01384E;
   border-width:thin ; 
   }
   
select.SmallScroll {
   color: #01384E;
   width: 250;
   border-bottom-color :#01384E;
   border-color :#01384E;
   border-width:thin ; 
   } 
   
select.SmallScrollBlue {
	color: #01384E;
	font-size: 8pt;
    width: 205;
    border-bottom-color :#01384E;
    border-color :#01384E;
    border-width:thin ; 
}     
   
.smallBoldTxt 
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    color :White;	
}   

.boldText {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	color :White;
}
   
.darkpurple
{
	background-color:"#519BB6";
}

.purple
{
	background-color:"#b9badb";
}

.lightpurple
{
	background-color:"#B1D2E1";
}

.grey
{
	color: "#666666"; 
}

.borderSearch 
{
	border: 1pt #01384E solid;
}

