
/* Basic Selectors */

html {
  overflow: scroll;
}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10pt;
  margin-top: 5px;
  margin-left: 5px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

p {
	margin-top: 5pt;
	margin-bottom: 5pt;	
}

/* Pseudo classes */

:link {
	
}

:hover {
	
}

:visited {
	
}


/* IDs and subclasses */

#site-header td {
	vertical-align: bottom;
}

#site-footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	
}

#topnav {
	margin-bottom: 5px;
}

#topnav .topnav-item {
	background-image: url(images/btnbg_mid_dbdbdb.png);
	color: #616161;
	font-size: 9pt;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}

#topnav .topnav-item a {
	color: #616161;
	text-decoration: none;
}

#topnav .topnav-item a:hover {
	text-decoration: underline;
}

#topnav .topnav-item-selected {
	background-color: #274f8a;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}

#topnav .topnav-item-selected a {
	color: #FFFFFF;
	text-decoration: none;
}

#topnav .topnav-item-selected a:hover {
	text-decoration: underline;
}

#product-nav {
	margin-bottom: 5px;
}

#product-nav .product-nav-item {
	background-image: url(images/btnbg_mid_f0f0f0_small.png);
	color: #616161;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px;
	text-align: inherit;
	text-decoration: none;
}

#product-nav .product-nav-space {
	color: #616161;
	font-size: 8pt;
	padding: 2px;
	text-align: inherit;
	text-decoration: none;
}

#product-nav .product-nav-item a {
	color: #616161;
	text-decoration: none;
}

#product-nav .product-nav-item a:hover {
	text-decoration: underline;
}

#demo-btn .text-area {
	background-color: #fade72;
	color: #616161;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}

#demo-btn .text-area a {
	color: #616161;
	text-decoration: none;
}

#demo-btn .text-area a:hover {
	text-decoration: underline;
}

#content {

}

#content .body {
	vertical-align: top;
}

#breadcrumb {

}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

#content-body .header2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

#content-body .header3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#shortcutbar {

}

#shortcutbar .shortcut {

}
