/* 	----------------------------------------------------------
 	|             CSS Style Sheet for PPS program            |
	|--------------------------------------------------------|
	| Developed by .. : Ing. M.S.B. Bachus                   |
	| Version ....... : 1.00 beta 1                          |
	|--------------------------------------------------------|
 	| Includes styles for:									 |
 	| - body												 |
 	| - td/hd                                     			 |
 	| - hor_nav	..... : horizontal navigation				 |
 	| - ver_nav ..... : vertical navigation 				 |
 	| - top_nav	..... : special navigation for header   	 |
	|--------------------------------------------------------| */

body {
    background-color: #CEBBA5;
    background-repeat: repeat;
    clear: ;
}

body.main {
    background-color: #CEBBA5;
    background-repeat: no-repeat;
}

body.menu {
    background-color: #CEBBA5;
    background-repeat: repeat;
}

body.header {
    background-color: #CEBBA5;
    background-repeat: no-repeat;
}

body.lside {
    background-color: #CEBBA5;
}

body.rside {
    background-color: #CEBBA5;
}

body.hmenu {
    background-color: #CEBBA5;
}
/* Styles */
.header {
	font-family: tahoma, "Arial Narrow", Verdana;
	color: #666633;
    font-size: x-small;
    text-align: left;
    vertical-align: text-top;
}

.hmenu {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #666633;
  font-weight: bolder;
  text-align: center;
  background-color: #CEBBA5;
}

.hmenu a:link, a:visited, a:active {
	color: #666633;
}

.hmenu a:hover {
	color: #800000;
}

.chat {
  background-color: #FFFFFF;
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #0000FF;
	font-size: small;
}

.style0 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #FFFFFF;
	font-size: xx-small;
}

.style1 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #000000;
	font-size: xx-small;
}

.style2 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #000080;
	font-size: xx-small;
}

.style3 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #FFFFFF;
	font-size: x-small;
    font-weight: bold;
}

.style4 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #666633;
	font-size: x-small;
}
.style4 a:link, a:hoover {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #666633;
	font-size: x-small;
}

.style5 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: Yellow;
	font-size: x-small;
  font-weight: bold;
}

.style6 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #8C0019;
	font-size: x-small;
}

.style7 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #FFFFFF;
	font-size: x-small;
}

.style8 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #000080;
	font-size: x-small;
}

.style9 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #000080;
	font-size: x-small;
  font-weight: bold;
}

.style10 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: Yellow;
	font-size: x-small;
    font-weight: bold;
}
.style11 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #0000CD;
	font-size: x-small;
  font-weight: bold;
}
.style12 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #0000CD;
  background-color: #A9A9A9;
	font-size: x-small;
  font-weight: bold;
}
.tabletitle {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #000080;
	font-size: 1.6em;
  font-weight: bold;
}

.line0 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #000000;
	font-size: x-small;
}
.line1 {
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #000000;
	font-size: x-small;
  background-color: #A9A9A9;
}

.button1 a {
    background-image: url(../../buttons/button_red_off.gif);
}

.button1 a:link, a:hoover {
    background-image: url(../../buttons/button_red_on.gif);
}

/*----menuPan Panel----*/
#menuPan{
/*    width:729px; */
    height:25px;
    background:url(../../images/menuPan-bg.gif) 0 0 repeat-x;
    position: relative;
    margin:0 auto;
}

#menuPan ul{
/*    width:729px; */
    height:25px;
    position: relative;
}

#menuPan ul li{
    width:90px;
    height:25px;
    float:left;
}

#menuPan ul li a{
    width:90px;
    height:25px;
    display:block;
    border-right:1px groove #666633;
    border-left:1px groove #666633;
	font-family:  tahoma, "Arial Narrow", Verdana;
	color: #666633;
    font: 12px;
    text-align: center;
    vertical-align: text-bottom;
    text-decoration:none;
}

#menuPan ul li a:hover{
    width:90px;
    height:25px;
    background: Maroon;
    color: White;
    border:none;
    text-decoration:none;
    vertical-align: text-bottom;
}

#menuPan ul li.home{
    width:90px;
    height:25px;
    background:#2F2A28;
	font-family: tahoma, "Arial Narrow", Verdana;
	color: #666633;
    font: 12px;
    text-align:center;
    vertical-align: text-bottom;
    border:none;
    text-decoration:none;
}

#menuPan ul li.contact a{
    width:90px;
    height:25px;
    display:block;
    background:#fff;
    color: #666633;
    border:none;
	font-family: tahoma, "Arial Narrow", Verdana;
	color: #666633;
    font: 12px;
    text-align:center;
    vertical-align: text-bottom;
    text-decoration:none;
}

#menuPan ul li.contact a:hover{
    width:90px;
    height:25px;
    background: Maroon;
    color: #666633;
    border:none;
    text-decoration:none;
}


.input {
  border: solid;
  border-bottom-color: #003366;
  border-bottom-width: medium;
  border-top-color: #003366;
  border-top-width: medium;
  border-left-color: #003366;
  border-left-width: medium;
  border-right-color: #003366;
  border-right-width: medium;
}

.line_highlite
{
	font-family: verdana;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

.hl_normal
{
    background-color: maroon;
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 10px;
}
.hl_normal1
{
    background-color: maroon;
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.hl_normal2
{
    background-color: maroon;
	font-family: verdana;
	color: white;
	font-size: 18px;
	vertical-align: middle
}

.tables
{
  background: #FF7F50;
  bordercolor: #000000;
  font-family: verdana;
	font-size: 10px;

}

/* blockqoute style */
.guestbook
{
  background-color : #FEE389;
  color            : #000080;
  border           : #666666 solid 1px;
  border-bottom    : #666666 solid 2px;
  font-family      : Verdana;
  font-size        : 1.1em;
  text-align       : justify;
  padding          : 3px;
  margin-bottom    : 10px;
  width            : 650px;
}

.response
{
  background-color : #DEB887;
  color            : #666666;
  border           : #666666 solid 1px;
  border-bottom    : #666666 solid 2px;
  font-style       : italic;
  font-family      : Verdana;
  font-size        : 0.9em;
  text-align       : justify;
  padding          : 3px;
  margin-top       : 5px;
  margin-left      : 10px;
  margin-right     : 10px;
  width            : 600px;
}

/**********************************************************************
	Version: FreeRichTextEditor.com Version 1.00.
	License: http://creativecommons.org/licenses/by/2.5/
	Description: CSS example File.
	Author: Copyright (C) 2006  Steven Ewing
**********************************************************************/

body, p, td
{
	font-family: verdana;
	font-size:12px;
}


