﻿body {
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

a:link {
	color: #074188; font-family: verdana; font-size: 11px; font-weight: normal; font-style: normal; line-height: normal; font-variant: normal; text-transform: none; border: thin none #FFFFFF; text-decoration: none; 
	}
a:hover {
	color: #000000; font-family: verdana; font-size: 11px; font-weight: normal; font-style: normal; line-height: normal; font-variant: normal; text-transform: none; border: thin none #FFFFFF; text-decoration: none;		
}
a:visited {
	color: #074188; font-family: verdana; font-size: 11px; font-weight: normal; font-style: normal; line-height: normal; font-variant: normal;  text-transform: none; border: thin none #FFFFFF; text-decoration: none; 
}



a.top:link {
	color: #333333; font-family: verdana; font-size: 11px; font-weight: normal; font-style: normal; line-height: normal; font-variant: normal; text-transform: none; border: thin none #FFFFFF; text-decoration: none;	 
	}
a.top:hover {
	color: #ff0000; font-family: verdana; font-size: 11px; font-weight: normal; font-style: normal; line-height: normal; font-variant: normal; 	text-transform: none; border: thin none #FFFFFF; text-decoration: none; 
	}
a.top:visited {
	color: #333333; font-family: verdana; font-size: 11px; font-weight: normal; font-style: normal; line-height: normal; font-variant: normal; text-transform: none; border: thin none #FFFFFF; text-decoration: none;	 
	}


a.red:link { color: #000000; font-family: verdana; font-size: 11px; font-weight: bold; }
a.red:hover {color: #ee1e24; font-family: verdana; font-size: 11px; font-weight: bold; }
a.red:visited { color: #000000; font-family: verdana; font-size: 11px; font-weight: bold; }


a.nav:link { color: #0033FF; font-family: verdana; font-size: 11px; font-weight: normal; }
a.nav:hover {color: #ff0000; font-family: verdana; font-size: 11px; font-weight: normal; }
a.nav:visited { color: #0033FF; font-family: verdana; font-size: 11px; font-weight: normal; }

td{
	font-size: 11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul{
color:333333;
}



.dropcap {
	color: #4B4B4B;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}

pre, .code 

{
	background: #FFFFCC;
	border-left: 5px solid #00adef;
	font: 1em/1.5 "verdana", monospace;	
	margin: 0px 0px 0px 0px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(../../images/so-q.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(../../images/sc-q.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

blockquote.testimonial {
	padding: 0 0 10px;
	border-bottom: 1px solid #E7E8E6;
}

blockquote.testimonial span.author {
	background: url(../../images/icon-author.gif) no-repeat 5px center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}

/* Drropcap */
.dropcap {
	color: #4B4B4B;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../../images/icon-error.gif) no-repeat top left;
	color: #CC0000;
	padding-left: 25px;
}

p.message {
	background: url(../../images/icon-info.gif) no-repeat top left;
	color: #2C79B3;
	padding-left: 25px;
}

p.tips {
	background: url(../../images/icon-tips.gif) no-repeat top left;
	color: #E58C00;
	padding-left: 25px;
}

p.subheading {
	background: url(../../images/subheading.gif) no-repeat top left;
	color: #006699;
	padding-left: 18px;
	text-transform:none;
	text-transform:uppercase

}





.highlight {
	background: #FFFFCC;
	font-weight: bold;
	padding: 1px 5px;
}

.red_heading {
	background: #FF0000;
	font-weight: bold;
	padding: 1px 5px;
	color:#FFFFFF;

}

/* Note Style */
p.stickynote {
	background: url(../../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px 0px 10px 50px;
}

p.download {
	background: url(../../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px 0px 10px 50px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../../images/icon-checklist.gif) no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Check list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(../../images/icon-star.gif) no-repeat 0 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* List arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../../images/icon-arrow.gif) no-repeat 3px 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Inline Underlist*/
ul.none-padding {
	margin: 5px;
	padding: 5px;
	list-style: none;
}

ul.none-padding li {
	margin: 2px;
	padding: 2px;
	background: none;
}



/* List video */
a.video {
	background: url(../../images/icon-video.gif) no-repeat 0px 2px;
	padding: 0 0 0 20px;
	color: #006699;	font-size: 12px; font-family: "verdana", Times, serif;	font-weight: normal; text-decoration: none;
}

/* List Feed RSS */
a.rss {
	background: url(../../images/icon-rss.png) no-repeat 0px 2px;
	padding: 0 0 0 20px;
	color: #006699;	font-size: 12px; font-family: "verdana", Times, serif;	font-weight: normal; text-decoration: none;	
}

/* List link */
a.hyperlink {
	background: url(../../images/icon-link.png) no-repeat 0px 2px;
	padding: 0 0 0 20px;
	color: #006699;	font-size: 12px; font-family: "verdana", Times, serif;	font-weight: normal; text-decoration: none;
}

/* Bignumber */
.bignumber {
	background: url(../../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 6px 7px;
}


/*---------------------------------*/


/* Box style */
.box-grey,
.box-hilite,
.box-black,
.box-red,
.box-blue,
.box-green,
.box-orange,
.box-purple
 {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin: 20px 0 0 0;
	padding: 10px;
}

.box-hilite {
	border: 1px solid #006699;
	background: #E7F4FA;
}

.box-black {
	border: 1px solid #000000;
	background: #181818;
	color : #ffffff;
	
}

.box-red {
	border: 1px solid #9d092c;
	background: #da093b;
	color : #ffffff;
	
}
.box-blue {
	border: 1px solid #1a60a0;
	background: #2d83d4;
	color : #ffffff;
	
}
.box-green {
	border: 1px solid #0b7b08;
	background: #1aa417;
	color : #ffffff;
	
}
.box-orange {
	border: 1px solid #b27b0f;
	background: #e49e15;
	color : #ffffff;
	
}

.box-purple {
	border: 1px solid #760587;
	background: #b11ec7;
	color : #ffffff;
	
}



/* Box style */
.box-lead,

 {
	border: 1px solid #111111;
	background-color: #f7f7f7;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	width:45%;
	float:right;
	color: #ff0000;
	font-weight:normal;
	
}






/* Legend */
.legend-title {
	background: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -13px;
}

.legend {
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

.legend-hilite {
	border: 1px solid #006699;
	margin: 20px 0;
	padding: 0 8px;
	position: relative;
	text-align:justify
}




/*------------------left link  old css-------------*/

.pg_heading
{
	color: #D2D2D2;
	font-size: 30px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;

}

h4, .heading1 

{
	color: #ed1e24;
	font-size: 14px;
	font-weight: bold;	
}

.heading2 
{
	color: #ed1e24;
	font-weight: normal;
	font-size:22px;
	font-family:"Times New Roman", Times, serif
}

.text_lead 
{
	color: #0033FF;
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-weight: normal;
	font-size:11px;
	width:auto;
	border-left: 13px solid #007abe;
	padding: 0px 5px 0px 5px;
	

}



/*------------------left link  css-------------*/
#blueblock{
width: 230px;
border-right: 0px solid #ff0000;
padding: 0 0 0 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #ffffff;
color: #ff0000;
}

* html #blueblock{ /*IE 6 only */
w\idth: 230px; 
/*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #ffffff;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #d8d5d5;
border-right: 9px solid #d8d5d5;
background-color: #efeded;
color: #000000;
font-weight: bold;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #b2c4dd;
border-right: 9px solid #b2c4dd;
background-color: #d4e1f2;
color: #ed1e24;
font-weight: bold;
}

/*------------------left link  css-------------*/
