﻿

/* Base Fonts */
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8125em;
}

/* End Base Fonts */


/* STANDARD HTML ELEMENTS */
body {
  font-family: Verdana, Tahoma, Arial, helvetica;
  COLOR:#000000;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background: #FCD55C url(/images/bkgd.jpg) repeat-x top left
}

table {
	border-collapse: collapse;
}

td {
	COLOR:#000000;
	border-collapse: collapse
}

th {
	COLOR:#000000;
	border-collapse: collapse;
}

hr {
	border: none; /* mozilla */
	height: 1px;
	color:#000000; /* ie */
	background-color: #000000; /* mozilla */
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: url('/images/icons/checkmark.jpg');
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

/* END STANDARD HTML ELEMENTS */

/* FORMS SECTION */
form {
	margin: 0;
}

input { 
	font-size: 95%;
	font-family: Verdana;
}

textarea { 
	font-size: 95%;
	font-family: Verdana;
}

select { 
	font-size: 95%;
	font-family: Verdana;
}

/* END FORMS SECTION */

/* ENTER CUSTOM CLASSES HERE */

h2, h4 {
	color: #03015E; 
	font-family: Rockwell, Verdana, Tahoma, Arial, helvetica;
	font-size: 120%;
	font-weight: bold;
}

h4 
{
    font-family:Verdana, Tahoma, Arial, helvetica;
}

h5 {
	margin: 0;
	font-size: 110%;
	font-weight: bold;
}




/* END CUSTOM CLASSES */

/* CUSTOM HYPERLINK CLASSES SECTION */







/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a:link { 
	color: #842910; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:visited { 
	color: #842910; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:active {
	color: #842910; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:hover { 
	color: #808080; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

/* END HYPERLINKS SECTION */





/* ADMIN STYLES */

#adminLabel 
{
    padding: 3px;
    background-color: Black;
    color: White;
}

#adminLabel a:link, #adminLabel a:visited, #adminLabel a:active, #adminLabel a:hover
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 90%;
}

#adminNav
{
    padding: 5px;
    background-color: Gray;
    border-top: appworkspace 2px solid;
}

#adminNav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: right;
}

#adminNav ul li 
{
   display: inline;
   margin: 0px 5px 0px 5px;
   font-size: 90%;
   font-weight: bold;
}

#adminNav ul li a:link, #adminNav ul li a:visited, #adminNav ul li a:active 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:hover
{
    color: #000000;

}
/* END ADMIN STYLES */

/* CUSTOM TABLES */
.table1 {
	border:1px solid #333; 
	padding:3px; 
	border-collapse: collapse;
}


.table1 th {
	background-image: url(/images/tableTop.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	color: #fff;
	padding: 3px;
	border: 1px solid #eaeaea;
	text-align: left;
}

.table1 th a:link,
.table1 th a:active,
.table1 th a:visited,
.table1 th a:hover {
	color: #eaeaea;
}

.table1 td {
	padding: 3px;
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.table1 .alternate td  {
	background-color:#F8F8F8;
}

.table1 .smallInfo td  {
	background-color:#c0c0c0;
	font-size: 90%;
}

.table1 td.highlight,
.table1 .highlight td
 {
	background-color:#ffffcc;
}

.table1 td.highlightAlternate {
	background-color:#ffffae;
}


.table1 .empty td
{
    background-color: #f8f8f8;
    font-size: 110%;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    background-image: url(/images/icons/exclamation.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}





.topBorder td 
{
    border-top: 1px solid #eaeaea;
}

.noBorders td 
{
    border: none;
}

.noPadding td,
.noPadding th,
.noPadding
{
    padding: 0px;
}

.locationTable,
.locationTable td
{
    font-size: 100%;
}

.locationTable .alert 
{
    font-size: 120%;
    color: #ff0000;
}


/* END CUSTOM TABLES */


.button1, #button1, .Button1, .buttonAlert
{
    background: url(/images/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000;
	padding: 2px;
	font-weight: bold;

}

.messageContainer 
{
    border: solid 1px #D7D7D7;
    background-color: #F7F7F7;
    margin: 5px 30px 5px 30px;
    text-align: center;  
    padding: 5px 15px 5px 15px; 
    vertical-align: middle;
}
.alert, .alert td 
{
    color: Red;
    font-weight: bold;
}

.alert a:link, .alert a:hover, .alert a:visited, .alert a:active
{
    color: Red;
    font-weight: bold;
}

.message
{
    color: #003399;
    font-weight: bold;
}

.message a:link, .message a:hover, .message a:visited, .message a:active
{
    color: #003399;
    font-weight: bold;
}


.tinyText 
{
    font-size: 90%;
}

/* TAB NAV */
#tabNav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(/images/tabBottom.gif) repeat-x bottom;
}

#tabNav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabNav a:link, #tabNav a:visited {
	float: left;
	background: #FBFBFB;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:link.active, #tabNav a:visited.active, #tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:hover{
	background: #C0C0C0;
	color: #FFF;
}
/* END TAB NAV */



  
a:link.boxLink,
a:active.boxLink,
a:visited.boxLink,
a.boxLink
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
}

a:hover.boxLink
{
    background: #E2E2E2;
    color: #000;
}



/* DESIGN ELEMENTS */

#shell 
{
    width: 888px;
    margin: auto;
}


#shellBody td 
{
    padding: 3px;
}

#header 
{
    width: 100%;
    height: 115px;
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    font-weight: bold;
    color: #03015E;
    text-align: right;
}

#header h1 
{
    font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 350%;
    font-weight: bold;
    color: #03015E;
    padding: 0px;
    margin: 0px;
    padding-left: 180px; 
    padding-top: 35px;
    text-align: left;
}

#content 
{
    background-image: url(/images/bodySlice.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #ffe697;
    width: 100%;
    vertical-align: top;
    text-align: left;
   
}

#content td 
{
    vertical-align: top;
}

#content #navShell 
{
    background-color: #fff;
    width: 168;
    vertical-align: top;
    text-align: left;
    padding: 0px;
}

#leftNav 
{
    border: none;
    width: 168px;
    padding: 0px;
}

#leftNav td 
{
    text-align: right;
    padding: 4px;
}

#leftNav td a:active, 
#leftNav td a:visited,
#leftNav td a:link { 
	color: #03015E; 
	font-family: Rockwell, Verdana, Tahoma, Arial;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;

}

#leftNav td a:hover 
{
    color: #BF0C0B; 
    padding-left: 20px;
    font-weight: bold;
    text-decoration: none;
}


#leftNav td a:hover.leftNav7 { 
	padding-left: 0px;
}


a:hover.leftNav1 { 
	background: url(/images/icons/tomato.gif) no-repeat left;		
}

a:hover.leftNav2 { 
	background: url(/images/icons/mayo.gif) no-repeat left;		
}

a:hover.leftNav3 { 
	background: url(/images/icons/lettuce.gif) no-repeat left;		
}

a:hover.leftNav4 { 
	background: url(/images/icons/ketchup.gif) no-repeat left;		
}

a:hover.leftNav5 { 
	background: url(/images/icons/pickle.gif) no-repeat left;		
}

a:hover.leftNav6 { 
	background: url(/images/icons/cheese.gif) no-repeat left;		
}

#pageContent 
{
    padding-top: 15px; 
    padding-left: 15px; 
    padding-right: 10px;
    width: 693px;
    vertical-align: top;
}

#footer 
{
    border: none;
    padding: 0px;
    background-image: url(/images/footerSlice.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 49px;
    text-align: center;
}

#footer h1 
{
   font-size: 100%;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
   padding-top: 15px;
}
/* END DESIGN ELEMENTS */

.inputTable td, .inputTable th
{
    padding: 4px;
}

.pb 
{
    page-break-after: always;
}