﻿body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #000000;
	background-color: White;
}

a {
	color: blue;
}

.caps
{
    font-variant: small-caps;
}

p, div 
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #000000;
}

.text 
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #000000;
}

.text_blue
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #003399;
}

.note
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: Black;	
	font-style: italic;
}



.apptable
{
	width: 100%;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-right: white 0px solid;
	table-layout: auto;
	border-top: white 0px solid;
	border-left: white 0px solid;
	clip: rect(0px 0px 0px 0px);
	border-bottom: white 0px solid;
	border-collapse: collapse;
	vertical-align: top;
}

.fulltable
{
	width: 100%;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-right: white 0px solid;
	table-layout: auto;
	border-top: white 0px solid;
	border-left: white 0px solid;
	clip: rect(0px 0px 0px 0px);
	border-bottom: white 0px solid;
	border-collapse: collapse;
	vertical-align: top;
}

.widetable
{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-right: white 0px solid;
	table-layout: auto;
	border-top: white 0px solid;
	border-left: white 0px solid;
	clip: rect(0px 0px 0px 0px);
	border-bottom: white 0px solid;
	border-collapse: collapse;
	vertical-align: top;
}

.hightable
{
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-right: white 0px solid;
	table-layout: auto;
	border-top: white 0px solid;
	border-left: white 0px solid;
	clip: rect(0px 0px 0px 0px);
	border-bottom: white 0px solid;
	border-collapse: collapse;
	vertical-align: top;
}

.login_bg1
{
	background-position: center center;
	background-image: url('/images/login_bg.jpg');
	background-repeat: no-repeat;
	
	
}

.login_bg_repeat
{
	background-position: center center;
	background-image: url('/images/login_bg.jpg');
	background-repeat: repeat-y;
	width: 831px;
	height: 259px;	
}

.bg
{
	background-position: center center;
	background-image: url('/images/login_bg_no_slit.jpg');
	background-repeat: repeat-y;
}

.star
{
	width: 20px;
	text-align: right;
	color: Maroon;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

.label
{
	padding-right: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: black;
	vertical-align: middle;
	text-align: right;
}

.labelleft
{
	padding-right: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: black;
	vertical-align: middle;
	text-align: left;
}

.label_big
{
	padding-right: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	color: black;
	vertical-align: top;
	text-align: right;
}

.text_big
{
	padding-left: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	color: black;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

.text_MS_Num
{
    padding-left: 5px;
    font-family: 'Bodoni MT Condensed', 'Times New Roman', Impact, Arial;
    font-size: 25pt;
    color: black;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
}

.text_box
{
    border: solid 1px gray;
    padding: 3px 0px 3px 3px;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    width: 250px;
    color: black;
    vertical-align: middle;
    text-align: left;
}

.header
{
	background-image: url(/images/adm_head_bg2.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #DCE0C6;
	width: 100%;
}

.adm_menu_item
{
	background-image: url(/images/adm_menu.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 31px;
}

.adm_menu_item_sel
{
	background-image: url(/images/adm_menu_sel.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 31px;
}

.adm_menu_item_link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    color: #FFFFFF;
    padding-left: 20px;
    text-decoration: none;
}

.header2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    text-align: left;
}

.expired
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: left;
    border: solid 3px red;
    color: #FF0000;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.setupnow
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    border: solid 3px red;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.setupnowgreen
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    border: 3px solid #669900;
    color: #669900;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.header2 a:link
{
    color: Green;
}


.header2 a:active
{
    color: Green;
}

.header2 a:visited
{
    color: Green;
}
.header2 a:hover
{
    color: Green;
}
.signin
{
	color: maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}


.higbuttonblue
{
	overflow: visible;
	padding: 1px 10px;
	border: .1em solid #9DC646;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	background: #F0F9DF center repeat-x;
	cursor: hand;
}

.person
{
    padding-right: 2px;
    font-size: 26px;
    color: #666633;
    font-family: Arial Rounded MT Bold;
    font-weight: normal;
}

.news_head
{
	background-color: #EBF5C9;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

.news_row
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-align: left;
	padding: 3px 1px 3px 4px;
}

.grid_head_trailer_bg
{
    border: solid 1px #FFFF99;
    background-color: #669900;
    padding: 10px 30px;
    width: 100%;
}

.grid_head_trailer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFF99;
}

.grid_head_off
{
    display: none;
}

.grid_head_on
{
    display: block;
}

.grid_head_trailer_hide
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

.grid_head_trailer_hide a:link
{
    color: #FFFFFF;
}

.grid_head_trailer_hide a:hover
{
    color: #FFFFFF;
}

.grid_head_trailer_hide a:visited
{
    color: #FFFFFF;
}

.grid_head_trailer_hide a:active
{
    color: #FFFFFF;
}



.workopp_sort
{
    background-color: #666600;
    border: 1px solid black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    padding: 20px 20px;
}

.workopp_sort a:link
{
    color: White;
    text-decoration: none;
    padding: 20px 20px;
}

.workopp_sort a:hover
{
    color: White;
    text-decoration: none;
    padding: 20px 20px;
}

.workopp_sort a:visited
{
    color: White;
    text-decoration: none;
    padding: 20px 20px;
}

.workopp_sort a:active
{
    color: White;
    text-decoration: none;
    padding: 20px 20px;
}

.grid_head_select
{
    background-color: #666600;
    border: 1px solid black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    padding: 5px 20px;
}

.grid_head_select a:link
{
    color: White;
    text-decoration: none;
}

.grid_head_select a:hover
{
    color: White;
    text-decoration: none;
}

.grid_head_select a:visited
{
    color: White;
    text-decoration: none;
}

.grid_head_select a:active
{
    color: White;
    text-decoration: none;
}

.grid_head_1_strong
{
    background-color: #666600;
    border: 1px solid black;
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    padding: 0px 2px 0px 2px;
    text-align: center;
}

.grid_head_1
{
    background-color: #DEF795;
    border: 1px solid #9AC810;
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    padding: 0px 2px 0px 2px;
    text-align: center;
}

.grid_head_1_left
{
    background-color: #DEF795;
    border: 1px solid #9AC810;
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    padding: 0px 15px 0px 20px;
}


.check_on  
{
	border: 1px solid #9AC810;
	background-image: url('/images/grid_bg.jpg');
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
	padding: 4px 20px 0px 20px;
	text-align: center;
}

.check_off
{
	border: 1px solid #9AC810;
	background-image: url('/images/check_off4.jpg');
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	padding: 4px 20px 0px 20px;
	text-align: center;
}



.grid_head a:link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: center;
}

.grid_head a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: center;
}

.grid_head a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: center;
}

.grid_head a:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: center;
}

.workopp_row
{
    border: 1px solid #B8D62E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-align: left;
	padding: 3px 1px 3px 3px;
}

.workopp_mini
{
    border: 1px solid #B8D62E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-align: left;
    padding: 2px;
    font-style: italic;
}

.verify_critical
{
    border: 1px solid #999999;
    background-color: #A8A8A8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    text-align: left;
    vertical-align: middle;
    padding: 0px 20px 0px 20px;
}

.verify_critical a:link
{
    color: Black;
}

.verify_critical a:visited
{
    color: Black;
}

.verify_critical a:hover
{
    color: White;
}

.verify_critical a:active
{
    color: White;
}

.verify_field
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #007ed2;
    text-align: left;
    vertical-align: middle;
    padding: 0px 20px 0px 20px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;    
    border-left: 1px solid #808080;
    background-color: #CCCCCC;
}

.verify_warning
{
    border-bottom: 1px dotted white;
    
    
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    text-align: left;
    vertical-align: middle;
}

.verify_warning_link
{
    border-bottom: 1px dotted white;
    background-color: #666666;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: left;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.verify_warning_link a:link
{
    color: White;
}

.verify_warning_link a:visited
{
    color: White;
}

.verify_warning_link a:hover
{
    color: White;
}

.verify_warning_link a:active
{
    color: White;
}

.err_box
{
    padding: 20px;
    border: 4px double Red;
    background-color: White;
}

.err_head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.err
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.warning_box_small
{
    padding: 10px;
    border: 4px double gray;
    background-color: White;
}

.warning_box
{
    padding: 20px;
    border: 4px double gray;
    background-color: White;
}

.warning_head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: gray;
}

.ins_no
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 44px;
    color: #FF0000;
}

.ins_good
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #009933;
}

.ins_warning
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: maroon;
}

.ins_critical
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: red;
}

.ins_label
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #333333;
    font-weight: bold;
    padding-right: 30px;
}

.ins_data
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    padding-left: 8px;
}

.grid_head_simple
{
    border: 1px solid #666666;
    background-color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-align: left;
    vertical-align: middle;
    padding: 3px 10px 3px 10px;
}

.grid_head_icon
{

    border: 1px solid #9AC810;
    background-color: #DEF795;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-align: left;
    vertical-align: middle;
    padding: 3px 10px 3px 10px;
}

.grid_row_simple
{
    border-bottom: 1px dotted #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-align: left;
	padding: 3px 10px 3px 10px;
}

.res_logo
{
	background-image: url('/images/res_bg.jpg');
	background-repeat: repeat-y;
	padding-left: 4px;
	text-align: left;
}

.grid_image
{
    border: dotted 1px #999999;
    margin: 10px;
}

.grid_image_text
{
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Comic Sans MS';
    font-size: 17px;
}

.dotted
{
	border: 1px solid #333333;
}

.photo_limit_label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
}

.photo_limit_data
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.home_head
{
    font-family: Arial, Helvetica, sans-serif;
    color: #728226;
    font-weight: bold;
    font-size: 15pt;
	padding: 3px 1px 3px 4px;
    border-bottom: dotted 1px #728226;
}

.home_top
{
    background-image: url('/images/adm_home_bg.jpg');
    background-repeat: no-repeat;
    height: 152px;
    padding: 10px;
}

.home_top_head
{
    font-family: Arial, Helvetica, sans-serif;
    color: Maroon;
    font-weight: bold;
    font-size: 14.6pt;
	padding: 5px 1px 0px 15px;
}

.home_ms_red
{
    background-image: url('/images/adm_welcome_red.jpg');
    background-repeat: no-repeat;
    height: 180px;
    width: 719px;
    padding: 30px;
}

.home_ms_red a:link
{
    color: white;
}

.hello
{
    background-image: url('/images/adm_welcome.jpg');
    background-repeat: no-repeat;
    height: 144px;
    width: 795px;
    padding: 30px;
}

.hello_text_head
{
    font-family: Arial, Helvetica, sans-serif;
    color: #669900;
    font-size: 13px;
    font-weight: bold;
}

.hello_text
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
    padding-left: 50px;
}

.home_top_welcome
{
    background-image: url('/images/adm_para_head.jpg');
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 9.6pt;
    padding: 5px 20px;
    height: 30px;
    width: 719px;
    font-weight: bold;
    border-right: 1px solid #C2C0B1;
}

.home_top_break
{
    border-bottom: dotted 2px #666666;
}

.home_top_label
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 11.6pt;
    padding: 5px 1px 3px 15px;
}

.home_top_ms
{
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    font-weight: bold;
    font-size: 12px;
	padding: 3px 1px 3px 4px;
}

.home_top_link
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: underline;
    padding: 3px 7px  0px 4px;
}

.home_top_link a:link
{
    color: maroon;
}

.home_top_link a:visited
{
    color: maroon;
}

.home_top_link a:active
{
    color: maroon;
}

.home_top_link a:hover
{
    color: maroon;
}

.home_foodtype
{
    font-family: Arial, Helvetica, sans-serif;
    color: #728226;
    font-weight: normal;
    font-size: 11px;
}

.home_rank
{
    font-family: Arial, Helvetica, sans-serif;
    color: #728226;
    font-weight: normal;
    font-size: 12px;
}

.home_rank1
{
	background-image: url('/images/g_bar1.jpg');
	background-repeat: repeat-y;
	height: 22;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: normal;
    font-size: 12px;	
    padding-left: 20px;
}

.home_rank2
{
	background-image: url('/images/g_bar2.jpg');
	background-repeat: repeat-y;
	height: 22;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: normal;
    font-size: 12px;
    padding-left: 20px;
}

.home_rank3
{
	height: 22;
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    font-weight: normal;
    font-size: 12px;
}

.home_rank4
{
	background-image: url('/images/g_bar4.jpg');
	background-repeat: repeat-y;
	height: 22;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: normal;
    font-size: 12px;
    padding-left: 20px;
}

.home_rank_b
{
	border: dotted 1px #999999;
	background-color: #EBF5C9;
}

.home_rank_b2
{
	border: solid 1px #9AC810;
}

.home_rank_b3
{
	border: solid 1px #E83C00;
}

.home_rank_b4
{
	border: solid 1px #365055;
}

.text12_bold
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.text9
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.caption1
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #63991F;
}

.caption2
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #003A6D;
}

.home_ms
{
    background-image: url('/images/adm_home_ms.jpg');
    background-repeat: no-repeat;
    height: 119px;
    width: 326px;
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    font-weight: bold;
    font-size: 13.6px;
    padding: 3px 1px 3px 20px;
}

.graph
{
    background-image: url('/images/graph_bg.jpg');
    background-repeat: repeat;
}

.home_tr_name
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.2px;
	font-weight: bold;
	color: #007ed2;
}

.home_tr_title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #333333;
}

.home_tr_border
{
    border: dotted 1px #007ed2
}

.home_tr_head
{
    font-family: Arial, Helvetica, sans-serif;
    color: #007ed2;
    font-weight: bold;
    font-size: 15pt;
	padding: 3px 1px 3px 4px;
}

.home_eg_head
{
    background-image: url('/images/adm_eg_bg1.jpg');
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 9pt;
    padding: 3px 1px 3px 4px;
    border: solid 1px #DFE2CB;
    height: 28px;
}

.home_eg_1
{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 11px;
    background-color: White;
    padding-left: 10px;
    height: 22px;
    vertical-align: middle;
}

.home_eg_2
{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 11px;
    padding-left: 10px;
    background-color: #CBD8E4;
    height: 22px;
    vertical-align: middle;
}

.home_links
{
    background-image: url('/images/adm_links_bg.jpg');
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
    padding: 3px 1px 3px 4px;
    border-bottom: dotted 1px #5890A8;
    height: 26px;
}

.home_tasks_bg
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
    padding: 3px 1px 3px 4px;
}

.home_news_head
{
    font-family: Arial, Helvetica, sans-serif;
    color: #804000;
    font-weight: bold;
    font-size: 15pt;
	padding: 3px 1px 3px 4px;
}

.home_news_dots
{
    border: dotted 1px #804000;
}

.event_first_col
{
	border: 1px solid #9AC810;
	background-color: #DEF793;
	font-weight: bold;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	padding: 0px 20px 0px 20px;
}

.event_cell
{
    border: 1px solid #B8D62E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: left;
	padding: 3px 1px 3px 20px;
}

.event_link
{
    border: 1px solid #B8D62E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-align: left;
	padding: 3px 10px 3px 10px;
}

.event_excel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
}

.event_good
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Green;
}

.event_normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.event_bad
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: maroon;
}

.event_verybad
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}



.rank_1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #00CC00;
	color: Black;
    vertical-align: middle;
    text-align: center;
}

.rank_2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: Green;
	color: White;
    vertical-align: middle;
    text-align: center;	
}

.rank_3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: black;
	color: White;
    vertical-align: middle;
    text-align: center;	
}

.rank_4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: maroon;
	color: White;
    vertical-align: middle;
    text-align: center;	
}

.rank_5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: red;
	color: Black;
    vertical-align: middle;
    text-align: center;
}

.rank_star
{
    background-position: right center;
    background-image: url('/images/stars.gif');
    background-repeat: no-repeat;
    height: 22px;
}

.rank_star1
{
    background-color: Red;
}

.att
{
    border: 1px dotted #333333;
    background-color: #FFFFCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    padding: 2px 20px 2px 20px;
    height: 20px;
}

.ms
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

.ms a:link
{
    color: #FFFFFF;
}

.ms a:active
{
    color: #FFFFFF;
}

.ms a:visited
{
    color: #FFFFFF;
}

.ms a:hover
{
    color: #FFFFFF;
}

.cert_sent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006600;
    font-weight: bold;
}

.ind_comp
{
    color: #003366;
    font-family: verdana;
    font-size: 17px;
    font-weight: bold;
}

.ind_county
{
    color: #000000;
    font-family: verdana;
    font-size: 9px;
}

.ind_italic
{
    color: #000000;
    font-family: verdana;
    font-size: 9px;
    font-style: italic;
}

.ind_food
{
    color: #000000;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
}

.ind_tel
{
    color: #003399;
    font-family: verdana;
    font-size: 11px;
}

.ind_name
{
    color: #003399;
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
}

.page_banner_member
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    width: 100%;
    height: 322px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    border: solid 1px #333333;
}

.page_cells_member
{
    text-align: left;
    vertical-align: top;
}

.page_cell_member
{
    background-color: White; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: left;
    vertical-align: top;
    border: dotted 1px #666666;
}

.page_cell_top_member
{
}

.page_cell_bott_member
{
}

.page_cell_left_member
{
}

.page_cell_right_member
{
}

.doc_head
{
    background-image: url('/images/doc_grid_head.jpg');
    background-repeat: no-repeat;
    width: 714px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-left: 15px;
}

.doc_head_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.doc_head_remove
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #800000;
    text-align: right;
    padding-right: 25px;
    
}

.doc_head_remove a:link
{
    color: #800000;
    text-decoration: underline;
}

.doc_mid
{
    padding-left: 30px;
    padding-right: 30px;
    background-image: url('/images/doc_grid_mid.jpg');
    background-repeat: repeat-y;
}

.doc_mid_nopadd
{
    padding-left: 12px;
    padding-right: 5px;
    background-image: url('/images/doc_grid_mid.jpg');
    background-repeat: repeat-y;
}

.doc_foot
{
    background-position: left bottom;
    background-image: url('/images/doc_grid_foot.jpg');
    background-repeat: no-repeat;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 30px;
    padding-bottom: 10px;
    color: #333333;
}

.doc_foot a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #CC3300;
}

.doc_caption
{
    background-image: url('/images/doc_grid_mid.jpg');
    background-repeat: repeat-y;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 15px;
    padding-right: 45px;
    color: #333333;
    font-style: italic;
    text-align: center;
}


.label_ind
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.mm_label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #6600CC;
    padding: 5px;
}

.emp_form_link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006699;
}

.emp_form_link a:link
{
    color: #006699;
}

.emp_form_link a:hover
{
    color: #006699;
}

.emp_form_link a:visited
{
    color: #006699;
}

.emp_form_link a:active
{
    color: #006699;
}


.eqplist
{
    border: 3px solid #669900;
    font-family: Tahoma, Arial;
    font-size: 15px;
    color: #333300;
    padding: 15px;
    background-color: #EDFDCC;
}

.no_recs2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #C0C0C0;
    padding: 15px;
    border: 1px solid #C0C0C0;
    width: 100%;
    height: 100%;
}

.credits
{
    background-color: #F0EEDF;
    border-left: 8px solid #C2C0B1;
    border-right: 1px solid #C2C0B1;
    border-top: 1px solid #C2C0B1;
    border-bottom: 1px solid #C2C0B1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}

.credits_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.bus_dg_border
{
    border: 1px solid #669999;
}

.bus_dg_head_top
{
    background-color: #669999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding: 10px 3px;
    text-align: center;
    font-weight: bold;
}

.bus_dg_head
{
    background-color: #9DBDBD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    padding: 5px 3px;
    text-align: center;
}

.bus_dg_head a:link
{
    color: White;
}

.bus_dg_head a:hover
{
    color: White;
}

.bus_dg_head a:active
{
    color: White;
}

.bus_dg_head a:visited
{
    color: White;
}

.bus_dg_file
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    padding: 2px;
}

.bus_dg_file a:link
{
    color: #333333;
}

.bus_dg_file a:hover
{
    color: #333333;
}

.bus_dg_file a:active
{
    color: #333333;
}

.bus_dg_file a:visited
{
    color: #333333;
}
.bus_dg_cell
{
    background-color: #ECFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    padding: 2px;
}

.bus_dg_link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0066CC;
    text-align: center;
    text-decoration: underline;
}

.bus_dg_link a:link
{
    color: #333333;
    text-decoration: underline;
}

.bus_dg_link a:visited
{
    color: #333333;
    text-decoration: underline;
}

.bus_dg_link a:active
{
    color: #333333;
    text-decoration: underline;
}

.bus_dg_link a:hover
{
    color: #333333;
    text-decoration: underline;
}

.review_box
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 20px;
    border: 1px solid #333333;
}

.haccp_head
{
    border-top: 5px solid #A8C6ED;
    border-right: 1px solid #A8C6ED;
    border-left: 1px solid #A8C6ED;
    border-bottom: 1px solid #A8C6ED;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    background-color: White;
}

.haccp_move
{
    cursor: move;
}

.haccp_border
{
    padding-bottom: 10px;
}

.haccp_head  .rtSelected
{
    color: Red;
}

.RadTreeView_Outlook .rtSelected{    color:#fff;    background-color: White;}.haccp_holder
{
    border: 1px dotted #A8C6ED;
    padding: 20px;
}

.haccp_title
{
    background-color: #A8C6ED;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}
