/* Reset */
html { font-size: 100% }
body  { 
	font-size: 62.5%;
	padding: 0;
	margin: 0;
}
p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, blockquote, form, label, input {
	font-weight: normal;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}
/* End Reset */


body {
	font-family: Helvetica, Arial, Sans-serif;
	background: #fff url(../images/new_background.jpg) top center repeat-x;
}

/* Top Bar */

#logo {
	margin-top: 0;
	background: url(../images/logo.png) top left no-repeat;
	width: 339px;
	height: 103px;
	margin-left: 30px;
}

#login_info {
	float: right;
	height: 29px;
	margin-top: 16px;
	padding-right: 30px;
}

#login_info label {
	font-size: 1.4em;
	color: #333;
	padding-left: 20px;
}

#login_info input.input {
	font-size: 1.2em;
	padding: 3px;
	background: #fff;
	color: #333;
	border: 1px solid #333;
	
}

#login_info input.login_button {
	font-size: 1.4em;
	color: #fff;
	padding: 0 3px;
	background: #333;
	border: 0;
	margin-left: 20px;
}

#login_info input.login_button:hover {
	background: #666;
}
#login_info p {
    font-size: 1.4em;
    font-weight: bold;
    color: #1A398B;
    padding: 5px 0 0 0;
}

#login_info a {
    color: #1A398B;
    text-decoration: none;
}

#login_info a:hover {
    color: #333;
}

#closed {
	width: 600px;
	margin: 100px auto;
}

#closed h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -0.04em;
	color: #333;
	margin: 0 0 10px 0;
}

#closed p {
	font-size: 1.4em;
	color: #333;
	line-height: 1.6em;
	padding: 0 0 10px 0;
}

#container {
width: 100%;
display: block;
margin: 47px auto 0;
overflow: hidden;
min-height: 800px;
}

#leftbar {
	float: left;
	width: 265px;
        background: transparent url(../images/new_cat_background.jpg) top left no-repeat;
}

/* #category_select {
	margin-left: 10px;
	
}*/

#leftbar label {
	display: block;
	margin: 15px 0 0 15px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

#category_select select {
	width: 230px;
	border: 1px solid #ccc;
    margin: 0 0 5px 15px;
}

#category_select input {
    display: block;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    padding: 1px;
    margin-left: 215px;
    margin-bottom: 15px;
}

#nav ul {
margin: 30px 0 50px 0;
}

#nav li {
    list-style-type: none;
}

#nav li a {
    display: block;
    background: #ccc url(../images/new_nav_icon3.jpg) 0 3px no-repeat;
    margin: 5px 20px 0 15px;
    font-size: 1.4em;
    color: #555;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav li a:hover {
	background: #333 url(../images/nav_background_hover.jpg) 10px 3px no-repeat;
	color: #ccc;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#footer {
    background: #ccc url(../images/new_footer.jpg) top left repeat-x;
    display: block;
    clear: both;
    border-top: 1px solid #666;
}

#main_content {
    margin: 10px 10px 10px 10px;
    padding: 10px;
    border: 1px solid #ddd;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#main_content h1 {
	font-size: 3em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dashed #ccc;
	margin: 15px;
	letter-spacing: -0.04em;
}

#main_content h2 {
	font-size: 2em;
	font-weight: bold;
	color: #333;
	margin: 15px;
	letter-spacing: -0.04em;
}

#main_content p {
	font-size: 1.4em;
	color: #333;
	line-height: 1.6em;
	padding: 0 15px 15px 15px;
}

.site_display {
	display: block;
	/*background: #f9f9f9 url(../images/site_background.jpg) bottom left repeat-x;*/
	overflow: hidden;
	margin: 0 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
        height: 450px;
}

.site_display.left {
    float: left;
    width: 49%;
    border-right: 1px solid #ddd;
}

.site_display.right {
    float: left;
    width: 49%;
}

.wordpress {
	background: #fff url(../images/berry_med.jpg) top left no-repeat;
}

.netopia {
	background: #fff;
}

.LP {
	background: #fff;
}

.site_image {
        display: block;
        width: 90%;
	margin: 20px;
	overflow: hidden;
	height: 150px;
	border: 1px solid #333;
}

.full_site_image {
	display: block;
	margin: 20px auto 0;
	overflow: hidden;
	height: 300px;
	width: 760px;
        border: 1px solid #333;

}
.fulllink {
    font-size: 1.6em;
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #333;
    width: 760px;
    border: 1px solid #333;
    padding: 5px 0;
}

.fulllink a {
    color: #eee;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .1em;
}

.fulllink a:hover {
    text-decoration: underline;
}


.site_info {
        width: 90%;
	margin: 0 0 0 20px;
	padding-bottom: 10px;
        overflow: hidden;
}

.fullsite .site_info {
        display: block;
        width: 100%;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
}


.site_info p {
	padding: 5px 0 10px;
	margin: 5px 0 10px;
}

#sites .site_display .site_info h2 {
	margin: 0;
	padding: 0;

}

#main_content #sites p {
	font-size: 1.3em;
	color: #333;
	line-height: 1.4em;
	padding: 0 0 0 0;
}

#main_content form {
	width: 400px;
	border: 1px solid #ccc;
	background: #eee;
	margin-left: 15px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h1 a {
	color: #333;
	text-decoration: none;
	underline: none;
}

h1 a:hover {
	text-decoration: underline;
}


#main_content label {
	font-size: 1.4em;
	padding: 0 15px;
	float: left;
    margin: 10px 10px 10px 10px;
    clear: right;
}


#main_content label.check {
	font-size: 1.4em;
	padding: 0 15px;
	float: left;
    margin: 10px 10px 5px 10px;
    clear: right;
}

#main_content input {
	font-size: 1.4em;
	padding: 2px;
	border: 1px solid #333;
	background: #fff;
	float: right;
    margin: 10px 10px 10px 10px;
    clear: right;
}

#main_content input.submit {
	background: url(../images/button_background.jpg) top left repeat-x;
	color: #006699;
	text-transform: uppercase;
}

#main_content select {
	font-size: 1.4em;
	padding: 2px;
	border: 1px solid #333;
	background: #fff;
	margin: 10px 10px 10px 10px; 
	float: right;
}

#main_content input:focus {
	background: #e0f3d0;
}

#main_content form input.big_red_button {
	background: #f00;
	border: 2px solid #300;
	font-weight: bold;
	font-size: 2.4em;
	color: #fff;
	overflow: hidden;
}

#warning {
	background: #fff8e0 url(../images/warning.jpg) no-repeat 0 10px;
	border: 1px dashed #f00;
	min-height: 60px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#warning p {
padding: 20px 0 0 60px;
font-weight: bold;
}

#footer p {
	padding: 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}

#pagejump {
display: block;
margin: 10px 0;
height: 20px;
float: left;
width: 100%;
}

#pagejump a {
	float: left;
	background: #fff url(../images/button_background.jpg) top left repeat-x;
	width: 75px;
	padding: 3px;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#pagejump a:hover {
	background-image: url(../images/button_background_hover.jpg);
}

#sort {
	background: #eee;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	}


#sort a {
	color: #080;
	text-decoration: none;
}

#sort a:hover {




	color: #000;
	text-decoration: underline;
}













#navDropdown {
	float: left;
	list-style-type: none;
}

#navDropdown {
	display: block;
	padding-top: 9px;
	height: 30px;
    max-height: 30px;
}

#navDropdown li {
	margin-right: 10px;
	float: left;
}

#navDropdown li a {
	display: block;
	height: 28px;
	max-height: 39px;
	color: #1a398b;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6em;
	padding: 9px 20px 0;
}

#navDropdown li a:hover {
	color: #333;
	background: #eee;
}

/* Dropdowns */
#navDropdown ul li {
    background: transparent;
}
#navDropdown ul li a {
	color: #666;
        background: transparent;
	display: block;
        width: 170px;
        height: auto;
	font-size: 1.1em;
        padding: 6px 10px 3px 10px;
	text-decoration: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
}
#navDropdown ul li a:hover {
	background: #ddd;
	color: #000 !important;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

#navDropdown li ul {
	background: #eee;
	left:-999em;
	position:absolute;
	width:190px;
	list-style-type: none;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
        border: 1px solid #ccc;
        padding: 10px 0;
        
}

#navDropdown li:hover ul ul, #navDropdown li.sfhover ul ul {
	left:-999em;
}
#navDropdown li:hover ul, #navDropdown li li:hover ul, #navDropdown li.sfhover ul, #navDropdown li li.sfhover ul {
	left:auto;
}


.siteinfotable {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.siteinfotable tr {
    background: #eee;
}

.siteinfotable tr.tralt {
    background: #ddd;
}

.siteinfotable td {
    font-size: 1.4em;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.siteinfotable .special {
background: #FCFFC7;
}

.siteinfotable .specialalt {
background: #E0FFC7;
}

.small {
    font-size: .5em;
    font-weight: normal;
    letter-spacing: .01em;
    padding-left: 10px;
}

#main_content .site_display h1 {
	font-size: 3em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dashed #ccc;
	margin: 15px 15px 0;
	letter-spacing: -0.04em;
	height: 35px;
	overflow: hidden;
}

h3 a {
	font-size: 1.6em;
	color: #333;
	text-decoration: none;
	margin: 0 0 0 15px;
	line-height: 2em;
}

h3 a:hover {
	text-decoration: none;
}

.site_info table {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.site_info tr {
    background: #fff;
}

.site_info tr.alt {
    background: #ddd;
}

.site_info td {
    font-size: 1.4em;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.siteinfo_left {
    float: left;
    width: 49%;
    text-align: left;
}


.siteinfo_right {
    float: left;
    width: 50%;
    text-align: left;
}

.reportheader {
    background: #333;
}

.reportheader td {
    color: #fff;
    font-size: 1.6em;
    padding: 5px;
    text-align: center;
    border-right: 1px solid #666;
}

.reportItem td {
    color: #333;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 1.4em;
    padding: 3px;
}

.reportItem {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.reportItem.oddrow {
    background: #ddd;
}

.reportItem.evenrow {
    background: #eee;
}

.sliderView {
padding: 15px;
}

.reportss {
    float: left;
}

.sliderView h2 {
    padding: 0 !important;
    margin: 0 0 10px !important;
    border-bottom: 1px solid #ccc;
}

.reportss img {
    border: 1px solid #ccc;
    margin: 5px;
    padding: 5px;
    background: #fff;
}

.reportMoreInfo {
    float: left;
    overflow: hidden;
}

.reportMoreInfoLeft, .reportMoreInfoRight  {
    float: left;
    height: 300px;
    padding-right: 40px;
    padding-left: 20px;
}

.reportMoreInfoLeft p, .reportMoreInfoRight p {
    font-size: 1.2em !important;
    padding: 0 !important;
}

.reportItem a {
	color: #00228e;
	text-decoration: none;
}

.reportItem a:hover {
	text-decoration: underline;
}
