body {
/*
	background-image: url("");
	background-repeat: repeat-x;
	background-color: #;*/
}
h1 {
    font-family: Helvetica, Geneva, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 26px;
}
.inline-block {
	display: inline-block;
}
h2, h4 {
    font-family: Helvetica, Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 10px;
	color: #000000;
    margin: 6pt 0pt;
	line-height: 20px;
}
h3 {
    font-family: Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding-top: 0px;
	color: #232323;
    margin: 6pt 0pt;
	line-height: 16px;
}
p, body, li {
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
td {
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
hr {
	margin-top: 12pt;
	width: 100%;
}
a, a:visited {
	color: #0000EE;
}

.atranslate{
}
.button {
}
.indent {
	margin-left:20px;
	margin-right:20px;
}
.small {
	font-size: 12px;
}
.smaller {
	font-size: 10px;
}
.bulletpad {
	padding-top: 0px;
	padding-bottom: 6px;
}
.fixed {
	font-family: "Courier New", Courier, monospace
}
.underline {
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.gray {
	color: #999;
}
.darkgray {
	color: #666;
}
.blue {
	color: #0000FF;
}
.darkgreen {
	color: #006600;
}
.msg {
	color: green;
	font-weight: bold;
}
.error {
	color: red;
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
.showhide {
	background: #EEEEEE;
	margin: 10px;
	padding: 6px;
}
.graybox {
	background:#CCCCCC;
	padding:4px;
	text-align:center;
}
.blackborder640 {
	width: 640px;
	background-image: url(/training/images/middleround.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


a.submenu {
	color: #EEEEEE;
	padding: 0px 4px;
/*	border-left:1px solid #666666; */
}
a.submenu:link {
	text-decoration: none;
	color: #EEEEEE;
}
a.submenu:visited {
	text-decoration: none;
	color: #EEEEEE;
}
a.submenu:hover {
	color:#111111;
	background: #DDDDDD;
}
a.submenu:active {
	text-decoration: none;
}
a.ts:visited {
	color: #0000FF;
}

#page_table {
	width: 700px;
	border: none;
}
.page_popup #page_table {
	width: 100%;
	height: 100%;
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	*/
}
#page_table_content {
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 1px solid black;
}
.page_popup #page_table_content {
	width: 100%;
	height: 100%;
	border: none;
}
#page_footer {
	font-size: 12px;
	text-align: center;
}

#table, .table {
	border-spacing: 0px;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	empty-cells: show;
}
#table > tbody > tr > td,  #table > tr > td,  #table > thead > tr > th,  .table > tbody> tr > td,  .table > thead > tr > th {
	color: #000000;
	padding: 0px 3px;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	empty-cells: show;
}
#table_profile, .table_profile {
	border-spacing: 0px;
	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	empty-cells: show;
}
#table_profile > tbody > tr > td, .table_profile > tbody > tr > td {
	color: #000000;
	padding: 3px 3px;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	empty-cells: show;
}
#tablem tr {
	background: #FFFFFF;
}
#mainpage td {
	color: #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
#navigation a {
	font:12px Arial;
	color: #CCCCCC;
	text-decoration: none;
	line-height:22px;
	display:block;
	padding: 0px 5px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}
#navigation a:hover {
	color:#252525;
	background: #CCCCCC;
}

table tr .highlight, table tr .highlight_toggle {
	background-color: #DDDDDD;
}
table thead tr .header {
	background-image: url(/images/icons/arrow_both.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 20px;
	border: 1px #DDDDDD solid;
}
table thead tr .headerSortUp, table thead tr .headerSortDown {
	background-color: #BBBBBB;
	border: 1px #777777 solid;
}
table thead tr .headerSortUp {
	background-image: url(/images/icons/arrow_desc.gif);
}
table thead tr .headerSortDown {
	background-image: url(/images/icons/arrow_asc.gif);
}

.table_stats tbody tr:hover {
	background-color: #DDDDDD;
}

/* Start Drop Down Menu */
.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1-active {
    padding: 3px 8px 3px 7px;
/*  background: #000000; */
  	background: "/images/menubg.jpeg";
    font: 12px arial;
    color: #AAAAAA;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
/*
	border-top:1px solid #666666;
	border-right:1px solid #666666;
*/
}
.ddmx .item1:hover,
.ddmx .item1-active:hover {
    padding: 3px 8px 3px 7px;
    color: #EE4501;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
/*
    background: #FEFEFE;
    color: #222222;
*/
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 3px 8px;
    font: 11px tahoma;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: #CDCDCD;
    color: #000000;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
.ddmx .item2 {
    background: #EFEFEF;
/*
    padding: 3px 8px 3px 8px;
    background: #ffffff;
    background: #ddeeee;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
*/
}
.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .item2line,
.ddmx .item2line:hover,
.ddmx .item2line-active,
.ddmx .item2line-active:hover {
    padding: 3px 8px 8px 8px;
    font: 11px tahoma;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: #AAAAAA;
    color: #000000;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
.ddmx .item2line {
    background: #e5e1da;
}
.ddmx .item2line img,
.ddmx .item2line-active img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .menuline {
	height: 1px;
	background-color: #999999;
	font-size: 1px;
	/*
    background: #E5E1DA;
	border: 1px solid #999999;
	border-top: none;
	*/
}


.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .section {
    border: 1px solid #FFFFFF;
/*
    border: 1px solid #b8b4ae;
*/
    border-bottom: 1px solid #999999;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
/* End Drop Down Menu */


/* Start Dynamic Search */
#search_table {
	width: 100%;
}
#search_table, #search_table td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.search_row {
}
.search_row, .search_row_selected {
	cursor: pointer;
}
.search_row_selected {
	background-color: #EEEEEE;
}
/* End Dynamic Search */


.expand_head{
	width:100%;
	display:block;
	background:#DDDDDD;
	padding:5px;
}

.expand_body{
	display:none;
	padding:0px;
}
.expand_body_open{
	padding:0px;
}

#basecamp-frame {
	overflow-x: hidden;
	width: 890px;
	height: 700px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	margin: 0 -15px;
	padding: 0;
	border: 0;
}

