/************ start of styles for displayed links ***************/
/*    Sytle for the table where the displayed links are located */
/* See also the	variables for changing the number of columns,   */
/* the spacing and whether text is displayed next to logos      */
/* in the rl_DATAvars.php file.                                 */
/*       style for displayed links table                        */
/* this is the table where your reciporcal links are displayed  */
/* you can change the color of the cells, font size, etc,  here */

/****   style for the navigation links on the top of the displayed link page  */
/****  the 'click here for a link'   and    'return to home page'             */
.DisplayPageTopNav {
                      background-color: #E5E9E7;    
 				      vertical-align: middle;
				      text-align: left;
					  font-size: x-small;
					  width: 100%;
					  border-style: none;
                    }

/****   style for the adding a link on the top of the displayed links page  */
.AddLinkUrl { font-size: x-small; text-align: left; }
.AddLinkUrl a:link {color: #8F4BB7; text-decoration: underline; }
.AddLinkUrl a:active {color: #8F4BB7; text-decoration: underline; }
.AddLinkUrl a:visited {color: #8F4BB7; text-decoration: underline; }
.AddLinkUrl a:hover {color: red; text-decoration: underline; }


 /****   style for the return-to-my-home-page link on the displayed links  page */
.ReturnPageLink	{ font-size: x-small; text-align: right;}
.ReturnPageLink a:link {color: #8F4BB7; text-decoration: none; }
.ReturnPageLink a:active {color: #8F4BB7; text-decoration: none; }
.ReturnPageLink a:visited {color: #8F4BB7; text-decoration: none; }
.ReturnPageLink a:hover {color: #8F4BB7; text-decoration: underline; }


/*****  sytle for the reciprocal link table of other people's links  **********/
.DisplayedLinksTable  {	background-color: #DCDFE0; width: 100%; border-style: none; }
.DisplayedLinkCells   { 
                          background-color: #FFFFFF;
				          vertical-align: bottom;
				          text-align: left;
					      font-size: x-small;
					      padding-left: 15px;
					      padding-top: 5px;
					      padding-bottom: 10px;
                       }

 /* these are the sytles for the anchor links  for the displayed links */
.DisplayedLinkCells a:link {color: blue ; text-decoration: none; }
.DisplayedLinkCells a:active {color:blue; text-decoration: none; }
.DisplayedLinkCells a:visited {color: red; text-decoration: none; }
.DisplayedLinkCells a:hover {color: red; text-decoration: underline; }

 
/* this is the style for the url which is in the text on a Reciprocal link which has no graphic */
.DisplayedUrl {font-weight: bold; }

/****   style for the navigation links on the bottom of the displayed link page  */
.DisplayPageBottomNav {
                          background-color: #E5E9E7;
				          vertical-align: middle;
				          text-align: left;
					      font-size: x-small;
					      width: 100%;
					      border-style: none;
                        }



.TopHeaderTable	{ background-color: #E5E9E7; width: 100%; border-style: none; background-color: #FFFFFF;}
.TopHeaderCellLeft 	{width: 30%; font-size: small; vertical-align: top; text-align: left; background-color: #FFFFFF; }
.TopHeaderCellMiddle 	{width: 70%; font-size: small; vertical-align: top; text-align: left; background-color: #FFFFFF; padding: 10px;}
.HeaderText1 {font-size: normal; }
.TopHeaderTable a:link {color: #8F4BB7 ; text-decoration: none; }
.TopHeaderTable a:active {color: #8F4BB7; text-decoration: none; }
.TopHeaderTable a:visited {color: #8F4BB7; text-decoration: none; }
.TopHeaderTable a:hover {color: #8F4BB7; text-decoration: underline; }


.BottomFooterText { background-color: #E5E9E7; width: 100%; border-style: none; padding: 10px;}
.BottomFooterText a:link {color: #8F4BB7 ; text-decoration: none; }
.BottomFooterText a:active {color: #8F4BB7; text-decoration: none; }
.BottomFooterText a:visited {color: #8F4BB7; text-decoration: none; }
.BottomFooterText a:hover {color: #8F4BB7; text-decoration: underline; }

.FooterText2 {font-size: xx-small; text-align: center; padding: 10px;}


/* sytle for the header table which shows how many links are on the page       */
.HeaderLinkTable  { background-color: #E5E9E7; width: 100%; border-style: none; }
.HeaderLinkCellLeft {font-size: xx-small; text-align: left;}
.HeaderLinkCellRight {font-size: xx-small; text-align: right;}
.HeaderLinkTable a:link {color: blue ; text-decoration: none; }
.HeaderLinkTable a:active {color:blue; text-decoration: none; }
.HeaderLinkTable a:visited {color: blue; text-decoration: none; }
.HeaderLinkTable a:hover {color: red; text-decoration: underline; }

															     
/********************************************************************************/
/*  styles used in rl_ask.php and rl_askother.php the file were people request a link to your page */
/********************************************************************************/
.TheirArea { position: absolute; top: 20px; color: #F36608;  font-weight: bold; padding-left: 50px; }
.WhenYouClick { font-size: x-small; }
.OurLinkStylesTable { width: 100%; border-sytle: dotted; }
.OurLinkStylesCellTop { text-align: left;  vertical-align: top; background-color: #99FFCC;  }
.OurLinkStylesCells { text-align: left; vertical-align: middle; background-color: #FFFFFF;  }
.OurLinkStylesCells a:link {color: blue ; text-decoration: none; }
.OurLinkStylesCells a:active {color:blue; text-decoration: none; }
.OurLinkStylesCells a:visited {color: red; text-decoration: none; }
.OurLinkStylesCells a:hover {color: red; text-decoration: underline; }



/************************************************************************************/
/*     colors for administration tools  (additional styles in rl_admin.php file     */

.TopArea {   width: 100%;
             height: 50px;
             background-image: url(ask_receive_logo2.jpg);
             background-repeat: no-repeat; 
			 text-align: center;
			 color: #F36608; 
		     font-weight: bold;
          }


.BlockColor { background-color: #FF0000; }
.AcceptColor { background-color: #33FFFF; }
.RejectColor { background-color: #FFFFCC; }
#EndOfApprove ( color: #339966; }
.AdminLink { color: #497982; font-size: x-small; text-align: right;}
.AdminLink a:link {color: #497982 ; text-decoration: none; }
.AdminLink a:active {color: #497982; text-decoration: none; }
.AdminLink a:visited {color: #497982; text-decoration: none; }
.AdminLink a:hover {color: red; text-decoration: none; }

/*************************************************************************/
/*  style for displayed legal notice which must be displayed and visible */

.RL_legal { font-size: xx-small; text-align: center; }
.RL_legal a:link {color: #666666 ; text-decoration: none; }
.RL_legal a:active {color:#666666; text-decoration: none; }
.RL_legal a:visited {color: #666666; text-decoration: none; }
.RL_legal a:hover {color: blue; text-decoration: underline; }
/********************************************************************/

BODY {
	MARGIN-BOTTOM: 0%; PADDING-BOTTOM: 0%; COLOR: #FFFFFF;
}
TD {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, 
Helvetica, sans-serif
}
UL {
	
}
LI {
	MARGIN-BOTTOM: 2pt
}
.justify {
	TEXT-ALIGN: justify
}

INPUT.tBox {
	BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; 
BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-FAMILY: 
Verdana, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE: 10px;
}
INPUT.tButton {
	BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; 
BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-FAMILY: 
Verdana, Arial, Geneva, Helvetica, sans-serif; FONT-SIZE: 10px; font-weight: 
bold;
}

a:link {color: #003399; text-decoration: none; font-weight: bold;}
a:visited {color: #003399; text-decoration: none; font-weight: bold;}
a:active {color: #003399; font-weight: bold; text-decoration: none;}
a:hover {color: #CC0000; font-weight: bold; text-decoration: none;}

.menu {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000;}
.menu a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;}
.menu a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;}
.menu a:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;}
.menu a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none;}

.lcolumn {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #C6B783;}
.1column a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}
.1column a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.1column a:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.1column a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #E82B09; text-decoration: none;}