﻿/* custom body styles */

#body_container {
	width: 500px;
	display: table;
	padding: 20px;
	margin: 0 auto;
	border-top: 2px solid #c7c7c7;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
}

#missing_extension {
	padding: 20px;
	margin-top: 20px;
	border-top: 1px solid #bbb;
	border-right: 1px dotted #aaa;
	border-bottom: 1px solid #bbb;
	border-left: 1px dotted #aaa;
	width: 380px;
	background: url(/_IMAGES/_XSL/templates/www_main/grad_02a.jpg) repeat-x top left;
}

#newsletter_div {
	padding: 20px;
	margin-top: 20px;
	border-top: 1px solid #bbb;
	border-right: 1px dotted #aaa;
	border-bottom: 1px solid #bbb;
	border-left: 1px dotted #aaa;
	width: 380px;
	background: url(/_IMAGES/_XSL/templates/www_main/grad_02a.jpg) repeat-x top left;
}

#div_button {
	margin: 0px 0px 20px 5px;
	padding: 10px 10px 10px 10px;
	border-top: 2px solid #ddd;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #bbb;
	background: url(/_IMAGES/_XSL/templates/www_main/grad_02.jpg) repeat-x bottom left;
	float: left;
}

/* -- */

#search_tbl {
	border-top: 1px solid #ddd;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #ccc;
	border-left: 1px dotted #bbb;
}
#search_tbl tr.items {
	color: #aaa;
	font-size: 10px;
}
#search_tbl tr.items td {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	background: url(/_IMAGES/_XSL/templates/www_main/grad_02.jpg) repeat-x bottom left;
}
#search_tbl tr.items span.search_item {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
}
#search_tbl tr.items span.search_item a.selected {
	background: #ffffce;
}
#search_tbl tr.search_main td.title {
	padding: 10px 5px 0px 10px;
	font-size: 11px;
}
#search_tbl tr.search_main td.form {
	padding: 10px 10px 0px 0px;
}
#search_tbl tr.search_footer td {
	padding: 0px 0px 10px 0px;
	font-size: 10px;
}

/* -- */

a
{
    color: Red;
}

.label
{
    float: left;
    width: 150px;
}

.textbox
{
    float: left;
    width: 150px;
}

.clear
{
    clear: both;
}

body
{
    font-family: Verdana;
    font-size: 12px;
    margin: 50px 0px 0px 0px;
    padding: 0px;
	background: #f0f0f0;
}

h1
{
    font-size: 16px;
    font-weight: bold;
	border-bottom: 1px solid #333;
    margin: 0px;
    display: inline;
}

h2
{
    font-size:14px;
    font-weight:bold;
    margin:0px;
    display:inline;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


.cursorhand
{
/*    cursor:hand;*/
    cursor:pointer;
    text-decoration:underline;
}

.paging
{
    border:solid 1px black;
    width:20px;
    height:20px;
    float:left;
    font-weight:bold;
    margin:1px;
    text-align:center;
    color:black;
    vertical-align:middle;
    
}

.paging_current
{
    border:solid 1px black;
    width:20px;
    height:20px;
    float:left;
    background-color:red;
    color:White;
    font-weight:bold;
    margin:1px;
    text-align:center;
    vertical-align:middle;
    
}


.table_header
{
    float:left;
    text-align:left;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    height:17px;
}


.table_header a
{
    font-weight:bold;
/*    cursor:hand;*/
    cursor:pointer;
    text-decoration:underline;
}


.urllongercell
{
    width:250px;
    float:left;
}

.urllongestcell
{
    width:500px;
    float:left;
}

.urlcell
{
    width:200px;
    float:left;
}

.linkcountcell
{
    width:50px;
    float:left;
    text-align:left;
}

.indexedcell
{
    width:50px;
    float:left;
    text-align:left;
}

.pagerankcell
{
    width:50px;
    float:left;
}

.anchorcell
{
    width:170px;
    float:left;
    text-align:left;
}

.anchorlongercell
{
    width:250px;
    float:left;
    
}

.linktypecell
{
    width:60px;
    float:left;
    text-align:left;
}

.strengthcell
{
    width:50px;
    float:left;
    text-align:left;
}

.oblcell
{
    width:50px;
    float:left;
    text-align:left;
}

.linkcountcell a
{
/*    cursor:hand;*/
    cursor:pointer;
    text-decoration:underline;
}

#progress
{
    height:30px;
    background:white;
    border:solid 1px red;
}

#progress_done
{
    height:30px;
    background:red;
    width:0px;
}

#top_menu
{
	width: 500px;
	padding: 20px;
    margin: 0 auto;
	border-top: 1px dotted #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	color: #ccc;
	font-size: 10px;
	background: #fff url(/_IMAGES/_XSL/templates/www_main/grad_03.jpg) repeat-x bottom left;
}
#top_menu span.menu_item {
	padding: 0px 20px 0px 20px;
	font-size: 12px;
	font-weight: bold;
}


#lightbox{
	display: none;
	position: absolute;
	top: 45%;
	left: 38%;
	z-index: 9999;
	width: 500px;
	height: 470px;
	margin: -220px 0 0 -125px;
	background: white;
	text-align: left;
	padding:5px;
	border:24px solid #555;
}

#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60);
}
#overlay[id]{
	position:fixed;
}

.question
{
    font-weight:bold;
    margin-top:10px;
    margin-bottom:5px;
	border-bottom: 1px dotted #bbb;
	padding: 10px 0px 3px 1px;
}

.answer
{
	padding: 0px 20px 0px 10px;
}
