/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800|Open+Sans+Condensed:300,700);
.HeavyText {font-family: "Open Sans", sans-serif; font-weight:bold;}
.MediumCondText {
	font-family: "Open Sans Condensed", sans-serif; font-weight: bold;
}
body {
	background: url(/Portals/0/images/theme/Standard/bg-halftone-repeater_01.jpg) repeat-y fixed center;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	font-size: 14px !important;
}
iframe {
	max-width: 100% !important;
}

img {
	max-width: 100%;
}

h1 {
	font-family: "Open Sans", sans-serif;
	color: #0085b7;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-family: "Open Sans", sans-serif;
	color: #0085b7;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-family: "Open Sans", sans-serif;
	color: #0085b7;
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	margin: 22px 0 22px 0;
}
@media (min-width:1200px) {
.container {
	width: 1290px !important
}
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn:active, .btn.active {
	background-image: none
}
.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc
}
.btn-default:hover, .btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px
}
.btn-default:active, .btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb
}
.btn-default:disabled, .btn-default[disabled] {
	background-color: #e0e0e0;
	background-image: none
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: -o-linear-gradient(top, #428bca 0, #2d6ca2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
	background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #2b669a
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #2d6ca2;
	background-position: 0 -15px
}
.btn-primary:active, .btn-primary.active {
	background-color: #2d6ca2;
	border-color: #2b669a
}
.btn-primary:disabled, .btn-primary[disabled] {
	background-color: #2d6ca2;
	background-image: none
}
.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e
}
.btn-success:hover, .btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px
}
.btn-success:active, .btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e
}
.btn-success:disabled, .btn-success[disabled] {
	background-color: #419641;
	background-image: none
}
.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
	background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9
}
.btn-info:hover, .btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px
}
.btn-info:active, .btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9
}
.btn-info:disabled, .btn-info[disabled] {
	background-color: #2aabd2;
	background-image: none
}
.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px
}
.btn-warning:active, .btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13
}
.btn-warning:disabled, .btn-warning[disabled] {
	background-color: #eb9316;
	background-image: none
}
.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b92c28
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px
}
.btn-danger:active, .btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28
}
.btn-danger:disabled, .btn-danger[disabled] {
	background-color: #c12e2a;
	background-image: none
}
.thumbnail, .img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	box-shadow: 0 1px 2px rgba(0,0,0,.075)
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { /*heath*/
	background-color: #CCC;
	/*background-image: -webkit-linear-gradient(top, #303030 0, #424242 100%);
	background-image: -o-linear-gradient(top, #303030 0, #424242 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#424242));
	background-image: linear-gradient(to bottom, #303030 0, #424242 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff303030', endColorstr='#ff424242', GradientType=0);
	background-repeat: repeat-x*/
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #CCC;
	/*background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
	background-image: -o-linear-gradient(top, #428bca 0, #357ebd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
	background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-repeat: repeat-x*/
}
.nav {
	font-size: 14px !important;
	text-transform: uppercase;
	font-family:"Open Sans", sans-serif;
}
.navbar-default {
	/*background-image: -webkit-linear-gradient(top, #333 0, #000 100%);
	background-image: -o-linear-gradient(top, #333 0, #000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background-image: linear-gradient(to bottom, #333 0, #000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff000000', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;*/
	/*height:173px;
	max-height:180px;*/
	background: #FFF;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075)
}
.navbar-default .navbar-nav>.active>a {
	color:#CCC;
	/*background-image: -webkit-linear-gradient(top, #333333 0, #444444 100%);
	background-image: -o-linear-gradient(top, #333333 0, #444444 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#444444));
	background-image: linear-gradient(to bottom, #333333 0, #444444 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff444444', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
	box-shadow: inset 0 3px 9px rgba(0,0,0,.075)*/
}
.navbar-brand, .navbar-nav>li>a {
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
	text-decoration:none
}
.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x
}
.navbar-inverse .navbar-nav>.active>a {
	background-image: -webkit-linear-gradient(top, #222 0, #282828 100%);
	background-image: -o-linear-gradient(top, #222 0, #282828 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
	background-image: linear-gradient(to bottom, #222 0, #282828 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
	box-shadow: inset 0 3px 9px rgba(0,0,0,.25)
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0
}
.alert {
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05)
}
.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1
}
.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea
}
.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #f5e79e
}
.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7
}
.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
	background-image: -o-linear-gradient(top, #428bca 0, #3071a9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
	background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
	background-repeat: repeat-x
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
	background-repeat: repeat-x
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
	background-repeat: repeat-x
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
	background-repeat: repeat-x
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
	background-repeat: repeat-x
}
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
	box-shadow: 0 1px 2px rgba(0,0,0,.075)
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	text-shadow: 0 -1px 0 #3071a9;
	background-image: -webkit-linear-gradient(top, #428bca 0, #3278b3 100%);
	background-image: -o-linear-gradient(top, #428bca 0, #3278b3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
	background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #3278b3
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	margin-bottom:10px;
	position: relative;
	z-index: 1;
}
.panel-default>.panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x
}
.panel-primary>.panel-heading {
	background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
	background-image: -o-linear-gradient(top, #428bca 0, #357ebd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
	background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-repeat: repeat-x
}
.panel-success>.panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
	background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
	background-repeat: repeat-x
}
.panel-info>.panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
	background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
	background-repeat: repeat-x
}
.panel-warning>.panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
	background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
	background-repeat: repeat-x
}
.panel-danger>.panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
	background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
	background-repeat: repeat-x
}
.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1)
}

.ContentArea-Grey {
	color: #FFF;
	padding: 20px;
	background: #333;
	margin-bottom:10px;
}
.ContentArea-White {
	color: #333;
	padding: 20px;
	background: #FFF;
	margin-bottom:10px;
	font-size:14px !important;
	position: relative;
	z-index: 1;
	display:table;
	width:100%;
	border-radius:4px;
}
.ContentArea-White h3 {
	border-bottom: solid .1rem #CCC;
	margin-bottom: 1.2rem;
	overflow: hidden;
	padding-bottom: 1.5rem;
	text-overflow: ellipsis;
}
.ContentArea-White a, .ContentArea-White a:visited {color:#0085b7;}
.ContentArea-White a:hover {color:#d31340;}
.ContentArea-Blue {
	color: #FFF;
	background: #005c81;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	
}
.ContentArea-Blue a, .ContentArea-Blue a:visited {color:#FFC}
.ContentArea-Blue a:hover {color:#d31340}

.ContentArea-Black {
	color: #FFF;
	background: #000;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	
}
.ContentArea-Black a, .ContentArea-Black a:visited {color:#FFC}
.ContentArea-Black a:hover {color:#d31340}

.WhiteBG {background:#FFF;}

.footerContainer-fluid {padding:20px; border-radius: 4px; background:#FFF;
	/*background-image: -webkit-linear-gradient(top, #333 0, #000 100%);
	background-image: -o-linear-gradient(top, #333 0, #000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background-image: linear-gradient(to bottom, #333 0, #000 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff000000', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075)*/
}
.footerContainer-fluid a {color:#636466}
ul.footerLinks {}
.footerLinks li {float:left; display:inline-block; margin-right:20px;}
/* Helper Classes------------------------------------------ */
.killPadding {padding:0px !important}
.padding10 {padding:10px !important;}
.paddingTop10 {padding-top:10px;}
.paddingTopBottom10 {padding-top:10px; padding-bottom:10px !important;}
.paddingLeftRight10 {padding-left:10px; padding-right:10px !important;}
.paddingRightKill {padding-right:0px !important;}
.paddingLeftKill {padding-left:0px !important;}
.bg-white {background:#FFF;}
.MarginLeftRight5 {margin-left:5px; margin-right:5px;}
.marginBottom20 {margin-bottom:20px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom5 {margin-bottom:5px;}
.marginTop185 {margin-top:185px;}
.marginTop20 {margin-top:20px;}
.marginTop0 {margin-top:0px;}
.marginTop10 {margin-top:10px;}

.ContainerBorderGrey {border:1px solid #CCC; padding:10px; background:#f5f5f5; border-radius:4px; margin-bottom:10px; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.27); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.27); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.27);}
.PlayerCard {
	border: 2px solid #C5C5C5;
	padding: 10px 20px 10px 10px;
	background: #f5f5f5;
	border-radius: 4px;
	width: 100%;
	display: table;
	-moz-box-shadow: 5px 5px #ebebeb;
	-webkit-box-shadow: 5px 5px #ebebeb;
	box-shadow: 5px 5px #ebebeb;
	-webkit-transition: height width 1s ease;
	-moz-transition: height width 1s ease;
	-o-transition: height width 1s ease;
	-ms-transition: height width 1s ease;
	transition: height width 1s ease;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.PlayerCard a {color:#000 !important; text-decoration:none;}
.PlayerCardPP {float:left; margin-right:10px;}
.PlayerCardBtn {float:right; margin-left:10px;}
.PCViewBtnCtn {width:240px; height:40px; position:absolute; right:20px; margin-top:60px; text-align:right;}
.PlayerCard:hover {
	background: #fff;
	border: 2px solid #CCC;
}
.PlayersThumb50 { float:left;}
.PlayersThumb50 img {width:80px; height:80px;}
.profilePicDetailPage {width:100%;}

.bodyContainer {margin-top:0px; margin-bottom:0px;}
.bodyContainerWhite {margin-top:0px; margin-bottom:0px; background:#FFF;border-radius:4px;}
.bodyContainerWhite .TwitterFeedContainer {color:#333;}
.adv {border:solid 2px #FFF}
.color-Red {color:#d31340;}

.headerBanner {overflow:hidden;}



@media (max-width:768px) {
.headerBanner {display:block; margin-top:80px; margin-left:-8px; margin-bottom:10px; width:300px; height:37px;}
}

@media (min-width:768px) {
.headerBanner {margin-top:50px; margin-left:260px; margin-bottom:10px; width:350px; height:43px;}
}

@media (min-width:992px) {

.headerBanner {display:block; margin-top:50px; margin-left:260px; width:510px; height:63px;}
}

@media (min-width:1200px) {
.headerBanner {
	text-align: center;
	color: #FFF;
	margin-top: 20px;
	margin-left: 250px; 
	width:728px;
	height:90px;
}
}



/************** nav buttons ********************/
a.bbNav {
	display: block;
	background: #0085b7;
	color: #FFF;
	font-size: 20px;
	padding: 6px;
	height: 56px;
	text-decoration: none;
	border: 2px solid #FFF;
	margin-bottom: 2px;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}
.bbNav:hover {
	background: #005c81;
	border: 2px solid #FFF;
}
.bbNav .glyphicon {
	color: #FFF;
	font-size: 36px;
	padding: 4px;
	text-align: center;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	position: absolute;
	left: 19px;
	top: 3px;
	/*border:solid 1px #FFF;*/
}
.bbNav span {
	position: absolute;
	left: 90px;
	top: 12px;
}
.bbNavClear { clear:both; height:10px;}

@media screen and (min-width: 1200px) {
a.bbNav {
	display: block;
	color: #FFF;
	font-size: 24px;
	padding: 6px;
	height: 56px;
	text-decoration: none;
	border: 2px solid #FFF;
	margin-bottom:2px;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}
.bbNav:hover {
	background: #005c81;
	border: 2px solid #FFF;
}
.bbNav .glyphicon {
	color: #FFF;
	font-size: 36px;
	padding: 4px;
	text-align: center;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	position: absolute;
	left: 19px;
	top: 3px;
}
.bbNav span {
	position: absolute;
	left: 90px;
	top: 12px;
}
.bbNavClear { clear:both; height:10px;}
}


@media (min-width: 992px) {
a.bbNav {
	display: block;
	background: #0085b7;
	color: #FFF;
	font-size: 20px;
	padding: 6px;
	height: 56px;
	text-decoration: none;
	border: 2px solid #FFF;
	margin-bottom:2px;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}
.bbNav:hover {
	background: #005c81;
	border: 2px solid #FFF;
}
.bbNav .glyphicon {
	color: #FFF;
	font-size: 36px;
	padding: 4px;
	text-align: center;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	position: absolute;
	left: 19px;
	top: 3px;
}
.bbNav span {
	position: absolute;
	left: 90px;
	top: 12px;
}
.bbNavClear { clear:both; height:10px;}
}

@media (min-width: 768px ) {
a.bbNav {
	display: block;
	background: #0085b7;
	color: #FFF;
	font-size: 20px;
	padding: 6px;
	height: 56px;
	text-decoration: none;
	border: 2px solid #FFF;
	margin-bottom:2px;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}
.bbNav:hover {
	background: #005c81;
	border: 2px solid #FFF;
}
.bbNav .glyphicon {
	color: #FFF;
	font-size: 36px;
	padding: 4px;
	text-align: center;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	position: absolute;
	left: 19px;
	top: 3px;
}
.bbNav span {
	position: absolute;
	left: 90px;
	top: 12px;
}
.bbNavClear { clear:both; height:10px;}
}

/* Social Side Bar*/
@media (min-width: 1218px){
.SocialSideBar {
	background: #d31340;
	text-align: center;
	width: 60px;
	left: -40px;
	top:100px;
	position:absolute;
	border:solid 2px Transparent;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}

.SocialSideBar img {
	display: block;
	margin: 14px;
	width:30px;
	height:30px;
}
}
@media (max-width: 1217px){
.SocialSideBar {
	background: #d31340;
	text-align: center;
}

.SocialSideBar img {
	margin: 14px;
}
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
/* End Sticky footer styles
-------------------------------------------------- */
/*Player Page Social Buttons
-------------------------------------------------- */
.SocialButtons {
	color:#0085b7;
	background:#FFF;
	border: 1px solid #CCC;
	border-radius:4px;
	padding: 4px;
	margin-right: 2px;
}
a.SocialButtons, a.SocialButtons:active {text-align:none}
a.SocialButtons:hover {text-decoration:none !important; background:#e8e8e8;}

.btn-GreySmall {
	color: #0085b7;
	background: #FFF;
	border: 1px solid #BEBEBE;
	border-radius: 4px;
	padding: 4px 6px;
	margin-right: 2px;
	
}
a.btn-GreySmall, a.btn-GreySmall:active {text-decoration:none !important}
a.btn-GreySmall:hover {text-decoration:none !important; background:#e8e8e8;}

a.btn-primary {color:#FFF !important;}


.SliderPane {background:#000; padding:0px !important}



/* Tile for landing page */
a.TileContainer  {
	color:#FFF;
	display: block;
	overflow: hidden;
	position: relative;
	white-space: normal;
	height: 100%;
	width: 100%;
	margin-bottom:10px;
	margin-top:10px;
	border: solid 0 rgba(0,0,0,.15);
}
.TileContainer img {
	height: 100%;
	width: 100%;
}
a.TileContainer div {
	background: linear-gradient(0deg,rgba(0,0,0,.95) 0,rgba(0,0,0,0) 100%);
	position: absolute;
	width: 100%;
	padding: 5rem 2rem 2rem;
	bottom:0px;
}
a.TileContainer h4 {
	overflow:hidden;
	margin-bottom: .6rem;
}
/* xmod pager */
#dnn_ctr492_XModPro_ctl00_ctl01_pgrBottom {
	margin-top: -65px;
	margin-left: 30px;
	position:relative;
	z-index:1000;
}
#dnn_ctr492_XModPro_ctl00_ctl01_pgrBottom .CommandButton {
	border: 1px solid #CCC;
	border-radius:4px;
	padding:4px;
}

#dnn_ctr492_XModPro_ctl00_ctl01_pgrTop {display:none;}

/* xmod new button */
#dnn_ctr492_XModPro_ctl00_ctl02__lnk {color:#000; position:relative; z-index:1000; margin-left: 30px; top: 10px;}

/* Selector for responsive iframe */
.multiVidEmbed {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	padding-bottom: 56.25%;
}
.multiVidEmbed iframe {
	position: absolute;
	/*top:0;
	bottom:0;
	left: 0;*/
	width: 100%;
	height: 100%;
	border: 0;
}
/* adjusting the standard carousel */
.customArrow-left {
	margin-top:-50px;
	margin-right:16px;
}
.customArrow-right {
	margin-top:-50px;
	margin-left:16px;
}
.carousel {
	background:#000;
	
	max-height:650px;
	overflow:hidden;
	/*margin-left:auto !important;
	margin-right:auto !important;*/
}
.carousel-inner .item {text-align:center !important;}
.carousel-inner .item img {max-height:650px; margin-left:auto; margin-right:auto;}
/*.carousel-control.left {
background-image: none !important;
background-image: none !important; 
background-image:  none !important;
background-image:  none !important;
 background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: none !important;
background-image: none !important; 
background-image:  none !important;
background-image:  none !important;
 background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
color: #000;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
background: none !important;
}
.customArrow-left {
margin-top: -50px;
margin-right: 500px !important;
}*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left:-30px !important;}
.tournamentFormatDiv {
	width:450px;
	margin-bottom:10px;
	position:absolute;
	right:20px;
}

/* News display */
.EDN_featured-multi img {width:100%;}
.edn_smallMultiarticleBox img {width:100%;}



[id*="div-gpt-ad-"] {display:table; margin-left:auto; margin-right:auto;}

.txt10 {font-size:10px}}

