/* Default style sheet for FNI corporate webpages */

/* Link behavior - No underline except on rollover */
a:link, a:visited, a:active {
	color: #003399;
	/* color: #003399; */
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#003399;
	text-align: center;
}

body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  vertical-align:top;
  text-align:left;
}

a.bread_link:link, a.bread_link:active, a.bread_link:visited, a.bread_link:hover {
text-decoration:underline;
color:#6172B1;
font-weight:bold;
font-size:10px;
}

a.blue_link:link, a.blue_link:active, a.blue_link:visited, a.blue_link:hover {
color:#003399;
}

.sub_link {
font-size:11px;
color:#003399;
margin-left:20px;
}

img.logo {
padding:0px 2px 0px 2px;
}

body {
  margin: 0px 0px 0px 0px;
  background-color: #CCCCCC;
}

p {
margin:0px 0px 12px 0px;
}

.p_short {
margin:0px 0px 6px 0px;
}

.logo {
margin:15px 15px 0 15px;
}

/* Table classes to obtain thin purple line
  Apply to table as well as TD cell*/


/*	Top Table for Billboard only */
.table_border, .td_border, .td_two_col {
  border-color:#6172B1;
  border-style:solid;
  border-collapse:collapse;
  line-height:normal;
}

.table_border
{
  border-width: 1px 0px 0px 1px;
}

.td_two_col
{
  border-width: 0 1px 0 0;
}

.td_border {
  border-width:0px 1px 1px 0px;
}

/* Header classes
  h1 = bilboard
  h2 = topics
  h3 = topics with color background */
h1,h2,h3,h4,h5{
  font:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align:left;
  vertical-align:top;
  margin:0px 0px 0px 0px;
}
h1 {
  padding:14px;
  font-size:15px;
  color:#FFFFFF;
  width:208px;
  background-color:#6172B1;
}

h2 {
	color: #31506F;
	font-size: 12px;
	margin:20px 20px 15px 20px;
	font-weight: bold;
	text-align: left;
}

h2_news {
  color: #31506F;
  font-size: 12px;
  margin:20px 20px 15px 20px;
  font-weight: bold;
}

h3 {
	font-size:11px;
	font-weight:bold;
	color:#003399;
	margin:15px 20px 0px 20px;
	text-align: center;
}
h4 {
  font-size:11px;
  color:#003399;
  margin:0px 0px 6px 0px;
}

h5 {
  font-size:11px;
  color:#FFFFFF;
  border-bottom:1px solid #6172B1;
  background-color:#003399;
  padding:7px 7px 7px 20px;
  width:164px;
}

.b_crumb {
color:#6172B1;
padding:4px 15px 4px 15px;
font-size:10px;

}

.billboard_text {
color:#6172B1;
padding:10px 15px 0px 15px;
}

.text {
margin:4px 20px 0px 20px;
}

.large_quote {
  color: #003399;
  font-family:"Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  margin:15px 15px 0px 15px;
}

.highlight_bold {
  color:#003399;
  font-weight:bold;
}

.list1 {
list-style-position:outside;
list-style-type:disc;
margin:0px;
padding:0px 0px 0px 20px;
}

.list2 {
list-style-position:outside;
list-style-type:disc;
margin:0px;
padding:0px 0px 10px 15px;
}

.list3 {
list-style-position:outside;
list-style-image:url(images/checkmark_sm.gif);
margin:0px;
padding:0px 0px 0px 15px;
}

.list4{
list-style-position:outside;
list-style-type:circle;
margin:0px;
padding:0px 0px 0px 15px;;
}

.vert_menu {
padding:12px 15px 0px 15px;
letter-spacing:-1px;
color:#003399;
font-size:11px;
}

.vert_bold {
color: #003399;
font-weight:bold;
}
.bridge {
margin:15px;
color:#003399;
}

.int_bridge {
padding:15px 20px 15px 20px;
color:#666666;
border-bottom:1px solid #6172B1;
}

.h_bar {
height:1px;
background-image:url(images/border.gif);
background-repeat:repeat-x;
margin:0px 20px 0px 20px;
}

.h_bar_gray {
height:1px;
background-image:url(images/border_gray.gif);
background-repeat:repeat-x;
margin:0px 20px 0px 20px;
}

.footer {
background-image:url(images/bot_px.jpg);
background-repeat:repeat-x;
height:4px;
width:681px;
}

.error{
color:#CC0000;
}

.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.small {
  padding: 5px 11px 5px;
  font-size: 12px;
}

.label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
}
.label.red {background-color: #c43c35}
.label.yellow {background-color: #f89406}
.label.green {background-color: #46a546}
.label.blue {background-color: #049cdb}
.label.orange {background-color: #F90}

input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
