﻿html
{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body
{
    margin: 0px;

    background: #fff url(../imgs/bg.png) repeat-x center top;
    height: 100%;
}

#container
{
    width: 100%;
    height: 100%;
    background: url(../imgs/bg_sides.png) no-repeat center top;
}

#side
{
    float: left;
    width: 128px;
    padding: 0px 6px 5px 12px; 
}

#main
{
    float: right;
    width: 765px;    
}
        
#footer {
    clear:both;
    width: 918px;
    margin-left: auto;
    margin-right: auto;
    background-color: #616161;
}

.hdtxt 
{
	font-family: Arial;
	font-size: 1.2em;
	color: #029fa8;	
}

.boxtxt 
{
	font-family: Arial;
	font-size: 0.85em;
	color: #686868;	
}

#contentbox 
{	
	float: left;
	width:718px;
	border:1px solid #e1e1e1;
	font: normal 11.5px arial;
		 color: #464646;
	text-align: justify;
	padding: 12px;
}

#header 
{
	position: relative;
	width: 742px;
	padding: 15px 0 12px 5px;		
}

#tools_mail 
{
	right: 25px;
	top: 21px;
	position: absolute;	
}

#tools_print 
{
	right: 0px;
	top: 22px;
	position: absolute;	
}

.subheader 
{
	font:bold 14px Arial;
	color: #029fa8;	
}

.ahrefsub_selected 
{
	font: bold 11px arial;
	text-decoration: none;
	padding:0px 0px 15px 3px;
	color: #e37024;	
}

.ahrefsub
{
	font: bold 11px arial;
	text-decoration: none;
	padding:0px 0px 25px 3px;
	color: #828282;	
}

.ahrefmain 
{
	font: bold 0.6em Arial;
	text-decoration: none;
	color: #e37024;	
}
.button
{
	float:left;
	height:35px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#fff), to(#f2f2f2) );
	background: -moz-linear-gradient( top, #fff, #f2f2f2 );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f2f2f2)";
}

.subscribe_field 
{
	font: bold 1.0em arial;
	color: #828282;
	border: 0px;
	background-color: transparent;
	padding-left: 10px;
}

.subscribe_box 
{
	height: 23px;
	padding: 6px 0 0 0 ;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    background: -webkit-gradient( linear, 0 0, 100% 100%, from(#ededed), to(#fff) );
	background: -moz-linear-gradient( top, #ededed, #fff );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ededed, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ededed, endColorstr=#ffffff)";
}

.land_boxes 
{
	position: relative;
	float: left;
	border: 1px solid #c5c5c5;
	padding: 8px;
	width: 272px;
	height: 111px;
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#fff), to(#f0f0f0) );
	background: -moz-linear-gradient( top, #fff, #f0f0f0 );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f0f0f0)";
	-moz-box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;	
}

.ora_links 
{
    text-decoration: none;
    color: #e37024;
}

.grey_links 
{
    text-decoration: none;
    color: #686868;
}


