td.rightborder {
	border-right-style: solid;
	border-right-width: 1;
	border-right-color: #e8eaf5;
}

td.leftborder {
	border-left-style: solid;
	border-left-width: 1;
	border-left-color: #e8eaf5;
}

span.text1 {
	color:#6060ff;
	font-weight: bold;
}

span.text2 {
	color:#888888;
}

span.bold {
/*	color:#222255; */
	color:#323244;
	font-weight: bold;
}

input.bold {
        font-weight:bold;
        color:#ee0000;
}

input.mini {
        font-weight:bold;
	font-size: 9px;
        color:#ee0000;
}



.darkbox {background-color:#efeff5;}

body,td {
        font-size: 13px;
        font-family:arial,helvetica;
}
.mini {
        font-size: 11px;
}

.big {
        font-size: 18px;
	color:#222255;
}

#tablink {
	text-decoration: none;
	color:#ffffff;
}
#tablink:visited {
	text-decoration: none;
	color:#ffffff;
}

#tablink_highlight {
	text-decoration: none;
	color:#ffffff;
}
#tablink_highlight:visited {
	text-decoration: none;
	color:#ffffff;
}

#tablink2 {
	text-decoration: none;
	color:#ffffff;
}
#tablink2:visited {
	text-decoration: none;
	color:#ffffff;
}

#tablink2_highlight {
	text-decoration: none;
	color:#222255;
}
#tablink2_highlight:visited {
	text-decoration: none;
	color:#222255;
}

A:link
{
	color: #0000c0;
	text-decoration: none;
}

A:visited
{
	color: #0000c0;
	text-decoration: none;
}

.lightbg {
	background-color: #ffffff; 
}

.bg {
	background-color: #e8eaf5;
}

.darkbg {
	background-color: #d8dae5;
}

#tab {
	cursor:pointer;cursor:hand;
	background-color: #105f84; 
}

#highlight {
	cursor:pointer;cursor:hand;
	background-color: #1776a2; 
}

#tab2 {
	cursor:pointer;cursor:hand;
	background-color: #1776a2; 
}

#highlight2 {
	cursor:pointer;cursor:hand;
	background-color: #ffffff; 
}

input.mini {
	font-size:9px;
}

span.status {
	color:#ff0000;
	font-weight: bold;
}



// start stuff that doesn't change...


span.menuselected {
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
}
span.homedate {
	color: #2b5a8f;
}
span.date {
	color:#00cc00;
	font-size: 11px;
	font-weight: bold;
}
span.text2 {
	color:#888888;
}
p {
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	text-align: justify;
}
a.small {
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	text-align: justify;
}
a.small:hover {
	color:#ff0000;
} 
td.justify {
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	text-align: justify; 
}

body {
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
   
   background-color: #ffffff;
   color: #000000;
   font-family: sans-serif;
   font-weight: normal;
}

.box{
    padding: 4px;
    margin: 4px;
    background-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-color: #444444;
    font-size: 8pt;
}

.box p{
    padding: 2px;
    margin: 0px;
    text-align: center;
}


