/**** LINK-tag style sheet components_new.css ****/

/**********BEGIN  component classes*/
/**********BEGIN CENTER open_close component classes*/

#menu_narrow_container {
	width:180px;
}


/**********BEGIN NARROW rss component classes*/

/*RSS title*/
.tbox_new {
	display:none;
}  	

.rss_title_narrow {
	font-variant:small-caps;
        font-weight:bold;
        font-size:12px;
        color:#666;
  	width:90%;
  	width:100%;
        height:30px;
padding-top:10px;
background:url(/img/aws_new/bg_sub_nav.gif);



}  	


A.rss_title_narrow_link:link, A.rss_title_narrow_link:active, A.rss_title_narrow_link:visited {  
	color: #FFFFFF;
	text-decoration: none;
	border: none;
  	font-family:arial;
  	font-size: 8pt;
  	font-weight: bold;
}

A.rss_title_narrow_link:hover {  
	color: #fff;
	text-decoration: underline;
  	font-family:arial;
	border: none;
  	font-size: 8pt;
  	font-weight: bold;
}

A.rss_item_narrow:link, A.rss_item_narrow:active, A.rss_item_narrow:visited {  
	color: #000066;
	text-decoration: none;
	border: none;
  	font-size: 8pt;
  	font-weight: normal;
}


A.rss_item_narrow:hover {  
	color: #333333;
	text-decoration: underline;
	border: none;
  	font-size: 8pt;
  	font-weight: normal;
}


.rss_box_narrow {
	background-color: #efefef;
  	color: black;
  	font-size: 8pt;
  	font-weight: normal;
  	text-decoration: none;

}

.rss_box_narrow ul {
position:relative;
left:-15px;

}

.rss_box_narrow li {
margin-bottom:20px;


}



DIV.rss_box_narrow {
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
  	border:solid #000066 0px;

}

HR.rss_box_narrow { 
  	height: 0px;
  	color: #efefef;
	margin-top: 5px;
	margin-left: -3px;
	padding: 0px;
}

/*A.rss_box_narrow { 
  	border: 0;
	margin-left: 0px;
	padding-left: 0px;
}


A.rss_box_narrow:hover {
	text-decoration: underline
}*/

/**********END NARROW rss component classes*/


/**********BEGIN WIDE rss component classes*/

/*RSS title*/
.rss_title_wide {
	background-repeat: no-repeat;
	background-position: bottom left;
    background-color: #000066;
  	color: #fff;
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
  	font-family:arial;
  	font-size: 8pt;
  	font-weight: bold;
  	 margin: 0 3px;
  	text-decoration: none;
  	width:90%;
	display:none;


}  	


A.rss_title_wide_link:link, A.rss_title_wide_link:active, A.rss_title_wide_link:visited {  
	color: #fff;
	text-decoration: none;
	border: none;
  	font-family:arial;
  	font-size: 8pt;
  	font-weight: bold;
}

A.rss_title_wide_link:hover {  
	color: #FFFFFF;
	text-decoration: underline;
  	font-family:arial;
	border: none;
  	font-size: 8pt;
  	font-weight: bold;
}

A.rss_item_wide:link, A.rss_item_wide:active, A.rss_item_wide:visited {  
	color: #000066;
	text-decoration: none;
	border: none;
  	font-size: 8pt;
  	font-weight: normal;
}


A.rss_item_wide:hover {  
	color: #333333;
	text-decoration: underline;
	border: none;
  	font-size: 8pt;
  	font-weight: normal;
}


.rss_box_wide {
	background-color: white;
  	color: black;
  	font-size: 8pt;
  	font-weight: normal;
  	text-decoration: none;
}

.rss_box_wide li{
padding-bottom:15px;
}


DIV.rss_box_wide {
	margin-left: 3px;
	padding-left: 4px;
	width: 70%;
  	border:solid #000066 0px;

}

HR.rss_box_wide { 
  	color: #efefef;
	margin-top: 2px;
	margin-left: 0px;
	padding: 0px;
}

/**********END CENTER rss component classes*/


