/* Stylesheet for CNN */
/* General CSS for MLogic Platform*/
/* default style for HTML tags*/
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: small;
	}

a {
	text-decoration: none;
	color: #3D75AC;
} 

a:link {
}

a:hover 
{
	color: #CA0002;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #3D75AC;
} 
a:active {color: #CA0002; text-decoration: underline;}

.logo{
	border:none;
	padding:0px;
	margin:0px;
	text-align: center;
}

/* space for image */

.cir_Hspc {
	padding-right: 2px;
	border:none;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
.clr_Hspc {
	border:none;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

/*  
 * Color bars for header 
 */

.redbg {
	background-color: #CC0000;
}
.HLtextbg {
	background-color: #FEFDE8;
}

.highlight {
	background-color: #ffff33;
}

.headerbg {
	text-align:left;
	font-weight:bold;
	width:100%;
}

.navibox {
	background-color: #FFFFFF;
	color:#999999;
	text-align: center;
}

.home_navi {
	background-color: #FFFFFF;
	text-align: right;	
}

.whitebg {
	background-color: #FFFFFF;
	border-color:#FFFFFF;
	padding-right:2px;
	padding-left:2px;
	padding-top:1px;
	padding-bottom:3px;
	text-align:left;
	vertical-align:top;
}
.tb_center{
	background-color: #FFFFFF;
	border-color:#FFFFFF;
	padding-right:2px;
	padding-left:2px;
	padding-top:1px;
	padding-bottom:3px;
	text-align: center;
	text-decoration: none;
	vertical-align:top;
	width: 100%;
}
/* banners */

.Banner {
	background-color:#FFFFFF;
	text-align: center;	
	font-size: small;	
	padding-top:2px;
	padding-bottom:2px;
	color:#666666;
}

.search {
	background-color: #FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	border-bottom-color:#CCCCCC;
	padding-top:4px;
	padding-bottom:0px;
	text-align:center;
}

.linecenter{
	background-color: #FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	border-bottom-color:#CCCCCC;
	padding-top:4px;
	padding-bottom:0px;
	padding-right:2px;
	padding-left:2px;
	text-align:center;
}

.linetop{
	background-color: #FFFFFF;
	border-top-style:solid;
	border-top-width:1px;	
	border-top-color:#CCCCCC;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:2px;
	padding-left:2px;
	text-align:center;
}

.submit {
	font-family: inherit;
	font-size: xx-small;
	background-color:#CA0002;
	color:#FFFFFF;
	text-align:center;
	vertical-align:top;
}

.B_navi_blk {
	font-family: inherit;
	font-size: xx-small;
	padding-top:2px;
	padding-bottom: 2px;
	color:#666666;
	text-align: center;
}

/* Basic text style */
/* For Breaking news */
.header_white {
	font-family: inherit;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	font-size: small;
}


/* For Developing story */
.header_blk_p {
	font-family: inherit;
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
}


.header_blk {
	font-family: inherit;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: small;
}

/*   text options  */

.bold_text {
	font-family: inherit;
	font-size: small;
	font-weight: bold;
	vertical-align:top;
}
.base_text {
	font-family: inherit;
	font-size: small;
}

.access_key{
	background-color: #E6E6E6;
	font-family: inherit;
	color:#CC0000;
	font-size: small;
	text-align:center;
}

.blue_text {
	font-family: inherit;
	font-size: small;
	color:  #3D75AC;
}
.time {
	font-family: inherit;
	font-size: small;
	color: #949494;
}
.rebg_num {
	font-family: inherit;
	font-size: small;
	color: #FFFFFF;
	background-color: #CA0002;
	padding-left:2px;
	padding-right:2px;
}

.P_navi_blue {
	font-family: inherit;
	font-size: small;
	font-weight: bold;
	color: #3333FF;
	text-align: center;
	vertical-align: middle;
}

.Navi_redtext {
	font-family: inherit;
	font-size: xx-small;
	text-transform: uppercase;
	color: #CA0002;
}
/*this is only use for CNN money grey text for update time*/
.gray_text {
	font-family: inherit;
	font-size: small;
	color:#666666;
}

/* format the zip code input to all numeric input*/

.phone {-wap-input-format: "*N"}

/*Footer style*/
.sprint{
color:#CC0000;
}
.greenClass{color:#009900}
.redClass{color:#DF2727}
.download{
   background-color:white;
   font-size:12px;
   font-family:Arial;
   font-weight: bold;
}