
/* general */

/* Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net */

* html code 
  {
  font-size: 105%; 
  }
	
body	
  {
  color: #666;
  background: #fff; 
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  border: 0;
  border-top: 5px solid #666;
  text-align: none;
  font-family: "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 11px;
  }

td	
  {
  color: #666;
  font-family: "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 11px;
  }

img
  {
  border-color: #f90;
  }

.photo
  {
  border: 1px solid #f90;
  }

code, pre 
  {
  font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
  background: inherit;
  color: #333;
  }

h1, h2, h3, h4, h5, h6	
  {
  margin-top: 1em;
  margin-bottom: 2px;
  font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  }

h1
  {
  font-size: 15px;
  }

h2	
  {
  font-size: 14px;
  }

h3, h4, h5, h6
  {
  font-size: 13px;
  }
	
p
 {
  line-height: 140%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
  }	

ol 
  {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 3em;
  list-style-type: decimal;
  line-height: 1.5em;
  } 
	
ul 
  {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 10px;
  list-style: none;
  } 

li 
  {
  padding: 0 0 4px 20px;
  background: url(/images/bullet.gif) no-repeat 0px 4px;
  line-height: 1.5em;
  }

/* links */
	
a:link, a:visited 
  {
  font-weight: normal; 
  text-decoration: underline;
  color: #f90;
  background: transparent; 
  }

a:hover 
  {
  font-weight: normal; 
  text-decoration: underline;
  color: #c60;
  background: transparent; 
  }

a:active 
  {
  font-weight: normal; 
  text-decoration : none;
  color: #630;
  background: transparent;  
  }

/* imagepopup */

#imagepopup 
  {
  background: #c60;
  }

/* maincontent */

#maincontent 
  {
  margin: 0px;
  padding: 0px;
  }

/* sidebar */
	
#sidebar 
  {
  padding: 10px;
  }	

/* Stats Table */

.statTable
  {
  border: 1;
  border-spacing: 1;
  border-color: #ffffff;
  }

/* box */ 
	
.boxHead 
  {
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #fff;
  background: #c60;
  padding: 5px 5px 5px 5px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  }	

.boxBody 
  {
  padding: 10px;
  border: 1px solid #ccc;
  color: #666;
  background: #eee; 
  }
	
/* header */
	
#header 
  {
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #666;
  background: #eee;
  padding: 5px 7px 7px 10px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  clear: both;
  }

/* footer */
	
#footer 
  {
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #666;
  background: #eee;
  padding: 5px 7px 7px 10px;
  text-align: left;
  font-size: 11px;
  clear: both;
  }

/* topnav */

#menu 
  {
  margin: 0;
  padding: 0;
  }

#menu ul 
  {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  clear: right;
  }

#menu ul li 
  {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
  }

#menu ul li a 
  {
  background: #f90;
  width: 80px;
  height: 2em;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 0px solid #666;
  border-right: none; 
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 2em;
  font-size: 11px;
  }

#menu ul li#f a 
  {
  border-right: 1px solid #666;
  }

#menu ul li a:hover 
  {
  color: #fff;
  background: #c60;
  }

#menu a:active	
  {
  background: #fff;
  color: #c60;
  }

/* phpClassified specific */

.list
  {
  border: 1px solid #ccc;
  }

.list th
  {
  color: #fff;
  background: #69f;
  font-family: "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 11px;  
  text-align: left;
  border-bottom: 1px solid #ccc;
  }

.list th a:link, th a:visited 
  {
  font-weight: normal; 
  text-decoration: underline;
  color: #fff;
  background: transparent; 
  }

.list th a:hover 
  {
  font-weight: normal; 
  text-decoration: underline;
  color: #fff;
  background: transparent; 
  }

.list th a:active 
  {
  font-weight: normal; 
  text-decoration : none;
  color: #fff;
  background: transparent;  
  }

.title
  {
  font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 15px;
  color: #69f;
  }

.txt 
  {
  font-family: "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size:11px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  }

.submit 
  {
  font-family: "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size:11px;
  border-style: solid;
  border-width: 1px;	
  }


input,select,textarea 
  {
  border:1 solid #666;
  color:#666;
  background-color:#fff;
  font-family: "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 11px;
  } 

.warn { color: #ff0000; }	
.star { color: #ff0000; }

