

/**
 * 	Tables --------------------------------------------------
 */
table {
	max-width: 100%;
	background-color: transparent;	
}

.table {
	width: 100%;
}

.table th, .table td {
	text-align: left;
}

.table-striped th,
.table-striped td {
	border-bottom: 1px solid #999;
}

.table-striped-body tbody td {
	border-bottom: 1px solid #999;
}

.table-head-gray thead td {
	color: #999;
}

.table30 {
	border-collapse: separate;
	border-spacing: 30px 0;
	margin-left: -30px;
	width: 1080px;
	max-width: 1080px;
}

.table30 tbody td {
	width: 232px;
}

.table30 caption {
	margin: 0 30px 13px;
}

/* 10px cellspacing */
.table10 {
	border-collapse: separate;
	border-spacing: 10px 0;
	margin-left: -10px;
	width: 1040px;
	max-width: 1040px;
}

.table10 caption {
	margin: 0 10px 30px 10px;
}

/* 20px cellspacing */
.table20 {
	border-collapse: separate;
	border-spacing: 20px 0;
	margin-left: -20px;
	width: 1060px;
	max-width: 1060px;
}

.table20 caption {
	margin: 0 20px 30px 20px;
}


.table-padding th, 
.table-padding td {
	padding: 17px 0;
}

#blog-content .table10 {
	width: 780px;
	max-width: 780px;
}

#blog-content .table20 {
	width: 800px;
	max-width: 800px;
}



/**
 * 	Arrows --------------------------------------------------
 */
[class^="arrow-"] {
	display: inline-block;
	width: 10px;
	height: 5px;
	vertical-align: middle;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

.arrow-left, .arrow-right { 
	width: 5px;
	height: 10px;
}

.arrow-up { background-image: url('../images/arrows/up.gif'); }
.arrow-down { background-image: url('../images/arrows/down.gif'); }
.arrow-left { background-image: url('../images/arrows/left.gif'); }
.arrow-right { background-image: url('../images/arrows/right.gif'); }

.arrow-up-gray { background-image: url('../images/arrows/up-gray.gif'); }
.arrow-down-gray { background-image: url('../images/arrows/down-gray.gif'); }
.arrow-left-gray { background-image: url('../images/arrows/left-gray.gif'); }
.arrow-right-gray { background-image: url('../images/arrows/right-gray.gif'); }

.table [class^="arrow-"] {
	margin-left: 7px;
}




/**
 * 	Banners --------------------------------------------------
 */
#banner-wrapper {
	background-color: #f2f2f2;
	padding: 25px 0;
}

.banner-thank {
	color: #999;
}

.banner720x90 {
	width: 720px;
	height: 90px;
	overflow: hidden;
	float: left;
}

.banner-support {
	height: 95px;	
	padding-left: 27px;
	display: table-cell;
	vertical-align: bottom;
}




/**
 * 	Buttons --------------------------------------------------
 */
.btn {
	color: #fff;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	display: inline-block;
	background-color: #00519A;
	background-image: url('../images/btns.png');
	background-position: 0 -120px;
	background-repeat: repeat-x;
	border-radius: 3px;
	text-align: center;
	margin: 0;
	border: none;
	cursor: pointer;
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
}

.btn:hover {
	text-decoration: none;
}

.btn-large {
	height: 57px;
	line-height: 57px;
	background-position: 0 0;
}

.btn-gray {
	background-color: #999;
	background-position: 0 -180px;
}

.btn-large-gray {
	background-color: #999;
	background-position: 0 -60px;
}

.btn96  { width: 96px; padding: 0; }
.btn104 { width: 104px; padding: 0; }
.btn120 { width: 120px; padding: 0; }
.btn137 { width: 137px; padding: 0; }
.btn175 { width: 175px; padding: 0; }
.btn320 { width: 320px; padding: 0; }




/**
 * 	Header --------------------------------------------------
 */
#header {
	padding: 30px 0;
	border-bottom: 1px solid #999;
}

#header .logo,
#header .header-links {
	height: 57px;
	display: table-cell;
	vertical-align: middle;
}

#header .header-buttons {
	margin-left: -8px;
}

#header .header-buttons li {
	float: left;
	margin-left: 8px;
}

#header .header-links a {
	font-size: 16px;
}




/**
 * 	Top Menu --------------------------------------------------
 */
#nav {
	height: 90px;
	padding-bottom: 25px;
}

#nav .nav-links {
	position: absolute;
	z-index: 20;
}

#nav .nav-links li {
	float: left;
	margin-left: 30px;
	line-height: 85px;
}

#nav .nav-links li:first-child {
	margin-left: 0;
}

#nav .nav-links li.active,
#nav .nav-links li a {
	font-size: 16px;
	text-decoration: none;
}

#nav .nav-links li.active {
	color: #000;
}

#nav .nav-links ul {
	display: none;
	position: absolute;
	left: 0;
	width: 1020px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
}

#nav .nav-links ul li {
	float: left;
	margin-left: 18px;
}

#nav .nav-links ul li:first-child {
	margin-left: 0;
}

#nav .nav-links ul li a {
	color: #999;
}

#nav .nav-links ul li.hover > a {
	color: #000;
}

#nav .nav-links li.hover .line,
#nav .nav-links ul li.hover .line { 
	position: absolute;
	height: 1px;
	background: #000;
}

#nav .nav-search {
	margin-left: -5px;
	margin-top: 27px;
}

#nav .nav-search li {
	float: left;
	margin-left: 5px;
}

#nav .search-wrapper {
	width: 215px;
	height: 30px;
	background-color: #f2f2f2;
}

#nav #search {
	width: 185px;
	border: none;
	margin: 0;
	padding: 7px 0;
	color: #999;
	background-color: transparent;
}




/**
 * 	Content --------------------------------------------------
 */
#content {
	min-height: 400px;
}

#blog-content {
	overflow: auto;
	background: url('../images/sidebar-bg.png') right top repeat-y;
}

#blog-content #content {
	float: left;
	width: 770px;
	padding-left: 10px;
}

#blog-content #sidebar {
	float: right;
	width: 205px;
	color: #999;
}

#blog-content #sidebar a {
	color: #999;
}

#blog-content #sidebar h6 {
	font-size: 14px;
	margin-bottom: 13px;
}

#blog-content #sidebar .right-menu {
	
}

#blog-content #sidebar .right-menu .active {
	color: #000;
}

#blog-content #sidebar .right-menu ul .active {
	background: url('../images/dot/black.png') 0 6px no-repeat;
}

#blog-content #sidebar .right-menu > li {
	padding: 8px 0;
}

#blog-content #sidebar .right-menu ul > li {
	padding-left: 20px;
	margin-top: 7px;
	background: url('../images/dot/gray.png') 0 6px no-repeat;
}

#blog-content #sidebar .right-menu ul > li:first-child {
	margin-top: 16px;
}

#avalanche-forecast, #forecast-discussion, #weather-data	{
	padding: 0 0 0 10px;
}

#forecast-discussion .caption	{
	padding: 0 10px 0 0;
}


/**
 * 	Footer --------------------------------------------------
 */
#footer {
	margin-top: 80px;
	border-top: 1px solid #999;
	padding: 30px 0 20px;
}

#footer .footer-links {
	overflow: hidden;
	margin-bottom: 30px;
}

#footer .footer-links li {
	float: left;
	margin-right: 30px;
}

#footer .copy { color: #999; margin-bottom: 5px;}
#footer .poweredby { color: #999; }
#footer .poweredby a { display: inline-block; vertical-align: text-top; }

#footer .footer-banners li {
	float: left;
	margin-right: 15px;
}




/**
 * Icons
 */
[class^="icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

[class^="icon30-"] {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

[class^="icon30-social-"] {
	background-image: url('../images/social.png');
}

.icon30-social-google { background-position: 0 0; }
.icon30-social-facebook { background-position: -30px 0; }
.icon30-social-twitter { background-position: -60px 0; }

.icon-embed { background-image: url('../images/marker.png'); width: 10px; margin-right: 5px; }
.icon-info { background-image: url('../images/info.png'); margin-top: -5px; }
.icon-info-gray { background-image: url('../images/info-gray.png'); margin-top: -3px; }
.icon30-search { background-image: url('../images/search.png'); }




/**
 * 	Accordion --------------------------------------------------
 */
.accordion {
	margin-bottom: 30px;
}

.accordion-header {
	color: #999;
	background-image: url('../images/arrows/left-gray.gif');
	background-position: right 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999;
	cursor: pointer;
	margin-bottom: 17px;
}

.accordion-header.active {
	color: #000;
	background-image: url('../images/arrows/down.gif');
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

.accordion-header.active .icon-info-gray { background-image: url('../images/info.png'); margin-top: -3px; }

.accordion-content {
	margin-bottom: 30px;
}




/**
 * 	Forecast Regions Section --------------------------------------------------
 */
.forecast-regions-map {
	position: relative;
	width: 495px;
	height: 565px;
	overflow: hidden;
	margin-bottom: 10px;
}

.forecast-regions-map .danger-popup {
	position: absolute;
	top: 30px; left: 30px;
	display: none;
}




/**
 * 	Danger Sacle --------------------------------------------------
 */
.danger-scale {
	overflow: hidden;
	margin-bottom: 30px;
}

.danger-scale li {
	border-top: 10px solid #ccc;
	float: left;
	color: #999;
	font-size: 12px;
	height: 50px;
	width: 82.5px;
	padding-top: 7px;
	line-height: 14px;
}

.danger-scale li.scale1 { width: 77px; margin-right: 5.5px; }
.danger-scale li.scale2 { border-color: #4DB848; }
.danger-scale li.scale3 { border-color: #FFF200; }
.danger-scale li.scale4 { border-color: #F7931D; }
.danger-scale li.scale5 { border-color: #ED1C23; }
.danger-scale li.scale6 { border-color: #000000; }

/* small */
.danger-scale-small li {
	width: 71px;
	height: 26px;
	padding-top: 3px;
	text-indent: 10px;
}

.danger-scale-small li.active {
	color: #000;
	position: relative;
}

.danger-scale-small li.active:before {
    content: " ";
    display: block;
    position: absolute;
    left: 31px;
    top: -10px; 
    background: url('../images/arrows/down-white.gif') top center no-repeat;
    width: 10px;
    height: 5px;
}

/* large */
.danger-scale-large {
	float: right;
	margin-top: 7px;
	margin-bottom: 0;
}

.danger-scale-large li {
	width: 93px;
	padding-top: 10px;
	font-size: 14px;
	text-align: left;
}

.danger-scale-large li.scale2 {
	margin-left: 4px;
}

.danger-popup.danger6 .type, .danger-popup.danger7 .type, .danger-popup.danger8 .type {
    width: 355px;
    height: 30px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0 0 0;
    color: #fff;
    background-color: #ED1C23;
    font-size: 22px;
    font-weight:bold;
}
.danger-popup.danger0 .info {
	background-color: #CCCCCC;
	background-image: url('../images/danger/0.png');
}
.danger-popup.danger1 .info {
	background-color: #4DB848;
	background-image: url('../images/danger/1.png');
}
.danger-popup.danger2 .info {
	background-color: #FFF200;
	background-image: url('../images/danger/2.png');
}
.danger-popup.danger3 .info {
	background-color: #F7931D;
	background-image: url('../images/danger/3.png');
}
.danger-popup.danger4 .info {
	background-color: #ED1C23;
	background-image: url('../images/danger/4.png');
}
.danger-popup.danger5 .info {
	color: #fff;
	background-color: #000;
	background-image: url('../images/danger/4.png');
}
.danger-popup.danger6 .info, .danger-popup.danger7 .info, .danger-popup.danger8 .info {
	color: #fff;
	background-color: #ED1C23;
	background-image: url('../images/warning.png');
	height: 90px;
}



/**
 * 	Slider --------------------------------------------------
 */
.slider-wrapper {
	width: 495px;
	height: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.slider-wrapper .slider {
	width: 20000px;
	height: 220px;
}

.slider-wrapper .slider li {
	float: left;
	margin-right: 5px;
	position: relative;
	height: 220px;
	overflow: hidden;
}

.slider-wrapper .slider li > img {
	height: 220px;
}

.slider-controls,
.slider-controls-large,
.slider-controls-popup {
	position: relative;
	z-index: 10;
}

.slider-controls .slider-nav-left,
.slider-controls .slider-nav-right,
.slider-controls-large .slider-nav-left,
.slider-controls-large .slider-nav-right {
	position: absolute;
	top: 97px;
	height: 26px;
	width: 26px;
	background-image: url('../images/slider.png');
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}

.slider-controls .slider-nav-left,
.slider-controls-large .slider-nav-left {
	left: 10px;
	background-position: 0 center;
}

.slider-controls .slider-nav-right,
.slider-controls-large .slider-nav-right {
	right: 10px;
	background-position: -26px center;
}

.slider-zoom {
	display: block;
	position: absolute;
	width: 26px; height: 26px;
	/*right: 10px;*/
	left: 10px;
	background: url('../images/slider.png') -52px center no-repeat;
	cursor: pointer;
	z-index: 10;
}

.slider-wrapper .slider-zoom,
.slider-wrapper-large .slider-zoom {
	top: 184px;
}


/* large slider */
.slider-wrapper-large {
	width: 1020px;
	overflow: hidden;
	position: relative;
}

.slider-wrapper-large .slider {
	width: 20000px;
}

.slider-wrapper-large .slider li {
	float: left;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	width: 670px;
}

.slider-wrapper-large .slider li > img {
	height: 447px;
}

.slider-wrapper-large .slider li .description {
	padding: 7px 7px 0 10px;
	color: #999;
}

.slider-controls-large .slider-nav-left,
.slider-controls-large .slider-nav-right { 
	top: 210px;
}

.slider-wrapper-large  .slider-zoom {
	top: 411px;
}

/* popup slider */
.slider-wrapper-popup {
	width: 970px;
	overflow: hidden;
	position: relative;
}

.slider-wrapper-popup .slider {
	width: 20000px;
	padding-left: 110px;
}

.slider-wrapper-popup .slider li {
	float: left;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	width: 750px;
}

.slider-wrapper-popup .slider li > img {
	height: 500px;
}

.slider-wrapper-popup .slider li .description {
	padding: 10px 0 0 0;
	color: #000;
}

.slider-controls-popup {
	position: relative;
}

.slider-controls-popup .slider-nav-left,
.slider-controls-popup .slider-nav-right { 
	top: 0;
	width: 92px;
	height: 500px;
	position: absolute;
	cursor: pointer;
}

.slider-controls-popup .slider-nav-left { 
	left: 0;
	background: url('../images/slider-prev.png') center no-repeat;
}

.slider-controls-popup .slider-nav-right { 
	right: 0;
	background: url('../images/slider-next.png') center no-repeat;
}




/**
 *  News Section --------------------------------------------------
 */
.news-section {
	height: 310px;
	overflow: auto;
}

.news-section .news { margin-top: 30px; }
.news-section .news:first-child { margin-top: 0; }

.news-section .news-title a {
	font-size: 18px;
	font-family: 'ProximaNovaBold';
}

.news-section .news-date {
	margin-top: 2px;
	color: #999;
}

.news-section .news-content {
	margin-top: 8px;
}

.news-section .news-content p {
	padding: 5px 0;
}




/**
 * 	Snowfall Section --------------------------------------------------
 */
.snowfall-section .table .snow {
	width: 90px;
}




/**
 * 	Custom Selects --------------------------------------------------
 */
select {
	display: inline-block;
	width: 100%;
	margin: 0;	
	padding: 0;
	height: 44px;
	line-height: 40px; /* safari */
	border: none;
	background: none;
	-webkit-appearance: menulist-button;
}

.custom-select {
	position: relative;
	background-color: #f2f2f2;
	height: 44px;
	cursor: pointer;
	overflow: hidden;
}

.custom-select select {
	display: block;
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
	cursor: pointer;
}

.custom-select-border {
	border: 1px solid #999;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

.custom-select-border select {
	top: -2px; left: -1px;
}

.custom-select .custom-select-title {
	position: absolute;
	top: 0; left: 0;
	color: #000;
	text-indent: 15px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-select .custom-select-arrow {
	position: absolute;
	top: 0; right: 0;
	width: 42px;
	height: 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border-left: 1px solid #999;
	background-image: url('../images/arrows/down-gray.gif');
}
/*
.custom-select-border .custom-select-arrow,
.custom-select-border .custom-select-arrow-both {
	height: 42px;
}*/

.custom-select-both .custom-select-arrow {
	border-left: none;
	background-image: url('../images/arrows/both-gray.gif');
}

/* disabled */
.custom-select-disabled select {
	cursor: default;
}

.custom-select-disabled .custom-select-title {
	color: #ccc;
}




/**
 * 	Danger Scale Popups --------------------------------------------------
 */
.danger-popup {
	width: 355px;
	background: #fff;
	margin: 0 auto;
}
.danger-popup > li {
	width: 355px;
}
.danger-popup .title {
	height: 80px;
	font-size: 22px;
	line-height: 80px;
	text-indent: 30px;
	font-family: 'ProximaNovaBold';
}
.danger-popup .info {
	width: 215px;
	height: 110px;
	line-height: 22px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 110px;
	background-repeat: no-repeat;
	background-position: 30px center;
}
.danger-popup .info strong {
	font-size: 18px;
}
.danger-popup .scale {
	margin-top: 3px;
	height: 26px;
}
.danger-popup .description {
	width: 295px;
	padding: 25px 30px;
	display: table-cell;
	vertical-align: middle;
}

.danger-popup.danger0 .info {
	background-color: #CCCCCC;
	background-image: url('../images/danger/0.png');
}
.danger-popup.danger1 .info {
	background-color: #4DB848;
	background-image: url('../images/danger/1.png');
}
.danger-popup.danger2 .info {
	background-color: #FFF200;
	background-image: url('../images/danger/2.png');
}
.danger-popup.danger3 .info {
	background-color: #F7931D;
	background-image: url('../images/danger/3.png');
}
.danger-popup.danger4 .info {
	background-color: #ED1C23;
	background-image: url('../images/danger/4.png');
}
.danger-popup.danger5 .info {
	color: #fff;
	background-color: #000;
	background-image: url('../images/danger/4.png');
}




/**
 * 	Tabs --------------------------------------------------
 */
.tabs {}

.tabs .tabs-nav {
	border-bottom: 1px solid #000;
	height: 51px;
	margin-bottom: 60px;
	padding-top: 30px;
}

.tabs .tabs-nav > li {
	float: left;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	margin-right: 5px;
	border: 1px solid #999;
	border-bottom-width: 0;
	color: #999;
	font-size: 18px;
	font-family: 'ProximaNovaBold';
	cursor: pointer;
	background: #fff;
}

.tabs .tabs-nav > li.active {
	margin-bottom: -1px;
	border-color: #000;
	color: #000;
	cursor: default;
	height: 51px;
}

.tabs .tabs-nav > li.extra {
	float: right;
	margin-right: 0;
	padding: 0;
	border: none;
	cursor: default;
	font-size: 14px;
	font-family: 'ProximaNovaRegular';
}

.tabs .tabs-nav > li.extra ul {
	margin-left: -20px;
}

.tabs .tabs-nav > li.extra li {
	float: left;
	margin-left: 20px;
}

.tabs .tabs-nav-statewide-avalanche {
	margin-bottom: 30px;
}




/**
 * 	Treeline Table --------------------------------------------------
 */
.table-treeline tbody td { 
	padding: 15px 0 0;
	vertical-align: top;
}

.table-treeline tfoot td { 
	padding: 30px 0 0;
	vertical-align: top;
}

.table-treeline .wrapper {
	position: relative;
	height: 90px;
}

.table-treeline .above-treeline-image,
.table-treeline .near-treeline-image,
.table-treeline .below-treeline-image {
	height: 91px;
	background-color: #fff;
	background-image: url('../images/treeline.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0; left: 0;
}

.table-treeline .above-treeline-image {
	width: 232px;
	background-position: 0 -1px;
}

.table-treeline .near-treeline-image {
	width: 286px;
	background-position: 0px -92px;
}

.table-treeline .below-treeline-image {
	width: 337px;
	background-position: 0px -183px;
}




/**
 * 	Avalanche Forecast Tab --------------------------------------------------
 */

/* treeline table */
#avalanche-forecast .table-treeline thead td { 
	padding-bottom: 10px;
}

#avalanche-forecast .table-treeline .image {
	width: 350px;
	padding: 0;
}

#avalanche-forecast .table-treeline .info {
	width: 175px;
}

#avalanche-forecast .table-treeline .today-icon {
	width: 94px;
	text-align: center;
}

#avalanche-forecast .table-treeline .today-text { 
	width: 226px;
	line-height: 20px;
}

#avalanche-forecast .table-treeline .today-text strong {
	display: block;
	font-size: 18px;
}

#avalanche-forecast .table-treeline .empty {
	border: none;
	width: 30px;
}

#avalanche-forecast .table-treeline .tomorrow-icon {
	width: 145px;
	text-align: center;
}

/* tweets table */
#avalanche-forecast .table-tweets td {
	padding-bottom: 25px;
}

#avalanche-forecast .table-tweets td.date {
	width: 115px;
	padding-left: 25px;
	color: #999;
}

/* persistent slab table */
#avalanche-forecast .table-persistent-slab thead td {
	padding-bottom: 25px;
	padding-left: 175px;
}

#avalanche-forecast .table-persistent-slab tbody td {
	border-bottom: 1px solid #999;
	vertical-align: top;
}

#avalanche-forecast .table-persistent-slab tfoot td {
	font-size: 16px;
	padding-top: 20px;
}

#avalanche-forecast .table-persistent-slab caption {
	padding-top: 30px;
	text-align: left;
	margin-bottom: 30px;
}

#avalanche-forecast .table-persistent-slab h4 {
	width: 175px;
	float: left;
}

#avalanche-forecast .table-persistent-slab .description {
	margin-left: 175px;
	width: 590px;
}

#avalanche-forecast .table-persistent-slab td.cross {
	background: url('../images/cross-big.png') center no-repeat;
	line-height: 230px;
}


/* weather forecast table */
#avalanche-forecast .table-weather-forecast thead td,
#avalanche-forecast .table-weather-forecast tbody tr td:first-child {
	color: #999;
}




/**
 * 	Avalanche Warning Block --------------------------------------------------
 */
.avalanche-warning {
	background-color: #ED1C23;
	padding: 25px 30px;
	overflow: hidden;
	color: #fff;
}

.avalanche-warning .title {
	border-right: 1px solid #BF0000;
	float: left;
	width: 385px;
}

.avalanche-warning .title strong {
	display: block;
	font-size: 18px;
	margin-bottom: 25px;
	padding-left: 35px;
	line-height: 20px;
	background: url('../images/warning.png') left center no-repeat;
}

.avalanche-warning .title span {
	display: inline-block;
	width: 70px;
}

.avalanche-warning .content {
	float: right;
	width: 545px;
}




/**
 * 	Forecast Discussion Tab --------------------------------------------------
 */
#forecast-discussion .slider-description {
	width: 670px;
	padding-bottom: 30px;
}

#forecast-discussion .table-treeline {
	border-spacing: 10px 0;
	margin-left: -10px;
	width: 1040px;
	max-width: 1040px;	
}

#forecast-discussion .table-treeline tr td {
	width: 111px;
	text-align: center;
	vertical-align: top;
}

#forecast-discussion .table-treeline tbody td {
	padding: 15px 0 0;
}

#forecast-discussion .table-treeline thead td {
	text-align: left;
	padding-bottom: 10px;
}

#forecast-discussion .table-treeline tr td:first-child {
	width: 415px;
	padding: 0;
}

#forecast-discussion .table-treeline .info {
	position: absolute;
	top: 15px; right: 0;
	width: 115px;
	text-align: left;
	z-index: 5;
}

#forecast-discussion .table-treeline tfoot .info {
	top: 30px;
}

#forecast-discussion .table-treeline .day1 {
	color: #ccc;
	border-bottom-color: #ccc;
}

#forecast-discussion .table-treeline .day2 {
	color: #b3b3b3;
	border-bottom-color: #b3b3b3;
}

#forecast-discussion .table-treeline .day3 {
	color: #808080;
	border-bottom-color: #808080;
}

#forecast-discussion .table-treeline .today {
	border-bottom-color: #000;
}

#forecast-discussion .width760 p,
#forecast-discussion .width760 h5 { margin-top: 25px; }
#forecast-discussion .width760 p:first-child { margin-top: 0; }




/**
 * 	Archived Forecasts Navigation --------------------------------------------------
 */
.archived-forecast-nav {
	overflow: hidden;
	margin-top: 5px;
}
.archived-forecast-nav li {
	width: 232px;
	float: left;
	margin-right: 20px;
}



/**
 *  Observations/Weather Data
 */
#weather-data .table {
	margin-bottom: 30px;
}

#weather-data .table td {
	width: 16%;
}

#weather-data .table-avalanche-observations td {
	width: 10%;
}

#weather-data .table-weather-observations td {
	width: 10%;
}



/**
 * 	Model Point Forecasts Page
 */
.model-point-forecasts .accordion {
	margin-top: 60px;
}

.model-point-forecasts .table tr td {
	width: 94px;
}

.model-point-forecasts .table tr td:first-child {
	width: 145px!important;
}

.model-point-forecasts .table thead td {
	padding: 0 0 4px;
}




/**
 * 	Observation Forms
 */
.observation-form {
	position: relative;
}

.observation-form h1 {
	margin-bottom: 30px;
}

.observation-form h1 .icon-info {
	margin: 1px 0 0 -5px;
}

.observation-form label {
	display: block;
	padding-bottom: 7px;
}

.observation-form label.inline {
	padding-bottom: 0;
}

.observation-form label span {
	color: #f00;
}

.observation-form fieldset {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.observation-form fieldset.button-set {
	padding: 10px 0 0;
	border-bottom: none;
}

.observation-form input[type="text"] {
	display: block;
	border: 1px solid #999;
	background-color: #f2f2f2;
	margin: 0;
	padding: 13px 10px 13px 15px;
}

.observation-form textarea {
	display: block;
	border: 1px solid #999;
	background-color: #f2f2f2;
	margin: 0;
	padding: 13px 10px 13px 15px;
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	width: 554px;
	height: 104px;
	min-height: 104px;
	resize: vertical;
}

.observation-form .area-description {
	width: 145px;
	color: #999;
	padding-left: 22px;
	line-height: 22px;
}

.observation-form .area-description label {
	line-height: 16px;
}

.observation-form #firstname,
.observation-form #lastname,
.observation-form #datepicker {
	width: 153px;
}

.observation-form #email {
	width: 205px;
}

.observation-form #phone {
	width: 105px;
}

.observation-form #datepicker {
	background-image: url('../../images/calendar.png'); 
	background-position: 144px 9px;
	background-repeat: no-repeat; 
}

.observation-form #datepicker::-ms-clear {
    display: none;
 }

.observation-form #operation {
	width: 566px!important;
}

.observation-form #operation-cselect {
	width: 566px!important;
}

.observation-form .goto {
	margin-top: 20px;
}

.observation-form .goto2 {
	width: 566px;
	text-align: right;
	padding-top: 50px;
}

.observation-form #images,
.observation-form #snowpits,
.observation-form #video,
.observation-form #docs {
	width: 500px;
}

.observation-form fieldset > ul {
	margin-left: -12px;
	overflow: hidden;
}

.observation-form fieldset > ul > li {
	margin-left: 12px;
	float: left;
}

.observation-form .tab {
	padding: 0 12px;
}

.observation-form .required {
	position: absolute;
	top: 6px; right: 0;
	color: #f00;
}

.observation-form .observer li:first-child {
	width: 70px;
}

.observation-form .qq li:first-child {
	width: 295px;
}

.observation-form .qq li.yes {
	width: 55px;
}

.observation-form .title {
	font-size: 18px;
	color: #999;
	padding-bottom: 20px;
}

.observation-form .desc textarea {
	width: 347px;
}

.observation-form #bczone-cselect,
.observation-form #bclandmark-cselect {
	width: 371px;
}

.observation-form .coordinates {
	margin-left: -28px;
}

.observation-form .coordinates li {
	margin-left: 28px;
}




/**
 * 	View Media Page
 */
.view-media .accordion {
	margin-top: 60px;
}

.view-media label {
	display: block;
	margin-bottom: 7px;
}

.view-media dt {
	float: left;
	width: 85px;
}

.view-media dd {
	float: left;	
}

.view-media dd label {
	color: #000;
}

.view-media .media-search-wrapper {
	background: #f2f2f2;
}

.view-media #media-search {
	width: 180px;
	margin: 0;
	padding: 13px 10px 13px 0;
	color: #999;
	border: none;
	background: #f2f2f2;
}

.view-media .per-page {
	color: #999;
	margin-top: 40px;
}

.view-media .per-page ul {
	float: right;
}

.view-media .per-page li {
	float: left;
	margin-left: 12px;
	color: #000;
}

.view-media .per-page li a {
	color: #000;
}

.view-media .media-content {
	margin-top: 60px;
}

.view-media .media-content .media-wrapper {
	position: relative;
}

.view-media .media-content .media-description {
	padding: 20px 0;
	border-bottom: 1px solid #999;
}

.view-media .media-content .media-info {
	padding: 20px 0 60px;
	color: #999;
	line-height: 20px;
}

.view-media .media-content .slider-zoom {
	bottom: 14px;
}




/**
 * 	Login Form
 */
#login-form {
	height: 543px;
	background: url('../images/login-bg.jpg') center no-repeat;
}

#login-form fieldset {
	padding-top: 115px;
	margin: 0 auto;
	width: 320px;
	color: #fff;
}

#login-form fieldset > div {
	margin-bottom: 10px;
}

#login-form label {
	display: block;
	float: left;
	width: 90px;
	margin-left: -90px;
	line-height: 44px; 
}

#login-form input[type="text"],
#login-form input[type="password"] {
	padding: 14px 13px;
	width: 294px;
	margin: 0;
	border: none;
}

#login-form a {
	display: block;
	line-height: 50px;
	color: #999; 
	background: url('../images/dot/login.gif') bottom left repeat-x;
}

#login-form a:hover {
	color: #fff;
	text-decoration: none;
}




/**
 * 	Form Search Blog
 */
#form-search-blog {
	background-color: #f2f2f2;
	overflow: hidden;
	margin-bottom: 30px;
}

#form-search-blog input[type="text"] {
	border: none;
	margin: 0;
	background: #f2f2f2;
	padding: 7px 0;
	width: 175px;
	color: #999;
}




/**
 * 	Blog List --------------------------------------------------
 */
.post {
	/*padding-left: 10px;*/
}

.post-short {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
}

.post h2 {
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 20px;
}
.post h2 a {
	color: #000;
	text-decoration:none;
}

.post .date {
	color: #999;
	margin-bottom: 30px;
}

.post .info {
	overflow: hidden;
	margin-left: -20px;
}

.post .info li {
	color: #999;
	float: left;
	margin-left: 20px;
}

.blog-navigation {
	overflow: hidden;
}

.blog-navigation li {
	float: left;
	margin-right: 10px;
}

.post .entry {
	overflow: hidden;
	margin-bottom: 40px;
}

.post .entry p {
	margin-top: 16px;
}

.post .entry p:first-child {
	margin-top: 0;
}

.post .entry img {
	max-width: 760px;
}

.post .entry img:first-child {
	margin-top: 0;
}

.post .entry table {
	max-width: 760px;
}

.post .entry .pull-left {
	margin-right: 30px;
}

.post .entry .pull-right {
	margin-left: 30px;
}




/**
 * 	BC Zone Observation Report Page --------------------------------------------------
 */
.snowpack-obsvervation-list {
	overflow: hidden;
	margin-top: 50px;
}

.snowpack-obsvervation-list .ProblemRose {
	margin: 0 0 0 30px;
}

.snowpack-obsvervation-list li {
	float: left;
	width: 670px;
}

.snowpack-obsvervation-list li:first-child {
	width: 350px;
}

.snowpack-obsvervation-list li h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.snowpack-obsvervation-list li p {
	padding-bottom: 15px;
}

.snowpack-obsvervation-list .dl-line {
	line-height: 16px;
}

.snowpack-obsvervation-list .dl-line dt,
.snowpack-obsvervation-list .dl-line dd {
	padding: 16px 0;
	background: url('../images/dot/login.gif') top left repeat-x;
}

.snowpack-obsvervation-list .dl-line dt:first-child,
.snowpack-obsvervation-list .dl-line dt:first-child + dd {	
	background: none;
}


/* avalanches table*/
.table-avalanches-report {
	margin-left: 0;
	/*width: 1050px;*/
	max-width: 1050px;
	padding-left: 10px;
}

.table-avalanches-report td {
	width: 62px!important;
}

.table-avalanches-report td.date {
	width: 84px!important;
}

/*.table-avalanches-report tbody td.date:before {
	content: " ";
	position: absolute;
	background: url('../images/arrows/right-gray.gif');
	width: 5px;
	height: 10px;
	left: 0;
	margin-top: 3px;
}*/

.table-avalanches-report tbody td.date .wrapper {
	position: relative;
}

.table-avalanches-report tbody td.date .wrapper .arrow {
	position: absolute;
	background: url('../images/arrows/right-gray.gif') center left no-repeat;
	width: 30px;
	height: 50px;
	left: -30px;
	top: -17px;
	cursor: pointer;
}

.table-avalanches-report tbody tr.active .arrow {
	background: url('../images/arrows/down-gray.gif') center left no-repeat !important;
}

.table-avalanches-report tbody tr.active td {
	border-bottom: none;
}

.table-avalanches-report tbody .info-row {
	display: none;
}

.table-avalanches-report tbody .info-row td {
	padding-top: 0;
}


.table-avalanches-report tbody .info-row p {
	padding-bottom: 10px;
}

.table-avalanches-report td.location {
	width: 233px!important;
}

.table-avalanches-report td.text-green {
	color: #7AC943;
}





/**
 * 	Field Observations Row Colors --------------------------------------------------
 */
.see_avi {
    background-color: red;
}

.trigger_avi {
    background-color: orange;
}

.caught_avi {
    background-color: #60AFFE;
}




/**
 * 	Danger Ratings Page --------------------------------------------------
 */
#danger-ratings-list {
	overflow: hidden;
	margin-top: 60px;
}

#danger-ratings-list li {
	float: left;
	position: relative;
	width: 510px;
	min-height: 400px;
}




/**
 * 	Problem Rose --------------------------------------------------
 */
.ProblemRose {
	margin: 0 auto;
	position: relative;
	width: 170px;
	height: 220px;
}

.ProblemRose > div {
	position: absolute;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

.ProblemRose .sep {
	width: 132px;
	height: 132px;
	top: 20px; left: 20px;
	background-image: url('../images/rose/sep.png');
	z-index: 5;
}

.ProblemRose .lines {
	width: 31px;
	height: 116px;
	top: 97px; left: 45px;
	background-image: url('../images/rose/lines.png');
	z-index: 7;
}

/* NBtl, NTln, NAlp, SBtl, STln, SAlp sectors */
.ProblemRose .NBtl, .ProblemRose .NTln, .ProblemRose .NAlp,
.ProblemRose .SAlp, .ProblemRose .STln, .ProblemRose .SBtl
	{ width: 54px; height: 20px; left: 59px; }

/* NBtl section */
.ProblemRose .NBtl		{ top: 21px; }
.ProblemRose .NBtl.on	{ background-image: url('../images/rose/nbtl.png'); }
.ProblemRose .NBtl.off	{ background-image: none; }

/* NTln section */
.ProblemRose .NTln		{ top: 41px; }
.ProblemRose .NTln.on	{ background-image: url('../images/rose/ntln.png'); }
.ProblemRose .NTln.off	{ background-image: none; }

/* NAlp section */
.ProblemRose .NAlp		{ top: 61px; height: 25px; }
.ProblemRose .NAlp.on	{ background-image: url('../images/rose/nalp.png'); }
.ProblemRose .NAlp.off	{ background-image: none; }

/* SAlp section */
.ProblemRose .SAlp		{ top: 86px; height: 25px; }
.ProblemRose .SAlp.on	{ background-image: url('../images/rose/salp.png'); }
.ProblemRose .SAlp.off	{ background-image: none; }

/* STln section */
.ProblemRose .STln		{ top: 111px; }
.ProblemRose .STln.on	{ background-image: url('../images/rose/stln.png'); }
.ProblemRose .STln.off	{ background-image: none; }

/* SBtl section */
.ProblemRose .SBtl		{ top: 131px; }
.ProblemRose .SBtl.on	{ background-image: url('../images/rose/sbtl.png'); }
.ProblemRose .SBtl.off	{ background-image: none; }



/* WBtl, WTln, WAlp, EBtl, ETln, EAlp sectors */
.ProblemRose .WBtl, .ProblemRose .WTln, .ProblemRose .WAlp,
.ProblemRose .EAlp, .ProblemRose .ETln, .ProblemRose .EBtl
	{ width: 20px; height: 54px; top: 60px; }

/* WBtl section */
.ProblemRose .WBtl		{ left: 21px; }
.ProblemRose .WBtl.on	{ background-image: url('../images/rose/wbtl.png'); }
.ProblemRose .WBtl.off	{ background-image: none; }

/* WTln section */
.ProblemRose .WTln		{ left: 41px; }
.ProblemRose .WTln.on	{ background-image: url('../images/rose/wtln.png'); }
.ProblemRose .WTln.off	{ background-image: none; }

/* WAlp section */
.ProblemRose .WAlp		{ left: 61px; width: 25px; }
.ProblemRose .WAlp.on	{ background-image: url('../images/rose/walp.png'); }
.ProblemRose .WAlp.off	{ background-image: none; }

/* EAlp section */
.ProblemRose .EAlp		{ left: 86px; width: 25px; }
.ProblemRose .EAlp.on	{ background-image: url('../images/rose/ealp.png'); }
.ProblemRose .EAlp.off	{ background-image: none; }

/* ETln section */
.ProblemRose .ETln		{ left: 111px; }
.ProblemRose .ETln.on	{ background-image: url('../images/rose/etln.png'); }
.ProblemRose .ETln.off	{ background-image: none; }

/* EBtl section */
.ProblemRose .EBtl		{ left: 131px; }
.ProblemRose .EBtl.on	{ background-image: url('../images/rose/ebtl.png'); }
.ProblemRose .EBtl.off	{ background-image: none; }



/* NWBtl, NWTln, NWAlp, SEBtl, SETln, SEAlp sectors */
.ProblemRose .NWBtl, .ProblemRose .NWTln, .ProblemRose .NWAlp,
.ProblemRose .SEAlp, .ProblemRose .SETln, .ProblemRose .SEBtl
	{ width: 47px; height: 47px; }

/* NWBtl section */
.ProblemRose .NWBtl		{ top: 22px; left: 21px; }
.ProblemRose .NWBtl.on	{ background-image: url('../images/rose/nwbtl.png'); }
.ProblemRose .NWBtl.off	{ background-image: none; }

/* NWTln section */
.ProblemRose .NWTln		{ top: 35px; left: 35px; }
.ProblemRose .NWTln.on	{ background-image: url('../images/rose/nwtln.png'); }
.ProblemRose .NWTln.off	{ background-image: none; }

/* NWAlp section */
.ProblemRose .NWAlp		{ top: 51px; left: 50px; }
.ProblemRose .NWAlp.on	{ background-image: url('../images/rose/nwalp.png'); }
.ProblemRose .NWAlp.off	{ background-image: none; }

/* SEAlp section */
.ProblemRose .SEAlp		{ top: 76px; left: 75px; }
.ProblemRose .SEAlp.on	{ background-image: url('../images/rose/sealp.png'); }
.ProblemRose .SEAlp.off	{ background-image: none; }

/* SETln section */
.ProblemRose .SETln		{ top: 91px; left: 91px; }
.ProblemRose .SETln.on	{ background-image: url('../images/rose/setln.png'); }
.ProblemRose .SETln.off	{ background-image: none; }

/* SEBtl section */
.ProblemRose .SEBtl		{ top: 105px; left: 104px; }
.ProblemRose .SEBtl.on	{ background-image: url('../images/rose/sebtl.png'); }
.ProblemRose .SEBtl.off	{ background-image: none; }



/* NEBtl, NETln, NEAlp, SWBtl, SWTln, SWAlp sectors */
.ProblemRose .NEBtl, .ProblemRose .NETln, .ProblemRose .NEAlp,
.ProblemRose .SWAlp, .ProblemRose .SWTln, .ProblemRose .SWBtl
	{ width: 47px; height: 47px; }

/* NEBtl section */
.ProblemRose .NEBtl		{ top: 22px; left: 104px; }
.ProblemRose .NEBtl.on	{ background-image: url('../images/rose/nebtl.png'); }
.ProblemRose .NEBtl.off	{ background-image: none; }

/* NETln section */
.ProblemRose .NETln		{ top: 35px; left: 90px; }
.ProblemRose .NETln.on	{ background-image: url('../images/rose/netln.png'); }
.ProblemRose .NETln.off	{ background-image: none; }

/* NEAlp section */
.ProblemRose .NEAlp		{ top: 51px; left: 75px; }
.ProblemRose .NEAlp.on	{ background-image: url('../images/rose/nealp.png'); }
.ProblemRose .NEAlp.off	{ background-image: none; }

/* SWAlp section */
.ProblemRose .SWAlp		{ top: 76px; left: 50px; }
.ProblemRose .SWAlp.on	{ background-image: url('../images/rose/swalp.png'); }
.ProblemRose .SWAlp.off	{ background-image: none; }

/* SWTln section */
.ProblemRose .SWTln		{ top: 91px; left: 35px; }
.ProblemRose .SWTln.on	{ background-image: url('../images/rose/swtln.png'); }
.ProblemRose .SWTln.off	{ background-image: none; }

/* SWBtl section */
.ProblemRose .SWBtl		{ top: 105px; left: 21px; }
.ProblemRose .SWBtl.on	{ background-image: url('../images/rose/swbtl.png'); }
.ProblemRose .SWBtl.off	{ background-image: none; }


/* text labels */
.ProblemRose .text {
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	font-family: 'ProximaNovaBold';
}

.ProblemRose .n {
	top: 0; left: 58px;
	width: 55px; height: 20px;
}

.ProblemRose .s {
	top: 152px; left: 58px;
	width: 55px; height: 20px;
	line-height: 26px;
}

.ProblemRose .w {
	top: 59px; left: 0;
	width: 20px; height: 55px;
	line-height: 55px;
	text-align: left;
}

.ProblemRose .e {
	top: 59px; right: 0;
	width: 20px; height: 55px;
	line-height: 55px;
	text-align: right;
}

.ProblemRose .nw {
	top: 0; left: 0;
	width: 58px; height: 59px;
	line-height: 60px;
	text-align: left;
	text-indent: 11px;
}

.ProblemRose .ne {
	top: 0; right: 0;
	width: 58px; height: 59px;
	line-height: 60px;
	text-align: left;
	text-indent: 27px;
}

.ProblemRose .sw {
	top: 114px; left: 0;
	width: 58px; height: 59px;
	line-height: 60px;
	text-align: left;
	text-indent: 11px;
}

.ProblemRose .se {
	top: 114px; right: 0;
	width: 58px; height: 59px;
	line-height: 60px;
	text-align: left;
	text-indent: 27px;
}

.ProblemRose .above,
.ProblemRose .near,
.ProblemRose .below {
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	font-family: 'ProximaNovaRegular';
}

.ProblemRose .above { top: 172px; right: 5px; }
.ProblemRose .near { top: 187px; right: 26px; }
.ProblemRose .below { top: 201px; right: 32px; }




/**
 * 	Likelihood Graphic --------------------------------------------------
 */
.likelihood-graphic {
	width: 105px;
	border-left: 1px solid #999;
	margin: 40px 0 0 82px;
}

.likelihood-graphic > div {
	height: 1px;
	line-height: 1px;
	color: #999;
	margin-bottom: 30px;
	margin-left: -11px;
}

.likelihood-graphic > div.on {	
	height: 5px;
	line-height: 5px;
	font-family: 'ProximaNovaBold';
	color: #000;
}

.likelihood-graphic > div span {
	display: block;
	width: 20px;
	height: 1px;
	background: #999;
	margin-right: 15px;
	float: left;
}

.likelihood-graphic > div.on span { height: 5px; background: #000; }




/**
 * 	Size Graphic --------------------------------------------------
 */
.size-graphic {
	position: relative;
	width: 130px;
	border-left: 1px solid #999;
	margin: 40px auto 0;
}

.size-graphic > div {
	height: 1px;
	line-height: 1px;
	color: #999;
	margin: 0 0 42px 15px;
}

.size-graphic > div span {
	display: block;
	width: 20px;
	height: 1px;
	background: #999;
	margin-right: 15px;
	float: left;
}

.size-graphic .handler {
	position: absolute;
	width: 21px;
	background: #000;
	margin: 0;
	left: -11px;
	height: 0;
	top: 0;
}

.size-graphic.historic .h, .size-graphic.vlarge .v,
.size-graphic.large .l, .size-graphic.small .s,
.size-graphic.vlarge-historic .v, .size-graphic.vlarge-historic .h,
.size-graphic.large-vlarge .l, .size-graphic.large-vlarge .v,
.size-graphic.small-large .s, .size-graphic.small-large .l
	{ color: #000; font-family: 'ProximaNovaBold'; }

.size-graphic.historic .h span, .size-graphic.vlarge .v span,
.size-graphic.large .l span, .size-graphic.small .s span,
.size-graphic.vlarge-historic .v span, .size-graphic.vlarge-historic .h span,
.size-graphic.large-vlarge .l span, .size-graphic.large-vlarge .v span,
.size-graphic.small-large .s span, .size-graphic.small-large .l span
	{ background: #000; }

/* single */
.size-graphic.historic .handler { height: 5px; top: -2px; }
.size-graphic.vlarge .handler { height: 5px; top: 41px; }
.size-graphic.large .handler { height: 5px; top: 84px; }
.size-graphic.small .handler { height: 5px; top: 127px; }

/* range */
.size-graphic.vlarge-historic .handler { height: 44px; top: 0; }
.size-graphic.large-vlarge .handler { height: 44px; top: 43px; }
.size-graphic.small-large .handler { height: 44px; top: 86px; }




/**
 * 	Custom Scrollbar --------------------------------------------------
 */
.news-section { width: 495px; overflow: hidden; }
.news-section .viewport { width: 450px; height: 310px; overflow: hidden; position: relative; }
.news-section .overview { list-style: none; position: absolute; left: 0; top: 0; }
.news-section .thumb .end,
.news-section .thumb { background-color: #666; }
.news-section .scrollbar { position: relative; float: right; width: 15px; }
.news-section .track { background-color: #999; height: 100%; width:15px; position: relative; padding: 0; }
.news-section .thumb { height: 20px; width: 15px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.news-section .thumb .end { overflow: hidden; height: 5px; width: 15px; }
.news-section .disable { display: none; }




/**
 * 	Popup Info --------------------------------------------------
 */
.popup-title {
	color: #00529B;
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 20px 45px;
	border-bottom: 1px solid #999;
	margin-bottom: 25px;
	background: url('../images/info.png') top left no-repeat;
}


/**
 * 	Search Submit
 */
.search-submit {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent url('../images/search.png') center no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
	float: left;
}

.media-search-submit {
	width: 42px;
	height: 42px;
}

/**
 * 	Partners --------------------------------------------------
 */

.page-template-tmpl_partners-php h3	{
margin: 20px 0;
}
.page-template-tmpl_partners-php .sponsor-group	{
clear: both;
margin: 20px 0;
overflow:auto;
}
.page-template-tmpl_partners-php .sponsor	{
display: block;
float: left;
margin: 0 20px 50px 0;
height: 130px;
width: 180px;
}
.page-template-tmpl_partners-php .sponsor a	{
display: block;
}


