/* abr.css */
/* base css stylesheet include */

/* html css info */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
body
{
	padding: 0px;
	margin: 0px;
	background-image: url('/images/abrweb/sidebarbg.gif');
	background-repeat: repeat-y;
	background-position: top left;
	font-size: 0.8em;
        font-family: Arial,Helvetica,sans-serif;
}

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 
{
	font-weight: bold;
        font-size: 1.6em;
}

h2
{
	color: #BF0F34;
	font-size: 1.56em;
        margin: 0 0 18px;
}
#LeftContentPane h3, #RightVedacheckContentPane h3{
        color: #BF0F34;
        font-weight: normal;
}
h3
{
	color: #476396;        
	font-size: 1.4em;
}

a, a:link, a:active
{
	color: #0088CC;
        text-decoration: none;
}

a:hover, a:visited
{
        text-decoration: underline;
}


/*******************************/
/* 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;
}
#vedalogo {
        background-image: url('/images/abrweb/veda_mainlogo.jpg');
        border: 0;
        width: 238px;
        height: 100px;    
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
}
#SplashImg
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 170px;
	height: 80px;
	z-index: 0;
}
#abrfooter {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #8B8178;
}
#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: 200px;
	left: 0px;        
	right: 0px;
	/* line commented to delete white space after header in ABR website. task [12196] - SP.
	width: 100%;
	*/
}
#PageContent
{
	position: relative;
	padding: 13px;
	margin-left: 190px;        
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -26px;
}
#PageFooter
{
	position: relative;
	margin-left: 190px;
	margin-right: 0px;
	padding: 10px;
	clear: left;
        height: 33px;
}

#ImagePane
{
	position: relative;
	display: block;
	margin: 10px;
	margin-top: 20px;
}

#ContentPane
{
	position: relative;
	width: 65%;
	display: block;
}

#SubscriberContentPane
{
	position: relative;
	padding-right: 10px;
	width: 100%;
	display: block;
        overflow: hidden;
}

#LeftContentPane
{
	float:left;
	position: relative;
	width: 50%;
	display: block;
}
#RightVedacheckContentPane
{
	position: relative;
	float:right;
	width: 50%;
	display: block;
        margin-top: -43px;
}

#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;
        margin-bottom: 26px;
}

#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;
	}
}
#StreamContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#StreamContent ul li {
    list-style: none;
    margin: 1px 0 0;
}
#StreamContent p b {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
}
p.outage {
    padding: 7px;
    /*border: 1px solid #DF2E3A;*/
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: bold;
    background: #FCE5E5;
    color: #DF2E3A;
}
