/* abr.css */
/* base css stylesheet include */

/* html css info */
body
{
	padding: 0px;
	margin: 0px;
	background-image: url('/images/abrweb/sidebarbg.gif');
	background-repeat: repeat-y;
	background-position: top left;
	font-size: 0.8em;
}

a img
{
	border: 0;
}

/* standard font css info */
p, li, td, th
{
	font-family: sans-serif;
	color: #000000;
}

td
{
	text-align: left;
	vertical-align: top;
}

th
{
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.RowLine
{
	background-color: #BBBBBB;
	height: 1px;
	padding:0;
	margin:0;
}

h1, h2, h3
{
	font-family: sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 
{
	color: #082A5F;
	font-weight: bold;
	font-size: 1.6em;
}

h2
{
	color: #476396;
	font-size: 1.4em;
}

h3
{
	color: #476396;
	font-size: 1.3em;
}

a:link, a:active
{
	color: blue;
}

a:hover, a:visited
{
	color: red;
}


/*******************************/
/* Custom Font CSS Definitions */
/*******************************/

#PageTitle h1
{
	color: #FFFFFF;
}

/* main css definitions for side menu items */
.SideMenuItem
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #476396;
	margin-top: 0px;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	
}

/* href css definitions for side menu items */
.SideMenuItem a:link, 
.SideMenuItem a:visited, 
.SideMenuItem a:active
{
	color: #476396;
	text-decoration: none;
}

/* hover css definition for side menu items */
.SideMenuItem a:hover
{
	color: #000000;
	text-decoration: none;
}

/* top menu item css definition */
.TopMenuItem
{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* href css definitions for top menu items */
.TopMenuItem a:link, 
.TopMenuItem a:visited, 
.TopMenuItem a:active
{
	color: #000000;
	text-decoration: none;
}

/* hover css definition for top menu items */
.TopMenuItem a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/* heading css definition for a news item */
.NewsItem h3 a:link, .NewsItem h3 a:active, .NewsItem h3 a:visited
{
	color: #082A5F;
	text-decoration: none;
}

.NewsItem p
{
	margin: 2px;
}

/* footer paragraph text css definition */
#PageFooter p
{
	text-align: center;
	font-family: sans-serif;
	font-size: 0.75em;
	color: #000000;
	margin: 0;
}



/***********************/
/* DIV Layout CSS Info */
/***********************/

#PageHead
{
	position: relative;
	background-color: #003366;
	height: 100px;
	width: 100%;
	margin: 0px;
/*	background-image: url('../images/topright.jpg');
	background-repeat: no-repeat;
	background-position: top right;*/
	background-image: url('/images/abrweb/top-header-blue.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#ABRLogo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	height: 100px;
	background-image: url('/images/abrweb/ABR_new_blue_logo.gif');
	z-index: 99;
}

#SplashImg
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 170px;
	height: 80px;
	z-index: 0;
}

#PageTitle
{
	position: absolute;
	bottom: 30px;
	height: 20px;
	padding-left: 10px;
	left: 190px;
	z-index: 98;
}

/*SP 2008-07-22 [12196] : new css DIV for IE browser*/
#TopMenuIE
{
	position: absolute;
	background-image: url('/images/abrweb/bottom-header.gif');
	bottom: 0px;
	height: 20px;
	padding-left: 16px;
	left: 190px;
	right: 0px;
	width: 100%;
}

#TopMenu
{
	position: absolute;
	background-image: url('/images/abrweb/bottom-header.gif');
	bottom: 0px;
	height: 20px;
	padding-left: 10px;
	left: 190px;
	right: 0px;
	/* line commented to delete white space after header in ABR website. task [12196] - SP.
	width: 100%;
	*/
}
#PageContent
{
	position: relative;
	padding: 10px;
	margin-left: 190px;
}

#PageFooter
{
	position: relative;
	margin-left: 190px;
	margin-right: 0px;
	padding: 10px;
}

#ImagePane
{
	position: relative;
	display: block;
	margin: 10px;
	margin-top: 20px;
}

#ContentPane
{
	position: relative;
	width: 65%;
	display: block;
}

#RightContentPane
{
	position: relative;
	float: right;
	width: 33.5%;
	display: block;
}

#ArticleContentPane
{
	position: relative;
	width: 75%;
	display: block;
}

#ArticlePane
{
	position: relative;
	width: 55%;
	display: block;
}

#RightArticlePane
{
	position: relative;
	float: right;
	width: 43.5%;
	display: block;
}

#PageMenu
{
	position: absolute;
	left: 0px;
	top: 100px;
	padding: 10px;
	width: 170px;
	z-index: 98;
}

#SubMenu
{
	text-align: center;
	border: 2px solid #FFFFFF;
	background-color: #D1D16F;
	margin-top: 25px;
	padding: 4px;
}

.Reset 
{
	display: block;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.NewsItem
{
	position: relative;	
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.NewsStory
{
}

.LeftNewsImage
{
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
}

.RightNewsImage
{
	float: right; 
	margin-left: 10px;
	margin-bottom: 10px;
}


/* Streams/Product Specific css details */

/* Product font css info */
h3 #StreamTitle
{
	display: block;
	font-family: sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
	padding: 0;
}

.SideMenuItemSelected
{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #476396;
	margin-top: 0px;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	border: 0px solid #999999;
}

/* Content css info */
#StreamLogo
{
	display: block;
	float: left;
	margin-right: 15px;
}

#StreamContent
{
	clear: both;
	margin-top: 10px;
}

#ProductPane
{
	text-align: left;
	border: 2px solid #FFF000;
	background-color: #FF0000;
	margin-top: 25px;
	padding: 4px;
}

/* Stream products UL and LI info */
#ProductList
{
	margin: 4px;
	padding: 0px;
}

.ProductListItem
{
	list-style: none;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #476396;
	margin-bottom: 5px;
}

.ProductListItem a:link, .ProductListItem a:visited, .ProductListItem a:active
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #476396;
	text-decoration: none;
}

.ProductListItem a:hover
{
	color: #000000;
	text-decoration: none;
}

/************************/
/* printing css details */
/************************/
@media print
{
	/* Specific printing css definitions */
	body
	{
		background: none;
	}
	
	#PageContent
	{
		margin: 20px;
	}

	#ContentPane
	{
		width: 100%;
	}

	#ArticleContentPane
	{
		width: 100%;
	}
	
	#ImagePane
	{
		display: none;
	}

	#PageMenu
	{
		display: none;
	}
}
