
/* Body */
body {
	font: normal 12px auto Georgia, "Times New Roman", Times, serif;
	color: #4f6b72;
	background: #C0C8D3;
}

/* Links */
a {
         color: #3333cc;
         font-weight : normal;
         text-decoration: none;
}
a:visited {
         color: #3333cc;
         font-weight : normal;
         text-decoration: none;
}
a:hover { 
         color: #1C5674;
         font-weight : normal;
         background-color : #ffffff;
}

/* Special class to make buttons look like buttons... */
input.btn {
	background-color: #bde6f3;
	border: 2px #bde6f3 outset;
	padding: 1px 4px;
	color: black;
	text-decoration: none;
	font: bold 12px  "Lucida Grande", "Trebuchet MS",Verdana, Helvetica, sans-serif;
}
input.btn:hover {
	border-style: inset;
	background-color: #e2edff;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
	cursor:pointer;
}
input.btnhov {
	border-style: inset;
	background-color: #e2edff;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
	cursor:pointer;
}
input.btn:active {
	color: black;
}

/* Special class to make A-Href Links look like buttons */
a.cssbutton {
	background-color: #bde6f3;
	border: 2px #bde6f3 outset;
	padding: 1px 4px;
	color: black;
	text-decoration: none;
	font: bold 12px  "Lucida Grande", "Trebuchet MS",Verdana, Helvetica, sans-serif;
}
a.cssbutton:hover {
	border-style: inset;
	background-color: #e2edff;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}
a.cssbutton:active {
	color: black;
}

/* Paragraph / text */
p.login_text {
	font: normal 14px auto Georgia, "Times New Roman", Times, serif;
	color: #4f6b72;
}

/* Tables */
table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	background-color: transparent;
}
table th {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 3px;
	background: #90BADE;
}
table td {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 3px 3px 3px 3px;
	background: #EDEDED;
}

/* Class - Header Table */
table.header_table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	background-color: transparent;
}
table.header_table td {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	letter-spacing: 2px;
	text-align: left;
	padding: 4px 4px 4px 4px;
	background: #EDEDED;
}

/* Class - Login Table */
table.login_table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	background-color: transparent;
}
table.login_table th {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #BDE6F3;
}
table.login_table td {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #4a6b74;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 4px 4px 4px 4px;
	background: #EDEDED;
}

/* Class - Maint List of converters */
/*  old  table.maint_list {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	background-color: transparent;
} */
table.maint_list { 
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 90%;
	border-width: 0px 0px 0px 0px;
	border: 1px #d79900 solid;
	bordercolor= #000000;
	border-collapse: collapse; 
	border-spacing: 1px;
	border-style: outset;
	background-color: transparent;
	padding: 3px;
}

table.maint_list th {
	font: bold 8px Georgia, "Times New Roman", Times, serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 2px 2px 3px;
	background: #BDE6F3;
}
table.maint_list td {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #4a6b74;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 0px;
	text-align: left;
	padding: 1px 2px 1px 2px;
	background: #ffffff;
} 

/* just some test by gb to break chg font within a row. but td code overrides*/
/*.mnt_lst {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #4a6b74;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 0px;
	text-align: left;
	padding: 1px 2px 1px 2px;
	background: #ffffff;
}
.mnt_sm {
	font: normal 8px Georgia, "Times New Roman", Times, serif;
	color: #4a6b74;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 0px;
	text-align: left;
	padding: 1px 2px 1px 2px;
	background: #ffffff;
} and through to here  */

/* Class - Maint individual converter */
table.maint_single {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	background-color: transparent;
}
table.maint_single th {
	font: bold 7px Georgia, "Times New Roman", Times, serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #BDE6F3;
}
table.maint_single td {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #4a6b74;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 2px 4px 4px 2px;
	background: #EDEDED;
}

/* We have three main DIV-ID's in this application, denoted by the # */
#header {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	display: block;
}

#main {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	display: block;
}

#footer {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	display: block;
}

/* temp class for Title bar header text code brought back by gb 9/09 */
#hd {
color:#333333; 
background: #90BADE;
background-color: #90bade;
padding: 6px 1px 6px 1px;
font: normal 12px auto Georgia, "Times New Roman", Times, serif;
vertical-align: middle;
text-align: center;
margin:auto;
height:48px;
width:1100px;
}

.highlight {font-weight:bold;}
.hd-hd {
color:#333333; 
background: red;
vertical-align: middle;
padding: 3px 3px 3px 3px;
font-weight:bold;
text-align: center;
}
.hd-txt {
color:#333333; 
background: #EDEDED;
font: normal 24px auto Georgia, "Times New Roman", Times, serif;
font-weight:bold;
text-align: center;
}

.hd-usr {
color:#333333; 
background: #EDEDED;
font: normal 24px auto Georgia, "Times New Roman", Times, serif;
font-weight:bold;
text-align: center;
font-style:italic;
}

.hd-hlp {
color:#333333; 
background: #EDEDED;
font: normal 13px auto Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-style:italic;
}

/* Special - Blue Menu Block */
#blueblock{
	width: 500px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	background-color: #90bade;
	color: #333;
}

* html #blueblock{ /*IE 6 only */
	w/dth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#blueblock li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#blueblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
	width: auto;
}

#blueblock li a:hover{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
