/*-------------- global styles ---------------*/
html { overflow-y: -moz-scrollbars-vertical;}
body { margin: 0px; }
td,th,p,input,textarea,select,ul,li { font-family: tahoma, Arial; color: black; font-size: 8pt; line-height: 15px; }
img { border: none; }
a:link, a:visited {
	color: #40567B;
}

/*-------------- page sections ---------------*/
.top_banner    { background-color: #cccccc; }
.top_row_left  { background-color: #FFCC66; height: 18px; }
.top_row_right { background-color: #FFCC66; }
.left_column   { background-color: #efefef; padding: 15px; vertical-align: top; }
.footer        { background-color: #efefef; height: 30px; text-align: center; }
.main_content  { padding: 20px; vertical-align: top; }
.tab_content   {
  padding: 20px; 
  vertical-align: top; 
  background-color: #ffffff; 
  border-left: 1px solid #999999; 
  border-right: 1px solid #999999; 
  border-bottom: 1px solid #999999;
}


/*-------------- nav links -----------------*/
.nav_link { width: 150px; }
.nav_link a { width: 100%; display: block; padding: 6px; }
.nav_link a:hover { color: black; }
.nav_link_selected { padding: 6px; }


/*-------------- page titles ---------------*/
.title {
  font-family: Arial; 
  letter-spacing: 4px;
  font-size: 8pt;
  font-weight: bold;
  color: #40567B; 
  padding-bottom: 5px;
}
.subtitle {
	font-family: Arial;
  font-size: 8pt;
  color: #666666;
  letter-spacing: 1px;
}
.underline { border-bottom: 1px solid #cccccc; }
.heading { font-size: 10pt; font-weight: bold; }

/*----------------- tabs -------------------*/
.tab_selected {
  background-color: #ffffff; 
  border-top: 1px solid #999999;
  border-bottom: 1px solid #ffffff; 
  height: 21px;
  text-align: center;
  font-weight: bold;
}
.tab_selected a:link, .tab_selected a:visited {
  text-decoration: none;
  color: black;
}
.tab_selected a:hover {
   text-decoration:none;
  color: #40567B; 
}

.tab_not_selected {
  border-top: 1px solid #999999; 
  border-bottom: 1px solid #999999; 
  background-color: #efefef;
  height: 21px;
  text-align: center;
}


/*-------------- list tables ---------------*/
.list_table      { border: 1px solid #cccccc; }
.list_table th   { background-color: #40567B; color: white; height: 18px; }
.list_table th a, .list_table th a:visited { color: white; }
.list_table th.del  { text-align: center; background-color: #660000; }
.list_table th.edit { text-align: center; background-color: #333333; }

.list_table tr     { background-color: #efefef; height: 20px; }
.list_table td.del { text-align: center; background-color: #660000; }
.list_table td.del a:link, .list_table td.del a:visited { color: white; text-decoration: none; }
.list_table td.del a:hover {  text-decoration: none; }


/*----------------- UI messages ------------------*/
.notify { 
  border: 1px solid #40567B;
  background-color: #ffffee;
  color: #40567B;
  padding: 8px;
  width: 500px;
}
.error {
  border: 1px solid #cc0000;
  background-color: #ffffee;
  color: black;
  padding: 8px;
  width: 500px;
}
.error2 {
  border: 1px solid #cc0000;
  background-color: #ffffee;
  color: #cc0000;
  padding: 8px;
  width: 500px;
}
.error span {
  color: #cc0000;
  font-weight: bold;
  margin-bottom: 4px;
}


/*-------------- print page ----------------*/
.print_title    { font-family: Arial; font-size: 14px; font-weight: bold; }
.print_table    { border: 1px solid #dddddd; }
.print_table th { border: 1px solid #cccccc; background-color: #efefef; }
.print_table td { border: 1px solid #cccccc; }
.print_th       { text-align: left; width: 30%; font-family: Arial; font-size: 8pt; }


/*----------------- misc -------------------*/
.next_step { color: #40567B; font-weight: bold; }
.ul_no_indent { padding-left: 0px; margin-left: 20px; }
.common_width { width: 650px; }
.highlighted_text { color: #990000; }
.highlighted_text2 { color: #40567B; }
.highlighted_cell { 
  color: #990000; 
  background-color: #efefef;
  text-align: center;
}
.red { color: #cc0000; }
.bold { font-weight: bold; }
.strong_button {
  font-weight: bold;
  color: #40567B;
}
.page_break { page-break-after: always; }
.grey_text { color: #666666; }
.light_grey { color: #999999; }
.submission_id { color: #666666; width: 25px; }
.submission_date { width: 100px; }
.ip_address { width: 80px; }
.form_id { color: #666666; }

#nav_previous_page { color: #cccccc; }
#nav_next_page { color: #cccccc; }

/*--------- login / forget pwd pages ---------*/
.login_outer_table { border: 1px solid #999999; }
.login_inner_table { background-color: #dddddd; }
.login_table_text { color: #40567B; padding-left: 10px; padding-right: 10px; }
.login_error { background-color: #efefef; }


/*----------- Edit Form: email tab styles -----------*/
.admin_text { color: #000000; }
a.admin_text { 
  text-decoration: none;
}
a.admin_text:hover {  text-decoration: none; }

.user_text { color: #000000; }
a.user_text {
  text-decoration: none;
  font-weight: bold;
}
a.user_text:hover { text-decoration:none; }


a.references_tab {  
  text-decoration: none;
  color: black;
}
a.references:hover {  text-decoration: none; }

.inner_tab1_selected {
  background-color: #ffffff; 
  text-align: center; 
  border-top: 1px solid #c6c6c6;
}
.inner_tab1_not_selected { 
  background-color: #EFEFEF; 
  text-align: center; 
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6; 
}
.inner_tab2 {
  border-top: 1px solid #cbcbcb; 
  border-bottom: 1px solid #cbcbcb; 
  background-color: #E0EBF6;
  height: 21px;
  text-align: center;
}

#inner_tab_content {
  background-color: #f9f9f9; 
  border-left: 1px solid #c6c6c6; 
  border-right: 1px solid #c6c6c6; 
  border-bottom: 1px solid #c6c6c6; 
  padding: 10px;
  background-color: #ffffff;
}

h1           { font-family: Arial; font-size: 12pt; color: #282828; font-weight: bold; margin: 2px 5px 2px 5px }
 
h2           { font-family: Arial; font-size: 11pt; color: #40567B; font-weight: bold; margin: 2px 5px 2px 5px}
 
h3           { font-family: Arial; font-size: 10pt; color: #808080; font-weight: bold; margin-left:5 }

h4           { font-family: Arial; font-size: 10pt; color: #ffffff; font-weight: bold; margin-left:5; margin-top:5; margin-bottom:5;}



a            { font-family: Arial; font-size: 9pt; color: #40567B;  text-decoration: none; }
a:hover    {
	font-family: Arial;
	font-size: 9pt;
	color: #40567B;
	text-decoration:none
}


a:list    		{ font-family: Arial; font-size: 9pt; color:#40567B; text-decoration:none;}
a:list:hover    { font-family: Arial; font-size: 9pt; color:#40567B; text-decoration:none; }



a.menu	     { font-family: Arial; font-size:9pt; color: #40567B; text-decoration:none; }
a.menu:hover	 { font-family: Arial; font-size:9pt; color: #40567B; text-decoration:none;}

a.small	     		{ font-family: Arial; font-size:9pt; color: #40567B; text-decoration:none;}
a.small:hover	 	{ font-family: Arial; font-size:9pt; color: #40567B; text-decoration:none; }


a.footer	    { font-family: Arial; font-size:9pt; color: #40567B; font-weight: bold; text-decoration:none; }
a.footer:hover	 { font-family: Arial; font-size:9pt; color: #40567B; font-weight: bold; text-decoration:none;} 



p            {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
	margin-left:5;
	margin-right:16
}
p.special    { font-family: Arial; font-size: 9pt; color: #ffffff;  margin-left:5; margin-right:15 }
td.special    { font-family: Arial; font-size: 9pt; color: #ffffff;  background color: #40567B; margin-left:5; margin-right:15 }

p.small		{ font-family: Arial; font-size: 8pt }

address      { font-family: Arial; font-size: 9pt; color: #333333 }
h6           { font-size: 9pt; font-family: Arial; color: #333333 }
li           { font-family: Arial; font-size: 9pt; color:#333333; margin-left:5; margin-right:15; margin-top:10; }
