/* General styling */
h1,h4,p,textarea { /*font-size: 1.2em;*/
	text-decoration: none;
}

h2 {
	font-size: 10pt;
}

.navlink {
	font-size: 11px;
	font-family: arial;
	font-color: gray;
	text-decoration: none;
}

.navlink:hover {
	text-decoration: underline;

}

body {
	/*background-color: #3E6A97;
	background-color: #CCCCCC;*/
	background-color:#c8d5dd;
	color: #303030;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}

.flashobj:hover {
	z-index: 102;	
}

a {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

p { /*	line-height: 1.5em;*/
	margin: 0 0 15px;
}

/* Page Formating Layout Section */

.rockin_main {
	width: 100%;	
	border: 0px solid #CCCCCC;
	background-color: #c8d5dd;
	border-color: #263F5d;
	background-image : url(../../img/reviewmyweb/gradient.gif);
	background-position : top;
	background-repeat : repeat-x;
}

.center_main_border {
	background-color: #FFFFFF;
	width: 1024px;
	margin-left:auto;
	margin-right:auto;	
	
}
.center_main_border_dark {
	background-color: #b2b2b2;
	width: 1028px;
	margin-left:auto;
	margin-right:auto;	
	
}
.center_main {
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #CCCCCC;	
	background-color:#FFFFFF;
}	

.header_inner {
	width: 986px;
	height: 102px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid black;
	background-color:#FFFFFF;
	background: url(../../img/rockin/rockin-seo-header-inner.jpg);	
	
}

/*nav tabs */
.tab_black {
	background: url(../../img/rockin/rockin_black_tab_m.jpg);
	color: #FFFFFF;
		background-repeat : repeat-x;
		font-size:18px;
		font-weight:bold;
		font-family:arial;
		padding-left:10px;
		padding-right:10px;
		text-decoration:none;
		min-width:100px;	
		cursor:pointer;
}

.tab_gray:hover {
	background: url(../../img/rockin/rockin_black_tab_m.jpg);
	color: #FFFFFF;
		background-repeat : repeat-x;	
		font-size:18px;
		font-weight:bold;
		font-family:arial;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;	
		min-width:100px;		
		cursor:pointer;
}

.tab_gray {
	background: url(../../img/rockin/rockin_gray_tab_m.jpg);
	color: #000000;
		background-repeat : repeat-x;
				font-size:18px;
		font-weight:bold;
		font-family:arial;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;
		min-width:100px;		
		cursor:pointer;
}
.tab_selected {
	background: url(../../img/rockin/rockin_black_tab_m.jpg);
	color: #FFFFFF;
		background-repeat : repeat-x;
}


/*tables */
.table_wrapper {
	width: 98%;
}

.strength_bar_outline {
	width:95%;
	border:1px solid #CCCCCC; 
	height:12px;
}

.strength_bar_inner {
	height:100%; 
	background-color:#A9D0F5;
}

.inner_main {
	font-family: Arial, Sans-serif;
	/*margin:10px 0pt 15px;*/
	margin:0px 0px 0px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	cell-spacing: 0px;
	border:1px solid #BEBEBE;	
}

/*table main*/
table.tablemain {
	font-family: Arial, Sans-serif;
	/*margin:10px 0pt 15px;*/
	margin:0px 0px 0px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	cellspacing:0;
	cellpadding:0;
	border-collapse: collapse;
}
table.tablemain thead tr th, table.tablemain tfoot tr th {
	font-family: arial,helvetica,sans-serif;
	background-color: #2E9AFE;
	border: 1px solid #2E9AFE;
	font-size: 12px;
	padding: 4px;
	color: #FFFFFF;
}

table.tablemain thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}


table.tablemain tbody td {
	font-family: arial,helvetica,sans-serif;
	color: #black;
	padding: 4px;
	background-color: #F2F2F2;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #BDBDBD;
}

table.tablemain tbody tr.odd td {
	background-color:#F9F9F9;
}
table.tablemain thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablemain thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablemain thead tr .headerSortDown, table.tablemain thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.tablemain tbody tr td a {
	color: #1B6ABA;
	font-weight: normal;
}

/* Remove the border from the top row. */
table.tablemain tbody tr:first-child td { /*border-left: 1px solid red;*/  }
 
/* Remove the border from the left column. */
table.tablemain tbody tr td:first-child { 
	/*border-left: 1px solid red;*/ 
}


table.tablemain tbody tr.hover_yes td {
	background-color: #8888FF;
	text-decoration: none;
	color: white;
}

table.tablemain tbody tr.hover_no td  {
	background-color: #ffffff;
	text-decoration: none;
	color: #3D3D3D;
}


/* GENERAL PAGE SECTION */
.header_section {
	background-color: #FFFFFF;
	/*height: 88px;*/	
}

.nav_tabs_section {
	background-color: #FFFFFF;	
	width: 100%;
	border: 3px solid black;
}

.nav_links_section {
	background-color: #3E6A97;	
	height: 20px;
}

.page_section {
	background-color: #FFFFFF;	
}


/* HEADER AREA */

/*** Header: Horizontal Main Menu ***/

#box_mainmenu {
	padding-left: 18em;
	padding-top: 2.5em;	background-color: #ffffff;
	
}

#mainmenu {
	border-bottom : 0px solid #ccc;
	margin : 0;
	padding-bottom : 27px;
	/*padding-left : 10px;*/
}
 
#mainmenu ul, #mainmenu li	{
	float: right;
	display : inline;
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}
 
/*actual tabs formatting */	
#mainmenu a {
	background :  url(../img/sm_img/tab_gray.png)  repeat-x scroll 0%;
	
}

#mainmenu a:link, #mainmenu a:visited	{
	/*background : #999999;*/
	border : 0px solid #FFFFFF;
	color : #FFFFFF;
	float : left;
	font-size : 12px;
	font-weight : bold;
	font-family: "lucida", "tahoma", "arial", "sans-serif";
	line-height : 23px;
	margin-right : 0px;
	margin-bottom: 0px;
	padding : 2px 15px 2px 15px;
	text-decoration : none;
}

#mainmenu a.current {
	background: url(../img/sm_img/tab_blue.png) repeat-x scroll 0%;	
	color : #FFFFFF;
	}
 
#mainmenu a:link.active, #mainmenu a:visited.active	{
	background: url(../img/sm_img/tab_blue.png) repeat-x scroll 0%;	
	border-bottom : 0px solid #fff;
	color : #FFFFFF;
}
 
#mainmenu a:hover	{
	color :#FFFFFF;
	background: url(../img/sm_img/tab_blue.png) repeat-x scroll 0%;	
}
 
 
/*** Chart Settings ***/
.chartheader {
	text-align: center;
	font-weight: bold;
	font-color: #3A3A3A;
}

/*** BODY: Top Navigation (Left) ***/
#content_submenu {
	/*background: #3E6A97 none repeat scroll 0%;*/
	background: url(../img/sm_img/tab_blue.png) repeat-x scroll 0%;	
	color: #FFFFFF;
	float: left;
	padding: 5px 0px 5px;
	width: 100%;
}

#contentwide_submenu {
	background: #3E6A97 none repeat scroll 0%;
	color: #FFFFFF;
	float: left;
	padding: 5px 0px 5px;
	width: 100%;
}

#submenu_left { /*background-image:url(../img/submenu_left.png);
	background-repeat:no-repeat;
	height: 100%;*/
	
}

#submenu {
	float: right;
	font-style: normal;
	font-family: tahoma, arial,helvetica,sans-serif;
	padding-right: 12px;
	font-weight: normal;
}

#submenu a {
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
}

#submenu a:hover {
	/*background: #ffffcc;
	color: #303030;*/
	text-decoration: underline;
}

#submenu a.current {
	/*background: #ffffcc;*/
	font-weight: bold;
	color: #B5CADF;
	text-decoration: underline;
}



/* TABS */
.tab_1 {
	display: block;
    padding: 0 10px;
    background: url(../img/sm_img/tab_1.png) no-repeat;	
}
.tab_2 {
	display: block;
    padding: 0 10px;
    background: url(../img/sm_img/tab_2.png) no-repeat;	
}
.tab_3 {
	display: block;
    padding: 0 10px;
    background: url(../img/sm_img/tab_3.png) no-repeat;	
}


/*basic formatting for charts */
.chartheader {
	font-family: "tahoma", "arial", "sans-serif";
	font-size: 14px;
	padding: 10px 0px 0px 0px;
	color: #4A80CF;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.greyheader {
	color: #555555;
	font-size: 12pt;
	border-bottom: 1px solid #FF6600;
	padding: 2px;
}

.orangeheader {
	color: #FF6600;
}

.orangetext {
	color: #FF6600;
	font-size: 15px;
	font-weight: lighter;
}

.blacktext {
	color: #444444;
	font-size: 11px;
	font-weight: normal;
}

.redtext {
	color: #CD0E44;
	padding: 0px 0px 5px 0px;
}


/*** Header Section ***/
.pageheader {
	background: white;
	color: #ffffff;
	height: 71px;
	margin: 0px;
	text-align: left;
	border-bottom: 3px solid #119ACE;
}

.helpTitle {
	margin-left: 13.8em;
	margin-top: 5px;
	position: absolute;
	float: left;
	padding-top: 5px;
	margin-bottom: 0px;
	font-size: 1.3em;
}

/*** Header: Sitename ***/
.sitename {
	background: white;
	color: black;
	height: 65px;
	margin: 0px 0px 0px;
	text-align: left;
}

h1 .sitename,h2 .sitename { /*font-family: helvetica;*/
	text-decoration: none;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	padding-top: 15px;
}

h2 .sitename { /*font-family: helvetica;*/
	text-decoration: none;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	font-size: 1.6em;
}

/*** Header: Horizontal Side Menu ***/
ul#smallnav {
	font-size: 0.9em;
	float: right;
	margin-top: 0px;
	padding-right: 10px;
	list-style-type: none;
}

ul#smallnav li {
	float: left;
	padding-left: 5px;
	color: #3333CC;
}

ul#smallnav li a {
	font-weight: bold;
	color: #3333CC;
}

ul#smallnav li a:hover {
	color: #3333CC;
	text-decoration: underline;
}


/*** Updates Formatting Section ***/
.updatebackground {
	background-color: #F9F9F9;
	border: 1px solid #E3E3E3;
	/*height: 280px;*/
	padding: 6px 8px 0px 6px;
	line-height: 18px;
	border-top: none;
}
.updateheader {
	/*height: 30px;*/
	/*background: url(../img/sm_img/tableheader.png) repeat-x;*/
	background-color: #EEEEEE;
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
	padding: 5px 5px 5px 22px;
	font-size: 12px;
	border: 1px solid #E3E3E3;
}

.updatebody_head {
	padding: 3px 10px 3px 25px;
	background-color: #CDDBEB;
}
.updatetitletext{
	text-transform: uppercase;
	color: #6A6A6A;
	font-weight: bold;
	font-size: 11px;
}
.updatebodytext {
	font-size: 12px;
	font-family: arial, tahoma, verdana;
}
.updatebody_regular {
	padding: 3px 10px 3px 22px;
	background-color: #F1F1F1;
}


/*** Content Wrap ***/
#wrap {
	clear: both; //
	font-size: 0.9em;
	background-color: #ffffff;
	padding-top: 0px;
	min-height: 800px;
}

.fullwrap_right {
	padding-right: 5px;
	background: url(../img/fullwrap_right.jpg) repeat-y scroll 0%;
	background-position: 100% 0;
	width: 100%
}

.fullwrap {
	width: 1100px;
	margin: 0pt auto;
	margin-bottom: 20px;
	padding-left: 5px;
	background: url(../img/fullwrap_left.jpg) repeat-y scroll 0%;
}

/*** Main container ***/
#container {
	background: #f0f0f0;
	color: #303030;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}


/*** Sidebars ***/
#leftside {
	float: left;
	margin-right: 10px;
	width: 150px;
}

#rightside {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 250px;
	width: 20.5em;
}

#leftside h1,#rightside h1 {
	color: #505050;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 12px;
}

#leftside h2,#rightside h2 {
	font-size: 1.1em;
	margin: 0 0 20px;
}

#leftside p,#rightside p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 16px 10px;
}

.smallLink {
	text-decoration: underline;
	font-size: 0.9em;
}

/* Body: Sideboxes */
#sidebox {
	background-color: #FAFCFF;
	border: 1px solid #CDCDCD;
	color: #2a2a2a;
	padding: 0px 0px 0px;
}

#boxheader_outter {
	/*border: 1px solid #E6EEEE;
	border-top: 1px solid #2B496A;*/
	height: 100%;
}

#boxheader_outter_snapshot {
	/*border: 1px solid #E6EEEE;*/
	border-bottom: 1px solid #CCCCCC;
	height: 100%;
}

#boxheader_snapshot {
	font-size: 16px;
	font-weight: bold;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light",Arial,Verdana,sans-serif;
	padding: 5px 5px 5px 5px;
	color: #3E6A97;
	/*padding: 3px;
	border: 1px solid #FFF;
	background-color: #c3d9ff;
	background-color: #CDDBEB*/
}

#boxheader {
	font-family: "arial", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	/*color: #2B496A;*/
	/*padding: 3px;
	border: 1px solid #FFF;
	background-color: #c3d9ff;*/
	background-color: #2C65A0;
}

#boxheader a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#boxheader a:hover {
	text-decoration: underline;
}

#boxheader img,#pager img {
	border: 0px;
	margin: 0px 0px 0px;
	padding: 0px;
}

#keywordtable img {
	
}

/*** Sidebar menu ***/
.nav {
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	margin-top: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	text-transform: uppercase;
	width: 140px;
}

.nav:hover,.active { /*background:#f8f9fa;
border:1px solid #909090;*/
	/*	background: #CBE0E9 url(../img/menuhover.jpg) top left repeat-x;*/
	background: #c3d9ff;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}

.sub {
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0 2px 10px;
	padding: 4px 2px 2px 8px;
	width: 125px;
}

/*** Content ***/
#content,#contentalt {
	background-color: #FAFCFF;
	border: 1px solid #909090;
	color: #2a2a2a;
	/*padding:15px 20px 5px;*/
	padding: 15px 15px 5px;
}

#contentwide {
	background-color: #FAFCFF;
	border: 1px solid #909090;
	color: #2a2a2a;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	min-width: 930px;
	min-height: 500px;
	/*	height:30em;*/
	width: 65em;
	padding: 15px 15px 15px 15px;
}

#contentwidetall {
	background-color: #FAFCFF;
	border: 1px solid #909090;
	color: #2a2a2a;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	min-width: 930px;
	min-height: 800px;
	height: 50em;
	width: 65em;
	padding: 15px 15px 15px 15px;
}

#content { /*	margin: 0 25% 1% 200px;*/
	border: 1px solid #CDCDCD;
	padding: 0px 0px 0px;
}

#contentalt {
	margin: 0 27% 5% 25px;
}

#innercontentbox {
	padding: 10px 2px 10px 2px;
	font-size: 0.9em;
}

#innercontentbox h2 { /*font-size: 10pt;
	font-weight: bold;*/
	
}

#content h1,#content h2,#contentalt h1,#contentalt h2,#contentbox h1,#contentbox h2,#contentwide h1,#contentwide h2
	{
	background-color: inherit;
	color: #606060;
	/*font-size: 0.9em;*/ /*font-weight: bold;*/ /*letter-spacing: -1px;*/
	margin: 0 0 15px;
	padding: 0;
}

/*#content h2,#contentalt h2, #contentbox h2, #innercontentbox h2, #contentwide h2  {
	font-size: 1.2em;
	margin-bottom: 10px;
}*/
#content h3,#contentalt h3,#contentbox h3,#innercontentbox h3,#contentwide h3
	{ /*	font-size: 1.1em;*/
	font-size: 12px;
	margin-bottom: 10px;
}

/*#content img,#contentalt img, #contentbox img, #innercontentbox img, #contentwide img {
	border: 1px solid #b0b0b0;
	margin: 5px 15px 6px;
	padding: 0px;
	float: left;
}*/
#sitedetails img {
	border: 1px solid #b0b0b0;
	margin: 5px 15px 6px;
	padding: 5px;
}

/*** Footer ***/
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}

/*** Various classes ***/
.thumbnail {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	margin: 0 0 10px 10px;
	padding: 5px;
}

/*.searchform {margin:5;}*/
.searchform {
	margin: 0px;
	padding: 0px;
}

.searchbox {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
	/*margin:2 4px 2 2;*/
	margin: 0 0px 0 0;
	width: 100px;
}

.searchbutton {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
}

.clearingdiv {
	clear: both;
	height: 30px;
	width: 1px;
}

.clearingdiv_aftermainnav {
	clear: both;
	height: 15px;
	width: 1px;
}

.hide {
	display: none;
}

/*** Text format ***/
.intro {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}

.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.4em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/*** Login box ***/
.login {
	width: 100%;
	padding-left: 0px;
	height: 15px;
	line-height: 12px;
}

.logintext {
	float: left;
	clear: left;
	font-family: Arial;
	font-size: 14px;
	font-style: bold;
}

.logininput {
	float: right;
	clear: right;
}

.loginbutton {
	border: 0;
	float: right;
	padding-bottom: 30px;
	font-weight: bold;
	color: white;
}

/* Registration page */

.setupfield {

	width: 238px;
	margin: 0 0 0px 0px;
	padding: 3px 2px 3px 2px;
	font-size: 10pt;
	font-family: arial, sans-serif;
	border: 1px solid #145480;
	/*height: 25px;
	width: 250px;*/
}

.setuptextarea {
	width: 238px;
	
	margin: 0 0 0px 0px;
	height: 100px;
	padding: 3px 2px 3px 2px;
	font-size: 10pt;
	font-family: arial, sans-serif;
	border: 1px solid #145480;
	/*height: 25px;
	width: 250px;*/
}

.keywordtextarea {
	margin: 0 0 0px 0px;
	font-size: 10pt;
	font-family: arial, sans-serif;
	border: 1px solid #145480;
	width: 50%;
	/*height: 25px;
	width: 250px;*/
}

label.registerprofile {
	width: 125px;
	margin: 0 0 0px 0px;
	padding: 5px 0px 0px 5px;
	font-size: 10pt;
}

label.registerprofilecomp {
	float: left;
	width: 125px;
	margin: 0 0 0px 0px;
	padding: 5px 0px 0px 5px;
	font-size: 10pt;
}

label.registerprofilepassword {
	float: left;
	width: 180px;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 10pt;
}

label.register {
	float: left;
	width: 160px;
	margin: 0 0 0px 2px;
	padding: 2px;
	font-size: 90%;
}

label.register_billing {
	/*float: left;
	width: 160px;
	margin: 0 0 0px 2px;
	padding: 2px;
	font-size: 10pt;*/
	text-align: left;
	float: left;
	width: 160px;
	margin: 0 0 0px 0px;
	padding: 2px 2px 2px 0px;
	font-size: 13px;
}

input.keywordfield {
	/*color: #2c65a0;
	background: #F0F0F0;*/
	padding: 0px 0px 3px 0px;
	border: solid 0px rgb(200, 200, 200);
	margin: 0 0 0px 0;
	font-size: 10pt;
	background-color:#F2F2F2;
	/*font-weight: bold;*/
}

.licensefield {
	font-size: 13px;
	font-family: arial, sans-serif;
	border: 1px solid #145480;
	/*padding: 2px 2px 2px 0px;*/
	vertical-align: top;
	padding: 3px 2px 3px 2px;
	/*text-align: left;*/
}

input.profile-readonly {
	color: #2c65a0;
	/*background: #F0F0F0;*/
	padding: 0px 0px 0px 0px;
	border: solid 0px rgb(200, 200, 200);
	margin: 0 0 2px 0;
	font-size: 10pt;
	/*font-weight: bold;*/
}

p.register {
	float: left;
	width: 100%;
	margin: 0 0 0px 2px;
	padding: 2px;
	font-size: 90%;
}

input.register-readonly {
	color: #ABADB3;
	background: #F0F0F0;
	padding: 2px;
	border: solid 1px rgb(200, 200, 200);
	margin: 0 0 5px 0;
}

/* Login page */
label.login {
	float: left;
	width: 100px;
	margin: 0 0 0px 2px;
	padding: 2px;
	font-size: 90%;
}

/* Login page - Side Bar */
label.loginSideBar {
	font-size: 90%;
}

/* Added for cake flash and error messages */
#flashMessage.message {
	color: blue;
}

#errorMessage.message,.error,.error_message {
	color: #900;
}

#flashMessage,#errorMessage,.error,.error_message {
	font-size: 13px;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
}

/* Data Box */
.data {
	background: url(../img/data_bg.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 54px;
	text-align: center;
	float: center;
	color: #464854;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 5px;
}

.data div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 550;
	color: #FFF;
	padding-top: 8px;
	font-size: 12px;
	margin-bottom: 5px;
}

/* Basic Bar Graph */
.graphcontainer {
	background: #f9f9f9;
	width: 55px;
	height: 52px;
	border: 1px solid #909090;
	padding: 4px 0px 0px 4px;
	margin-top: 3px;
	margin-bottom: 20px;
}

.graphinner {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	align: left;
}

.graph {
	position: relative; /* IE is dumb */
	width: 48px;
	padding: 0px;
	align: left;
	margin-bottom: 0.1em;
	margin-left: 0;
}

.graph .bar {
	display: block;
	align: left;
	position: relative;
	text-align: center;
	color: #333;
	height: 0.8em;
	line-height: 0.7em;
}

.graph .bar span {
	position: absolute;
	left: 0.85em;
}

/* Large graph */
.largegraphcontainer {
	background: #f9f9f9;
	width: 75px;
	height: 70px;
	border: 1px solid #909090;
	padding: 4px 0px 0px 4px;
	margin-top: 3px;
	margin-bottom: 20px;
}

.largegraph {
	position: relative; /* IE is dumb */
	width: 62px;
	padding: 0px;
	align: left;
	margin-bottom: 0.1em;
	margin-left: 0;
}

.largegraph .bar {
	display: block;
	align: left;
	position: relative;
	text-align: left;
	color: #333;
	height: 1em;
	line-height: 0.9em;
}

.largegraph .bar span {
	position: absolute;
	left: 1em;
}

/* legend */
.legend {
	position: relative; /* IE is dumb */
	width: 10px;
	padding: 0px;
	align: left;
	margin-bottom: 0.1em;
	margin-left: 0;
}

.legend .box {
	display: block;
	align: left;
	position: relative;
	text-align: center;
	color: #333;
	height: 0.8em;
	line-height: 0.7em;
}

.legend .box span {
	position: absolute;
	left: 1em;
}

/* This extra markup is necessary because IE doesn't want to follow */
	/* Historical Graph */
.historicalcontainer {
	width: 65px;
	height: 62px;
	margin-top: 1px;
}

/* Large Historical Graph */
.largehistoricalcontainer {
	width: 100px;
	height: 92px;
	margin-top: 1px;
}

#contentbox_outter {
	border: 0px;
	/*margin: 10px 0px 20px 10px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	min-width: 760px;
	/*width: 53.2em;*/
	width: 95%;
}

#contentwidebox_outter {
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	min-width: 930px;
	width: 72.5em;
}

#contentbox {
	/*background-color: #FAFCFF;*/
	/*border: 1px solid #CDCDCD;*/
	background-color: #FFFFFF;
	color: #2a2a2a;
	padding: 0px 0px 0px;
	margin-left: 0px;
	float: left;
	min-width: 100%;
	width: 100%;
	margin-bottom: 10px;
}


/* rounded corners */
.roundcorner{display:block}
.roundcorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#2E9AFE}
.roundcorner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #93dfba;
  border-right:1px solid #93dfba;
  background:#2E9AFE}
.roundcorner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e6f7ef;
  border-right:1px solid #e6f7ef;
  background:#2E9AFE}
.roundcorner3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #34c37e;
  border-right:1px solid #34c37e;}
.roundcorner4{
  border-left:1px solid #93dfba;
  border-right:1px solid #93dfba}
.roundcorner5{
  border-left:1px solid #43c887;
  border-right:1px solid #43c887}
.roundcornerfg{
  background:#2E9AFE;
  color:#FFFFFF; 
 }
