/* Wemaster-Tools.com - Stylesheet */


/* Navigation */
#nav{
   white-space : nowrap;
   float : right;
   color : white;
   width : 400px;
}
#nav ul{
   padding : 0;
   margin : 0;
   float : right;
}
#nav ul li{
   display : inline;

}
#nav ul li a{
   padding-left : 1em;
   padding-right : 1em;
   padding-top : 1px;
   padding-bottom : 1px;


   background-color : #848484;
   float : left;

   border-right-color : black;
   border-right-style : solid;
   border-right-width : 1px;

   border-top-color : black;
   border-top-style : solid;
   border-top-width : 1px;

   border-left-color : black;
   border-left-style : solid;
   border-left-width : 1px;

   border-bottom-color : black;
   border-bottom-style : solid;
   border-bottom-width : 1px;

   color : White;
   text-decoration : none;
   font-weight : bold;
   font-family: arial;
   font-size: 13px;

}
#nav ul li a:hover{
   color : #F1EE0B;
}



/* Document Elements */

 body {
	background-image:url(http://www.webmaster-tools.com/services/webpromoter/members/images/admin/bodybg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
}
a {
	text-decoration: underline;
	color:#F1EE0B;
	font-size:11px;
}


/* Defined Document Elements */
.bodyText {
	color: black;
	font-size: 14px;
	font-family: arial;
}
.bodyLink {
	color: black;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
}
.bodyHeadingBar{
	background-color:#3082A8;
	width:100%;
}
.bodyHeadingBarText{
	color:#F1EE0B;
	font-weight:bold;
	font-size:16px;
	font-family:arial;
}
.bodyTextHeading {
	color: black;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
}
.bodyTextSmallHeading {
	color: black;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
}
.bodyNavigation {
	color: black;
	font-size: 12px;
	font-family: arial;
}

.button {
	color:white;
	background:#848484;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	border: 1px solid black;

	padding-left : 1em;
	padding-right : 1em;
	padding-top : 1px;
	padding-bottom : 1px;

}
.button:hover{
   color : #F1EE0B;
}

.buttonHighLighted {
	color:#F1EE0B;
	background:#3082A8;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}
.trackingText{
	font-size:11px;
	font-family:Arial;
	color:#A7A7A7;
	font-weight:bold;
}
.versionText{
	font-size:12px;
	font-family:Arial;
	font-style:italic;
	color:#A7A7A7;
	font-weight:bold;
}
.copyWrite{
	font-family:Tahoma;
	font-size:11px;
	color:#6B6B6B;
	text-decoration:none;
}
.horizontalLine{
	height: 1px;
	color: #EAEAEA;
	background-color: #EAEAEA;
}


/* Table Elements */
.table{
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #EAEAEA;
}


.tdHeading{
	color: white;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	background: #3082A8;
}
.tdHeadingHighlighted{
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	background: black;
	color:#F1EE0B;
}


.tdRecord1{
	color: black;
	font-size: 12px;
	font-family: arial;
	background: white;	
}
.tdRecord2{
	color: black;
	font-size: 12px;
	font-family: arial;
	background: #EAEAEA;	
}

.tdHeadingHighlighted{
	color:#F1EE0B;
}

.tdRecordLink{
	color: black;
	font-size: 12px;
	font-family: arial;
}


/* Overview Elements */
.popupBody{
	background-color:white;
	margin:0px 0px 0px 0px;
	background-image:url();
}
.popupHeadingTable{
	background-color:#3082A8;
	font-size:18px;
	color:white;
	font-weight:bold;
}
.popupHeadingHighlighted{
	color:#F1EE0B;
}