body
{
  background-color: RGB(216,233,236);
}

.menu
{
  height: 25px;  
  background: url(images/button.png); 
  background-repeat: no-repeat; 
  font-size:12px; 
  font-family:arial;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.newbutton
{
  height: 25px;  
  background: url(images/new.png); 
  background-repeat: no-repeat; 
  font-size:12px; 
  font-family:arial;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.savebutton
{
  height: 25px;  
  background: url(images/save.png); 
  background-repeat: no-repeat; 
  font-size:12px; 
  font-family:arial;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.cancelbutton
{
  height: 25px;  
  background: url(images/cancel.png); 
  background-repeat: no-repeat; 
  font-size:12px; 
  font-family:arial;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.deletebutton
{
  height: 25px;  
  background: url(images/delete.png); 
  background-repeat: no-repeat; 
  font-size:12px; 
  font-family:arial;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.menu:hover
{
  font-size: 12px;
  font-weight: bold;
}

.logout
{
  text-decoration: none;
  font-size: 14px;
}

.logout:hover
{
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.boldtext
{
  font-size: 14px;
  font-weight: bold;
}

.userstatus
{
  font-size: 12px;
  font-weight: bold;
}

.tableheader
{
  background-color: #CFCCCA;
  font-size: 14px;
  font-weight: bold;
}

.tableitem
{
  text-decoration: none;
  font-size: 14px;
}

.tablelabel
{
  background-color: rgb(168,218,238);
  height:30px;
}

.tablecontent
{
  background-color: rgb(165,207,220);
  padding-left:5px;
  padding-right:5px;
}
.title
{
	font-family: arial;
	font-size: 20px;
	color: rgb(175,190,209);
	
}


/*
***************************************************
**           css for calendar                    **
***************************************************
*/
#examplecontainer 
{  
	position:relative;
	left:250px; 
	top:-340px;
	width:200px;
	height:250px;
}
		
#cal2Container 
{ 
	display:none; 
	position:relative; 
	vertical-align:text-top;  
	z-index:1
}

/*
***************************************************
**           css page number                     **
***************************************************
*/
.pagenumber
{
	text-decoration: none;
	color: rgb(80,114,250);
}

.pages
{
font-size:16px;  
}
.currentPage
{
font-weight:bold;
}
