body

{
	background: #202830 url(/nai/images/bodyBg.gif) repeat-y top center;
	font-family: arial;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
#wideContainer
{
	/*background: #202329 url(/training/images/mainBg.gif) repeat-x top left;*/
	background: #323640 url(/nai/images/mainBg.gif) repeat-x top left;
}
#container
{
	margin: 0px auto;
	width: 786px;
	border-left: 2px solid #79828b;
	border-right: 2px solid #79828b;
}
#header
{
	background: url(/nai/images/headerBg.jpg) no-repeat top left;
	height: 92px;
}

#leftPane
{	
	float: left;
	width: 205px;
	background: white url(/nai/images/leftPaneBg.gif) repeat-y top left;
}
#leftPane ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #79828b;
}
#leftPane ul li
{
	border-bottom: 1px solid #79828b;
}
#mainNavItem
{
	background: #545e65;
	padding: 8px 10px;
	text-transform: uppercase;
	color: white;
	font-size: 10px;
	font-weight: bold;
}
#mainNavItem a
{
	color: white;
	text-decoration: none;
}
#mainNavItem a:hover
{
	text-decoration: underline;
}
#subNavItem
{
	background: #323232;
	padding: 5px 20px;
	color: white;
}
#subNavItem a
{
	color: white;
	text-decoration: none;
}
#subNavItem a:hover
{
	text-decoration: underline;
}
#logoBottom
{
	background: url(/nai/images/leftPaneHeader.gif) no-repeat top left;
	height: 123px;
}

#rightPane
{
	float: left;
	width: 581px;
	background: url(/nai/images/rightPaneBg.gif) repeat-x top left;
	padding: 14px 0px 10px 0px;
	min-height: 360px;
}

#wideFooterLine
{
	background: #808891;
	height: 5px;
}
#footerLine
{
	background: #8d959b;
	width: 790px;
	margin: 0px auto;
	height: 5px;
}
#body
{
	background: white url(/nai/images/leftPaneBg.gif) repeat-y top left;
}
#bodyFooter
{
	clear: left;
	height: 1px;
}

/********************** Dialog STYLE **********************/
#dialogBox
{
	background: #eeeeee;
	border: 1px solid #999999;
	width: 400px;
	margin: 0px auto;
}
#dialogTitle
{
	border-bottom: 1px solid #999999;
	padding: 3px 2px 3px 8px;
	background: #dddddd;	
}
#dialogBody
{
	padding: 14px;
}
#dialogNotes
{
	padding-top: 10px;
}
#fieldTitle
{
	padding: 3px 3px 3px 0px;
}
#formButton
{
	padding-top: 8px;
}

/********************** TABLE STYLE **********************/
table
{
	background: #666666;
	border-spacing: 1px;	
}

th
{
	background: #cccccc;
	padding: 4px 6px 4px 6px;
	font-weight: normal;
	font-size: 11px;
}
td
{
	background: #eeeeee;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 6px 4px 6px;
}
table.moduleInfo
{
	background: #cccccc;
	border-spacing: 0px;
}
td.moduleInfo
{
	background: #eeeeee;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
}
table.searchData
{
	background: #ffffff;
	border-spacing: 0px;
}
td.searchData
{
	background: #ffffff;
	font-weight: normal;
	font-size: 11px;
	padding: 2px;
}
	
td a
{
	color: blue;
}


/********************** TRAINING STYLE **********************/
.trainingModuleIcons
{
	width: 350px;
	height: 24px;
	border-left: 1px solid #bbbbbb;
	/* padding: 2px; */
	float: right;
	/* display: none; JS Event */
}
.trainingModuleIcons img
{
	padding: 1px 4px 0 4px;
}
.trainingTrainee
{
	border-bottom: 1px solid #bbbbbb;
	/*  background: #f5f3c6; JS Event */
}
.trainingName
{
	color: #02779c;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
}
.trainingName a
{
	cursor: pointer;
}
#searchName
{
	color: #02779c;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
}
.hideItem
{
	display:none;
}
.showItem
{
	display:block;
}
.visItem
{
	visibility:visible;
}
.invisItem
{
	visibility:hidden;
}
.showItem2
{
	display: inline;
}
#crateAccRow
{
	display: block;
}
#creatAccLeft
{
	display: table-cell;
	width: 125px;
	padding: 2px;
}
#creatAccRight
{
	display: table-cell;
	width: 130px;
	padding: 2px;
}
#customLeft
{
	display: table-cell;
	vertical-align:top;
	width: 75px;
	padding: 2px;
}
#customRight
{
	display: table-cell;
	width: 130px;
	padding: 2px;
	
}
#itemized1
{
	display:table-cell;
	width:160px;
	/*background: #FFCC00*/
}
#itemized2
{
	display:table-cell;
	width:95px;
	/*background:#33FF00;*/
	text-align:right;
}
#itemized3
{
	display:table-cell;
	width:50px;
	text-align:right;
	/*background: #0066FF;*/
}
#itemized4
{
	display:table-cell;
	width:60px;
	text-align:right;
	/*background: #CC6666;*/
}
input.acc
{
	width:120px;
}

.page_title_module {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}

.page_title {
	margin: 0px 0px 5px 15px;
	color: #A4A4A4;
}

.header_right {
	float: right;
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
}
.header_right h2 {
	margin: 25px 0px 0px 0px;
}
.header_right ul {
	text-align:right;
	list-style:none;
}
.header_logout a {
	color: #A7ADB8;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}
.header_training {
	font-weight: bold;
	font-size: x-small;
	padding: 2px 0;
}
.header_training a {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#292D38;
	padding: 5px 5px 8px 5px;
}
.header_training img {
	vertical-align:middle;
}
.header_training_visited {
	color: #FEA518;
}
.password {
	color: #549121;
}
