/*MLP Ebay Auctions CSS Code Revised 10/13/09 @ 7:55 a.m.*/

/*
Riverboat101309.css Color & Misc Codes Etc START.
 
       base {background-color: #BB9C53; }
       light { background-color: #F6E0AC; }
       mlight { background-color: #F9D682; }
       mdark { background-color: #7A4A2A; }
       dark { background-color: #472B19; }
       vdark { background-color: #382415; }

Background Picture - as required
Sounds - as required

Look3 Color & Misc Codes Etc END.
*/



/* Body Styling Start MrBobby101009.css */

.abs
 {font-family: Arial, sans-serif;
  font-size: 14pt;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #BB9C53;
  background-image:url(http://www.ladishes.com/shared/superback.gif);
  /*  background-attachment: fixed;*/
  background-repeat: repeat;
}

       .base {background-color: #BB9C53; }
       .light { background-color: #F6E0AC; }
       .mlight { background-color: #F9D682; }
       .mdark { background-color: #7A4A2A; }
       .dark { background-color: #472B19; }
       .vdark { background-color: #382415; }

/*       .mdark { background-color: #D9BA71; }
        .mdark { background-color: #7A4A2A; }
*/

/* Body Styling Finish Mr.Bobby Template */


.tl
{
background: url(http://www.ladishes.com/shared/imageseth3/top_lef.gif) no-repeat;
height: 16px;
width: 16px;
}

.tm
{
background: url(http://www.ladishes.com/shared/imageseth3/top_mid.gif) repeat;
height: 16px;
}

.tr
{
background: url(http://www.ladishes.com/shared/imageseth3/top_rig.gif) no-repeat;
height: 16px;
width: 16px;
}

.cl
{
background: url(http://www.ladishes.com/shared/imageseth3/cen_lef.gif)
repeat;
height: 11px;
width: 16px;
}

.cr
{
background: url(http://www.ladishes.com/shared/imageseth3/cen_rig.gif)
repeat;
height: 11px;
width: 16px;
}

.bl
{
background: url(http://www.ladishes.com/shared/imageseth3/bot_lef.gif) no-repeat;
height: 16px;
width: 16px;
}

.br
{
background: url(http://www.ladishes.com/shared/imageseth3/bot_rig.gif) no-repeat;
height: 16px;
width: 16px;
}

.bm
{
background: url(http://www.ladishes.com/shared/imageseth3/bot_mid.gif) repeat;
height: 16px;
}

/* TABLES STYLING END 3*/




/* MISC TEXT & OTHER STYLING DECLARATIONS BEGIN */
/* Text Alignment Start*/

.indentli { text-indent: 25%; }
.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }
.textjustify { text-align: justify; }
.tablecentered { margin-left: auto; margin-right: auto; }

.baseline { vertical-align: baseline }
.middle { vertical-align: middle }
.sub { vertical-align: sub }
.super { vertical-align: super }
.text-top { vertical-align: text-top }
.text-bottom { vertical-align: text-bottom }

/* Text Alignment End*/

/* Image Alignment Start*/
.align-right { float:right; margin: 0 0 15px 15px; } 
.align-center { float:center; margin: 0 15px 15px 0; } 
.align-left { float:left; margin: 0 15px 15px 0; } 
      .frame { padding: 3px; border: 1px solid #000000; } 
.centeredimage { text-align:center; margin-top:15px; margin-right:15px; margin-left:15px; margin-bottom:15px; padding:2px; } 



/* Image Alignment End*/



/* Text Transforms UPPER/LOWER Case Start*/

.uppercase {text-transform: uppercase}
.lowercase {text-transform: lowercase}
.capitalize {text-transform: capitalize}

/* Text Transform UPPER/LOWER Case End*/

/* Float Text Around Image Begin */
/* SEE: http://www.tizag.com/cssT/float.php */

img.floatLeft { float: left; margin: 4px; }
img.floatRight { float: right; margin: 4px; } 

/* Example: <img src="sunset.gif" class="floatLeft"> <p>The images are contained with...</p> <img src="sunset.gif" class="floatRight"> <p>This second paragraph has an...</p>
*/
/* Float Test Around Image End */


/* MISC TEXT & OTHER STYLING DECLARATIONS END */


/* TEXT STYLING DECLARATIONS BEGIN */

/* 
NOTE: **** ALL "H1-Hn" CURRENTLY COMMENTED OUT and UNUSED ****
h1
   {
   color:red;
   font-weight:900;
   font-family:arial;
   }

 h2
   {
   color:#FF0000;
   font-weight:900;
   font-family:arial;
   }

h3
   {
   color:black;
   bgcolor:"#aaaaaa";  
   font-weight:600;
   font-family:arial;
   }

h4
   {
   color:black;
   font-weight:700;
   font-family:arial;
   }

h5
   {
   color:blue;
   font-weight:600;
   font-family:arial;
   }

h6
   {
   color:black;
   font-weight:500;
   font-family:arial;
   }
*/

/* Other Custom Text Declarations Begin r=red #ff0000 b=blue #0000ff bl=black #000000 w=white #000000 c=custom #??????
*/

	.h1r { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20pt; font-weight: 900; color: #ff0000; background: #; }
 
	.h2r { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18pt; font-weight: 900; color: #ff0000; background: #; }
 
	.h3r { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16pt; font-weight: 700; color: #ff0000; background: #; }
 
	.h4r { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14pt; font-weight: 700; color: #ff0000; background: #; }
 
	.h5r { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12pt; font-weight: 700; color: #ff0000; background: #; }

	.h6r { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: 600; color: #ff0000; background: #; }

	.h7r { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: 600; color: #ff0000; background: #; } 


	.h1b { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20pt; font-weight: 900; color: #0000ff; background: #; }
 
	.h2b { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18pt; font-weight: 900; color: #0000ff; background: #; }
 
	.h3b { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16pt; font-weight: 700; color: #0000ff; background: #; }
 
	.h4b { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14pt; font-weight: 700; color: #0000ff; background: #; }
 
	.h5b { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12pt; font-weight: 700; color: #0000ff; background: #; }

	.h6b { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: 600; color: #0000ff; background: #; }

	.h7b { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: 600; color: #0000ff; background: #; }


	.h1bl { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20pt; font-weight: 900; color: #000000; background: #; }
 
	.h2bl { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18pt; font-weight: 900; color: #000000; background: #; }
 
	.h3bl { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16pt; font-weight: 700; color: #000000; background: #; }
 
	.h4bl { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14pt; font-weight: 700; color: #000000; background: #; }
 
	.h5bl { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12pt; font-weight: 700; color: #000000; background: #; }

	.h6bl { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: 600; color: #000000; background: #; }

	.h7bl { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: 600; color: #000000; background: #; } 


	.h1w { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20pt; font-weight: 900; color: #ffffff; background: #; }
 
	.h2w { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18pt; font-weight: 900; color: #ffffff; background: #; }
 
	.h3w { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16pt; font-weight: 700; color: #ffffff; background: #; }
 
	.h4w { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14pt; font-weight: 700; color: #ffffff; background: #; }
 
	.h5w { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12pt; font-weight: 700; color: #ffffff; background: #; }

	.h6w { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: 600; color: #ffffff; background: #; }

	.h7w { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: 600; color: #ffffff; background: #; } 



	.h1c { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20pt; font-weight: 900; color: #eeee00; background: #; }
 
	.h2c { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18pt; font-weight: 900; color: #eeee00; background: #; }
 
	.h3c { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16pt; font-weight: 700; color: #eeee00; background: #; }
 
	.h4c { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14pt; font-weight: 700; color: #eeee00; background: #; }
 
	.h5c { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12pt; font-weight: 700; color: #eeee00; background: #; }

	.h6c { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: 600; color: #eeee00; background: #; }

	.h7c { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: 600; color: #eeee00; background: #; } 


/*  **********   OTHER CUSTOM FONTS AND COLORS   **********  */

	  .redfont4 { font-family: Times New Roman; font-size: x-large; font-weight: 900; color: #ffaa00; margin-top: 0px; margin-right: 50px; }

	  .redfont3 { font-family: Arial, sans-serif; font-size: 18pt; font-weight: 900; color: #ff0000; margin-top: 0px; margin-left: 0px; }

	  .redfont2 { font-family: Arial, sans-serif; font-size: 12pt; font-weight: 700; color: #ff0000; margin-top: 0px; margin-left: 0px; }

        .redfont { font-family: Arial, sans-serif; font-size: 10pt; font-weight: 700; color: #ff0000; margin-top: 0px; margin-left: 0px; }

        .bluefont { font-family: Arial, sans-serif; font-size: 10pt; font-weight: 600; color: #0000ff; margin-top: 0px; margin-left: 0px; }

        .bluefont2 { font-family: Arial, sans-serif; font-size: 12pt; font-weight: 700; color: #0000ff; margin-top: 0px; }

        .bluefont3 { font-family: Arial, sans-serif; font-size: 8pt; font-weight: 600; color: #0000ff; margin-top: 0px; margin-left: 0px; }

       .blackfont { font-family: Arial, sans-serif; font-size: 10pt; font-weight: 600; color: #000000; margin-top: 0px; margin-left: 0px; } 

       .blackfont2 { font-family: Arial, sans-serif; font-size: 12pt; font-weight: 800; color: #000000; margin-top: 0px; margin-left: 0px; } 

/*  **********   OTHER CUSTOM FONTS AND COLORS END  **********  */


/* Link Styling (Psuedo-Code Etc.) Begin*/

/*
a:link {color:#0000ff; font-family:comic sans; font-size:12pt; font-weight:600; border:0 solid #ff0000; height:0; text-decoration:underline;}

a:visited {color:#8800ff; font-family:comic sans; font-size:12pt; font-weight:600; border:0 solid #ff0000; height:0; text-decoration:underline;}

a:active {color:#0000ff; font-family:comic sans; font-size:12pt; font-weight:600; border:0 solid #ff0000; height:0; text-decoration:underline;}

a:hover {color:#0000ff; font-family:comic sans; font-size:12pt; font-weight:600; border:0 solid #ff0000; height:0; text-decoration:underline overline;}
*/


a:link {color:#ff0000; font-family:comic sans; font-size:12pt; font-weight:600; border:0 solid #ff0000; height:0; text-decoration:none; filter:none (color=#ffff00, strength=6);}

a:visited {color:#ff0000; font-family:comic sans; font-size:12pt; font-weight:600; border:0 solid #ff0000; height:0; text-decoration:none; filter:none (color=#ffff00, strength=5);}

a:active {color:#ff0000; font-family:comic sans; font-size:12pt; font-weight:600; border:0 solid #ff0000; height:0; text-decoration:none ; filter:none (color=#ffff00, strength=5);}

a:hover {color:#00ff00; font-family:Arial; font-size:14pt; font-weight:800; text-decoration:underline overline; filter:glow (color=#ffff00, strength=5);}

/* Standard
a:hover {color:#0000ff; font-family:comic sans; font-size:12pt; font-weight:600; border:0 solid #ff0000; height:0; text-decoration:underline overline;  filter:glow (color=#ffff00, strength=5);}
*/


/* Link Styling (Psuedo-Code) Begin*/


/*.normallinks {color:#ff0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:700; border:0 solid #000000; height:0; text-decoration:none; filter:none;}
*/

/*
.normallinks a:link {color:#ff0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12pt; font-weight:700; border:0 solid #000000; height:0; text-decoration:none; filter:none;}

.normallinks a:visited {color:#ff0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12pt; font-weight:700; border:0 solid #000000; height:0; text-decoration:none; filter:none;}

.normallinks a:hover {color:#0000ff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12pt; font-weight:700; border:0 solid #000000; height:0; text-decoration:none; filter:shadow (color=#ffff00, direction=135);}

.normallinks a:active {color:#ff0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12pt; font-weight:700; border:0 solid #000000; height:0; text-decoration:none; filter:shadow (color=#ffff00, strength=3);}
*/

/* Link Styling Finish*/


/* **********  FINISH ALL CSS  ********** */


