/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #555;
	background: #fafafa;
}

h2, h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #f60;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	margin-bottom: 6px;
	text-align: left;
}

p {
	line-height: 18px;
	margin-bottom: 16px;
}

table {
	border: 1px solid #eaeaea;
	width: 100%;
}

th {
	height: 28px;
	padding: 0 4px;
	background: url(Images/ChartHeader.gif);
	color: #5f5f5f;
}

td {
	padding: 4px;
	border: 1px solid #eaeaea;
	background: #fefefe url(Images/ChartCells.gif) repeat-x;
}

a {
	color: #369;
}

a:hover {
	color: #4c960e;
	text-decoration: none;
}

a img {
	border: none;
}

/*
div { border: 1px solid #f00; }
*/

#wrapper {
	margin:0 auto;
padding:32px 0 16px;
width:950px;
}

#header {
	text-align: left;
}

#header em {
	color: #888;
}

#header em span#name {
	color: #444;
}

#content {
	float:left;
margin-top:32px;
text-align:justify;
width:75%;
}

#footer {
	border-top: 1px dotted #bbb;
	margin-top: 32px;
	padding-top: 8px;
	clear:both;
}

#description {
	float: left;
	color: #777;
	font-style: italic;
}

#copyright {
	float: right;
}

tr#bestVps td {
	font-weight: bold;
	color: #4c960e;
	background: #fff;
}

.clear {
	clear: both;
}

.review_p{
text-align:justify;
color:#000000 !important;

}


#nav {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-bottom:8px solid #C1E1F2;
height:24px;
}


#nav ul {
margin:0 0 0 10px;
overflow:auto;
padding:0;
position:relative;
}

#nav ul li {
display:inline;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#nav li a:link, #nav li a:visited {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F3F2ED none repeat scroll 0 0;
display:block;
font-family:arial;
font-size:14px;
margin:0 10px 0 0;
padding:4px 10px;
font-weight:bold;
text-decoration:none;
}
#sidebar{/*border:1px solid #C1E1F2;*/
float:right;
height:100px;
margin-top:32px;
width:20%;}



/*New Menu Code Added By Nadeem Hussain*/

.urbangreymenu{
width: 250px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: #5F5F5F;
/*background: #7F951F;*/ /*url(images/downgreen.gif) no-repeat 8px 6px*/ /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
background:transparent url(Images/ChartHeader.gif);
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 10px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
/*background:#C1E1F2 none repeat scroll 0 0;*/
color:#336699 !important;
/*display:block;*/
font-family:Arial;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:17px;
padding:5px 0 5px 8px;
text-decoration:none;
text-align:center;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #4C960E;
/*background: #7F951F;*/
}


.visited {

background: #7F951F !important;

}

.link_exch{
/*background: #FFCC00 !important;*/
background: #7F951F !important;
}

/*New Menu Code Added By Nadeem Hussain*/


/*Nadeem Hussain*/
div.formarea{float:left;
width:25%;}
#comparison{background-color:white;
float:left;
width:100%;}

input#mem_min, input#mem_max, input#disk_min {
width:4em;}

.formarea label {
display:block;
}

.formarea p {
margin:0;
}

/*Table styling*/

.show_tb  {
-moz-border-radius:4px 4px 4px 4px;
background-color:#FFFFFF;
border:1px solid #DFDFDF;
border-spacing:0;
clear:both;
margin-bottom:20px;
margin-left:15px;
margin-top:20px;
text-align:center;
width:95%;
}



.show_plan{-moz-border-radius:4px 4px 4px 4px;
background-color:#FFFFFF;
border:1px solid #DFDFDF;
border-spacing:0;
clear:both;
margin:20px 0 20px 16px;
text-align:left;
width:95%;}



table {
	border: 1px solid #eaeaea;
	width: 100%;
}

th {
	height: 28px;
	padding: 0 4px;
	background: url(img/ChartHeader.gif);
	color: #5f5f5f;
	width:40%;
}

td {
	padding: 4px;
	border: 1px solid #eaeaea;
	background: #fefefe url(img/ChartCells.gif) repeat-x;
}


.filter_form{border:1px solid #DFDFDF;
height:115px;
margin-left:15px;
text-align:center;
width:95%;
padding-top:5px;
margin-top:10px;}

.filter_form label{}
.applyfilter{
margin-top:40px !important;}

.provider_link{text-align:center;}
.provider_link h2, h3, h4{}
.provider_link a{ color:#FFFFFF;text-decoration:none;}
.provider_link a:hover{ text-decoration:none;}
.provider_link span{ background:url("img/buttonbg.jpg") repeat scroll 0 0 #FF0000;
color:#FFFFFF;
font-weight:bold;
padding:5px;}



.my_content{border:1px solid #DFDFDF;
height:100px;
margin-bottom:10px;
margin-top:10px;
overflow:auto;
padding:20px;background-color:white;
width:96%;}

.my_content h1, h2, h3{font-size:17px;}

.my_content a{}

.my_content p{
line-height:1.6em !important;}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

/*Style Ends here*/