/*2010.02.01 JTN added "#content_table a" for font-size 8pt;*/

@import url("../css/tabs.css");
@import url("../css/pseudo.css");

body {
	color: #000000;
	margin: 0;
	padding: 0;
}
a img {
	border-width: 0px;
}
body, td, a {
	font-size: 10pt;
	font-family: tahoma;
}
body, td {
	cursor: default;
}
td {
	vertical-align: top;
}
#outer {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
	min-width: 870px;	/* also update ie.css, since IE fails to implement min-width */
	max-width: 1200px;	/* also update ie.css, since IE fails to implement min-width */
}
.modal #outer {
	min-width: 600px;	/* also update ie.css, since IE fails to implement min-width */
}

.center {
	text-align: center;
}
.centered {
	margin: auto;
}
#nav_tabs {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}
#nav_tabs li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 20px;
	font-size: 12pt;
}

#nav_tabs li span {
	display: block;
	padding: 5px 20px 2px 0;
}
#nav_tabs li.module span {
	display: block;
}

#nav_tabs li.icon_tab span {
	padding-bottom: 4px;
}

#main_body {
	clear: both;
}
#body_top_left {
	width: 20px;
	padding: 0;
}
#body_top_right {
	width: 20px;
	padding: 0;
}
#page_options {
	border-collapse: collapse;
	width: 100%;
}
#breadcrumbs, #breadcrumbs a {
	font-weight: bold;
	font-size: 9pt;
	padding: 5px 0;
	text-decoration: none;
}
#breadcrumbs, .milonictable td {
	vertical-align: middle;
}

#related {
	padding: 5px 0;
}
#related div {
	float: right;
}

.link_bar td {
	padding: 3px 0;
}
.link_bar {
	width: 100%;
	border-collapse: collapse;
}
.link_bar_left {
	width: 2px;
	padding: 0;
	margin: 0;
}
.link_bar_right {
	width: 2px;
	padding: 0;
}
.link_bar, .link_bar a {
	color: #ffffff;
	font-size: 8pt;
}
.link_bar .link {
	text-align: right;
	padding-right: 5px;
}
.link_bar table {
	width: 100%;
}
.link_bar .welcome {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
}
#subbreadcrumbs, #subbreadcrumbs a {
	font-size: 8pt;
	padding-left: 5px;
	text-decoration: none;
}
#subbreadcrumbs a {
	font-weight: bold;
}
#content_shell {
	width: 100%;
	border-collapse: collapse;
}
#content_left {
	padding: 0;
	width: 2px;
}
#content_right {
	padding: 0;
	width: 2px;
}
#content {
	background-color: #ffffff;
	padding-bottom: 10px;
}
#content_table {
	width: 100%;
}
#content_table, #content_table td , #content_table a{
            font-size: 8pt;
}
#footer {
	width: 100%;
	border-collapse: collapse;
	font-size: 9pt;
}
#footer_left {
	width: 20px;
	padding: 0;
}
#footer_right {
	width: 20px;
	padding: 0;
}
#contact {
	padding: 5px 0;
}
#copyright {
	text-align: right;
	padding: 5px 0;
}

.mnuNav_Main_off {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11pt;
}
.mnuNav_Main_on {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11pt;
}
.mnuNav_Sub_Header {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11pt;
}
.mnuNav_Sub_on {
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 10pt;
}
.mnuNav_Sub_off {
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 10pt;
}

.mnuRelated_Main_off {
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 10pt;
}
.mnuRelated_Sub_Header {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 11pt;
}
.mnuRelated_Sub_on, .mnuRelated_Sub_off {
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma;
	font-size: 10pt;
	direction: ltr;
	text-align: right;
}
.mnuRelated_Sub_on {
}
.mnuRelated_Sub_off {
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: .25em 0;
	padding: 0;
}
h3 {
	font-size: 10pt;
}
.smallheader, .smallheader a {
	font-size: 8pt;
	font-weight: bold;
}

.small {
	font-size: 8pt;
}

td.section, span.section  {
	padding-top: 7px;
	font-size: 9pt;
	font-weight: bold;
}

.info {
	font-size: 9pt;
	font-weight: bold;
}

table.basic, .data_table tr {
	background-color: #ffffff;
}
.data_table .odd {
	background-color: #f8f8f8;
}
.data_table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding: 0px;
}
.data_table tr.header td {
	vertical-align: bottom;
}
.data_table td {
	padding: 2px;
	vertical-align: top;
}
.data_table tr.header a, .data_table tr.header td {
	color: #ffffff;
	font-weight: bold;
}
input, select, textarea, option {
	font-family: tahoma;
	font-size: 8pt;
	background-color: #ffffff;
	color: #000000;
	border-color: #d4d0c8;
	outline: transparent solid 1px;
}
input.choice {
	background-color: transparent;
}
#isslogo {
	width: 204px;
	height: 80px;
	float: right;
}
b.button {
	cursor: pointer;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
}
b.button b {
	cursor: pointer;
	display: inline-block;
	position: relative;
	left: 4px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 2px;
}
b.button b b {
	top: 4px;
	left: -6px;
	background-position: left bottom;
}
b.button b b b {
	top: 0px;
	left: 6px;
	padding-right: 0px;
	background-position: right bottom;
}
b.button input {
	cursor: pointer;
	border-style: none;
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	position: relative;
	top: -3px;
	left: -5px;
	font-weight: bold;
	font-size: 10pt;
	width: auto;
	overflow: visible;
}

b.button input.small {
	font-size: 7pt;
}
.numeric {
	text-align: right;
}
.pageheader {
	font-size: 14pt;
	font-weight: bold;
}
.mainheader {
	font-size: 18pt;
	color: #94969c;
	font-weight: bold;
}
.ajaxac_iframe {
	border-width: 0;
	position: absolute;
	z-index: 99;
}
.ajaxac_div {
	position: absolute;
	background-color: #ffffff;
	z-index: 100;
}
.warning {
	color: #ff0000;
	font-size: 10.5pt;
	font-weight: bold;
}
.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 10pt;
}
/* begin file inputs */
div.file_wrapper {
	position: relative;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
input.file {
	position: relative;
	-moz-opacity: 0;
	opacity: 0;
	z-index: 2;
}
/* end file inputs */
.help_container {
	text-align: right;
	vertical-align: top;
}
.disabled {
	border-color: #cccccc;
}
.required {
	color: #ff0000;
}
.tab {
	clear: both;
	padding: 10px 0px;
}
optgroup {
	font-weight: bold;
	background-color: #ffffff;
}
option {
	background-color: transparent;
}
optgroup, option {
	font-style: normal;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.clickable {
	cursor: pointer;
}
