/*

	COLOR REFERENCES
	Light green:	#C1D72E  (Bubbles in logo, rollover sub-menu items)
	Dark blue:		#00529C  (SeaPerch logo text, footer text, menu text)
	Pale blue:		#E8FBFF  (Footer background)
	Aqua blue:		#1EA5E6  (Previous hover background for sub-menu items)
	
*/



body  {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00000;
	line-height: normal;
	background-color: #FFF;
}

a:link 
{
	color:#003399;
	text-decoration:underline;
	}
	
a:hover{
	text-decoration:none;
}
a:visited {
	color:#660066;
}

#container
{
	background-image:url(/templates/images/bg_slinky.png);
	background-repeat:no-repeat;
}


#frame
{
	width: auto;
}

#banner
{
	width: 100%;
	height: 115px;
	padding-bottom: 15px;
}

#logo
{
	padding-left:12.6em;
	width:350px; 
	margin-left:0px;
	margin-top:0px; 
	float:left;
}

#search
{
	width:400px; 
	margin-right:0px; 
	margin-top:0px; 
	float:right;
}
label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.announcement
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	padding: 5px;
	background-color: #fefefe;
	border-radius: 6px;
	-moz-border-radius: 6px;
	border: solid 1px  #C1D72E;	
	text-align: left;
}
.numbers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	width: 20px;
	padding: 5px;
	background-color: #EEE;
	border-radius: 20px;
	-moz-border-radius: 20px;
	border: dotted 1px  #999;	
	text-align: center;
}
/*  TOP GLOBAL NAV */ 
#global 
{
	height:33px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	color:#003399;
	width: auto;
}
 
#global ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 148;
}
 
#global ul li 
{
	display: inline-block;
	float: left;
	vertical-align: middle;
	background: transparent;
	color: #fff;
	margin: 0;
	height: 33px;
	width: 121px;
	position: relative;
	z-index: 148;
}

#global ul li:hover
{
	color: #000000;
	background: url(/templates/images/top_menu_on_bg.gif) top left transparent;
}

#global ul li a
{
	display: inline-block;
	overflow: auto; /*force hasLayout in IE7 */
	width: 121px;
	height: 33px;
	line-height: 33px;
}

#global ul li a:link, #global ul li a:visited
{
	text-decoration: none;
	color: #003399;
	background: url(/templates/images/top_menu_bg.gif) top left transparent;
}

#global ul li a:active, 
#global ul li a:hover,
#global ul li a.sfhover,
#global ul li a:focus
{
	color: #FFF;
	background: url(/templates/images/top_menu_on_bg.gif) top right no-repeat transparent;
}

#global li ul 
	{
	position: absolute;
	width: 150px;
	height: auto;
	left: -999em;
	top: 33px;
	border: solid 1px #1EA5E6;
	color: #406080;
	background-color: #fff;
	background-image: none;
	padding-bottom: 0;
	padding-top: 10;
	margin: 0;
}

#global li:hover ul,
#global li.sfhover ul
{
	left: 0;
}

#global li ul li
{
	background-color: #b5c1cf;
	background-image: none;
	margin: 0;
	padding: 0;
	height: 25px;
}

#global li ul li a
{
	display: block;
	width: 142px;
	padding: 0px 4px;
	margin: 0;
	line-height: 25px;	
	background-image: none;
	text-align: left;
}

#global li ul li a:link,
#global li ul li a:visited
{
	color: #003399;
	background-image: none;
	background-color: #fff;
	font-size: 12px;
	font-weight: normal;	
	border: none;
	height: auto;
	line-height: 25px;	
	background-image: none;
	text-align: left;
	padding: 0px -2px 0px 2px;
}

#global li ul li a:hover,
#global li ul li a:active,
#global li ul li a:focus	
{
	background-color: #C1D72E;
	color: #fff;
}

#discuss
{
	height:30px;
	line-height: 30px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	color:#003399;
	width: 120px;
    border: solid 1px #81b1c7;
	background-color:#FFFFFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#discuss img
{
	border: none;
}

#discuss a
{
	color:#003399;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;

}
#discuss a:hover
{	
text-decoration:underline;
}
#content  {
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 2px;
	vertical-align: top;
}

#content p {
	color: #000000;
}
#content a:link {
	color:#003399;
	font-weight: normal;
}
#content a:hover{
	font-weight: underline;
}
#content a:visited {
	color:#660066;
	font-weight: normal;
}

#content_cell
{
	padding-left:  20px;
	padding-top:   1px; 
	padding-right: 20px;
	background-color: #fff;
	border-left: solid 1px #ccc;
	vertical-align: top;
	/*height: 550px;*/
	font-size: 12px;	

}

h2
{
	color:#003399;
	border-bottom: solid 1px #003399;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

h3
{
	color: #000;
	font-size: 16px;
	line-height: 18px;
}

h4
{
	color: #006699;
	font-size: 14px;
	line-height: 18px;	
}

/* LEFT SIDE CONTENT */
#left 
{
	float:left;
	background: #fff;
	text-align: left;
	width: 780px;
	margin-top: 0.3em;
	padding: 10px;
	line-height: 17px;
	font-size: 13px;
}
#left_nn
{
	float:left;
	background: #fff;
	text-align: left;
	width: 1065px;
	margin-top: 0.3em;
	padding: 10px;
	line-height: 17px;
	font-size: 13px;
	border-top: solid 1px #81b1c7;
	border-right: solid 1px #81b1c7;
	border-radius: 0px 8px 0px 0px;
	-moz-border-radius: 0px 8px 0px 0px;
	margin-left: 0;
}	


#left p
{
/*
	line-height: 150%;
*/
}

/* CENTER CONTENT */
#center
{
	background: #fff;
	width: 960px;
	vertical-align: top;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 12px;
	margin-right: 5px;
	margin-top: 0px;

}

/* RIGHT SIDE CONTENT */
#right
{
	background: none;
	margin: 2.8em 2em 2.8em 12.6em;
	text-align:left;
	vertical-align:top;
	min-height:190px;
	height:auto !important;
	height:190px;
	line-height: 18px;
}

#right2
{
	background: none;
	margin: 2.8em 2em 2.8em 12.6em;
	text-align:left;
	vertical-align:top;
	min-height:200px;
	height:auto !important;
	height:200px;	
}
	
#right div.module
{
	width: 250px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px  #81b1c7;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;	
	text-align: left;
	margin: 10px auto;
	font-size: 14px;
}

#right div.module_hp
{
	width: 260px;
	background: none;
	margin: 10px auto;
}

#right2 div.module
{
	width: 250px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px  #81b1c7;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;	
	text-align: left;
	margin: 10px auto;
}
#right img.center
{
	display: block;
    margin-left: auto;
    margin-right: auto 
}

#right a
{
	color:#003399;
	font-size:12px;
	font-weight: bold;
	text-decoration:underline;
	}
#right a:hover
{	
	text-decoration:none;
}

#additional_content div.module
{
	border-top: solid 1px #ccc;

}

#right h3

{
	font-size: 14px;
}

#bottom_boxes
{	
	color: #006600;
	vertical-align: top;
}
	
	
#bottom_boxes div.module

{
	width: 210px;
	vertical-align: top;
	float: left;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	height: 250px;
}

#bottom_boxes a:link, #bottom_boxes  a:visited,  #bottom_boxes  a:hover
{

	color: #000;
	font-weight: normal;
}


/* BREADCRUMBS */

#breadcrumbs
{
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}

#breadcrumbs a
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}	
/* FORMS */
input
{
	border: solid 1px #ddd;
}

/* JDG 4/11 copied from Fakoli standard */
.button
{
	border: solid 1px #CCC;
	color: #FFF !important;
	font-weight: bold;
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

/* JDG 4/11 fix to omit underlines */
a.button
{
	font-weight: bold;
	color: #FFF;
	border: solid 1px #CCC !important;
	display: inline-block;
	width: auto;
	padding: 4px;
	text-decoration: none !important;
	height: 16px;
}


.button:hover 
{
	color:#DDD;
	font-weight:bold;
	border: solid 1px #CCCCCC;


}

/* JDG 4/11 added */
a.button:visited
{
	font-weight: normal;
	color: #FFF;
}

/* FOOTER */
#footer, .footer
{
	background: url(/templates/images/bg_footer.png) top left repeat-x #fff;
	color: #00529C;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	clear: both;
}  

a.footer_b
{	color:#000099;
	font-weight: bold;	
	background-image:none;
	margin: 0px;
	padding: 0px;

}
a.footer
{
	color:#000099;
	text-decoration:underline;
	background-image:none;
}

a.footer a:hover
{
	text-decoration:none;
}

a. footer a:visited
{
	color:#0066CC;
	text-decoration:underline;
}

/* BUTTONS */
.button#
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #888;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(/fakoli/images/button-strip.gif) top left #cccccc;
	cursor: pointer;
}


input.button
{
	padding: 2px 6px;
	cursor: pointer;
}

.message
{
	background-color: #f0f0f0;
}

.checklist
{
	margin: 10px auto;
	width: 665px;
	padding-left: 10px;
	background-color: #fefefe;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px  #81b1c7;
	padding-bottom: 8px;	
	text-align: left;
}

table.list td a
{
	color: #003399;
#	display: block;
	display: inline;
	text-decoration: underline;
	border: solid 1px none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px;
	font-weight: bold;
}

table.list td a:hover
{
	color: #fff;
	background-color: #325E9E;
}


.small
{
	font-size: 0.9em;
}

#left
{
	border-top: solid 1px #81b1c7;
	border-right: solid 1px #81b1c7;
	border-radius: 0px 8px 0px 0px;
	-moz-border-radius: 0px 8px 0px 0px;
	margin-left: 0;
}	 

/* Andy tweaks - fix width, curved border */

#container
{
	margin: 10px auto;
	width: 1100px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px  #81b1c7;
	padding-bottom: 8px;	
	text-align: left;
	-moz-box-shadow: 2px 2px 12px #444;
	-webkit-box-shadow: 2px 2px 12px #444;
	box-shadow: 2px 2px 12px #444;
}

body
{
	background-color:#eeeeee;
	}

#left
{
	padding-left: 15px;
	width: 780px;
	padding-bottom: 10px;
	min-height: 300px;
  	height: auto !important;
  	height: 300px;
}

#logo
{
	padding: 5px 0px 10px 30px;
}

#global
{
	margin-left: 5px;
}

#right
{
	margin: 10px;
	float: left;
}

#right_hp
{
	float: right;
	width: 260px;
	margin-right: 10px;
}

/* for sub.tpl */
#simple_search
{
	float: right;
	width: 282px;
}

/* For default.tpl */
#simple_search_default
{
	float: right;
	width: 265px;
}


#search_results
{
	clear: both;
}

.breakout-box
{
	float: left;
	width: 370px;
	margin: 10px;
/*
	font-size: 1.1em;
*/
}
.breakout-box2
{
	float: left;
	width: 370px;
/*
	font-size: 1.1em;
*/
}

.breakout-box-black
{
	float: left;
	width: 370px;
	margin: 40px 0 0 4px;
	padding: 8px;
	border: 2px solid #111111;
	border-radius: 4px;
/*
	font-size: 1.1em;
*/
}

.breakout-box h2
{
	border: none;
	margin-bottom: 2px;
}

.breakout-box h3
{
	margin-top: 0;
	margin-bottom: 5px;
}

.breakout-box img
{
	display: inline-block;
	vertical-align: middle;
}


.breakout-box ul
{
	padding-left: 20px;
	list-style-type: square;
}

.breakout-box li
{
	padding: 4px 0px;
}

.breakout-box-content
{
	border: thin solid rgb(128, 176, 199); 
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.chicklits
{
	margin: 50px;
	clear: right;
}	

#login_bar
{
	margin: auto;
	width: 1000px;
}
#login
{
	float: right;
	margin-right: 0px;
	margin-top: 8px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;	
}

#login a, #login a:visited
{
	color: #003399;
	text-decoration: none;
}

#login a:hover
{
	text-decoration: underline;
}

#sponsors
{
	width: 550px;
	float: right;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 15px;
}



body.popup
{
	background-color: #fff;
	text-align: left;
}

.error
{
	color: #c00;
	font-weight: bold;
}

td.label
{
	vertical-align: top;
}

/* for program data entry - message to user that form is incomplete */

.warning
{
	font-size: 10pt;
	color: #CC0000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;	
}

/* must be a div id, not class for the background image to show */
#warning
	{
	font-size: 10pt;
	color: #CC0000;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(/templates/images/warning_icon.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#map
{
	border: solid 1px #666;
}

#map_heading
{
	line-height: 24px;
	height: 24px;
	border-bottom: solid 1px #666;
	background: url(/fakoli/images/table-header.png);
	padding: 0 4px;
}

.whats_hot
{
	margin-left: 5px;
	width: 245px;
	height: 180px;
/*
	background: url(/templates/images/mini_map_bg.png) top left no-repeat transparent;
*/
	padding-left: 1px;
	
}

#mini_map
{
	margin-left: 5px;
	width: 245px;
	height: 180px;
	background: url(/templates/images/mini_map_bg.png) top left no-repeat transparent;
	padding-left: 1px;
}

#mini_map_heading
{
	line-height: 21px;
	height:21px;
	padding: 0px 12px 0px 4px;
}


#article_list.Video
{
	list-style: none;
	margin-right: 40px;
}

#article_list.Video a
{
	display: block;
	border:1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 2px 12px #888;
	-webkit-box-shadow: 2px 2px 12px #888;
	box-shadow: 2px 2px 12px #888;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #DEFAFF;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

#article_list.Video img
{
	margin: 5px;
	border: solid 1px #666;
}

.Video .article_summary
{
	margin-left: 130px;
}

#join_login
{
	width: 300px; 
	height: 140px; 
	padding: 10px; 
	float: left; 
	border: solid 2px #B8B8B8; 
	margin-top: 20px; 
	margin-bottom: 20px;
}

/* my_account page: bordered block with rounded corners */


/* box border under tab bar */
#bordered_block {
	width: 700px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px  #81b1c7;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;	
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
}


/* surveys and metrics */

#metrics_dashboard tr.expanded td {
	background: none;
	padding-left: 5px;
	border-top: solid;
    border-width: 1px;
}

#metrics_dashboard td
{
	border-top: none;
	border-bottom: none;
}

/* end surveys adn metrics */


.interstitial
{
	background-color: #fff;
	-moz-border-radius: 10px;
	border: solid 2px #002a6d;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 15px #000;
	-webkit-box-shadow: 3px 3px 15px #000;
	box-shadow: 3px 3px 15px #000;
	z-index: 10234;
}

.interstitial span
{
	font-size: 16pt;
	color: #0069e2;	
}

/* Styles for photo callout boxes and photo caption & credit lines */

.photobox {
	display: inline;
	padding: 0.4em;
	margin: 0.2em;
}

.photobox.left {
	float: left;
}

.photobox.right {
	float: right;
}

img.photo {
	display: block;
	border: none;
}

span.photo-caption {
	font-size: 90%;
}


/* Program Review Form  - history of orders and grants */
#program_history
{

}

#program_history fieldset
{
	background-color: #FFFFFF;
    border: 1px solid #81B1C7;
    border-radius: 8px 8px 8px 8px;
    margin: 10px auto;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;	
 	border-radius: 5px;
}

#program_history legend
{
	font-size: 122%;
	font-weight: bold;
}

#program_history .scroll_box
{
	max-height: 200px;
	overflow: scroll;	
}

#program_history table td
{
	padding-right: 15px;
	padding-left: 15px;
}

#program_history table th
{
	text-align: center;
	border-bottom: solid 1px black;
}


/* End - Program Review Form  */

/* Order fulfillment */
table.list td span.overdue_shipment,
	p span.overdue_shipment
{
	color: 	#FF0000;
	font-weight: bold;
}

table.list td span.pending_shipment,
	 p span.pending_shipment,
	 table.form td span.pending_shipment
{
	background-color: #EEC900;
	font-weight: bold;
}

.video_ss
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 640px;
	padding: 10px;;
	background-color: #fefefe;
	border-radius: 10px;
	-moz-border-radius: 8px;
	border: solid 2px  #C1D72E;	
	text-align: left;
}

.video_tab
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	width: 300px;
	padding-right: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #C1D72E;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;	
}

.video_download
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	padding: 10px;
	background-color: #fefefe;
	border-radius: 10px;
	-moz-border-radius: 8px;
	border: solid 2px  #333;	
	text-align: left;
}

#bottom_border
{
	border-bottom: dashed 1px  #CCC;	
}

/* end order fulfillment */

.infoWindow
{
	border-radius: 6px;
	-moz-border-radius: 6px;
	border: thin solid #00529C;
	-moz-box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 10px #222;
	box-shadow: 0 0 10px #222;
	padding: 6px;
	background-color: #efefef;
	opacity: 0.95;
	width: 205px;
	min-height: 65px;
}

.infoWindow img 
{
	z-index: 1000;  /* To make sure the InfoBox 'close' icon can still be clicked inside when the container div has opaciy less than 1 */
}

.annotation
{
	font-size: 12px; 
	font-weight: normal; 
	font-style: italic;
}

.border_right
{
border-right: #999999 1px dotted;
}
.border_bottom
{
border-bottom: #999999 1px dotted;
}

.kit_order_step
{
	border-bottom: #999999 1px dotted;	
}

.kit_order_step .step_image
{
	float: right;
	z-index: 2;
	height: auto;
	width: 300px;
}

.kit_order_step .step
{
	float: left;
	width: 360px;
}

.kit_order_step .step .header_step,
	.header_step
{
	padding-top: 8px;
	color:#006699;
    font-size: 18px;
    font-weight: bold;
    margin-left: 2px;
    text-align: left;
}

.kit_order_step .step .step_description,
	.step_description 
{
	padding-top: 8px;
	color:#333;
    font-size: 15px;
    line-height: 20px;
	margin-left: 2px;
    text-align: left;
    width: 330px;
}



.button_kit {
    background: linear-gradient(to bottom, #6DB3F2 0%, #54A3EE 50%, #3690F0 51%, #1E69DE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #00529C;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 18px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #333333;
}


/* IE doesn't handle linear-gradient */
body.ie9 .button_kit,
body.ie9 .button_kit,
body.ie7 .button_kit
{
	 background: #2879E6;
}

a.button_kit
{
	color: #FFF !important;
	display: inline-block;
	text-decoration: none !important;
}

.Standard img {
	margin: 5px 5px 10px 5px;
}

.Standard .article_summary {
    clear: both;
}

.event_summary
{
	border: 1px solid #888;
	background-color: #fff;
	margin: 0.15em;
}

.event_summary h4
{
	background-color: transparent;
	border: none;
	color: #000;
	border-bottom: none;	
}

.announcement_emphasis {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.recent_articles {
	list-style:square;
	display:inline-block;
	padding-left: 15px;
	
}

.recent_articles li {
	line-height: 18px;
	padding-bottom: 10px;

}
.button_major {
    background: linear-gradient(to bottom, #6DB3F2 0%, #54A3EE 50%, #3690F0 51%, #1E69DE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #00529C;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 18px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #333333;
}
.button_major {
    background: linear-gradient(to bottom, #6DB3F2 0%, #54A3EE 50%, #3690F0 51%, #1E69DE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #00529C;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 18px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #333333;
}
a.button_major {
    border: 1px solid #00529C;
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: bold;
    padding: 4px;
    text-decoration: none !important;
    width: auto;
}

/* hack for login form - somehow password prompt was different length when it had same styles as username */
body.ie10 #login.form td.value input,
body.ie9 #login.form td.value input,
body.ie8 #login.form td.value input,
body.ie7 #login.form td.value input
{
	width: 97.5%;
}

body.ie10 #login.form td.value input,
body.ie9 #login.form td.value input
{
	height: 15px;
}

/* end ie login form hack */

/* filter_form filters */
#CompositeEventAddress_form_filter .filter
{
	padding-top: 6px;
	height: auto;
	padding-bottom: 10px;
}

/* end filter_form filters */

#regions {
  background-color: #FFFFFF;
  border: 1px solid #666666;
  border-radius: 10px 10px 10px 10px;
  margin: 20px;
}

.map_tooltip
{
	border-radius: 6px;
	border: solid 1px #000;
	box-shadow: 1px 1px 5px #333;
	background-color: #ffd;
	position: absolute;
	display: none;
	font-size: 9pt;
	padding: 6px;
}

.map_tooltip h4
{
	margin: 0;
}

.map_tooltip p
{
	margin: 0;
}

#simple_search fieldset {
  background-color: #FFFFFF;
  border: 1px solid #81B1C7;
  border-radius: 8px 8px 8px 8px;
  box-shadow: none;
  font-size: 14px;
  margin: 10px 0 0;
  text-align: left;
  width: 240px;
}

#simple_search legend
{
	color: #003399;
}
#simple_search label
{
	color: #003399;
	display: block;
}

#simple_search .multi_select_dropdown {
  color: #003399;
  font-size: 12px;
}

#simple_search .multi_select_dropdown_list label {
  display: inline;
  color: #003399;
}

#article_list p
{
	display: inline;
}

.not_submitted_warning,
.shipping_warning
{
  background: url("/fakoli/images/warning_icon.gif") no-repeat scroll 5px 5px #FFFFF0;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  display: block;
  padding: 5px 30px;
}

.not_submitted_warning p,
.shipping_warning p {
  display: inline;
}

label.carrier.default {
    font-weight: bold;
}
label.carrier {
    color: #000;
    font-weight: normal;
    vertical-align: middle;
    display: block;
    cursor: pointer;
}