/* Default CSS Stylesheet for a new Web Application project */

BODY, body
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.txt
{
	color: #666666;
	font-family: Trebuchet MS;
	font-size:75%;
}

.PagerStyle
{
	color: Black;
	font-family: Arial;
	font-weight: normal;
}

.right_border
{
	border-right-color: #95CCFF;
	border-right-width: 1;
}

.gallery_border
{
	border-color: #999999;/*#A4C0CD;*/
	border-width: 1px;
	border-style: solid;
	padding-top: 15;
	
}

.gallery_Img 
{
	cursor: hand;
}

.gallery_Desc
{
	background-color: #C32435;/*#72AAFF;*/
	color:#ffffff;
	font-family: Trebuchet MS;
	font-size:13;
	font-weight:bold;
}

.popup_txt
{
	color:#000000;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size:13;
	PADDING-LEFT:10px;
}

.bluegrad_bold
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#E0F1FF' , endColorStr= '#FFFFFF' , gradientType= '1' );
	font-family: Trebuchet MS;
	font-size: 11;
	color:#DF4E1F;
	font-weight:bold;
}


.CenterTD
{
	font-size: 13px;
	text-align: center;
	vertical-align:top;
}

td
{
	font-size: 13px;
	vertical-align:top;
}

A:link	{	
	text-decoration:	none;
	color:	#C32435;
	font-weight: bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#C32435;
	font-weight: bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#C32435;
	font-weight: bold;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#75151F;
	font-weight: bold;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
	}

.BorderTable
{
	border-collapse: collapse;
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

.InfoCell
{
	font-size: smaller;
	text-align:justify;
}

/* Page display styles */
.InfoTitle
{
	font-size: 18;
	font-weight:bold;
}

.InfoSubTitle
{
	font-size: 15;
	font-weight: bold;
	font-style:italic;
}


.CommandStatus
{
	color: Red;
	font-weight: bold;
	text-align: center;
}

.PageNote
{	
	font-weight:bold;
	text-align:center;
	font-style: italic;
}

.CenterText 
{
	text-align:center;
}

.JustifyText
{
	text-align:justify;
}

.BoldCenteredText
{
	font-weight:bold;	
	text-align:center;
}

.BoldText
{
	font-weight:bold;	
}

/* Employee display styles*/
.EmployeeName
{
	font-size:16px;
	font-weight:bold;
}

.EmployeeTitle
{
	font-size:13px;
}

.EmployeeEmail
{
	font-size:12px;
}

.EmployeePhone
{
	font-size:12px;
}

.EmployeeNotes
{
	font-size:12px;
}

.EmployeePhoto
{
	border:0px;
	padding-left: 4px;	
	padding-right: 4px;
}

/* Testimonial display styles*/
.TestimonialBold
{
	font-weight:bold;
}

.TestimonialItalic
{
	font-style:italic;
}

/* Paging Styles */
.Pagers 
{
	COLOR: Black; 
	BACKGROUND-COLOR: #D3D3D3;
}

.Pagers A 
{
	COLOR: white; 
	BACKGROUND-COLOR: #D3D3D3;
}

.Pagers 
{
	BORDER-TOP: BLACK 2px solid; 
	BORDER-BOTTOM: BLACK 2px solid;
}

