h2
{
	margin: 4px;
}
#fullDiv
{
	vertical-align: top;
}
.data h1, .data h2
{
	font-variant: small-caps;
}

.data, .data a , .data td, .data p
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.data p.title, .data span.title
{
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
   color: #0F0F59;
}

.data p.subtitle
{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}	

.data a:link, .data a:visited, .data a:active
{
	/*text-decoration: underline;*/
}

.data a:hover
{
	color: darkblue;
}

.data table
{

	empty-cells: show;
	border-collapse: separate; border-spacing: 1px;
	vertical-align: top;
}

table.data
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.data tr
{
	height: 20px;
	vertical-align: top;
}

.data tr#border
{
	border-width: 1px;
	border: solid 3px;
}

.data tr.gold
{

	background:gold;
	height:30px;
}

.data td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;

}

.data th
{
	padding-left: 5px;

}	

.data td#highlight
{
	border: 1px solid red;
}


.data tr#header, .data tr#header td, .data tr#header tr
{
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	color: white;
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
	background: darkblue;
	background-image: url('../images/gradient_thead.gif');
}

.data tr#even,.data td#even
{
	background: #cccccc;
	vertical-align: middle;
}

.data tr#odd,.data td#odd
{
	background: #aaaaaa;
	vertical-align: middle;
}

.data tr#heading,.data td#heading, div #heading
{
	background: #9292C8;
	text-align: left;
	vertical-align: middle;
	border: 0px solid #999999;
	font-weight: bold;
}

.data tr#heading2,.data td#heading2, div#heading2
{
	background: #92ADC8;
	text-align: left;
	vertical-align: middle;
	border: 0px solid #999999;
	font-weight: bold;
}

.data tr#heading3,.data td#heading3, div#heading3
{
	background: lightsteelblue;
	text-align: left;
	vertical-align: middle;
	border: 0px solid #999999;
	font-weight: bold;
}

div#subheadings
{
	padding: 1px;
	margin-bottom: 5px;
}
div#subheading1,div#subheading2
{
	display: inline;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	padding: 4px;
	margin-right: 1px;
}
.data tr#subheading1,.data td#subheading1, div#subheading1
{
	background: #9999FF;
}
.data tr#subheading2,.data td#subheading2, div#subheading2
{
	background: #CCCCFF;
}
.data tr#selected,.data td#selected
{
	background: #ccffcc;
	vertical-align: middle;
}

.data tr#desc, .data tr#desc td, .data tr#desc tr
{
	height: 20px;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	background: darkblue;
	background-image: url('../images/gradient_tcat.gif');
}

.data .desc
{
	padding: 6px;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	background: darkblue;
	background-image: url('../images/gradient_tcat.gif');	
	text-align:center;
	border: 1px solid #BDBDBD;
	border-bottom-width: 0px;
}


.data ol, ul
{
	padding-top: 0em;
}

.plaintable, .plaintable tr, .plaintable td, .plaintable table
{
	background-color: white;
}

.calc
{
	background-color: white;
	text-align: center;
	vertical-align: top;
	border-left:1px solid black;
	border-right:1px solid black;
}

.expression
{
	font-weight: bold;
	font-size:16px;
	background-color:lightsteelblue;
	padding: 5px;
	border:2px solid green;
}

.expression_warn
{
	font-weight: bold;
	font-size:16px;
	background-color:#FF6666;
	padding-left: 5px;
	border:2px solid red;
}

.expression_drag
{
	border:2px solid green;
	background-color:lightgreen;

}

/* new styles for navigation */

.nav {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #666;
}
.navSpacer {
    width:            5px;
    height:           16px;
}
.navNormal, .navDrop, .navActive {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:      bold;
    border-top: 1px solid #999;
    border-right: 1px solid #666;
    border-left: 1px solid #999;
    border-bottom: none;
    padding: 2px 5px 2px 5px;
}
.navNormal {
    color:            #000000;
    background-color: #E5E5E5;
}
.navActive{
	font-family: Arial, Helvetica, sans-serif;
    font-weight:      bold;
    color:            #000000;
    background-color: #CCCCCC;
}

.navDrop{
    color: #000000;
    background-color: #E5E5E5;
}
.navNormal a:link, .navNormal a:active, .navNormal a:visited, .navActive a:link, .navActive a:active, .navActive a:visited{
    color: darkblue;
    text-decoration: none;
}

.navDrop a:link, .navDrop a:active, .navDrop a:visited{
    color: darkblue;
}

.navNormal a:hover, .navActive a:hover{
    color: black;
}


	#nav2, #nav2 ul {
	float: left;
	width: 36em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid lightsteelblue;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav2 a {
	display: block;
	width: 16em;
	w\idth: 16em;
	color: black;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav2 li {
	float: left;
	padding: 0;
	width: 16em;
}


#nav, #nav ul {

	width: 800px;
	height: 1.5em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid lightsteelblue;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: black;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(../images/rightarrow.gif) no-repeat center right ;
}
/*<!--get rid of 0 and -5 to show arrow in firefox-->*/

#nav a.selected
{
	text-decoration: underline;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: white;
}

#nav li li {
	padding-right: 1em;
	width: 13em;

}

#nav li ul a {
	width: 13em;
	w\idth: 12em;

}

#nav li ul ul {
	margin: -1.75em 0 0 12em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: lightsteelblue;
}


#menu5 body{
font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
}

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

#menu5 {
	width: 200px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 10px;
	}

#menu5 li a {

  	height: 24px;
	font-size: 12px;
	text-decoration: none;
	}

#menu5 li a:link, #menu5 li a:visited, #menu5 li a:active {
	color: #777;
	display: block;
	background: url(../images/menu5.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
	}

#menu5 li a:link#selected, #menu5 li a:visited#selected, #menu5 li a:active#selected
{
	color: #fff;
	background: url(../images/menu5.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
}

#menu5 li a:hover {
	color: #fff;
	background: url(../images/menu5.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
	}

div.autocomplete {
  position:absolute;
  width:500px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	color: navy;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.help
{
	background-color: #ffb;
	padding:2px;
	border:1px solid #888;
	width:400px;
}
.error {
	background-color:#FAE2E2;
	border: 1px solid #E60000;
}
.success {
	border: 1px solid rgb(151, 216, 141); margin: 5px; background-color: rgb(221, 241, 218); text-align: center;
}
#left-pane {
	padding: 0px;
	margin: 0px;
	width: 200px;
}
.left-pane, .left-pane td{
	font-size: x-small;
	/* overflow: scroll; */
	background: silver;
	padding: 0px;
}
/**
* Alternating rows
*/
.even
{
	background: #cccccc;
	vertical-align: middle;
}

.odd
{
	background: #aaaaaa;
	vertical-align: middle;
}

.selected
{
	background: #ccffcc;
	vertical-align: middle;
}
.subHeader, .addBar {
	border:1px solid #BDBDBD;
	background-color:#E7E7E7;
	padding: 2px;
}
.subHeader {
	font-weight: bold;
}
/**
* Any group of image icons
*/
.actionIcons a {
	text-decoration: none;
}
.actionIcons img {
	border-width: 0;
	vertical-align:middle;
}
/**
* Any form should use this class for layout
*/
fieldset {
	border:1px solid #BDBDBD;
	vertical-align: middle;
}
table.form {
	border-collapse: collapse;
	vertical-align: middle;
}
table.form th{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color:#E7E7E7;
	padding: 6px;
}
table.form td {
	background-color:#E7E7E7;
	vertical-align: middle;
	padding: 5px;
}
table.form td .short {
	font-weight: bold;
}
table.form td .long {
	font-weight: normal;
}
table.form td.buttons{
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	border-width: 0;
}
table.form td.buttons input, table.form td.buttons button{
	vertical-align: middle;
}

div.greybox {
	border:1px solid #BDBDBD;
	background-color:#E7E7E7;
	padding: 5px;
	margin-bottom: 5px;
}

input.radio {
   vertical-align: -2.7px; 
}

input.checkbox {
   vertical-align: -2.7px;
}