	
	/*admin*/
	div.menua{
	border: solid 1px #f1f1f1;
	height: 15px;
	padding: 5px;
	}
			ul.admin
			{
	
				display:inline;
				color:#444;
				list-style-type: none;
				
			}		
			li.adm
			{
	list-style-type: none;
	padding-left: 15px;
	float: left;
	}
			
			a.adminl
			{
				color:#444;
				text-decoration: none;
			}
		a:hover{
		color:#f8bd09;
		}
/*admin ends*/

/* tab ends */
@CHARSET "ISO-8859-1";
caption 
     {
     font-family:arial,helvetica,verdana; 
     font-size:14px; 
     color: #555;
     font-weight: bold;
     }

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

.calendar 
     {
     width: 100%;
     height: 275px;
     font-family:arial,helvetica; 
  
  color: #000;
     }

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink 
     {
     color: #000;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header 
     {
     background-color: #667638;
     border-color: #555;
     border-style: solid;
     border-width: 1px;
      font-size:12px; 
     color: #fff;
     }

/* .day determines the formatting of each day displayed in the
   calendar. */

.day 
     {
     background-color: #F1F1F1;
     text-align: center
     }
     .day_t 
     {
     background-color: #F1F1F1;
     border: solid 1px #667638;
     text-align: center
     }
/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday 
     {
     color: #ad0707;
     background-color: #fbf0d4;
     border-color: #FFD4AA;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }
.list1{

 border: solid 1px #ccc;
padding: 5px;

}
#content_team_scroll {
margin: auto;
width: 900px;
height: 400px;

}
#content_team_scroll1 {
margin: auto;
width: 900px;
height: 380px;
border:solid 1px #ccc;
overflow:scroll;
}