/*=======================================================
this not used by home page of myads.org 
it is used by list of ads page and one indivudual ad page 
===============================================================
Below are where you change background image every 6 months
to keep boredom away- keep the same image in all below.
===========================================================
 this is background of list of ads on list of ads page
we will change the image periodically to keep boredom away.
We do the same thing is primary css
keep the image name same as that in boxed_colored2
*****************************************************************/ 

div.maintext { 
  background-image: url(/bkgrnd/very_nice1.gif) ;   
            font-size: 16px;
            font-weight: bold ; 
            font-family: verdana, sans-serif;
            color: black;
            margin: 20px;               
}


/*=============================================================
 this is background of one ad- text area  
we will change the image periodically to keep boredom away.
We do the same thing is primary css
keep the image name same as that in maintext 

*****************************************************************/ 

DIV.boxed_colored2  {   
  BORDER: thin solid;
  padding: 16px;
  font-family: verdana, sans-serif;
  background-image: url(/bkgrnd/very_nice1.gif) ;   

  font-size: 18px;
  font-weight: bold ; 
  MARGIN-LEFT: 5%; 
  MARGIN-RIGHT: 5%; 
  } 

/********************************************************************/




H1 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
  } 

H2 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 

H3 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 

H4 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 

H5 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 

H6 {  color: blue; font-family: Garamond, "Times New Roman", serif; 
   } 

pre {
  FONT-WEIGHT: normal; FONT-SIZE: 25px;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

A:link {
	COLOR: blue; 
}

A:visited {
      COLOR: red ; 
}


.white {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #ffffff; FONT-STYLE: normal; 
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.black {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #000000; FONT-STYLE: normal; 
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.orange {
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #ff9900; FONT-STYLE: normal; 
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

#left {
            font-size: 16px;
            font-weight: normal; 
            font-family: verdana, sans-serif;
            position: absolute;   
            top: 0px;
            left: 0px;
            width: 15%;
            height: 100%;
            color: black;              
            background: #003366;            
            PADDING: 0px;  
}


#main {
            position: absolute;    
            top:  0px; 
            left: 15%;
            width: 70%; 
            height: 100%; 
            background: #A6B8CA;                
            PADDING: 0px;  
}

#right  {
            position: absolute;   
            top: 0 px;
            left: 85%;
            width: 15%;
            height: 100%;
            background: #003366;             
            PADDING: 0px;  
}


div.page_title  { 
            background: #A6B8CA;                
            font-size: 22px;
            font-weight: bold ; 
            font-family: verdana, sans-serif;
            color: black;              

}

div.page_title_small  { 
            font-size: 19px;
            font-weight: bold ; 
            font-family: verdana, sans-serif;
            color: black;              

}

div.text_small  { 
            background: #A6B8CA;                
            font-size: 15px;
            font-weight: bold ; 
            font-family: verdana, sans-serif;
            color: black;              

}

 
div.bottom  { 
            background: #ffffff;             
            PADDING: 0px;  
            border: thick solid;
            border-color: #A6B8CA;   

}

div.logo   { 
            background: #ffffff;              
            PADDING: 0px;  
            border: thick solid;
            border-color: #A6B8CA; 
}


.centered { TEXT-ALIGN: center; } 



TD {       /* this one has no shade- but border to left, right and bottom   */ 
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
  border-left:   solid thin navy; 
}

TD.shaded {  /* shade is Plum - like pink  */ 
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #DDA0DD; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}

TD.shaded1 {   /* bkgrnd is khaki- i.e. yellowish -  FFFF99  */ 
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: rgb(255,255,153);
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}

TD.shaded2  {    /* bkgrnd is CCCC99 -  olive  */ 
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: rgb(204,204,153);
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}


/*=================================================
 this is for title of ad that is free loader  
+++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
TD.shaded3  {    /* bkgrnd is ffffff white  */ 
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: rgb(255,255,255);
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}

/*=================================================
 this is for title of ad that has paid us money 
  font size is biogger. Background is different 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
TD.shaded3_big_font   {    /* bkgrnd is YELLOWISH   */ 
  font-size: 19px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: rgb(255,255,51 );
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}


TD.dark_sea_green  {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #8fbc8f; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}
TD.dark_salmon  {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #e9967a; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}
TD.pink   {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #ffc0cb; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}
TD.light_blue    {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #add8e6; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}
TD.khaki   {
  font-size: 17px;
  font-weight: normal ;
  font-family: verdana, sans-serif;
  BACKGROUND: #f0e68c; 
  border-bottom: solid thin navy; 
  border-right:  solid thin navy; 
}


DIV.boxed_no_color  {  
  BORDER: thin solid;
  WIDTH: 100%;  } 


/* font size is bigger  - margin left and right are more */ 

DIV.boxed_colored1  {  /* bkgrn is  yellowish  */ 
   border-color: blue; 
   border: double 
  padding: 16px;
  BACKGROUND-COLOR: #ffffcc; 
  color: black;   
  font-size: 20px;
  font-family: verdana, sans-serif;
  MARGIN-LEFT: 15%; 
  MARGIN-RIGHT: 15%; 
  } 


DIV.boxed_colored3  {   /* bkgrnd is blueish  */ 
  padding: 16px;
  BORDER: thin solid;
  BACKGROUND-COLOR: #99ccff;  
  font-size: 18px;
  MARGIN-LEFT: 5%; 
  MARGIN-RIGHT: 5%; 
 } 

DIV.boxed_colored4  { /* bkgrnd is light yellowish */  
  padding: 16px;
  BORDER: thin solid;
  BACKGROUND-COLOR: #ffffcc;  
  font-size: 18px;
  MARGIN-LEFT: 5%; 
  MARGIN-RIGHT: 5%; 
} 

DIV.boxed_colored5  {  /* bkgrnd is dark green  */   
  padding: 16px;
  BORDER: thin solid;
  BACKGROUND-COLOR: #669933;  
  font-size: 18px;
  MARGIN-LEFT: 5%; 
  MARGIN-RIGHT: 5%; 
  } 

DIV.boxed_colored6  {  /* bkgrn is  yellow  */ 
   border-color: blue; 
   border: double 
  padding: 10px;
  BACKGROUND-COLOR: yellow; 
  color: red;   
  font-size: 18px;
  font-family: verdana, sans-serif;
  MARGIN-LEFT: 1%; 
  MARGIN-RIGHT: 1%; 
  } 

DIV.boxed_light_gray  {   /* bkgrnd is light gray  */   
  padding: 10px;
  BORDER: thin solid;
  BACKGROUND-COLOR: #cccccc;  
  font-size: 18px;
  MARGIN-LEFT: 5%; 
  MARGIN-RIGHT: 5%; 
  } 

DIV.boxed_colored99  {  /* bkgrn is  olive - font is big */ 
  BORDER: thick solid;
  padding: 10px;
  font-family: verdana, sans-serif;
  BACKGROUND-COLOR: rgb(204,204,153); 
  font-size: 20px;
  MARGIN-LEFT: 5%; 
  MARGIN-RIGHT: 5%; 
  } 


DIV.nobox_colored   {   /* bkgrnd is light gray */   
  MARGIN-LEFT: 3%; MARGIN-RIGHT: 3%; 
  PADDING: 10px; 
  font-size: 18px;
  BORDER-RIGHT: medium none; 
  BORDER-TOP: medium none; 
  BORDER-LEFT: medium none; 
  BORDER-BOTTOM: medium none; 
  BACKGROUND-COLOR: #cccccc;
}

/*****************************************
The following are for ads only - catch attention
*********************************************/ 

DIV.boxed_flash1   {  /* bkgrn is  olive  */ 
  BORDER: thick solid;
  padding: 20px;
  BACKGROUND-COLOR: rgb(204,204,153); 
  font-size: 24px;
  MARGIN-LEFT: 1%; 
  MARGIN-RIGHT: 1%; 
  } 
/****************************************************/





/****************** end of file ***********************/






