/*
#####################################################
#                                                   #
# corporatelogo.css                                 #
#                                                   #
#####################################################

universal selector *
class selector     . (to target a group of elements
id selector        # (to target a unique html element)
*/
.thinborder {
border-width: 1px;
border-style: solid;
border-color: #ffffff;
border-collapse: collapse;
} 

body {
  margin: 0;
  padding: 0;
  background-color: #A9A9A9;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  background-color: #777777;
  width: 1024px;
 	margin:0px auto; margin-top:10px; margin-bottom:10px;   
 	padding: 10px;
 }
#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}
#content {
}
#footer {
  width: 100%;
/*  border-top: 1px solid #b9d2e3;*/
/*  border-bottom: 1px solid #b9d2e3;*/
  margin-top: 10px;
  clear: both;
	text-align:left;
}
#sidebar {
/*  float: left;
  width: 220px;*/
  background-color: black;
  color: white;
  margin: 0;
  padding: 0;
}
td.today
{
  background-color: white;
  color: #E9967A;
}
#sidebar h3 {
  font-size: 110%;
  background-image: url(img/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
}
#sidebar a:link, #sidebar a:visited {
  color: white;
}

#content .highlighter{
  background-color: yellow;
}

#info  {
	text-align:center;
}

#edit  {
}

#edit table {
	text-align:left;
}

td.error 
{
background-color:#FF0000;
color:#FFFFFF; 
}

.slideshow img {
  float: right;
  margin: 0 5px 5px 0;
}

#features img {
  float: right;
  margin: 0 5px 5px 0;
}

#login {
  text-align: center;
  vertical-align: center;
  background-color: #A9A9A9;
  color: white;
  padding: 2px, 2px;
}
#login .table, .tr, .td {
  vertical-align: center;
}

#login .text {
  width: 196px;
  border: 1px solid white;
}
#login .loginbutton {
  text-align: right;
  margin-top: 4px;
}
#login .btn {
  border: 1px solid white;
  background-color: #A9A9A9;
  color: white;
}
#login a:link, #login a:visited {
  color: white;
}

/*###################################################
#                                                   #
# horizontal menu navigation                        #
#                                                   #
###################################################*/

.nav 
{
margin: 0;
padding: 0;
padding-top: 8px;
padding-bottom: 10px;
padding-left: 8px;
background: #000 url(img/menu.png) ;
background-repeat:repeat-x;
}
.nav li 
{
text-decoration: none;
list-style-type: none;
display: inline;
padding-right: 1px;
}
.nav a, .menu a:link, .menu a:active, .menu a:visited 
{
text-decoration: none;
border-bottom: 0;
padding: 7px 11px 9px 11px;
color: #fff;
}
.nav a:hover 
{
text-decoration: none;
color: #fff;
background: #fff url(img/menuo.png) ;
background-repeat:repeat-x;
}

ul.nav li a.current 
{
text-decoration: none;
background: #fff url(img/menuc.png) ;
background-repeat:repeat-x;
color: #fff;
}

/*###################################################
#                                                   #
# reports                                           #
#                                                   #
###################################################*/

.header
{
background-color:#D3D3D3;
font-family:sans-serif;
}

tr.reportheader
{
background-color:#D3D3D3;
font-family:sans-serif;
}


td.odd
{
background-color:#777799;
padding:5px 10px;
}

td.even
{
padding:5px 10px;
}

td.signal
{
padding:5px 10px;
border-top-style:solid;
border-top-color:black;
border-top-width:1px;
}

/*###################################################
#                                                   #
# payment                                           #
#                                                   #
###################################################*/

.three 
{
	background-color: #dddddd;
	color: #000000;
	text-align: center;
}
.six
{
	background-color: #bbbbbb;
	color: #000000;
	text-align: center;
}
.twelve
{
	background-color: #999999;
	color: #000000;
	text-align: center;
}

.asterisk
{
	color: #ff0000;
	text-align: right;
  font-size: 80%;
}

.homepage 
{
text-align: left;
font-size : large; 
font-family : Times, Roman, serif;
}  

A:visited {text-decoration : none ; color :#FF9933}
A:link    {text-decoration : none ; color :#FF9933}
A:active  {text-decoration : none ; color :#FF9933} 
A:hover   {color : #0000FF}

H1 {color : #FFFF00 ; font-family : Helvetica, Arial, sans-serif}  

H2 {color : #FFFF00 ; font-family : Helvetica, Arial, sans-serif}

H3 {color : #FFFF00 ; font-family : Helvetica, Arial, sans-serif}

H4 {color : #FFFF00 ;  font-family : Helvetica, Arial, sans-serif}

H5 {color : #CC0033 ; font-family : Helvetica, Arial, sans-serif}

table.banner {background-color : black }

pre {font-size : x-small ; color : black ; text-align : left ; valign : top }

td {color : white ; font-family : Helvetica, Arial, sans-serif}

td.black {font-size : x-small ; color : black ; font-family : Helvetica, Arial, sans-serif}

td.right {font-size : x-small ; color : black ; text-align : right ; valign : top ; font-family : Helvetica, Arial, sans-serif}

td.sidebar {background-color : black}

td.panel {background-color : black}

td.banner {font-size : x-small ; font-weight : bold ; color : white ; text-align : center ; valign : middle ; font-family : Helvetica, Arial, sans-serif}

p {font-size : small ; color : white ;  font-family : Helvetica, Arial, sans-serif}


