body 	{
	direction:ltr;
        font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	/*line-height: 1.4em;*/
	color: #545454;


	text-align: center;
	background-color: white; 
	font-size: 12px;
	margin: 0 auto;
}

*	html body {
	font-size: 74%;	/* trick IE5/Win */
	f\ont-size: 74%;	/* for other versions of IE */
	}

h1 	{ 
   	font-size: 150%;
		color: blue;
	}

.note 	{
	margin: 5px;
	font-size: 55%;
	background-color: lightblue;
	width: 50%;
	padding: 5px 5px 5px 5px;
	}

.logo {
	/*padding: 5px 0px 0px 10px;*/
        border: 1px solid;
        color: white;

}


#logo img {

       border: 1px solid;
        color: white;
    
}



table a {							/* set the default values for all tables */
	
	text-decoration:none;
}


table a:hover {					/* set the default values for all table hoover values  */
	
	text-decoration:underline;
}

label{
    font-weight:bold;
}


a {								/* set the default values for all anchors */
	color:#005B8E;
	text-decoration:none;
}

#container {
        
	width:100%;
    background-color: white;  /*#0071BA; #4096EE;#828282; */
        
    height:103px;
  /* background: url(/images/masthead_bg.jpg) repeat-x  top left;   
      	 

	background-image: url(/images/moduleheader-blue.png);
        background-repeat: repeat-y repeat-x;*/
		
}

#container2 {
        
        height:30px;
        width:980px;
	margin: 3px auto;
}


#nav {
     
    font-size: 95%;
	float: left;
	width: 100%;
	margin:0;
	padding: 00px 0 0 0px;
	list-style:none;
background-color: white; /*#9CB6DE;*/
        padding: 5px 5px 5px 5px;
  
}

#nav li {
	
	float: left;
	margin: 0;
	padding:0;
	font-size: 125%;
	text-decoration: none;
         
        
}

#nav a {

	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 4px 10px;
	color: #4E57B3;
	text-decoration: none;
	text-align: center;

}

.main_nav { 	font-weight: bold;
}


#status
{	
	float:right;
	color:#666666;
	font-size: 80%;
	text-decoration:none;
	right:0;
}

#status a:hover
{	
	
	
	text-decoration:underline;
}

#nav a:hover { 
    text-decoration:underline;
 


}

.search_align {



	float:right;
	color:#666666;
	font-size: 180%;
	text-decoration:none;
	right:0px;

    top: 1px;
    position: relative;
    

    }


/*end*/
    
/*\*/
html* .search_align {
    top: -12px;
    position: relative;

}/**/

.dummyend[id]{clear:both;}




#header {
       
  	width:100%;
  	height: 65px;
  	 
        background-color: white;/*#9CB6DE;*/
	 
         
    /*background: url(/images/masthead_bg.jpg) repeat-x  top left;*/
    
}

#footer { 
	/*background: url(/images/header_gradient.jpg) repeat-x  top left;	*/
	clear: both;	
 
	padding:1% 0% 0% 0%;
	font-size:80%;
	text-align:right;
        
	font-weight: bold;
     
}

.upload {
	padding:0;
	margin:0;
	/*background: url(/images/footer_gradient.gif) repeat-x top left;	*/
	color:white;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
        height:5px;
}

#content {
	float:left;
	font-size: 110%;
	padding: 0px 0px 0px -10px;
	
    width:96%;
    color:dark grey;
    border: 1px solid #CCCCCC;


    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.edit {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 10px 10px 10px 10px;
	font-size:125%;
	color:#005B8E;
	
}

.edit a:hover { 
	text-decoration:underline;
	color:#005B8E;
}


.activetab {
    background-color: #545454;
    color:#FFFFFF;
}

.activetab a{
    background-color: #D3D3D3;
    
}

.inactivetab {
  background-color: lightgrey;  
 
}

/* added 25/10/08 - appsb*/
#notification
{
   margin:0px 0px 0px 0px;
   padding: 10px 10px 10px 10px;
   border: 1px solid lightgrey;
   font-size: 120%;
   background-color: #E6E6E6;
   text-align:center;
   font-weight:bold;
   
}

#notificationok
{
   margin:10px 0px 0px 10px;
   padding: 10px 10px 10px 10px;
   border: 1px solid lightgrey;
   font-size: 140%;
   background-color: lightblue;
   text-align:center;
   font-weight:bold;
   color:black;
   
}

.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}

.auto_complete ul {
      list-style-type: none;
      margin:0px;
      padding:0px;
}
    
.auto_complete ul li.selected 
{ 
	    background-color: #bbf;

}

.auto_complete ul li {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
}
