
/* ============= HTML Tags =============
@import url(/Images/Purple/stylesPurple.css);
 */
body, table, p
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

body {
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #343031;
	scrollbar-track-color: #8b8f92;
	scrollbar-arrow-color: #999999;
	scrollbar-highlight-color: #8b8f92;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #663366;
	scrollbar-darkshadow-color: #000000;
}

body
{
 	padding:0;
	margin:0;
}

a:link, a:visited, a:hover, a:active
{
	color:yellow;
	text-decoration:none;
}

a:visited
{
	color:BLUE;
}

a:hover
{
	color:BLUE;
}

.white 
{
	color:BLUE;
}		

/* ============= Layout ============= */
#tableMaster1, #tableMaster2, #tableMaster3
{
	width:100%;
}

#colHeader, #colFooter, #colFooter div
{
	width:760px;
	display:inline;
}
#colLeft, #colLeft table
{
	width:202px;
}



#colOverflow, #colOverflow div, #colOverflowFooter
{
	width:100%;
}

#divContent, .divContent
{
	padding-left: 8px;
	padding-right: 0px;
}

/*====NOV20-06 AXF Add flash  =====*/
#Content
{
	font-family: verdana;
	color:white;
}

.tdFlashGeneral
{
		background-image : url(/flash-headers/Home/Images/home_flash_bg_shim.jpg);
		background-repeat:repeat-y;
		width:277;  
		VERTICAL-ALIGN: Bottom;
		
}

/*	Jan18-07*/
.colContent
{
	height:600px;
	overflow:auto;
}


/*==== end of NOV20-06 =====*/


.whiteLink, a.whiteLink:link, a.whiteLink:visited, a.whiteLink:hover, a.whiteLink:active 
{
	color:White;
	text-decoration:none;
	font-weight:none;
}

/* ============= Left =Nav============ */
.leftNavItem
{
	font-family:Arial Black;
	font-size: 10pt;
	padding-left:4px;
	padding-right:3px;
	padding-top:4px; 
	color:White;
	text-decoration: none;
	background-image : url(/Images/Common/hr_image.gif);
	background-repeat:repeat-x;
}

.leftNavLeftNews
{
	font-family:Arial Black;
	font-size: 16pt;
	padding-top:10px;
	width:14px;
	height:20px; 
	color:White;
	text-decoration: none;
	background-image : url(/Images/Common/hr_image.gif);
	background-repeat:repeat-x;
}

.leftNavRightNews
{
	font-family:Arial Black;
	font-size: 12pt;
	padding-top:5px; 
	padding-right:0px;
	padding-left:0px;
	color:White;
	float:left;
	text-decoration: none;
	background-image : url(/Images/Common/hr_image.gif);
	background-repeat:repeat-x;
}

.leftIcon
{
	padding-top:8px; 
	padding-left:8px;
	background-image : url(/Images/Common/hr_image.gif);
	background-repeat:repeat-x;
}

.leftNavSubMenu
{
	font-family:Arial Black;
	font-size: 8pt;
	color:White;
	font-weight:none;
	text-decoration: none; /* DEC18-06 */
}


.ShowLink, a.ShowLink.visited
{
	font-family:verdana;
	font-size: 8pt;
	color:#C4D950;
	font-weight:bold;
	text-decoration:none;
	
}
		
.HideLink, a.HideLink:visited,a.HideLink:link,a.HideLink:active
{
    font-family:verdana;
	font-size: 8pt;
	color:  white;
	font-weight:bold;
	text-decoration: none;
}

.clickableTop,a.clickableTop:link, a.clickableTop:visited, a.clickableTop:hover, a.clickableTop:active
{
	font-family:verdana;
	font-size: 8pt;
	color:  white;
	font-weight:bold;
	text-decoration: none;
}

a.clickableTop:hover
{
	text-decoration:none;
	color:#FFF;
}


.clickableSub, a.clickableSub:link, a.clickableSub:visited, a.clickableSub:hover, a.clickableSub:active
{
	font-family:verdana;
	font-size: 8pt;
	color:White;
	font-weight:none;
	text-decoration:none;
}

a.clickableSub:hover
{
	text-decoration:underline;
	color:#000;
}

.hand
{
	cursor:hand;
}


ul.subMenu
{
	list-style-type:none;
	margin-bottom:2px;
	font-family:Arial Black;
	font-size: 10pt;
	color:White;
	margin-left:8px;
	padding-left: 1em;
	text-indent: -1em;
}

ul.subMenu li
{
	padding-top:2px;
	font-family:Arial Black;
	font-size: 10pt;
	color:White;
}


ul.index
{
	list-style-type:none;
	margin-bottom:5px;
}

ul.index li
{
	padding-bottom:5px;
}
/* ============= Ns ============= */

.menu-plus-icon, .menu-minus-icon, .n-for-news
{
	width:13px;
	height:13px;
	margin-right: 2px;
	float:left;
	background-repeat:no-repeat;
	background-position: left bottom;
	cursor:hand;
}

.n-for-news
{
	width:25px;
	height:20px;
	margin-right: 4px;
	float:left;
	background-repeat:no-repeat;
	background-position: left bottom;
	cursor:hand;
}

.menu-plus-icon
{
	background-image:url(/Images/Common/menu-plus-icon.gif);
}
.menu-minus-icon
{
	background-image:url(/Images/Common/menu-minus-icon.gif);
}

.n-for-news
{
	background-image:url(/Images/Common/n-for-news.gif);
}

/* ============= GENERAL ============= */
.showdesc{
	display: block;
}

.hidedesc{
	display: none;
}



.inviso
{
	display:none;
	visibility:hidden;
}

.viso
{
	display:block;
	visibility: visible;
}

.visoInline
{
	display:inline;
	visibility: visible;
}


.caption
{
	font-size: 8pt;
	font-weight:normal;
}

.caption a:link, .caption a:hover, .caption a:active
{
	color:#FFF;
}

.inputWidthFull
{
	width:100%;
}

.inputHeight250
{
	height:250px;
}

.blackBorders
{
	border:solid 1px #000;
	background-color:#C0C0C0;
}
