/******************************************************
NOTE:
This is the common style sheet, Which contain the style 
applyed in "Header", "Footer", "Paging", "Popup".

******************************************************/

/************   Header style starts here   ************/

/* Header Blue tab TD style */
.sub1 { color: white; font-size:9px; font-family: Arial; font-weight: normal; font-style: normal; text-decoration: none; }

/* Header Blue tab Link style */
.sub1L:link { color: white; font-size: 9px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub1L:active { color: white; font-size: 9px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub1L:visited { color: white; font-size: 9px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub1L:hover { color: white; font-size: 9px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: underline; }

/* Header Destination TD style */
.sub2 { color: black; font-size: 9px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; border-bottom: 1px solid black; }

/* Header Destination Link style */
.sub2LD:link { color: black; font-size: 9px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub2LD:active { color: black; font-size: 9px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub2LD:visited { color: black; font-size: 9px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.sub2LD:hover { color: black; font-size: 9px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: underline; }

/************   Header style ends here   ************/

/************   This style is used to fixed the display size of the content in 750px   **********/
table.pagelayout
{
	width:910px;
	font-family:Arial;
}

/************   Sub menu Tab style starts here   ***********/

/* Sub menu TD Header style */
td.submenutitle {
	color: navy; 
	font-size: 10px; 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none; 
	background-color: white; 
	margin-right: 5px; 
	margin-left: 5px; 
	padding: 2px; 
	border-bottom: 2px solid black; 
}

/* Sub menu Link TD style */
td.submenuTabOFF 
{
	color: navy; 
	font-size: 10px; 
	font-family: Arial; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none; 
	background-color: white; 
	margin-right: 5px; 
	margin-left: 5px; 
	padding: 2px; 
	border-style: solid; 
	border-width: 3px 1px 2px; 
	border-color: black; 
}

/* Sub menu Link style */
a.submenulink:link {color: navy; font-size: 10px; font-family: Arial;  font-style: normal; font-weight: bold; text-decoration: none; }
a.submenulink:active {color: navy; font-size: 10px; font-family: Arial;  font-weight: bold; font-style: normal; text-decoration: none; }
a.submenulink:visited {color: navy; font-size: 10px; font-family: Arial;  font-style: normal; font-weight: bold; text-decoration: none; }
a.submenulink:hover {color: navy; font-size: 10px; font-family: Arial;  font-style: normal; font-weight: bold; text-decoration: underline; }

/************   Sub menu Tab style ends here   ***********/

/************   Footer Style starts here   ***********/

/* Footer Line Style */
.footline { color: black; border-bottom: 1px solid black; }

/* Footer Link TD Style */
.foot1 { color: #7b7d7f; font-size: 10px; font-family: Arial;  font-style: normal; font-weight: normal; text-decoration: none; }

/* Footer Link Style */
.foot1L:link { color: #7b7d7f; font-size: 10px; font-family: Arial;  font-style: normal; font-weight: normal; text-decoration: none; }
.foot1L:active { color: #7b7d7f; font-size: 10px; font-family: Arial; font-style: normal; font-weight: normal; text-decoration: none; }
.foot1L:visited { color: #7b7d7f; font-size: 10px; font-family: Arial;  font-style: normal; font-weight: normal; text-decoration: none; }
.foot1L:hover { color: #7b7d7f; font-size: 10px; font-family: Arial;  font-style: normal; font-weight: normal; text-decoration: underline; }

/* All rights reserved SPAN style */
.foot2 { color: #7b7d7f; font-size: 9px; font-family: Arial;  font-style: normal; font-weight: normal; text-decoration: none; }

/* Footer Proud Members P tag style */
.footProudMember {color: #252525; font-size: 10px; font-family: Arial;  font-style: normal; font-weight: bold; line-height: 14px; text-decoration: none; }

/************   Footer Style ends here   ***********/


/***********   Paging style starts here   **********/

/* Pagging text style */
.pagingtext{color: black;font-size:11px;font-family:Arial;font-weight:bold;}

/* Paging link style */
a.paginglink:link {color: #0000CC;font-size:11px;font-family:Arial;text-decoration:none;font-weight:bold;}
a.paginglink:visited {color: #0000CC;font-size:11px;font-family:Arial;font-weight:bold;text-decoration:none;}
a.paginglink:active {color:#0000CC;font-size:11px;font-family:Arial; font-weight:bold;text-decoration:none;}
a.paginglink:hover {color:#CC7A00;font-size:11px;font-family:Arial; font-weight:bold;text-decoration:underline;}

/***********   Paging style ends here   **********/

/***********   Popup style starts here   **********/

/* Popup heading style */
.PopupHeading{color: navy; font-size: 24px; font-family: Arial;  font-weight: bold;}

/* Popup close button style */
.popup_button{font-weight: bold; font-family: Arial; color: #FFFFFF; background-color: #0084C4; width: 150px; cursor: hand;}

/***********   Popup style ends here   **********/

