/* Default CSS Stylesheet for a new Web Application project */
A:link	{	
	/*text-decoration:	none;*/
	color:	Blue;
	}	
		
A:visited	{	
	/*text-decoration:	none;*/
	color:	Blue;
	}	
		
A:active	{	
	/*text-decoration:	none;*/
	color:	Blue;
	}	
		
A:hover	{	
	/*text-decoration:	none;*/
	color:	Red;
	}
IMG{
		border-width:0;
	}
	
.IMGleft
	{
		float:left;
	}
	
.IMGright
	{
		float:right;
	}
	
.IMGrightSolidMoonlightBlue4
	{
		float:right;
		border-color:moonlightBlue;
		border-style:solid;
		border-width:4;
	}
/*********************************************************************************/
.cardCaption
{
	font-family:black,sans-serif;
	font-size: 10px;
	color:"#191970";
	line-height:1;
	font-weight:bold;
}
.cardText
{
	font-family:black,sans-serif;
	font-size: 10px;
	color:"#191970";
}
.cardHR
{
	color:"#191970";
	height:1;
}
.ListHeader
{
	font-family: Arial;
	font-size: 12;
	font-weight: bold;
	text-align: center;
	background-color: #9C9C9C;
}

/*This class is used for a list item row. rows should alternate between colors. The listItems
  class should be used with the ListItemsAlt class*/
.listItems
{
	font-family: Arial;
	font-size: 11;
	background-color: White;
	height: 20px;
}

/*This class is used for the alternate column in a table. It should be used together
  with the listItems class*/
.listItemsAlt
{
	font-family: Arial;
	font-size: 11;
	background-color: #C7C7C7;
	height: 20px;
}
.pagerStyle
{
	font-family: Arial;
	font-size: 14;
	background-color: #809C9C;
}
.Error
{
	color: Red;
	font-family: Times New Roman;
	font-size: 12;
	font-weight: bold;
	font-style: italic;
}
.messagePanel
{
	background-color: White;
	border: solid;
}
.Welcome
{
	font-family:Tahoma,sans-serif;
	font-size: 10px;
	color:White;
	
}
.Caption
{
	font-family: Times New Roman;
	font-size: 12;
	font-weight: bold;
}
.TabInactive
{
	font-family:Tahoma,sans-serif;
	font-size: 12px;
	color: blue;
	font-weight: bold;
}
.TabActive
{
	font-family:Tahoma,sans-serif;
	font-size: 12px;
	color:MidnightBlue;
	font-weight: bold;
	
}
.MenuBottom:link
{
	font-size:10px; 
	color:5B5B5B;
	text-decoration:none;
	font-weight: bold;
	/*letter-spacing:2;*/
	font-family:Tahoma;
}
.MenuBottom:visited
{
	font-size:10px; 
	color:5B5B5B;
	text-decoration:none;
	font-weight: bold;
	/*letter-spacing:2;*/
	font-family:Tahoma;
}
.MenuBottom:active
{
	font-size:10px; 
	color:5B5B5B;
	text-decoration:none;
	font-weight: bold;
	/*letter-spacing:2;*/
	font-family:Tahoma;
}
.MenuBottom:hover
{
	font-size:10px; 
	color:5B5B5B;
	text-decoration:none;
	font-weight: bold;
	/*letter-spacing:2;*/
	font-family:Tahoma;
}
.TestimonialsCaption
{
	font-family:Tahoma,sans-serif;
	font-size: 10px;
	color:#c0c0c0;
	line-height:1;
	font-weight:bold;
}
.TestimonialsText
{
	font-family:Tahoma,sans-serif;
	font-size: 10px;
	color:#c0c0c0;
	/*color:Red;*/
}
.NewsItemDate
{
	font-family:Tahoma,sans-serif;
	font-size: 10px;
	color:"#191970";
	font-style: italic;
}
.NewsCaption
{
	font-family:Tahoma,sans-serif;
	font-size: 10px;
	color:"#191970";
	line-height:1;
	font-weight:bold;
}
.NewsText
{
	font-family:Tahoma,sans-serif;
	font-size: 10px;
	color:"#191970";
}
.Copyright
{
	font-family:Tahoma,sans-serif;
	FONT-SIZE: 10px; 
	COLOR: #c0c0c0;
	background-image: url(images/a16.gif);
	/*background-color:Red;*/
}
.BodyStyle
{
	/*background-color: "#426a63";*/
	background-color: "#778899";
}
.LeftSideStyle
{
	/*background-color: "#426a63";*/
		background-image: url(images/a16.gif);
}
.MenuBottomBody
{
	/*background-color:"#a49e89";*/
	background-color:#dcdcdc;
}

.TextBoxtSearchStyle
{
	border-width:1;
	font-family:Tahoma,sans-serif;
	font-size: 12px;
	color:Gray;
}

.TabInactive:link
{
	font-family:Tahoma,sans-serif;
	font-size: 13px;
	color:white;
	font-weight: bold;
	text-decoration:none;
}
.TabInactive:visited
{
	font-family:Tahoma,sans-serif;
	font-size: 13px;
	color:Darkblue;
	font-weight: bold;
	text-decoration:none;
}
******************************************************
.TabActive:link
{
	font-family:Tahoma,sans-serif;
	font-size: 13px;
	color:Black;
	font-weight: bold;
	text-decoration:none;
}
.TabActive:visited
{
	font-family:Tahoma,sans-serif;
	font-size: 13px;
	color:Black;
	font-weight: bold;
	text-decoration:none;
}
