html, body {
height: 100%;
}

body  
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Merriweather', serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	background-color: #ffffff;
	color: #151515;
}
 
img
{
	border: none;
}

table
{
	vertical-align: top;
	text-align: left;
}

#header {
    height: 120px;
    margin: 0;
    padding: 0;
    position: relative;
    color: #fff;
    background: url(/templates/images/header-bg.jpg) center left 100% #222;
}

#header h1 {
    font-family: "Special Elite",Arial,Helvetica,sans-serif;
    font-size: 48pt;
    margin: 0;
    padding: 20px 20px 0 20px;
    font-weight: normal;
}

#header h1 a
{
	text-decoration: none;
	color: #333;
	position: relative;
}

#header h2 {
    font-family: "Merriweather", sans-serif;
    padding: 0 23px;
    margin: 0;
    font-weight: lighter;
    font-size: 14pt;
}

#content h1 {
    font-family: "Special Elite", sans-serif;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

#footer {
    color: #fff;
    background: url(/templates/images/header-bg.jpg) center left 100% #222;
  box-sizing: border-box;
  clear: both;
  font-size: 10pt;
  padding: 20px;
  text-align: right;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#footer a, #footer a:visited
{
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
}

#footer .module
{
	margin: 0;
	background-color: transparent;
	color: #ddd;
}

#footer p {
    margin: 0;
}

a, a:active
{
	outline:  none;
	text-decoration: none;
}

#frame {
  background: none repeat scroll 0 0 #FFFFFF;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#header
{
	height: 120px;
	margin: 0;
	padding: 0;
    position: relative;
    color: #fff;
}

#header label
{
	color: #fff;
}

#header a, #header a.visited
{
	color: #fff;
}

#header a.button, #header a.button:visited
{
	color: #000;
}

#nav {
  background: linear-gradient(to bottom, #F8F8F8 24%, #D5D5D5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 1px 6px #666666;
  height: 32px;
  line-height: 30px;
  padding: 1px 0 2px;
  vertical-align: top;
  width: 100%;
  margin-top: 40px;
}

#banner
{
	display: block;
	height: 80px;
}

body.fixed-width #banner
{
	max-width: 960px;
	margin: 0 auto;
}

p {
    line-height: 1.4;
}

#layout
{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#content 
{
  padding: 40px 30px 150px;
}

body.fixed-width #content
{
	max-width: 840px;
	margin: 0 auto;
}

body.fixed-width #global
{
	max-width: 840px;
	margin: 0 auto;
}

/* dropdown menu styles*/

#global ul
{
	display: inline-block;
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 17px;
	margin-left: 0;
}

#global li
{
	float: left;
	background: none;
	margin-left: 20px;
	margin-right: 20px;
}

#global li a:link, 
#global li a:visited {
  border: 1px solid transparent;
  color: #000000;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial,Helvetica,sans-serif;
  font-size: 12pt;
  font-weight: 400;
  padding: 0 2px;
  text-decoration: none;
}

#global li a:hover,
#global li a:focus
{
	border: solid 1px #203040;
	background-color: #406080;
	color: #fff;
}

#global li ul {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	left: -999em;
	border: solid 1px #203040;
	color: #406080;
	background-color: #eee;
	background-image: none;
	padding-bottom: 0px;
	padding-top: 0;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	z-index: 1100;
}

#global li:hover ul
{
	left: auto;
	top: 152px;
}

#global li.sfhover ul 
{
	left: 0;
	top: 24px;
}

#global li ul li
{
	float: none;
	background-color: #ededed;
	background-image: none;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

#global li ul li a:link,
#global li ul li a:visited
{
	display: block;
	color: #406080;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	white-space: nowrap;
}

#global li ul li a:hover,
#global li ul li a:active,
#global li ul li a:focus	
{
	background-color: #406080;
	color: #fff;
}


#tabs,
#popup_tabs 
{
  float:left;
  width:100%;
  background:#ffffff;
  font-size:12pt;
  line-height:26px;
  text-align: center;
  clear: left;
  padding-top: 12px;
}

#tabs ul,
#popup_tabs ul  
{
  margin:0;
  padding: 0;
  padding-top: 2px;
  list-style:none;
  text-align: center;
  height: 24px;
}

#tabs li,
#popup_tabs li 
{
  float:left;
  background-color: #ffffff;
  background-image: none;
  margin:0 2px 0 0;
  padding: 0;
  padding-left: 10px;
  font-size: 12pt;
  text-align: center;
  
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  
  border-radius: 5px 5px 0 0;
}
  
#tabs a, #popup_tabs a 
{
  background-image: none;
  border-radius: 0 5px 0 0;
  color: #000000;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  outline: medium none;
  padding: 3px 15px 3px 3px;
  text-decoration: none;
}

.tab_border 
{
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #AAAAAA;
  border-radius: 0 4px 4px;
  clear: left;
  padding: 20px;
}

/* Commented Backslash Hack

   hides rule from IE5-Mac \*/

#tabs a {float:none;}
#popup_tabs a {float:none;}


/* End IE5-Mac hack */

#tabs li:hover
{
  background-color: #f5f5f5;
}
#tabs a:hover,
#popup_tabs a:hover,
{
  text-decoration: underline;
}

#tabs a.disabled,
#popup_tabs a.disabled
{
	color: #eee;
}

#tabs a.disabled:hover,
#popup_tabs a.disabled:hover
{
	color: eee;
	text-decoration: none;
}

#tabs .current,
#popup_tabs .current ,
#tabs .current:hover
{
  	background-color: #ADCCD1;
  	background-image: none;
    color: #fff;
    border-color: #aaaaaa;
}

#tabs .current a,
#popup_tabs .current a
{
	background-color: #ADCCD1;
	background-image: none;
	padding-bottom:3px;
	color: #fff;
}  

#subtabs
{
	background-color: #1c5892;
	clear: left;
	padding: 0;
	margin: 0;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	text-decoration: none;
	width: 100%;
}


#subtabs ul  
{
  margin:0;
  padding: 0;
  list-style:none;
  text-align: center;
  background-color: #eee;
  height: 24px;
  width: 100%;
}

#subtabs li 
{
  float: left;
  background-color: #E0E0E0;
  border-right: solid 1px #000;
  margin:0;
  padding: 0;
  font-size: 11px;
  text-align: center;
  text-decoration: none ;
}
  
#subtabs a
{
  float:left;
  display:block;
  background-color: #a9cded;
  padding: 3px 15px 3px 15px;
  font-weight:normal;
  color: #000;
  height: 18px;
  outline: none;
  border: none !important;
}  

#subtabs li a:hover {
	background-color: #aaa;	
	color: #000;
	text-decoration: none;
}


#subtabs li.current a,
#subtabs li.current a:hover
{
	font-weight: bold;
	background-color: #325E9E;
	color: #ffffff;
	text-decoration: none;
}



#subtabs a:visited {
	text-decoration: none;
	background-color: #E0E0E0;
 	color: #000000;
    font-weight:normal;	
}


#subtabs a:link {
	text-decoration: none;
	background-color:  #E0E0E0;
 	color: #000000;
}

#subtabs a.disabled {
	font-style: italic;
}

input, textarea, select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #CCCCCC inset;
  padding: 3px;
  font-size: 11pt;
  transition: background-color 0.5s ease-in-out 0s, border-color 0.5s ease-in-out 0s, box-shadow 0.5s ease-in-out 0s;
}

input:focus, textarea:focus, select:focus
{
	background-color: #ffd;
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

input.checkbox
{
	border: none;
	background: transparent;
}

input.checkbox:hover
{
	background-color: #ffd;
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

input.checkbox:focus
{
	box-shadow: none;
}

.scrollbox
{
	border: solid 1px #666;
	background: #fff;
} 
	
	
.button {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #151515;
	padding: 4px 10px;
	background: #f8f8f8; /* Old browsers */

	background: linear-gradient(to bottom, #F8F8F8 24%, #D5D5D5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-8 */		
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0.3);
}

body.ie7 .button,
body.ie8 .button
{
	background: url(/fakoli/images/button-strip.gif) top left #cccccc;
}

a.button,
table.list a.button
{
	text-decoration: none;
	font-size: 11pt;
	padding: 2px 6px;
	color: #151515;
	width: auto;
	outline: none;
	cursor: pointer;
	font-weight: normal;
	white-space: nowrap;
}

.button:hover,
table.list .button:hover
{
	color: #000;
	text-decoration: none;
	border: solid 1px #888;
	background: linear-gradient(to bottom, #F8F8F8 24%, #c5c5c5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

input.button
{
	padding: 2px 6px;
	cursor: pointer;
	box-shadow: none;
}

table.list 
{
	box-shadow: 1px 1px 5px #CCCCCC;
  	clear: both;
  	empty-cells: show;
  	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  	font-size: 12pt;
  	vertical-align: top;
  	width: 100%;	
  	border-color: #aaa;
}

table.list th
{
	background-image: none;
	background: linear-gradient(to bottom, #F8F8F8 24%, #D5D5D5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #aaa;
}

.sortable th.forward_sort {
  background: url("/fakoli/images/asc-white.gif") no-repeat scroll right center #606d33;
  color: #FFFFFF;
}

.sortable th.reverse_sort {
  background: url("/fakoli/images/desc-white.gif") no-repeat scroll right center #606d33;
  color: #FFFFFF;
}

.sortable th.nosort
{
	background: linear-gradient(to bottom, #F8F8F8 24%, #D5D5D5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #aaa;
}

table.list td
{
	border: solid 1px #aaa;
}

/* Field Sets */
fieldset {
  background: url("/templates/images/widget_heading_background.gif") repeat-x scroll left top #F7F7F7;
  border: 1px solid #aaaaaa;
  border-radius: 5px 5px 5px 5px;
  margin: 0 0 10px;
  padding: 45px 10px 15px;
  position: relative;
}

body.ie7 fieldset,
body.ie8 fieldset
{
	border: 0;	
	overflow: hidden;	
}

legend 
{
  color: #2B388F;
  font-size: 18pt;
  font-weight: bold;
  position: absolute;
  top: 4px;
}

body.firefox4 legend,
body.firefox5 legend,
body.firefox6 legend,
body.firefox7 legend,
body.firefox8 legend,
body.firefox9 legend
{
	top: -45px;
}

table.small label, table.small input, table.small select, table.small textarea {
  font-size: 8pt;
}

td.label {
  font-weight: bold;
  line-height: 1.5;
}

a.multi_select_dropdown {
  background: url("/fakoli/images/open.gif") no-repeat scroll right 5px center, linear-gradient(to bottom, #F8F8F8 24%, #D5D5D5 93%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
  padding: 2px 20px 2px 5px;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
}

.selection_list
{
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  margin: 8px 0px;
  min-height: 45px;
}

.selection_list a 
{
  background: url("/templates/images/close_icon.png") no-repeat scroll right center #EEEEEE;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  color: #000000;
  display: block;
  margin: 4px;
  padding: 4px 8px;
  text-decoration: none;
}

.progressive_search a
{
	border-bottom-style: dashed;
}


div.contexthelp {
  background-color: #FFFFee;
  border: 1px solid #666;
  border-radius: 8px;
  box-shadow: 1px 1px 5px #444;
  display: none;
  font-size: 12pt;
  font-weight: normal;
  margin: 8px;
  max-width: 600px;
  padding: 8px;
  position: absolute;
  white-space: normal;
  z-index: 120;
  color: #000;
}

div.contexthelp p {
	border-bottom: 1px solid #666;
	font-weight: bold;
	color: #002a6c;
  	font-size: 12pt;
  	margin-bottom: 4px 0px 12px 0px;
}

td.error {
  background: url("/fakoli/images/warning_icon.gif") no-repeat scroll 8px 10px #FFFFEE;
  border: 1px solid #666666;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #CCCCCC;
  padding: 4px 4px 4px 28px;
}

.filter > div {
  padding-bottom: 5px;
}

#License_form_filter {
  background-color: #F5F5F5;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  display: block;
  padding: 10px 20px;
}

table.list img.icon
{
	cursor: pointer;
}

#MailingListOrder_form,
#MailingListOrderCustomer_form
{
  background-color: #F5F5F5;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  display: block;
  padding: 10px 20px;
}

#MailingListOrder_form div.submit
{
	clear: both;
}

#target_states, #target_audience 
{
  float: left;
  height: 300px;
  width: 350px;
}

#MailingListOrder_form .scrollbox {
  padding: 10px;
  font-size: 11pt;
}

.scrollbox dl
{
	margin: 0;
}

.scrollbox dt
{
	font-weight: bold;
}

#test_search_panel 
{
  background-color: #FFFFFF;
  border: 1px solid #000000;
  display: block;
  float: left;
  font-size: 10.5pt;
  height: 248px;
  margin: 0;
  padding: 11px;
  position: relative;
  text-align: center;
  width: 180px;
}

.sample_label {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #EEEEEE;
  display: block;
  float: left;
  font-size: 10pt;
  margin: 10px;
  padding: 10px;
  width: 185px;
  height: 120px;
}

#order_options {
  clear: left;
}

table.usage_options
{
	margin: 0 auto;
}

#multiple_use, #label_options {
  float: left;
  height: 150px;
  margin-right: 28px;
  width: 300px;
}

#order_options fieldset {
  background-color: #FFFFFF;
  background-image: none;
  font-size: 10pt;
  height: 150px;
}

#order_options label.label {
  display: block;
  margin: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

p.warning 
{
  background: url("/fakoli/images/warning_icon.gif") no-repeat scroll 8px 7px #FFFFEE;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #CCCCCC;
  color: #880000;
  font-weight: 700;
  padding: 4px 4px 4px 28px;
}

table.list tr.submitted, table.list tr.submitted.alt {
  background-color: #cdf;
}

table.list tr.fulfilled, table.list tr.fulfilled.alt {
  background-color: #bbf5bb;
}

table.list tr.mapped
{
	 background-color: #E8EFFB;	
}

div.form label {
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 4px;
    font-size: 125%;
}

div.field {
    font-size: 80%;
}

.range_display {
    font-size: 120%;
    display: inline-block;
    vertical-align: top;
    padding: 7px 10px;
}

.selectbox {
    border: solid 1px #aaa;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
}

div.selectbox label {
    font-weight: normal;
    font-size: 100%;
    padding: 4px 25px;
    margin: 0;
    max-width: 100%;
    width: auto;
    display: block;
}

input[type='range'] {
    box-shadow: none;
}

@media screen and (max-width: 770px)
{
	p 
	{
    	line-height: 1.4;
    	margin: 40px 0;
	}
}