/*-------------- 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: #336699; }

form { margin: 0px; }

.content {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*-------------- page sections ---------------*/
.top_banner    {
	width:220px;
	height:80px;
	position:absolute;
	z-index:1;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(/images-softline/logo.jpg);
}

.top_row_left  { background-color: black; height: 25px; }


.top_row_right {
	clear: both;
	font-size: 1em;
	height: 135px;
	color: #333333;
	background-image: url(/images-softline/menu-background.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

.top_row_right li {
	margin: 0;
	color: #666666;
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding-top: 105px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	}
	
	.top_row_right ul {
	list-style-type: none;
	list-style-image: none;
	}
	
	.top_row_right li.active {
	color: #3E639B;
	font-weight: bold;
	padding: 7px 10px 6px 10px;
	background-image: url(/images-softline/bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	.top_row_right li a {
	font-weight: bold;
	color: #333333;
	background: inherit;
	text-decoration: none;
	} 
	
	.top_row_right li a:hover {
	color: #99B1D7;
	background: inherit;
	} 



.left_column   {
	background-color: #ffffff;
	vertical-align: top;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.footer        { background-color: #ffffff; height: 1px; text-align: center; }

.main_content  {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.tab_content   {

  padding: 3px; 

  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: 100px; }

.nav_link a { width: 100%; display: block; padding: 0px; }

.nav_link a:hover { color: black; }

.nav_link_selected {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table.add_form_nav td { width: 20%; text-align: center; }
table.add_form_nav td.selected { 
	background-color: #1970D7;
	color: white; 
	border-right: 1px solid #cccccc;
}
table.add_form_nav td.selected a:link, table.add_form_nav td.selected a:visited { 
  text-decoration: none;
  width: 100%;
	color: white; 
  display: block;
  padding:1px;
}
table.add_form_nav td.unselected { 
	background-color: #ffffff; 
	color: #999999; 
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}



/*-------------- page titles ---------------*/

.title {

  font-family: arial; 

  letter-spacing: 4px;

  font-size: 8pt;

  font-weight: bold;

  color: #336699; 

  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: underline;

  color: #336699; 

}



.tab_not_selected {

  border-top: 1px solid #999999; 

  border-bottom: 1px solid #999999; 

  background-color: #efefef;

  height: 21px;

  text-align: center;

  font-weight: bold;

}





/*-------------- list tables ---------------*/

.list_table      { border: 1px solid #cccccc; }

.list_table th   { background-color: #336699; 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: underline; }





/*----------------- UI messages ------------------*/

.notify { 

  border: 1px solid #336699;

  background-color: #ffffee;

  color: #336699;

  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: #336699; font-weight: bold; }

.ul_no_indent { padding-left: 0px; margin-left: 20px; }

.common_width { width: 500px; }

.highlighted_text { color: #990000; }

.highlighted_text2 { color: #336699; }

.highlighted_cell { 

  color: #990000; 

  background-color: #efefef;

  text-align: center;

}

.red { color: #cc0000; }
.blue { color: #336699; }

.bold { font-weight: bold; }

.strong_button {

  font-weight: bold;

  color: #336699;

}

.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: #336699; 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;

  font-weight: bold;

}

a.admin_text:hover { text-decoration: underline; }



.user_text { color: #000000; }

a.user_text {

  text-decoration: none;

  font-weight: bold;

}

a.user_text:hover { text-decoration: underline; }





a.references_tab { 

  font-weight: bold; 

  text-decoration: none;

  font-weight: bold;

  color: black;

}

a.references:hover { text-decoration: underline; }



.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;

}

.incomplete {

  color: #cc0000;

  width: 200px; 

  padding: 5px;

  border: 1px solid #cc0000;

  background-color: #ffffcc;

  text-align: center;

}

hr {
	width: 800px;
	background-color: #3E639B;
}


