/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content_table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin:0px;
	overflow:hidden;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/***********************************************/
/* Page Name  Styles                           */
/***********************************************/

#pageName {
	padding: 0 0 3px 0;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h1 {
	font: bold 1.0em Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#pageName p {
	font-size:.7em;
	margin-left: 10px;
	font-style: normal;
	color: #999999;
}

#pageName img {
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}


/***********************************************/
/* Page Buttons  Styles                        */
/***********************************************/

#pagebuttons {
	display: block;
	font-size: .8em;
	padding: 4px 0 4px 0px;
}

#pagebuttons a {
	color:#0000FF;
}

#pagebuttons a:hover {
	color:#FF0000;
	text-decoration:none;
	background-color:#FFFF66;
}

/***********************************************/
/* SEARCH_TABLE  Styles                        */
/***********************************************/
#search_table {
	display:block;
	margin: 0 0 3px 0px;
	padding: 0 0 5px 0;
	border-bottom:1px solid #ccd2d2;
}

#search_table form {
	line-height: 20px;
}

#search_table form input.txt {
	width: 100px;
	height: 12px;
	font-size: .8em;
	padding: 0 2px 0 2px;
}

#search_table form input.btn {
	width: 40px;
	height: 18px;
	font-size: .8em;
}

#search_table input:focus {
	background-color:#FFFFCC;
}

#search_table form label {
	color: #787878;
	font-size: .8em;
	vertical-align: middle;
}
#search_table select {
	padding-left:0.3em;
	width:15%;
}

#search_table img {
	vertical-align: middle;
}

/***********************************************/
/* TABLE MESSAGE  Styles                         */
/***********************************************/
#TableMessage {
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #787878;
	background-color:#FFFFCC;
	padding: 10px;
}

#TableMessage h1 {
	font-size: .9em;
	color: #3333CC;
}

#TableMessage p {
	font-size: .75em;
	text-indent: 10px;
	color: #969696;
}

/********************* Table Styles **********************/

.tabledata {
	font-size: .8em;
	border: thin solid #CCCCCC;
}

.trHead {
	background-image: url(../art/bg_rowHead.jpg);
	font-size: .85em;
	font-weight: bold;
	border: thin solid #CCCCCC;
}

.trRowA {
	font-size: .8em;
	background-color:#CCCCCC;
}

.trRowB {
	font-size: .8em;
	background-color:#FFFFFF;
}

.tdHead {
	border-bottom: thin solid #996600;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #999999;
	white-space: nowrap;
	padding:4px 0 4px 2px;
}

.tdBorder {
	border-bottom: thin solid #999999;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	white-space:nowrap;
	padding:3px 0 3px 2px;
}

.tablebuttons {
	padding-right: 1px;
	padding-left: 1px;
	border:0;
}

