/*****************************************************************************************/
/* 
	Common CSS properties

	for any properties that are used all over the site
*/
/*****************************************************************************************/

table
{
	border-collapse: collapse;	
	empty-cells: show;	
}

td
{
	padding: 0px;
	margin: 0px;
}

ul
{
	margin-top: 0px;							/* Remove silly huge spacers from list */
	margin-bottom: 0px;							/* Remove silly huge spacers from list */
   	list-style: url(../../Images/MainLayout/Bullet1.gif); 
}

/*****************************************************************************************/

.Center
{
   	margin-left: auto;
	margin-right: auto; 
}

.PadContent
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

/*****************************************************************************************/

/* 
	This is used all over website to set Page title formatting 
	only to be used at top of pages or sections. 

	Largest Heading
*/

.PageLabel
{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	padding: 2px;	
}

@media print
{
	.PageLabel
	{

	}
}

/*****************************************************************************************/

/*
	Section Title
	2nd Largest Heading
*/

.SectionTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	padding: 2px;	
}

@media print
{
	.Title
	{

	}
}

/*****************************************************************************************/

/* 
	Section Header
	3rd largest headin
*/

.SectionHeader
{
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	padding: 2px;
}

@media print
{
	.SectionHeader
	{

	}
}

/*****************************************************************************************/

/* 
	This is used all over website to set text lables off from the data they 
	are presenting. 
*/

.Label
{
	color: #333333;
}

@media print
{
	.Label
	{

	}
}

/*****************************************************************************************/

.Instructions
{	
	font-style:italic;
	/*text-indent: 20px;
	padding-top: 20px;*/
	padding-bottom: 10px; 
}

@media print
{
	.Instructions
	{

	}
}


/*****************************************************************************************/

.Address
{
	padding-left: 20px;
	font-size: 9px;
}

@media print
{
	.Address
	{

	}
}

/*****************************************************************************************/
	
/*
	Used to insure that textarea sections are styled properly	
*/	
.Text
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
}

/*****************************************************************************************/
