/* =Reset
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: url('../images/background-tile.jpg') top repeat-x;
	font: 100% Verdana, Geneva, sans-serif;
	color: #303030;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p, ol, ul, li {
	margin-bottom: 1.0em;
	line-height: 1.6em;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
table, form {
	margin: 0;
	padding: 0;
	border: none;
}
a {
	color: #009AE3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}


/* =Structure
----------------------------------------------------------------------------------------------------*/
#page {
	padding: 50px;
	background: url('../images/background-hexagons.jpg') left top no-repeat;
	font-size: 0.7em;
}
#upper,
#lower {
	min-width: 1100px;
	clear: both;
}
#header {
	padding: 0 0 10px;
}
#header .powered {
	margin: 0 0 5px 25px;
}
#input,
#instructions,
#callsToAction {
	float: left;
}
.input2
{
  margin-top:40px;
}
#footer {
	padding: 5px 0;
	border-top: 1px solid #CBCBCB;
	font-size: 0.9em;
}
#RegisteredPanel,
#ResentPanel 
{
  color:Green; 
  border:solid 1px green;
  width:100%;
  padding:4px;
}
#SignInPanel,
#RegisterPanel
{
 color :red; 
 border:solid 1px red;
 width:100%;
 padding:4px
}
#RegisteredPanel,
#RegisterPanel
{
  width: 350px;
}


/* =Login
----------------------------------------------------------------------------------------------------*/
#login {
	width: 781px;
	padding: 0;
}
#login .heading {
	height: 26px;
	padding: 14px 20px 0;
	background: url('../images/heading-bkg.gif') repeat-x;
	text-transform: uppercase;
	color: #FFFFFF;
}
#login .content {
	padding: 30px 40px;
	background-color: #FFFFFF;
}
#login #left {
	width: 260px;
	float: left;
}
#login #right {
	width: 360px;
	padding-left: 40px;
	margin-left: 40px;
	float: left;
	border-left: 1px solid #E5E5E5;
}
.shadow img {
	width: 100%;
}
#formLogin {
	margin-top: 30px;
}
#formLogin label {
	width: 120px;
	float: left;
}
#formLogin input.text {
	width: 130px;
}


/* =Register
----------------------------------------------------------------------------------------------------*/
#formRegister {
	margin-top: 30px;
}
#formRegister fieldset 
{
	padding: 20px 20px 10px;
	border: 1px solid #E5E5E5;
}
#formRegister legend 
{
  color: #303030;
	font-size: 0.85em;
}
#formRegister label {
	width: 120px;
	float: left;
	clear: both;
	line-height: 1.2em;
}
#formRegister span.checkbox input {
	float: left;
}
#formRegister label.checkbox {
	width: 178px;
	float: right;
	clear: none;
	line-height: 1.2em;
}
#formRegister input.text {
	width: 150px;
}
#formRegister select.text {
	width: 180px;
}
#formRegister #Register
{
  margin-top:10px;
  clear:both;
  float:right;
}

/* =Checker
----------------------------------------------------------------------------------------------------*/
#resendPassword {
	display: none;
}
#formPassword label {
	float: left;
	width: 100px;
}
#formPassword input.text {
	width: 190px;
	padding: 1px 3px;
}


/* =Checker
----------------------------------------------------------------------------------------------------*/
#input {
	width: 500px;
	height: 270px;
	padding: 0;
	margin-right: 40px;
}
#input .heading {
	height: 26px;
	padding: 14px 20px 0;
	background: url('../images/heading-bkg.gif') repeat-x;
	text-transform: uppercase;
	color: #FFFFFF;
}
#input .content {
	padding: 15px 20px;
	background: #FFFFFF;
}
#formChecker {
	margin: 0;
}
#formChecker #UrlTextBox {
	width: 450px;
	padding: 5px;
}
#formChecker #captcha {
	width: 270px;
	padding: 6px 5px 7px;
	margin-right: 10px;
}
#formChecker #submit {
	vertical-align: -62.5%;
}
.LBD_CaptchaDiv 
{
  position:relative;
  top: -10px;
}
.error
{
  color:Red;
}
.info
{
  color: Green;
}

/* =Instructions
----------------------------------------------------------------------------------------------------*/
#instructions {
	width: 250px;
	margin-right: 40px;
}
#instructions h2.instructions {
	height: 28px;
	padding: 12px 0 0 40px;
	margin-bottom: 10px;
	background: url('../images/question-mark-icon.png') left center no-repeat;
}


/* =Calls to Action
----------------------------------------------------------------------------------------------------*/
#callsToAction {
	width: 250px;
	padding: 0;
	position: relative;
	font: 1.1em Arial, Helvetica, sans-serif;
}
#callsToAction .background {
	height: 270px;
	background: url('/images/white-transparent.png');
}
#callsToAction .content {
	position: absolute;
	top: 20px;
	left: 25px;
}
#callsToAction li {
	padding-left: 10px;
	margin-bottom: 1.8em;
	background: url('/images/arrow-blue.gif') left 4px no-repeat;
	line-height: 1.2em;
}


/* =Tabs
----------------------------------------------------------------------------------------------------*/
.tabs {
	height: 30px;
	padding-left: 10px;
	margin-top: 20px;
	background: url('../images/tabs-bkg.png') left bottom no-repeat;
	border-bottom: 3px solid #0097E1;
	clear: both;
}
.tabs ol {
}
.tabs li {
	margin-right: 3px;
	float: left;
	background-color: #CBCBCB;
	text-transform: uppercase;
}
.tabs li a {
	display: block;
	height: 23px;
	padding: 7px 25px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #6F6F6F;
}
.tabs li a.active {
	background: url('../images/blue-fade.gif') left top repeat-x;
	color: #FFFFFF;
}


/* =Results
----------------------------------------------------------------------------------------------------*/
#results {
	display: none;
	padding: 20px;
}
#results #pageStats {
	padding: 15px 20px 10px;
	margin-bottom: 20px;
	border: 1px solid #CBCBCB;
}
#results ol {
	padding-left: 3.0em;
	list-style: decimal;
}
#results ol li {
	margin-bottom: 30px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 0.8em;
}
table.result {
	width: 100%;
	border-bottom: 1px solid #CBCBCB;
}
table.result th,
table.result td {
	padding: 5px 10px 6px;
	text-align: left;
	vertical-align: top;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 1.5em;
}
table.result th {
	background-color: #000000;
	color:#FFFFFF;
	font-weight: bold;
}
table.result th.linkURL,
table.result th.linkText {
	width: 45%;
}
table.result th.notes {
	width: 10%;
}
table.result td.noLinkText,
table.result li.duplicate {
	color: #FF0000;
}
table.result tr.duplicate td.linkURL {
	color: #FF0000;
	padding-left: 35px;
	background: url('../images/duplicate-icon.png') 10px 7px no-repeat;
}
table.result td ul {
	margin: 0;
}
#results table.result td ul li {
	margin: 0;
	font-size: 1.0em;
	font-weight: normal;
	list-style: disc;
	list-style-position: inside;
	line-height: 1.6em;
}
.hidden
{
  display:none;
}

/* =Feedback
----------------------------------------------------------------------------------------------------*/
#feedback {
	display: none;
	padding: 20px;
}

/* =Tutorial
----------------------------------------------------------------------------------------------------*/
#tutorial {
	padding: 20px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 11px Verdana, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Verdana, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #009AE3;}
#TB_window a:visited {color: #009AE3;}
#TB_window a:hover {color: #009AE3;}
#TB_window a:active {color: #009AE3;}
#TB_window a:focus{color: #009AE3;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}


/* =sIFR
----------------------------------------------------------------------------------------------------*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}