﻿/*-----------------------------------------
	Reset
-----------------------------------------*/
html, body, div, span, applet, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image:none;
}
/* remember to define focus styles! */
:focus {}
body {
	line-height: 1.4;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	color:#666;
	background-color: #fff;
	text-align:left;
	text-align:center;
}

/*
iframe
{

display:none;
}
*/

form
{
    margin:0px;
    padding:0px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
    /* width: 299px; */
}
caption, th, td {
	text-align: left;
	font-weight: normal;
    vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
div
{
    text-align:left;
}

/*-----------------------------------------
	Basics
-----------------------------------------*/



h1
{
    font-family:Helvetica, Tahoma;
    font-size:22px;
    color:#333;
    margin-top:0px;
    margin-bottom:10px;
}
h2
{
    font-family:Helvetica, Tahoma;
    margin-bottom:5px;
    font-size:18px;
    margin-top:18px;
    font-weight:normal;
}
h3
{
    font-family:Tahoma;
    margin-bottom:5px;
    margin-top:15px;
    font-size:12px;
    border-bottom:1px solid #ccc;
    color:#666;
}





a
{
    color:#336699;
}
a:hover
{
    color:#333366;
}
a.white
{
    color:#fff;
}
a.white:hover
{
    color:#eee;
}
a.orange
{
    color:#cc9966;
}
a.orange:hover
{
    color:#ff9966;
}
a.edit
{
    font-size:10px;
    text-transform:uppercase;
    text-decoration:none;
}
a.edit:hover
{
    text-transform:uppercase;
    text-decoration:underline;
}
a.status_none
{
    color:#77aadd;
}
a.orange:hover
{
    color:#ddd;
}
p
{
    margin-top:5px;
    margin-bottom:10px;
}
ul { margin-top:10px; }


/*

li
{
    margin-left:20px;
    margin-bottom:5px;
}

*/


/*
span.normal
{
	line-height: 1.4;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	color:#666;
	font-weight:normal;
}
*/

span.clearing
{
    display:block;
    width:0px;
    height:0px;
    font-size:0px;
    clear:both;
    background-color:#ccc;
    padding:0px;
    margin:0px;
}





/*-----------------------------------------
	SPECIFICS
-----------------------------------------*/

div.m_header
{
    background:#dedede url('../images/head_bg.gif') repeat-x;
    border-bottom:1px solid #ccc;
    text-align:center;
}
div.m_header_sub
{
    width:900px;
}
div.m_header_top
{
    float:right;width:329px;padding:4px;padding-left:10px;padding-right:10px;text-align:right;color:#ccc;
    background-color:#999;
}
div.m_header_top a {color:#fff;text-decoration:none;}
div.m_header_top a:hover {color:#eee;}

div.m_header_bottom
{
	float:right; padding-right: 0px; text-align:right;
}

div.m_header_pagename
{
    font-family:Helvetica, Tahoma, Sans-Serif;
	font-size: 24px;
	font-weight:bold;
	vertical-align:middle;
	color: Blue;
	float:right; 
	padding-top: 0px; 
	padding-bottom: 15px; 
	padding-left: 15px; 
	padding-right: 15px; 
	text-align:center;
}


div.m_header_item_divider
{
    float:left;height:28px;width:1px;font-size:1px;margin:0px;
    background:url('../images/nav_tab_separator.gif') repeat-x;
}

div.m_header_item div div
{
    margin:0px;
    padding:0px;padding-top:8px;
    text-align:center;
    height:28px;
    background:#fff url('../images/nav_tab_bg_off.gif') repeat-x;
}
div.m_header_item div
{
    margin:0px;padding-right:3px;
    background:url('../images/nav_tab_r_off.gif') no-repeat top right;
}
div.m_header_item
{
    float:left;padding-left:3px;
    margin:0px;
    background:url('../images/nav_tab_l_off.gif') no-repeat;
}
div.m_header_item a
{
    color:#666;
    text-decoration:none;
}
div.m_header_item a:hover
{
    color:#666;
    text-decoration:underline;
}

div.m_header_item_selected div div
{
    margin:0px;
    padding:0px;padding-top:8px;
    text-align:center;
    height:28px;
    background:#fff url('../images/nav_tab_bg_on.gif') repeat-x;
}
div.m_header_item_selected div
{
    margin:0px;padding-right:3px;
    background:url('../images/nav_tab_r_on.gif') no-repeat top right;
}
div.m_header_item_selected
{
    float:left;padding-left:3px;
    margin:0px;
    background:url('../images/nav_tab_l_on.gif') no-repeat;
}
div.m_header_item_selected a
{
    color:#fff;
    text-decoration:none;
}
div.m_header_item_selected a:hover
{
    color:#eee;
    text-decoration:underline;
}
.mainBody{
    width: 90%;
    margin: 20px 0 50px 0;
}

.mainContent{
    width: 90%;
    margin: 20px auto 60px;
    background-color: #f3f3f3;
}

div.m_body
{
    width:900px;
    background-color:#fff;
}
div.m_content
{
    float:left;
    padding:15px;
    padding-top:25px;
}


table.frm td
{
    padding-bottom:3px;
}
table.frm td.frm_label
{
    font-family:Helvetica, Tahoma, Sans-Serif;
    font-size:12px;
    font-weight:normal;
    width:120px;
    padding-top:3px;
    padding-right:10px;
}
table.frm td.frm_label_wide
{
    font-family:Helvetica, Tahoma, Sans-Serif;
    font-size:12px;
    font-weight:normal;
    width:220px;
    padding-top:3px;
    padding-right:10px;
}
table.frm td.frm_error
{
    font-family:Helvetica, Tahoma, Sans-Serif;
    font-size:12px;
    font-weight:normal;
    color: #AA0000;
    padding-top:3px;
    padding-right:10px;
}
table.frm td.frm_col2
{
    padding-left:20px;
}
table.frm td.frm_data
{
    font-family:Helvetica, Tahoma, Sans-Serif;
    font-size:12px;
    font-weight:normal;
    width:auto;
    padding-top:3px;
    padding-right:10px;
    color: #0000FF;
    white-space:nowrap;
}

div.frm_divider
{
    margin-bottom:10px;
    margin-top:10px;
    border-bottom:1px solid #eee;
    font-size:0px;
}

.frm_text
{
   /* border-left: 1px solid #ccc; */
   /* border-top: 1px solid #ccc; */
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    border:solid 1px #ccc;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    background-color:#fafcff;
    padding:3px;
    width:200px; /* */
}
.frm_text_short
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    border:solid 1px #ccc;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    background-color:#fafcff;
    padding:3px;
    width:100px;
}
.frm_text_long
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    border:solid 1px #ccc;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    background-color:#fafcff;
    padding:3px;
    width:300px;
}
.frm_text_tiny
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    border:solid 1px #ccc;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    background-color:#fafcff;
    padding:3px;
    width:40px;
}
.frm_text_tiny_nowidth
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    border:solid 1px #ccc;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    background-color:#fafcff;
    padding:3px;
    width:65px;
}
.frm_text_req
{
    border:solid 1px #aaa;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}
.frm_errorMsg
{
    font-size: 12px;
    color: red;
    background-color: #f3f3f3;
    margin: 3px 0;
}

/*
.frm_button
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    background-color:#ccc;
    padding:2px;
    border:1px solid #999;
    border-bottom:1px solid #777;
    border-right:1px solid #777;
    color:#666;
}
*/

/*
.frm_button
{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(media/bluefill.png) repeat-x left top;
}
*/

/*
.frm_button {
	background: url(../images/new_look/submit.png) no-repeat -5px -7px;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 34px;
	line-height: 0;
	margin-bottom: 20px;
	text-indent: -9999px;
	width: 78px;
}
*/

/*
.frm_button
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    
    background-color:#ccc;
    background:#f02525 url(../images/blue_button.jpg) repeat-x;color:#fff;
    padding:2px;
    border:1px solid #999;
    border-bottom:1px solid #777;
    border-right:1px solid #777;
    color:#666;
}
*/


/*
.frm_button
{
    font-size: 11px;
    font-family: Tahoma, Sans-Serif;
    background-color: #f02525;
    padding: 2px;
    border: 1px solid #999;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    color: #666;
}

*/

.frm_button
{
    /*
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    background-color:#ccc;
    padding:2px;
    border:1px solid #999;
    border-bottom:1px solid #777;
    border-right:1px solid #777;
    color:#666;
	*/

      background:#3a3b53 url(../images/btn_bg_blue.gif) repeat-x;color:#fff;
      padding:5px;
      font-weight:bold;
      font-family:Verdana, Sans-Serif;
      font-size:11px;
      border:1px solid #9e9f9f;
      cursor: pointer;
	
}

.frm_button:disabled
{
	background: grey repeat-x;
    cursor: auto !important;
}

.frm_button_red
{
	background:#f02525 url(../images/btn_bg_red.gif) repeat-x;color:#fff;
	padding:5px;font-weight:bold;font-family:Verdana, Sans-Serif;font-size:11px;border:1px solid #b00e0e;
}

.frm_button_disabled
{
	background:#808080 repeat-x;
    color:#E0E0E0;
	padding:5px;
    font-weight:bold;
    font-family:Verdana, Sans-Serif;
    font-size:11px;
    border:1px solid #666666 !important;
    cursor: auto;
}

input.btn {   
   color:#666;   
   font-size:20px;
   font: bold 100% ,Tahoma, Sans-Serif;   
 }

.frm_cancel
{
    border:1px solid #aaa;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    color:#963;
}
.frm_file
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    padding:2px;
    border:solid 1px #999;
    background-color:#fafcff;
    padding:3px;
    width:250px;
}
.frm_select
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    width:209px;
}

.frm_select_long
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    width:359px;
}

.frm_select_req
{
}
.frm_textarea
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    width:200px;
    border:solid 1px #ccc;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    background-color:#fafcff;
    padding:2px;
}
.frm_textarea_required
{
    border:1px solid #999;
    background-color:#fff;
}

.frm_textarea_required_long
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    width:359px;
    border:1px solid #999;
    background-color:#fff;
    
}

.frm_textarea_long
{
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    width:300px;
    height:200px;
    overflow:hidden;
    
    /*
    border:solid 1px #ccc;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    background-color:#fafcff;
    */
       border:solid 1px #ccc;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    background-color:#fafcff;
    
    padding:2px;
}

.frm_textdisable, input[type="text"]:disabled, .fairform_text:read-only, select:disabled{
    background-color: #efefef !important;
}

.disabledLink {
    pointer-events: none;
    cursor: default;
    color: gray !important;
}


.frm_readonly
{
    display:block;
    padding-top:5px;
}


.smallhyperlink
{
    font-family:Tahoma, Sans-Serif;
	font-size: 10px;
	width: 130px;
	vertical-align: top;
}
	
table.menu
{
	width: 900px;
	font-family: Verdana, Sans-Serif;
	font-size: 17;
	color: #000000;	
}

table.menu td.menu_side
{
	width: 200px;
	font-size: 13;
	padding-right:0px;
	line-height:1.5em;
}


table.menu td.menu_main
{
	width:480px;
	vertical-align: top;
	text-align: left;
	padding-left:20px;
	padding-right:0px;
}
table.menu td.menu_main li
{
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	font-weight:bold;
	line-height:1em;
}

.ul_li_small
{
	color: #666666;	
	margin-right: 0px;
}

table.stats td
{
    padding-bottom:3px;
}

table.stats
{
    font-family:Tahoma, Sans-Serif;
    font-size:12px;
    font-weight:bold;
	width: 350px;	
}

table.stats td.stats_left
{
    padding-top:3px;
    padding-bottom:3px;
    padding-left:0px;
    padding-right:10px;
}

table.stats td.stats_right
{
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    padding-right:10px;
    text-align: right;
}

td.screen_title
{
	font-size: 24px; font-weight:bold; color:Blue; text-align:center; padding-bottom:30px;		
}


#overDiv
{
	padding:10px;
	line-height:1.2em;
}

span.m_header_bottom_label
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	color: #000000;	
}

span.m_header_bottom_content
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	font-weight: bold;
	color: #AA0000;	
}

span.menu_title
{
	font-family: Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	color: #AA0000;	
}

div.logo
{
	
}

table.frm th
{
    padding:6px;
    color:#eee;
    text-align:left;
    border-left:1px solid #4887c2; 
    border-right:1px solid #4887c2; 
    border-top:1px solid #4887c2; 
    background:#4887c2 url('../images/gt_th_bg.gif') no-repeat;
}

table.frm th a {color:#eee;text-decoration:none;}
table.frm th a:hover {color:#eec;text-decoration:underline;}

/* Grid Table */
table.gt
{
    font-family:Tahoma;
    border:1px solid #4887c2;
}
table.gt td, table.gt th
{
    font-size:11px;
    padding:6px;
    padding-top:4px;
    padding-bottom:4px;
    border-top:1px #ccc solid;
    text-align:left;
    vertical-align:top;
}
table.gt tr.gt_alt td {background-color:#e5e5e5;border-left:1px #e9e9e9 solid;border-right:1px #e9e9e9 solid;}
table.gt th
{
    padding:6px;
    color:#eee;
    text-align:left;
    border-left:1px solid #4887c2; 
    border-right:1px solid #4887c2; 
    border-top:1px solid #4887c2; 
    background:#4887c2 url('../images/gt_th_bg.gif') no-repeat;
}

table.gt th.gt_th_long
{
    padding:6px;
    color:#eee;
    text-align:left;
    border-left:1px solid #4887c2; 
    border-right:1px solid #4887c2; 
    border-top:1px solid #4887c2; 
    background:#4887c2 url('../images/gt_th_bg.gif') repeat;
}

table.gt tr.gt_alt
{
    font-size:11px;
    padding:6px;
    padding-top:4px;
    padding-bottom:4px;
    background-color:#e5e5e5;
    border:1px #4887c2 solid;
    text-align:center;
    vertical-align:middle;
}
table.gt td.gt_right, table.gt th.gt_right, table.gt div.gt_right, table.gt td.gt_right, table.gt tr.gt_right th, table.gt tr.gt_right td
{
    text-align:right;
}
table.gt td.gt_headfoot
{
    border-top:1px solid #4887c2; 
    font-size:0px;
    padding:0px;
    height:3px;
    background-color:#555;
}
table.gt th a {color:#fff;text-decoration:none;}
table.gt th a:hover {color:#ffc;text-decoration:underline;}
table.gt th a.gt_sort_desc
{
    background:url('../images/gt_sort_desc.gif') no-repeat 5px right;
    padding-right:13px;
}
table.gt th a.gt_sort_asc
{
    background:url('../images/gt_sort_asc.gif') no-repeat 5px right;
    padding-right:13px;
}

table.gt tr.gt_page td {background-color:#eee;color:#ccc;}
table.gt tr.gt_page a {text-decoration:none;}
table.gt tr.gt_page a:hover {text-decoration:underline;}
table.gt tr.gt_page span.gt_page_select {font-weight:bold;color:#000;}

table.gt div.no_results
{
    padding:15px;text-align:center;background-color:#eee;color:#999;
}

table.gt p
{
    margin-top:0px;
    margin-bottom:3px;
}
table.gt p.links
{
    color:#aaa;
}
.RadGrid td.offsetText{ 
        padding-left: 45px !important;
}
/* Grid Table - Executive Style*/
table.gtex
{
    font-family:Tahoma;
    border:1px solid #4887c2;
}
table.gtex th
{
    padding:6px;
    color:#eee;
    text-align:center;
    border-left:1px solid #4887c2; 
    border-right:1px solid #4887c2; 
    border-top:1px solid #4887c2; 
    background:#4887c2 url('../images/gt_th_bg.gif') no-repeat;
}
table.gtex th.gtex_left
{
    text-align:left;
}
table.gtex tr td
{
    font-size:11px;
    padding:6px;
    padding-top:4px;
    padding-bottom:4px;
    background-color:#fff;
    border:1px #4887c2 solid;
    text-align:center;
    vertical-align:middle;
}
table.gtex tr td.gtex_left
{
    font-size:11px;
    padding:6px;
    padding-top:4px;
    padding-bottom:4px;
    background-color:#fff;
    border:1px #4887c2 solid;
    text-align:left;
    vertical-align:middle;
}
table.gtex tr.gtex_alt td
{
    font-size:11px;
    padding:6px;
    padding-top:4px;
    padding-bottom:4px;
    background-color:#e5e5e5;
    border:1px #4887c2 solid;
    text-align:center;
    vertical-align:middle;
}
table.gtex tr.gtex_alt td.gtex_left
{
    font-size:11px;
    padding:6px;
    padding-top:4px;
    padding-bottom:4px;
    background-color:#e5e5e5;
    border:1px #4887c2 solid;
    text-align:left;
    vertical-align:middle;
}
table.gtex th a {color:#fff;text-decoration:none;}
table.gtex th a:hover {color:#ffc;text-decoration:underline;}
table.gtex th a.gtex_sort_desc
{
    background:url('../images/gt_sort_desc.gif') no-repeat 5px right;
    padding-right:13px;
}
table.gtex th a.gtex_sort_asc
{
    background:url('../images/gt_sort_asc.gif') no-repeat 5px right;
    padding-right:13px;
}


div.fairform { font-size: 12px;font-family: Verdana; padding-bottom: 50px;}

div.fairformlarge { font-size: 14px;font-family: Verdana; text-align: center;}

div.fairformbold { font-size: 13px;font-family: Verdana; text-align: center; font-weight: bold;
    width: 122px;
}

.fairform_text { font-size:13px;font-family:Tahoma, Sans-Serif;border:solid 1px #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:#fafcff;padding:3px;width:200px; }
.fairform_text_tiny { font-size:13px;font-family:Tahoma, Sans-Serif;border:solid 1px #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:#fafcff;padding:3px;width:40px; }
.fairform_text_short { font-size:13px;font-family:Tahoma, Sans-Serif;border:solid 1px #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:#fafcff;padding:3px;width:100px; }
.fairform_text_long { font-size:13px;font-family:Tahoma, Sans-Serif;border:solid 1px #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:#fafcff;padding:3px;width:300px; }
.frm_textarea { font-size:13px;font-family:Tahoma, Sans-Serif;border:solid 1px #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:#fafcff;padding:2px;width:200px; }
.fairform_select { font-size:13px;font-family:Tahoma, Sans-Serif;width:209px; }


/*
.fairform_button { font-size:13px;font-family:Tahoma, Sans-Serif;background-color:#ccc;padding:2px;border:1px solid #999;border-bottom:1px solid #777;border-right:1px solid #777;color:#666; }
*/

.fairform_button { 

      background:#3a3b53 url(../images/btn_bg_blue.gif) repeat-x;color:#fff;
      padding:5px;font-weight:bold;font-family:Verdana, Sans-Serif;font-size:11px;border:1px solid #9e9f9f;



/*
font-size:13px;font-family:Tahoma, Sans-Serif;background-color:#ccc;padding:2px;border:1px solid #999;border-bottom:1px solid #777;border-right:1px solid #777;color:#666; 
*/

}



table.fairform_header { border-bottom:solid 2px #999; width:96%; text-align:center; }
table.fairform_header td.help { white-space:nowrap;text-align:right; }

table.fairform_header2 { width:96%; text-align:center; }
table.fairform_header2 td.title { height:30px; white-space:nowrap; }
table.fairform_header2 td.nav { text-align:right; }

table.fairform_inner { border:solid 2px #999; width:96%; text-align:center; }
table.fairform_inner td.inner_cell { border:solid 1px #999;vertical-align:top;width:25%; }
table.fairform_inner td.inner_cell_gold { border:solid 1px #999;vertical-align:top;width:25%;color:#FFBB00;font-weight:bold; }
table.fairform_inner td.inner_cell_blue { border:solid 1px #999;vertical-align:top;width:25%;color:#0000FF;font-weight:bold;font-style:italic; }

table.fairform_inner2 { border:solid 2px #999; width:100%; text-align:center; }
table.fairform_inner2 td.inner_cell { border:solid 1px #999;vertical-align:top;white-space:nowrap;padding-right:20px; }
table.fairform_inner2 td.inner_cell_blue { border:solid 1px #999;vertical-align:top;color:#0000FF;font-weight:bold;font-style:italic; }
table.fairform_inner2 td.inner_cell_center { border:solid 1px #999;vertical-align:middle; text-align:center; }
table.fairform_inner2 td.inner_cell_left { border:solid 1px #999;vertical-align:middle; text-align:left; }

table.fairform_inner_a { border:solid 2px #999; width:96%; text-align:center; }
table.fairform_inner_a td.inner_cell_a { border:solid 1px #999;vertical-align:top;width:13%; }
table.fairform_inner_a td.inner_cell_b { border:solid 1px #999;vertical-align:top;width:12%; }
table.fairform_inner_a td.inner_cell_gold_a { border:solid 1px #999;vertical-align:top;width:13%;color:#FFBB00;font-weight:bold; }
table.fairform_inner_a td.inner_cell_gold_b { border:solid 1px #999;vertical-align:top;width:12%;color:#FFBB00;font-weight:bold; }
table.fairform_inner_a td.inner_cell_blue_a { border:solid 1px #999;vertical-align:top;width:13%;color:#0000FF;font-weight:bold;font-style:italic; }
table.fairform_inner_a td.inner_cell_blue_b { border:solid 1px #999;vertical-align:top;width:12%;color:#0000FF;font-weight:bold;font-style:italic; }

table.fairform_inner_a td input.fairform_text { font-size:13px;font-family:Tahoma, Sans-Serif;border:solid 1px #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:#fafcff;padding:3px;width:90%; }

.signatureForm {
    padding: 20px 10px 0 10px !important;
}

.signatureForm label {
    display: inline-block;
    width: 80px;
    margin-bottom: 10px;
}

.signatureForm input[type=text], .signatureForm input[type=password] {
    height: 24px;
    margin-bottom: 3px;
    border-color: #041654;
    padding: 0 2px;
}

.signatureForm input[type=radio]:focus {
    outline: 0;
}

.Supplier {
	FONT-FAMILY: MS sans serif;
	FONT-SIZE: 9pt
}

/* NEW LOOK */
html.new {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	
}
.new body {
	font: 12px/1.6em "Tahoma", "Arial", Sans-Serif;	
}

.new div.m_header, .new.m_header {
	background: url("../images/head_bg.gif") repeat-x bottom left #fff;
	border-bottom: 1px solid #CCCCCC;
	height: 78px;
	position: relative;
	text-align: left;
}
.new #logo {
	position: relative;
	left: 20px;
	margin-left: 0;
}
.new #logo span {
	display: block;

}
.new #company {
    padding-top: 20px;
	text-align: center;
}
.new .itar {
	background: url(../images/new_look/itar_large.png) no-repeat 192px 0;
}
.new span.m_header_bottom_label {
    color: #000000;
    font: 12px Verdana,Arial,Sans Serif;
}
.new span.m_header_bottom_content {
    color: #AA0000;
    font: bold 12px Verdana,Arial,Sans Serif;
}
.new #header_search {
	float: left;
	left: 694px;
	position: absolute;
	top: 33px;
}
.new #header_search input {
	background: url(../images/new_look/searchbox.png) no-repeat -4px -35px;
	border: none;
	height: 27px;
	line-height: 1em;
	left: -11px;
	padding: 3px 3px 3px 27px;
	position: absolute;
	top: 6px;
	padding-top: 7px\9;
	width: 215px;
	z-index: 1;
}
.new #header_search input:focus {
	background-position: -4px -5px;
	outline: none;
}
.new #header_search #search_submit {
	background: none;
	border: none;
	cursor: pointer;
	display:block;
	height: 22px;
	left: 27px;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 8px;
	width: 18px;
	z-index: 2;
}

.new div.m_header_top {
	background: none;
    color: #ccc;
    padding: 15px 0 2px;
    text-align: right;
}

.new div.m_header_top li {
	display: inline-block;
}

@media only screen and (max-width: 1024px) {
	.new div.m_header_top {
		padding-top: 0;
	}
	.new div.m_header_top li {
		display: block;
		overflow: hidden;
		float: none;
	}
	.new div.m_header_top li a {
		margin: 3px 0;
		text-align: right;
	}
}


/* Cause the header area to behave normally */
div#company, div#logo, div.m_header_top {
	float: left;
	width: 33%;
	display: block;
}


.new .toolbar_nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.new .toolbar_nav li {
	margin: 0;
	text-align:right;
}
.new .toolbar_nav li a {
	/*border-left: 1px solid #e4e4e4;*/
	float: right;
	line-height: 1em;
	margin: 5px 0;
	padding: 0 10px;
}
.new .toolbar_nav li:first-child a {
	border-left: none;
}
.new #niHeader_Panel1 {
	background: url(../images/new_look/nav_bg.jpg) repeat-x 0 0;
	bottom: -40px;
	height: 39px;
	position: absolute;
	width: 100%;
}
.new #niHeader_Panel1 ul {
	float: left;
	
	
	margin: 0 0 0 0px;
	
	
	padding: 0;
}
.new #niHeader_Panel1 li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Quality Management */
.new #niHeader_Panel1 a {
	background: url(../images/new_look/nav_a_bg.jpg) no-repeat 0 0;
	display: block;
	height: 39px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	
	
	width: 144px;
	
}

.new #niHeader_Panel1 a:hover {
	background-position: 0 -40px;
}
.new #niHeader_Panel1 a:active {
	background-position: 0 -80px;
}

.new #niHeader_Panel1 .nav_qmS a {
	background-position: 0px -80px;
	width: 144px;
}
.new #niHeader_Panel1 .nav_qmS a:hover {
	background-position: 0 -80px;
}
.new #niHeader_Panel1 .nav_qmS a:active {
	background-position: 0 -80px;
}


/* First Articles */
.new #niHeader_Panel1 .nav_fa a {
	background-position: -144px 0;
	width: 101px;
}
.new #niHeader_Panel1 .nav_fa a:hover {
	background-position: -144px -40px;
}
.new #niHeader_Panel1 .nav_fa a:active {
	background-position: -144px -80px;
}

.new #niHeader_Panel1 .nav_faS a {
	background-position: -144px -80px;
	width: 101px;
}
.new #niHeader_Panel1 .nav_faS a:hover {
	background-position: -144px -80px;
}
.new #niHeader_Panel1 .nav_faS a:active {
	background-position: -144px -80px;
}



/* Supply Chain */
.new #niHeader_Panel1 .nav_sc a {
	background-position: -245px 0;
	width: 105px;
}
.new #niHeader_Panel1 .nav_sc a:hover {
	background-position: -245px -40px;
}
.new #niHeader_Panel1 .nav_sc a:active {
	background-position: -245px -80px;
}

.new #niHeader_Panel1 .nav_scS a {
	background-position: -245px -80px;
	width: 105px;
}
.new #niHeader_Panel1 .nav_scS a:hover {
	background-position: -245px -80px;
}
.new #niHeader_Panel1 .nav_scS a:active {
	background-position: -245px -80px;
}

/* Calibration */
.new #niHeader_Panel1 .nav_c a {
	background-position: -350px 0;
	width: 93px;
}
.new #niHeader_Panel1 .nav_c a:hover {
	background-position: -350px -40px;
}
.new #niHeader_Panel1 .nav_c a:active {
	background-position: -350px -80px;
}
.new #niHeader_Panel1 .nav_cS a {
	background-position: -350px -80px;
	width: 93px;
}
.new #niHeader_Panel1 .nav_cS a:hover {
	background-position: -350px -80px;
}
.new #niHeader_Panel1 .nav_cS a:active {
	background-position: -350px -80px;
}
.new #niHeader_Panel1 .nav_mm a {
	background-position: -443px 0;
	width: 153px;
}
.new #niHeader_Panel1 .nav_mm a:hover {
	background-position: -443px -40px;
}
.new #niHeader_Panel1 .nav_mm a:active {
	background-position: -443px -80px;
}
.new #niHeader_Panel1 .nav_mmS a {
	background-position: -443px -80px;
	width: 153px;
}
.new #niHeader_Panel1 .nav_mmS a:hover {
	background-position: -443px -80px;
}
.new #niHeader_Panel1 .nav_mmS a:active {
	background-position: -443px -80px;
}
.new #niHeader_Panel1 .nav_er a {
	background-position: -596px 0;
	width: 132px;
}
.new #niHeader_Panel1 .nav_er a:hover {
	background-position: -596px -40px;
}
.new #niHeader_Panel1 .nav_er a:active {
	background-position: -596px -80px;
}
.new #niHeader_Panel1 .nav_erS a {
	background-position: -596px -80px;
	width: 132px;
}
.new #niHeader_Panel1 .nav_erS a:hover {
	background-position: -596px -80px;
}
.new #niHeader_Panel1 .nav_erS a:active {
	background-position: -596px -80px;
}
.new #niHeader_Panel1 .favorites {
	float: left;
	height: 35px;
	left: 5px;
	position: absolute;
	right: 0;
	top: 1px;
	width: 158px;
}
.new #niHeader_Panel1 .favorites .open_favs {
	background: url(../images/new_look/favs.png) no-repeat -8px -14px;
	bottom: 0;
	display: block;
	height: 35px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 158px;
}
.new #niHeader_Panel1 .favorites a:hover {
	background-position: -188px -14px;
}
.new #niHeader_Panel1 .favorites li {
	list-style: none;
}

/******JAPANESE PANEL***********/
.new #niHeader_Panel1_Japan {
	background: url(../images/new_look/nav_bg.jpg) repeat-x 0 0;
	bottom: -40px;
	height: 39px;
	position: absolute;
	width: 100%;
}
.new #niHeader_Panel1_Japan ul {
	float: left;
	
	
	margin: 0 0 0 0px;
	
	
	padding: 0;
}
.new #niHeader_Panel1_Japan li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Quality Management */
.new #niHeader_Panel1_Japan a {
	background: url(../images/new_look/nav_a_bg_Japan.jpg) no-repeat 0 0;
	display: block;
	height: 39px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	
	
	width: 144px;
	
}

.new #niHeader_Panel1_Japan a:hover {
	background-position: 0 -40px;
}
.new #niHeader_Panel1_Japan a:active {
	background-position: 0 -80px;
}

.new #niHeader_Panel1_Japan .nav_qmS a {
	background-position: 0px -80px;
	width: 144px;
}
.new #niHeader_Panel1_Japan .nav_qmS a:hover {
	background-position: 0 -80px;
}
.new #niHeader_Panel1_Japan .nav_qmS a:active {
	background-position: 0 -80px;
}




/* First Articles */
.new #niHeader_Panel1_Japan .nav_fa a {
	background-position: -144px 0;
	width: 101px;
}
.new #niHeader_Panel1_Japan .nav_fa a:hover {
	background-position: -144px -40px;
}
.new #niHeader_Panel1_Japan .nav_fa a:active {
	background-position: -144px -80px;
}
.new #niHeader_Panel1_Japan .nav_faS a {
	background-position: -144px -80px;
	width: 101px;
}
.new #niHeader_Panel1_Japan .nav_faS a:hover {
	background-position: -144px -80px;
}
.new #niHeader_Panel1_Japan .nav_faS a:active {
	background-position: -144px -80px;
}



/* Supply Chain */
.new #niHeader_Panel1_Japan .nav_sc a {
	background-position: -245px 0;
	width: 105px;
}
.new #niHeader_Panel1_Japan .nav_sc a:hover {
	background-position: -245px -40px;
}
.new #niHeader_Panel1_Japan .nav_sc a:active {
	background-position: -245px -80px;
}
.new #niHeader_Panel1_Japan .nav_scS a {
	background-position: -245px -80px;
	width: 105px;
}
.new #niHeader_Panel1_Japan .nav_scS a:hover {
	background-position: -245px -80px;
}
.new #niHeader_Panel1_Japan .nav_scS a:active {
	background-position: -245px -80px;
}

/* Calibration */
.new #niHeader_Panel1_Japan .nav_c a {
	background-position: -350px 0;
	width: 93px;
}
.new #niHeader_Panel1_Japan .nav_c a:hover {
	background-position: -350px -40px;
}
.new #niHeader_Panel1_Japan .nav_c a:active {
	background-position: -350px -80px;
}
.new #niHeader_Panel1_Japan .nav_cS a {
	background-position: -350px -80px;
	width: 93px;
}
.new #niHeader_Panel1_Japan .nav_cS a:hover {
	background-position: -350px -80px;
}
.new #niHeader_Panel1_Japan .nav_cS a:active {
	background-position: -350px -80px;
}
/* Machine Management */
.new #niHeader_Panel1_Japan .nav_mm a {
	background-position: -443px 0;
	width: 153px;
}
.new #niHeader_Panel1_Japan .nav_mm a:hover {
	background-position: -443px -40px;
}
.new #niHeader_Panel1_Japan .nav_mm a:active {
	background-position: -443px -80px;
}
.new #niHeader_Panel1_Japan .nav_mmS a {
	background-position: -443px -80px;
	width: 153px;
}
.new #niHeader_Panel1_Japan .nav_mmS a:hover {
	background-position: -443px -80px;
}
.new #niHeader_Panel1_Japan .nav_mmS a:active {
	background-position: -443px -80px;
}
/* Executive Reports */
.new #niHeader_Panel1_Japan .nav_er a {
	background-position: -596px 0;
	width: 132px;
}
.new #niHeader_Panel1_Japan .nav_er a:hover {
	background-position: -596px -40px;
}
.new #niHeader_Panel1_Japan .nav_er a:active {
	background-position: -596px -80px;
}
.new #niHeader_Panel1_Japan .nav_erS a {
	background-position: -596px -80px;
	width: 132px;
}
.new #niHeader_Panel1_Japan .nav_erS a:hover {
	background-position: -596px -80px;
}
.new #niHeader_Panel1_Japan .nav_erS a:active {
	background-position: -596px -80px;
}
.new #niHeader_Panel1_Japan .favorites {
	float: left;
	height: 35px;
	left: 5px;
	position: absolute;
	right: 0;
	top: 1px;
	width: 158px;
}
.new #niHeader_Panel1_Japan .favorites .open_favs {
	background: url(../images/new_look/favs.png) no-repeat -8px -14px;
	bottom: 0;
	display: block;
	height: 35px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 158px;
}
.new #niHeader_Panel1_Japan .favorites a:hover {
	background-position: -188px -14px;
}
.new #niHeader_Panel1_Japan .favorites li {
	list-style: none;
}


.new #body {
	margin-top: 50px;
	padding: 0 10px;
}
.new #overDiv {
	position: absolute
}
.new .new_product {
	background: #a90000;
	color: #fff;
	font-size: 9px;
	padding: 2px;
}

/* FORMS PAGE */


/*

.new .fairform_button {
	background: url(../images/new_look/submit.png) no-repeat -5px -7px;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 34px;
	line-height: 0;
	margin-bottom: 20px;
	text-indent: -9999px;
	width: 78px;
}


.new .fairform_button:hover {
	background-position: -5px -47px;
}

*/

.new .fairform_button {
    font-size:11px;
    font-family:Tahoma, Sans-Serif;
    background-color:#ccc;
    padding:2px;
    border:1px solid #999;
    border-bottom:1px solid #777;
    border-right:1px solid #777;
    color:#666;
}


/*
.new .fairform_textarea,
.new .fairform_text {
    background-color: #fafcff;
	border: 1px solid #ccc;
	display: block;
    font-family: Tahoma,Sans-Serif;
    font-size: 13px;
    padding: 4px;
    width: 200px;
}
*/

/*
.new .fairform_textarea:focus,
.new .fairform_text:focus {
	border-color: #323232
}
*/


.new .fairform_select {
    font-family: Tahoma,Sans-Serif;
    font-size: 13px;
    padding: 4px;
    width: 209px;
}
.new #test {
	background: #f4f3d3;
	border: 1px solid #666;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	color: #323232;
	height: 200px;
	left: 50%;
	margin: -150px 0 0 -150px;;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 300px;
}
.new #test ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.new #test label {
	float: left;
	margin: 5px 10px 0 0;
	text-align: right;
	width: 130px;
}
.new .proceed_button {
	background: url(../images/new_look/proceed.png) -21px -6px;
	margin-bottom: 0;
	*margin-top: -18px;
	width: 84px;
}
.new .proceed_button:hover {
	background-position: -21px -46px;
}
.new .exit_button {
	background: url(../images/new_look/exit.png) -21px -6px;
	margin-bottom: 0;
	*margin-top: -18px;
	width: 84px;
}
.new .exit_button:hover {
	background-position: -21px -46px;
}

div.botright
{    
display:block;     
position:absolute;    
bottom:0;    
right:0;    
 
}

div.botcenter
{
display:block;     
position:absolute;    
bottom:0;    
text-align:center;    
}

div.topright
{    
display:block;     
position:absolute;    
top:0;    
right:0;    
 
}

div.botleft
{
background: #f4f3d3;    
display:block;     

/*
position:absolute;

*/
position:fixed;

    
bottom:0;    
left:0;
width:100%;
height:20px; 
background:url(../images/foot_bg.png); 
background-repeat: repeat-x;    
}

div.topleft
{    
display:block;     
position:absolute;    
top:150;    
left:10;    

}

div.topright
{    
display:block;     
position:absolute;    
top:125;    
right:10;    

}

/* Start dynamic GDT on Form3 by S.F.B*/
.fairform_GDT_IMS {font-size:13px;font-family:IMS, Sans-Serif;border:solid 1px #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:#fafcff;padding:3px;width:200px; }
.fairform_GDT_GDT {font-size:13px;font-family:GDT, Sans-Serif;border:solid 1px #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:#fafcff;padding:3px;width:200px; }
.fairform_GDT_InspectionXpert {font-size:13px;font-family:InspectionXpert GDT, Sans-Serif;border:solid 1px #ccc;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:#fafcff;padding:3px;width:200px; }
.fairform_GDT_V5 {
	font-size: 13px;
	font-family: Y145M-2009, Sans-Serif;
	border: solid 1px #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fafcff;
	padding: 3px;
	width: 200px;
}
/* End dynamic GDT on Form3 by S.F.B*/




/**
 * V4 CHANGES
 */

html { 
    background: #f3f3f3 !important; 
    height: 100%; 
}
body { 
    background: #f3f3f3; 
    color: #626262; 
    font-family: "Helvetica", "Arial", sans-serif; 
    font-size: 14px; 
    height: 100%; 
    line-height: 21px;
}
.container 
{
    width: 1150px;
}
.blue-top {
    background: #041654;
    position: absolute;
    top: 0;
    left: 0;
    height: 57px;
    width: 100%;
}
#wrapper {
    height: auto !important;
    height: 100%;
    margin-bottom: -100px;
    min-height: 100%;
    position: relative;
}
#main 
{
    margin-bottom: 20px;
    position: relative;
}

a 
{
    color: #041654 !important;
}
p.explanation {
    font-size: 18px;
    color: #999;
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 
{
    color: #041654 !important;
}

input[type=text]
{
    border-color: #041654 !important;
    height: 24px;
    margin-bottom: 3px;
}
input[type=submit]
{
    border: 1px solid #041654;
}

/*  HEADER / NAVIGATION 
    -------------------------------------------------------------------------------------------------------- */
#main_header {
    margin-bottom:20px;
    height: 57px;
    /*background: #041654 url(../images/itar_small.png) no-repeat right top;*/
    position: relative;
}
#logo {
    position: absolute;
    left: 0px;
    width: 206px;
    top: 5px;
    padding: 0 !important;
}
    #logo a {
        background: url(/images/net-inspect-logo-small.png) no-repeat 0 0;
        display: block;
        height: 46px;
        text-indent: -9999px;
    }
    #logo span 
    {
        bottom: -4px;
        color: #626262;
        font-size: 10px;
        line-height: normal;
        position: absolute;
        right: 7px;
    }

#mast_nav {
    position: absolute;
    right: 70px;
    top: 2px;
}
    #mast_nav ul {
        overflow: hidden;
		display:table;
		border-radius:100px;
    }
    #mast_nav li {
        display:block;
        float:left;
    }
    #mast_nav a {
        background: rgb(187,187,187);
		background: -moz-linear-gradient(top,  rgba(187,187,187,1) 0%, rgba(153,153,153,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,187,187,1)), color-stop(100%,rgba(153,153,153,1)));
		background: -webkit-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(153,153,153,1) 100%);
		background: -o-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(153,153,153,1) 100%);
		background: -ms-linear-gradient(top,  rgba(187,187,187,1) 0%,rgba(153,153,153,1) 100%);
		background: linear-gradient(to bottom,  rgba(187,187,187,1) 0%,rgba(153,153,153,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#999999',GradientType=0 );


        display: block;
        font-size: 13px;
		text-shadow:0 0 1px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.7);
		color:#eaeaea !important;
		font-weight:300;
		text-align:center;
		white-space:nowrap;
		padding:7px 10px;
		border-right:1px solid #777;
    }
		#mast_nav li:first-child a {
			padding-left:20px;
			border-top-left-radius:100px;
			border-bottom-left-radius: 100px;
		}	

		#mast_nav li:last-child a {
			border-right:none;
			padding-right:20px;
			border-top-right-radius:100px;
			border-bottom-right-radius:100px;
		}

	#mast_nav a.current, #mast_nav a:hover  {
		text-decoration:none;
		background: rgb(153,153,153);
		background: -moz-linear-gradient(top,  rgba(153,153,153,1) 0%, rgba(119,119,119,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(100%,rgba(119,119,119,1)));
		background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(119,119,119,1) 100%);
		background: -o-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(119,119,119,1) 100%);
		background: -ms-linear-gradient(top,  rgba(153,153,153,1) 0%,rgba(119,119,119,1) 100%);
		background: linear-gradient(to bottom,  rgba(153,153,153,1) 0%,rgba(119,119,119,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#777777',GradientType=0 );

	}

	#main_header {
		background-position: 105% top !important;
	}


#company-box {
        color: #333;
        font-size: 12px;
        background: url(/images/company-info-bg.png) no-repeat 0 0;
        height: 53px !important;
        padding: 3px 5px !important;
        position: static !important;
        text-align: center;
        margin-bottom: 20px;
}
    #company-box h5 {
        font-weight: normal;
    }
    #company-box h5 strong {
        font-size: 14px;
    }
    #company-box p {
        line-height: 14px;
        margin: 0;
        font-size: 11px;
    }


#sub-head {
    border-bottom: 1px solid #ddd;
    padding: 15px 0 8px;
}
#sub-head .sub-nav {
    margin: 5px 25px 0 0;
}
#sub-head .sub-nav a {
    border-left: 1px solid #d6d6d6;
    padding-left: 9px;
    margin-left: 5px;
}
#sub-head .sub-nav a:first-child {
    border-left: none;
}
#actions {
    text-align: center;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    padding: 8px;
}
#actions hr {
    margin: 8px;
}

/*  FOOTER
    -------------------------------------------------------------------------------------------------------- */
#push,
#main_footer,
#main_footer #footer-wrapper {
    clear: both;
    height: 100px;
}

#main_footer {
    clear: both;
    background: none !important;
    position: relative;
    min-width: 1050px;
    overflow: hidden;
}
#main_footer #footer-outer 
{
    background: #041654;
    position: absolute;
    width: 100%;
    bottom: -75px;
}
#main_footer #footer-wrapper 
{
    margin: 0 auto;
    width: 1050px;
    background: url(../images/footer-logos.png) 0 31px no-repeat;
}
#main_footer #footer-switch
{
    background: url('../images/plus-minus.png') top left no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    cursor: pointer;
    top: 8px;
}
#main_footer .open #footer-switch 
{
    background-position: 0 -11px;
}
#main_footer #footer-text {
   margin-top: 3px; 
}
    #main_footer p {
        color: #acabaa;
        font-size: 10px;
        padding: 0;
        margin: 0;
        line-height: 14px;
    }
    #main_footer p#copyright {
        margin-bottom: 10px;
    }
    #main_footer a {
        color: #acabaa;
    }
    #main_footer a:hover, #main_footer a:focus {
        color: #ccc;
    }


/*  SIDE PAGES
    -------------------------------------------------------------------------------------------------------- */
select {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    font-size: 13px;
    margin-bottom: 9px;
    padding: 4px;
    width: 210px;
}

.m_header 
{
    background: #041654 !important;
    height: 57px !important;
}
.m_header #logo 
{
    background: url(/images/net-inspect-logo-small.png) top left no-repeat;
    height: 46px;
    padding: 0;
	background-size: contain;
}
.m_header #logo img
{
    display: none;
}
.m_header #logo span {
    bottom: -5px;
    display: inline;
    font-size: 10px;
    left: 176px;
    position: absolute;
}
.m_header_top.toolbar,
.m_header #txtSearch,
.m_header #cmdSearch
{
    display: none !important;
}
.m_header #company 
{
    bottom: -1px;
    top: auto !important;
}
.m_header #company span
{
    font-size: 14px !important;
}
.m_header #company.itar 
{
    background-position: right top;
}
.m_header #company .m_header_bottom_label
{
    color: #949391;
}
.m_header #company .m_header_bottom_content
{
    color: #eee;
    font-family: Arial, Sans-Serif;
}

table
{
    border-color: #041654 !important;
    color: #041654;
}
table.frm.border {
    border: 1px solid;
    background: #fff;
}
table.frm.border tr {
    border-top: 1px solid #CCCCCC !important;
}
table.frm.border tr:first-child {
    border-top: medium none !important;
}
table.frm.border td {
    padding: 8px 10px;
}
table.gt
{
    background: #fff;
    border: 1px solid #041654;
}
table.gt table * {
    border: none !important;
}
table.gt td, table.gt th
{
    padding: 10px;
    text-align:left;
    vertical-align:top;
}
table.gt tr.gt_alt td
{
    background-color: #f5f5f5;
    border: none;
}
table th,
table.gt th,
table.gtex th
{
    padding: 13px 6px !important;
    color:#eee !important;
    text-align:left;   
    background: #041654;
    border: none;
    font-size: 14px !important;
    font-weight: bold !important;
    font-family: Arial, sans-serif !important;
}
table th > *,
table th a
{
    color:#eee !important;
    font-size: 14px !important;
    font-weight: bold;
}
table.gt tr.gt_alt
{
    background-color: #f5f5f5 !important;
    border: 1px #ddd solid;
    text-align:center;
    vertical-align:middle;
    border-width: 1px 0;
}
table.gt td.gt_headfoot
{
    display: none;
}
table.gt table * 
{
    border: none !important;
}

table.gtex 
{
    border: 1px solid #041654 !important;
    border-collapse: separate;
}
table.gtex th 
{
    background: #041654 !important;
    border-color: #33338c !important;
}
table.gtex tr td 
{
    border-bottom: 1px solid #ccc;
}
table.gtex tr td {
    border: none !important;
}
table.gtex tr.gtex_alt td
{
    background-color: #f5f5f5 !important;
}

.RadGrid th
{
    background-color: #041654 !important;
}
.RadGrid_Default .rgAltRow 
{
    background: #f5f5f5 !important;
}
.RadGrid_Default .rgRow a, .RadGrid_Default .rgAltRow a, .RadGrid_Default .rgEditRow a, .RadGrid_Default .rgFooter a, .RadGrid_Default .rgEditForm a 
{
    color: #041654 !important;
}
.RadTreeView .rtHover .rtIn,
.RadTreeView .rtSelected .rtIn
{
    background: #E5E5E5 !important;
    border: none !important;
    padding: 4px 3px 3px !important;
}

/*jc banner and tinymce  bold, italic, and underline styles*/

.jcBanner{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=")!important;
    border-radius: 3px;
    box-shadow: 0 0 12px #999999;
    color: #041654;
    opacity: 0.9;
    background-color: #96a7dd;
    background-position: 15px center;
    background-repeat: no-repeat;
    margin-top: -3px;
    padding: 6px 5px;
}

.jcBanner .block p{
    display: inline;
}

.jcBanner:hover{
   opacity: 1;
}

.imgCenter img {
    margin: 0 15px;
    vertical-align: middle
}

.jcBanner .bold {
    font-weight: bold;
}

.jcBanner .italic {
    font-style: italic;
}

.jcBanner .underline {
    text-decoration: underline;
}

.jcBanner .left {
	text-align: inherit;
}

.jcBanner .center {
	text-align: center;
    display: block !important;
}

.jcBanner .right {
	text-align: right;
}

.jcBanner .full {
	text-align: justify
}

/*Multiple select button group*/

.btnGroup{
    margin-top: 20px;
}
.btnGroup button{
    margin: 0;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #adadad;
    background-color: #ffffff;
    cursor: pointer;
    color: #333;
    position: relative;
    float: left;
}
.btnGroup button:hover, .btnGroup button.selected {
    background-color: #e6e6e6; 
    font-weight: bold;      
}
.btnGroup button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius:4px;
}
.btnGroup button:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius:4px;
}
.btnGroup button:not(:last-child) {
    border-right: none;
}

/*ICON FONTS*/
/*All icon classes need to prefix with 'icon-' */

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?sh3s3q');
    src: url('/fonts/icomoon.eot?#iefixsh3s3q') format('embedded-opentype'), 
         url('/fonts/icomoon.svg?sh3s3q#icomoon') format('svg'),
         url('/fonts/icomoon.woff?sh3s3q') format('woff'), 
         url('/fonts/icomoon.ttf?sh3s3q') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face{ /* for IE */
font-family:FishyFont;
src:url(fishy.eot);
}
@font-face { /* for non-IE */
font-family:FishyFont;
src:url(https://:/) format("No-IE-404"),url(fishy.ttf) format("truetype");
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hide:before {
    content: "\e600";
    vertical-align: baseline;
}

.icon-hide {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe600;');
}

.headerIcon .icon-hide {
    font-size: 10px !important;
    margin-right: 8px;
    /*reset datatable header span styles*/
    position: relative !important;
    top: auto !important;
    margin-top: 0px !important;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;   
}

.headerIcon .icon-hide:hover {
    color: red !important;
}

.rgFilterRow input[type=text]:not(.radPreventDecorate){
    height: 20px !important;
    padding: 2px !important;
}

textarea.out {
    position: fixed;
    left: 16%;
    right: 16%;
    top: 16%;
    box-shadow: 0 0 900px #000;
    width: 68%;
    height: 68%;
    z-index: 999;
    border: solid 2px #041654;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ReasonForPartialFAI {
    resize: none;
}

#minimizeReasonForPartial {
    float: right;
    width: 2.4em;
    padding: 0;
    margin-right: .1em;
    margin-top: .1em;
    margin-bottom: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
}

#maximizedReasonForPartialHeader {
    position: fixed;
    left: 16%;
    right: 16%;
    bottom: 83.5%;
    width: 68%;
    height:22px;
    z-index: 999;
    background-color: #041654;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#maximizeReasonForPartial {
    vertical-align: bottom;
}

table.print-friendly tr td, table.print-friendly tr th {
    page-break-inside: avoid;
}

.errorMsg {
    color: red;
    font-size: 12px;
    margin: 3px 0;
}

.hide {
    display: none !important;
}

.flash {
    border-radius: 5px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px 10px;
    display: none;
}

.flash.success {
    background-color: #67C169;
}

.flash.error {
    background-color: #a94442;
}

/*fai styles*/
.revBStyle, .revBStyle table {
    background: white;
}
.revBStyle form, .revBStyle table, .revBStyle td.inner_cell_gold,
    .revBStyle td.inner_cell_blue, .revBStyle .inner_cell, .revBStyle .blue,
    .revBStyle h1, .revBStyle h2  {
    color: black !important;
}

/*utilities*/
.block {
    display: block !important;
}

.center-text {
    text-align: center;
}

.center-block {
    display: block;
    margin: 0 auto;
}


	/* Autocomplete */
	input.supp {
		padding: 3px 6px;
		width: 90%;
		min-width: 100px;
	}
	.ui-menu .ui-menu-item {
		text-align:left;
		cursor:pointer;
		display:block;
		clear:both;
	}
	.ui-menu .ui-menu-item a {
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.ui-menu .ui-menu-item small {
		color:#aaa;
		font-size:75%;
	}
	.ui-autocomplete {
		border-radius:0;
		padding:0;
		max-width:400px;
		max-height:500px;
		overflow:auto;
	}
	.ui-autocomplete .ui-state-focus {
		border: none !important;
		background: #1F66B6 !important;
		color: #FFF !important;
		border-radius: 0 !important;
        font-weight: normal !important;
	}

	.ui-autocomplete > li.ui-autocomplete-category {
		background: #174b86;
		color:#fff;
		font-size:110%;
		padding:5px;
		font-weight:bold;
		clear:both;
	}

	input.invalid {
		border:2px solid red !important;
	}

	#recycle {
		width: 100%;
		position: static;
		padding: 1% 2%;
		text-align: center;
		color: #fff;
		background: #2489c5;
		font-size: 16px;
		box-sizing: border-box;
		z-index: 9999;
		box-shadow: 0 0 25px rgba(0, 0, 0, .5);
	}

	