/* Sept 25, 06 Ajas Mohammed 
   This page contains the default styles used on the site.\
*/
A:link IMG, A:visited IMG {border: 0px;}
A:hover IMG {border: 0px;}
body, td, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}
input {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin: 5px 0px 0px;
	padding: 1px;
}

.search {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin: 5px 0px 0px;
	padding: 1px;width:175px;
}

select {
   width:175px;
}

.button {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin: 0px;
	padding: 0px;
	height:25;
}

a:link {
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.menu {
}
	
.menu ul {
margin: 0;
padding: 0;
list-style: none;
width: 800px;
background: #FAA819 url(images/mainNavBg.gif) repeat-x;
}

.menu ul li {
list-style-type: none;
display:inline;
border-right: 1px solid white;
}

.menu ul a {
padding: 0 2em;
line-height: 2.1em;
text-decoration: none;
color: #fff;
}



.menu ul .first a {
background: none;
}

.menu ul a:hover {
 text-decoration:underline;
}

.form-noindent {
background-color:#ffffff;
border: #C3D9FF 1px solid;
}

.login table, .login td, .login tr, .login div {
background-color:#D6ECF8;
}

.login.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; 
}

/* rounded corner box
================================== */

.box {
  width: 30em;
  background: url(../images/i/bottom-left.gif) no-repeat left bottom;
}

.box-outer {
  background: url(../images/i/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 5%;
}

.box-inner {
  background: url(../images/i/top-left.gif) no-repeat left top;
}

.box h5 {
  background: url(../images/i/top-right.gif) no-repeat right top;
  padding-top: 5%;
}


.box h5, .box p {
  padding-left: 5%;
  padding-right: 5%;
}

/* Ends here rounded corner box
================================== */

.datatable {
  border: 1px solid;
}

.datatable td {
  padding : 4px;
}

.eFMLAabout {
 line-height:2;
  text-align:justify;
}

h5 {
  color:#418ade;
  border-bottom:1px solid #418ade;
  padding-bottom:10px;  
}

.lines {
  padding-left:10px;
  padding-right:10px;
  border: 0.1em solid #418ade;
  width:90%;
}

.rightborder {
  padding-left:10px;
  border-left:1px dotted;
}
/*Oct 13,06. This will make text red for error messg on login screen.*/
.errormsg {
  color:red;  
}
