
/******************************************************
        ADInstall  by JDA Publishing.com
********************************************************/
body {
margin: 5px 0;
padding: 0;
background: #F5F8FC;
font: 76% verdana, arial, tahoma, sans-serif;
color:#000;
}
.container{
  width: 950px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #334a33;
  color:#000;
}
.header{
  background:#fff;
	height:156px;
	width:950px;
	background:url(images/header-gradient.jpg);
}
.logo {
  float:left;
	width: 600px;
  height: 156px;
}
.subscription {
  float:right;
	width:298px;
	height:156px;
  text-align: center;
	background:transparent;
	padding:0px 10px;
	font: 11px arial, sans-serif;
}	

/* Main Content*/
.right {
  width: 920px;
  padding: 10px 5px 10px 15px;
  background: #fff;
}
h1 {
  margin: 10px 0;
  color: #000;
  font: bold 16px tahoma, sans-serif;
}
h1.wave {
  background: url(images/green_waves.gif) left no-repeat;
  margin: 10px 0;
	padding:0 0 0 18px;
  color: #000;
  font: bold 16px tahoma, sans-serif;
}
h2 {
  margin:10px 0;
  color:#006;
  font:bold 14px tahoma, sans-serif;
}
ul {
  color:#000;
  padding-left:4em;
  list-style-type:square;
}
.spare ul {
  color:#000;
	list-style-type: none;
}
.spare li {
  padding-left:10px;
	line-height: 20px;
	font: 14px tahoma, sans-serif;
}
.right p {
  padding:5px;
  text-align:left;
	line-height:18px;
}
.attention {
  background:#ff0;
	padding:5px;
	border:solid 2px #000;
	margin:10px 0px;
}
/* Top Nav Bar */
.topnav {
  text-indent: .5em;
	margin: 15px 0 10px 0;
  background: #07CD06;
  border: solid 1px #000;
}
.topnav a:link, .topnav a:visited, .topnav a:active {
  height: 14px;
  color: #fff;
  margin-left: 1px;
  padding: 2px 10px;
  text-decoration: none;
  background: #2B55CB;
  border: 1px solid #000080;
}
.topnav a:hover {
  color: #000;
  background: #F5F8FC;
  border: 1px solid #334a33;
}
/* Footerr */
.footer{
  clear:both;
  width: auto;
	height:40px;
  background: #2B55CB;
  border-top: solid 1px #000;
	padding:5px;
  text-align:center;
	line-height:20px;
	color:#fff;
}
/* Link Classes */
.footer a:link, .footer a:visited {
  color: #fff;
}
.footer a:hover {
  color: #cff;
}
a:link, a:active, a:visited {
  color: #009;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: underline;
}
.box {
  font: 12px arial, sans-serif;
  border: dashed 1px #DD0E18;
  background: #F5F8FC;
	padding:10px;
	text-align: left;
	margin:0 10px 10px 0;
}
.boxwhite {
  font: 12px arial, sans-serif;
  border:solid 1px #000;
  background: #fff;
	width:400px;
	padding:10px;
	margin:5px 10px 10px 25px;
}
.boxwhiteleft {
  font: 12px arial, sans-serif;
  border:solid 1px #000;
  background: #fff;
	width:325px;
	padding:5px;
	margin:5px 10px 10px 20px;
}
.spacer {
  height:40px;
	background:inherit;
}
.spacer2 {
  height:80px;
	background:inherit;
}

/**** articledashboard.php ***/
   .plan{
margin: 0 auto;
width:100%;
font: 12px Verdana, Tahoma, sans-serif;
color:#000;
border:solid 1px #2B55CB;
border-collapse:collapse;
}
   .plan1 {
text-align:left;
width:20%;
font-weight:bold;
background:#07CD06; 
padding: 5px; 
border:solid 1px #030;
}
   .plan2 {
background:#F5F8FC;
padding: 5px;
width:20%;
font-weight:bold;
text-align:left;
border-bottom:solid 1px #2B55CB;
border-right:solid 1px #2B55CB;
}
   .plan3 {
width:20%;
background:#07CD06; 
height:5px;
}
   .plan1a {
text-align:center;
width:15%;;
font-weight:bold;
background:#07CD06; 
padding: 5px; 
border:solid 1px #2B55CB;
}
   .plan2a {
text-align:center;
width:15%;
font-weight:bold;
background:#fff;
padding: 5px;
border-bottom:solid 1px #2B55CB;
border-right:solid 1px #2B55CB;
}
   .plan3a {
text-align:center;
width:15%;;
background:#07CD06;  
height:5px;
}
   .plan1b {
text-align:center;
width:10%;
font-weight:bold;
background:#07CD06; 
padding: 5px; 
border:solid 1px #2B55CB;
}
   .plan2b {
text-align:center;
width:10%;
font-weight:bold;
background:#fff;
padding: 5px;
border-bottom:solid 1px #2B55CB;
border-right:solid 1px #2B55CB;
}
   .plan3b {
text-align:center;
width:10%;
background:#07CD06; 
height:5px;
}
   .planp {
background: #2B55CB;
padding: 5px;
color:#fff;
font: 1em Verdana, Tahoma, sans-serif;
height:24px; 
font-weight:bold;
text-align:center;
border-bottom:solid 1px #2B55CB;
}


/* Images */
img, img a {
  border : none;
}
.imgleft{
  float: left;
  margin-right: 10px;
}
imgcenter {
  text-align:center;
	margin:5px ;
	display:inline;
}
img.alignright {
  float:right;
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft {
  float:left;
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}
img.center {
  text-align:center;
	display: block;
	margin: 3px auto;
}