/* Default CSS Stylesheet for a new Web Application project */


td {Font-family:Verdana; font-size:10px}
input		{ font-family:verdana; font-size:10px;border:solid 1px #CED7DE;  }
select		{ font-family:verdana; font-size:10px;border:solid 1px #CED7DE; }
textarea	{ font-family:Verdana; font-size:10px;border:solid 1px #CED7DE;  }
img { vertical-align:text-bottom}
link {font-family:Verdana; font-size:10px; color:Blue}
.header {Font-family:Verdana; font-size:12px; color:#04955d}

a:link {Font-family:Verdana; font-size:10px; text-decoration:none;color:#676767}
a:visited {Font-family:Verdana; font-size:10px; text-decoration:none;color:#676767}
a:hover{Font-family:Verdana; font-size:10px; text-decoration:underline; color:#676767}

a.navlink:link {Font-family:Verdana; font-size:10px; text-decoration:none;color:#ffffff}
a.navlink:visited {Font-family:Verdana; font-size:10px; text-decoration:none;color:#ffffff}
a.navlink:hover{Font-family:Verdana; font-size:10px; text-decoration:underline; color:#ffffff}

a.topnav:link {Font-family:Verdana; font-size:10px; text-decoration:none;color:#000000}
a.topnav:visited {Font-family:Verdana; font-size:10px; text-decoration:none;color:#000000}
a.topnav:hover{Font-family:Verdana; font-size:10px; text-decoration:underline; color:#000000}

.leftnav { background-color:#01965C; height:23px; border-right:solid 1px #ffffff; border-bottom: solid 1px #ffffff}
.button			{ border:solid 1px #BCBABD; background-color:#F7F2F8; color:black; font-family:arial; font-size:10px; cursor:hand; }
.rightborder { border-right:solid 1px #000000}
.topborder { border-top:solid 1px #000000}
.bottomborder { border-bottom:solid 1px #000000}
DIV.taMenu { float:none; width: 100%; }
DIV.taMenu UL { margin: 0px; padding: 0px; list-style: none; }
DIV.taMenu LI { display: inline; margin: 0px; padding: 0px; }
DIV.taMenu A  { float:none; background: url(images/tabRight.gif) no-repeat right top; border-bottom: 0px; font-size: x-small; font-weight: bold; text-decoration: none; width:20}
DIV.taMenu A:hover { background-position: 100% -150px; text-decoration:none; }
DIV.taMenu A:link, DIV.taMenu A:visited, DIV.taMenu A:active, DIV.taMenu A:hover { color: #329902;}
DIV.taMenu SPAN	{ font-family:Arial; font-size:11px; float: left; display: block; background: url(images/tabLeft.gif) no-repeat left top; padding: 5px 9px; white-space: nowrap; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.taMenu SPAN {float : none;}
/* End IE5-Mac hack */
DIV.taMenu A:hover SPAN		{ background-position: 0% -150px; }
DIV.taMenu LI.current A		{ background-position: 100% -150px; border-width: 0px; }
DIV.taMenu LI.current SPAN	{ background-position: 0% -150px; padding-bottom: 5px; }

.g	{ color:gray; }
.r  { color:red;  }
