/*
 * file: styles.css)
 * date: 2008/07/13
 * rev auth: auth: Rob Straughn  <webmaster@omnisoft.net>
 * copy: (c) Copyright 2008 @omnisoft.net
 * desc: Stylesheet AcidMerch, see oldStyles.css for TBD styles
 */



 
/*--[ Diagnostics right now		 ]-------------------------------------------*/ 
.bloc 
{
  width:            850px;
  height:           300px;
  background-color: #87AFC7;
 /*
  margin-left:      15px;
  margin-top:       5px;
  */
}  

.credits
{
	vertical-align:			center;
	align:			center;
  width:            625px;
  height:           15px;
  background-color:  #C0C0C0;
border-style:ridge;
border-width:5px;
border-color:	#800000 ;
   color:           	#800000 ;
  margin-left:      30%;
   /*
  margin-top:       5px;
  */
} 


/*--[ General characteristics of our webpages ]----------------------------------*/          
body
{
  /* background-image: url(/images/themes/proto1/backTile.gif); */
  background-color: #ffffff;
  text-align:       center; 
  min-width:        680px; 
  font-family:      "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;     /* The web browser uses the first font in the list  */
  font-size:        15px;
}
/*--[ Default -- General	 UNCLASSED links ]-------------------------------------------*/
a, a:link, a:visited  { color:#0033ff; text-decoration: none;   font-weight: normal; }
a:hover               {	color:#0033ff; text-decoration: underline;	}
a:active, a:focus     { color:#0033ff; text-decoration: none;  }  


/*--[ Nav	 Buttons TOP  START]-------------------------------------------*/
#lmenu1 {
   clear:           both; 
   height:          25px;
   margin-bottom:   5px; /* spacing BETWEEN MENU NAV LINKS */
   margin-top:      0px;
   font-size:       90%;
}

#lmenu1  li a:hover {
   color:           #fff;
   background-color:#801c0c;      /* color of text buttons */
   border-right:    solid #111111 5px;
}


#lmenu1 ul {
   margin:          0;
   padding:         0;
   list-style-type: none;
   text-align:      center;
}


#lmenu1  ul li {
   display:         inline;
}


#lmenu1  li a { 
   text-decoration: none; 
   padding:         .2em .8em;
    /* padding:      0 0 0 20px;*/
   color:             #ffffff;          /* button TEXT color */
   background-color:  #0033ff;          /* button   color    */         /* other choices cc040e, #E02C1E; */
   border-right:      solid #999933 5px; /* color of 3D affect */       /* other choices #AB130E  */
   font-size:         100%;              /* size of buttons       */
}
/*--[ Nav	 Buttons TOP  ENDS]-------------------------------------------*/




th a:hover {
   color:           #fff;
   background-color:#801c0c;      /* color of text buttons */
   border-right:    solid #111111 5px;
}


/*td {color:red; }*/
/*
td {color:#0033ff; }
*/



h1 {font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size:250%; font-weight:bold; color:#801c0c; background:transparent; text-decoration:none}
h2 {font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size:110%; font-weight:bold; color:#801c0c; background:transparent; text-decoration:none;}
h3 {font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size:100%; font-weight:normal; color:#111111; background:transparent; text-decoration:underline;}
h4 {font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size:85%; font-weight:normal; color:#111111; background:transparent; text-decoration:underline;}



p { 
  width: 90%; 
}

/*-------  -------*/
#sftable td.error {
   color:red;
   font-size:11px;
   padding-left:5px;
}
#sftable th {
   padding:10px;
   background:#efefef;
   font-weight:bold;
   text-align:right;
}
/*-------  -------*/
div.slbox {
   border:solid 1px #ccc;
   background:#ffffff;
   padding:5px;
   cursor:pointer;
   width:80%;
}
/*-------  -------*/
div.title {
   border-bottom:solid 1px #ddd;color:#336699;padding:5px;padding-left:0px;font-size:18px;font-weight:bold;
   text-align:left;
   margin-bottom:5px;
}



/* styles for spammers 
http://klauskjeldsen.dk/2007/07/19/avoid-html-form-spam-using-css/               

*/
#human {
visibility:hidden;
display:none;
}


/*-----------------------------------------------------------------------------
// end of styles.css    
//---------------------------------------------------------------------------*/


