/* Body: the <BODY> background color and margins - use for sites without frames*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color : #FFFFFF;
}

/* Banner:  the background color and margins - use for banner frame (if frames are used)*/
.bannerBg {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
	background-color : #6495ED;
}

/* Body:  the background color and margins - use for content frame (if frames are used)*/
.bodyContents	{
	margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    background-color : #FFFFFF;
}

/* Content: specifies <a href> link appearance */
A  {
	color : #FF3300;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* Content: specifies appearance when a link is rolled over */
A:hover  {
	text-decoration : underline;
}

/* Content */
H1	{
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: medium;
}

/* Content */
H2	{
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: small;
}

/*Content: default text for <LI> */
LI	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: small;
}

/*Content: default look for <P> */
P	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: normal;
}

/* Content: default text for <td> */
td  {
	font-size : x-small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

/* Banner: First horizontal line  - should be same color as .topLeftMenuBg (global "tab" )*/
.bannerlineBg {	
	background-color: #FFCC33;
}

/* Banner: Second horizontal line - should be the same color as .topRightMenuBg ("utilities") */
.bannerLineBottomBg {	
	background-color: #6495ED;
}

/* Content: default text and background color for <th> */
th	{
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #DCDCDC;
	font-weight: normal;
}

/* Content: specifies style for data tables and subsequent table elements */
table.data {
	border: 1px solid #C0C0C0;
}

table.data th	{ 
	background-color: #DCDCDC;
	border:1px solid #C0C0C0;
	font-weight: normal;  
	font-size: x-small;
	border-top: 0pt;
	border-left: 0pt;
}

table.data td	{
	border:1px solid #C0C0C0;
	border-top: 0pt;
	border-left: 0pt;
}

/* Alternating table row colors */
table.data tr.dataRow1	td	{
	background-color : #FFFFFF;
	border-top: 0pt;
	border-left: 0pt;
}

table.data tr.dataRow2	td	{
	background-color : #FAFAD2;
	border-top: 0pt;
	border-left: 0pt;
}

/* Highlighed or selected <td> properties */
table.data tr.selected td   {
	background-color: #003399;
	color: #FFFFFF;
}


/* Content: table for displaying label and data field in view only mode */
table.formView	{
	border:1px solid #FFFFFF;
}

table.formView td.field	{
	background-color: #DCDCDC;
}


/* Content: table for displaying a list of elements with a "divider" <th> at the top */
table.toc	{
	
}

table.toc th	{
	background-color : #FAFAD2;
	color: #000000;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
}

/* Background color behind the banner image */
.bannerImageBg	{
	background-color : #003399;
}

/*Banner: specifies properties of non-linked text */
.bannerText	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #87CEFA;
	font-size: x-small;
}

/* Enabled button */
.button	{
	background-color : #FFFFE0;
	font-family: Arial, Helvetica;
}

/* Disabled button */
.buttonDis	{
	background-color: #FFFFE0;
	font-family: Arial, Helvetica;
	color: #A9A9A9;
}

/* Banner: a linked item in the breadcrumb trail */
.breadcrumbLink	{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

/* Banner: the highlighted item in the breadcrumb trail - "you are here" */
.breadcrumbHi	{
	color: #FFCC66;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.dataBorder	{
	border : 2px solid Silver;
}

.dataItem	{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.dataItemNumber	{
	font-size: x-small;
	text-align: right;
}

.entrybox	{
	background-color : #FAFAD2;
	border: 1px solid #C0C0C0;
}

.header	{
	color: #000000;
	font-size: x-small;
	text-align : left;
	background-color : #DCDCDC;
}

/* Banner: the > character in the breadcrumb trail */
.pipeTopLeft	{
	color: #87CEFA;
	font-size: x-small;
}

/* Banner: the product name */
.productName	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

/* Horizontal Menu - Left: non-highlighted "tab" background color */
.topLeftMenuBg	{
	background-color : #EEEEEE;
}

/* Horizontal Menu - Left: highlighted "tab" background color */
.topLeftMenuBgHi	{
	background-color : #DDDDDD;
}

/* Horizontal Menu - Left: highlighted "tab" text  properties*/
.topLeftMenuItemHi	{
	color: #000000;
	font-size: x-small;
	text-decoration : none;
}

/* Horizontal Menu - Left: non-highlighted "tab" text  properties*/
.topLeftMenuItemLo {
	color: #777777;
	font-size: x-small;
	text-decoration : none;
}

/* Horizontal Menu - Right ("Utilities"): non-highlighted "tab" background color */
.topRightMenuBg	{
	background-color : #C0C0C0;
}

/* Horizontal Menu - Right ("Utilities"): highlighted "tab" background color */
.topRightMenuBgHi	{
	background-color : #C0C0C0;
}

/* Horizontal Menu - Right ("Utilities"): non-highlighted "tab" text properties */
.topRightMenuItem	{
	color: #FFFFFF;
	font-size: x-small;
	text-decoration : none;
}

/* Horizontal Menu - Right ("Utilities"): highlighted "tab" text properties */
.topRightMenuItemHi	{
	color: #C0C000;
	font-size: x-small;
	text-decoration : none;
}

/* Vertical Menu: non-highlighted "tab" background color */
.vertMenuBg	{
background-color:  #EEEEEE;
}

/* Vertical Menu: highlighted "tab" background color - should be same color as <BODY> */
.vertMenuBgHi	{
	background-color:  #777777;
}

/* Vertical Menu: text properties for a non-clickable heading */
.vertMenuHeading	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #ADD8E6;
}

/* Vertical Menu: text properties for a non-clickable sub-heading */
.vertMenuSubHeading	{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}

/* Vertical Menu: text properties for a non-highlighted "tab" */
.vertMenuItem	{
	color: #FFFFFF;
	font-size: x-small;
	text-decoration : none;
}

/* Vertical Menu: text properties for a highlighted "tab" */
.vertMenuItemHi	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-decoration : none;
}



/*  NOTE:  the following classes and IDs are for the sample rollover code and SHOULD NOT be used in real code - THIS IS NOT PART OF THE OFFICIAL SAS STYLE */

#divBg {
	BACKGROUND-COLOR: #003399; 
	POSITION: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

#divBgColor {
	BACKGROUND-COLOR: #003399; 
	HEIGHT:15px; 
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 0px;
}

DIV.clSub {
	BACKGROUND-COLOR: #6495ED; 
	FONT-FAMILY: verdana,arial,helvetica; 
	FONT-SIZE: x-small;
	FONT-WEIGHT: normal; 
	LEFT: 0px; 
	PADDING-BOTTOM: 4px;
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 10px; 
	PADDING-TOP: 4px; 
	POSITION: relative;
	TOP: 2px; 
	VISIBILITY: hidden; 
	line-height: 150%;
	text-decoration : none;
}

DIV.clTop {
	PADDING: 0px;
	POSITION: absolute; 
	LEFT: 0px; 
	TOP: 0px; 
	height: 19px;
	visibility: visible;
}

DIV.clSubWhite {
	BACKGROUND-COLOR: #6495ED; 
	FONT-FAMILY: verdana,arial,helvetica; 
	FONT-SIZE:x-small;
	FONT-WEIGHT: normal; 
	LEFT: 0px; 
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 0px; 
	POSITION: relative;
	TOP:10px;
	VISIBILITY: hidden; 
	WIDTH: 1px; 
	text-decoration : none;
}
.rolloverSubMenuItem	{
	color: #FFFFFF;
	text-decoration : none;
}

#divTop0 {LEFT: 20px; TOP: 0px}
#divTop1 {LEFT: 100px; TOP: 0px}
#divTop2 {LEFT: 180px; TOP: 0px}
#divTop3 {LEFT: 280px; TOP: 0px}


