/*reset*/
* {
	margin: 0;
	padding: 0;
}
/*global styles*/
body {
	font-size: 12px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	background: #f4f4f4;
}
p {
	margin-bottom: 10px;
}
a {
	color: #666;
	text-decoration: underline;
}
img {
	border: none;
}
.clearfix {
	clear: both;
}
ul {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}
h1 {
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    color: #333;
    font-family: 'News Cycle',sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 2px 10px;
    text-transform: uppercase;
}
h1 a {
	color: #a71f23;
	text-decoration: none;
}
h1 img {
	height: 17px;
	vertical-align: text-bottom;
}
.ui-front {
	z-index:  1503 !important;
}
.site_contain {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	min-height: 500px;
}
.pageseparator {
	clear: both;
	border-top: 1px solid #9fa1a4;
	margin-top: 20px;
	margin-bottom: 20px;
}
.spacer {
	clear: both;
	margin-top: 20px;
}
.smalltext {
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}
.largetext {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}
.site_text p {
	margin-bottom: 10px;
}

/*jquery overrides*/
.ui-widget-overlay {
	background-url: none !important;
    background: #000000 !important;
    opacity: 0.6 !important;
}

/*form styles*/
form {
	font-size: 19px;
	text-align: center;
	font-family: 'News Cycle', sans-serif;
}
.gallery form {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
label {
    margin-right: 5px;
    text-align: right;
    width: 150px;
}
fieldset {
	border: 0;
	margin-bottom: 10px;
}
fieldset.short_top {
    background: none repeat scroll 0 0 #EFEFEF;
    font-size: 14px;
    margin-top: -20px;
    padding: 5px;
}
fieldset .c_data_block {
    margin-left: 20px;
    margin-right: 20px;
}
fieldset.login img {
    height: 22px;
    margin-right: 10px;
    margin-top: 4px;
}
input[type="text"], input[type="password"] {
    font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #c5c5c5;
    border-radius: 6px 6px 6px 6px;
    color: #565656;
    font-size: 19px;
    padding: 3px 10px;
	min-width: 250px;
}
select {
    font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #c5c5c5;
    border-radius: 6px 6px 6px 6px;
    color: #565656;
    font-size: 19px;
    padding: 3px 1px 3px 10px;
	width: 272px;
}
.small_select {
    margin-right: 0;
    width: 135px;
}
textarea {
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #c5c5c5;
    border-radius: 6px 6px 6px 6px;
    color: #565656;
    font-size: 19px;
    padding: 3px 10px;
	width: 650px;
	height: 250px;
}
#frm_submitprospecitvephotographer textarea {
	height: 150px !important;
}
#lightbox_img_edit_content textarea {
	height: 100px;
	width: 350px;
}
.disabled {
    background: none repeat scroll 0 0 #999999 !important;
    color: #808080 !important;
}
input[type="submit"] {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 18px;
    padding: 5px 15px;
	cursor: pointer;
}
.form_header {
	font-weight: bold;
}
.force_left {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 270px;
}
fieldset .help {
    margin-right: -30px;
    vertical-align: text-top;
}
.customTooltip {
	background-color:#ffc; 
	color:#633; 
	width:12em; 
	border:#ccc solid 0.1em; 
	padding:0.3em; 
	border-radius:0.4em; 
	box-shadow:0.3em 0.3em 0.3em #999;
	position:absolute;
}
.required {
	vertical-align: top;
}
#payment_details {
	width: 365px;
	margin: auto;
	border: 1px solid #c5c5c5;
	border-radius: 6px 6px 6px 6px;
	background: #f5f5f5;
	padding: 7.1px 10px;
}

/*button styles*/
.button_large {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 18px;
    padding: 5px 15px;
	cursor: pointer;
	width: 35%;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.button_large a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.button_medium {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 15px;
    padding: 5px 15px;
	cursor: pointer;
	width: 35%;
	min-width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.button_medium a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.button_medium_2 {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 15px;
    padding: 5px 15px;
	cursor: pointer;
	width: 35%;
	min-width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.button_medium_2 a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.button_small {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 12px !important;
    padding: 5px 15px;
	cursor: pointer;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.button_small a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.button_small2 {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 12px !important;
    padding: 5px 15px;
	cursor: pointer;
	width: 24%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.button_small2 a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.button_fixed {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 12px !important;
    padding: 5px 15px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.button_fixed a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.button_xsmall {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 11px !important;
    padding: 5px 15px;
	cursor: pointer;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.button_xsmall a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.force_width_200 {
	width: 200px !important;
}

.button_medium_grey {
    background: #CCC;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 15px;
    padding: 5px 15px;
	cursor: not-allowed;
	width: 35%;
	min-width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.button_medium_grey a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
	cursor: not-allowed;
}
.button_medium_grey_2 {
    background: #CCC;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 15px;
    padding: 5px 15px;
	cursor: not-allowed;
	width: 35%;
	min-width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.button_medium_grey_2 a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
	cursor: not-allowed;
}

/*alert styles*/
.error {
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 5px 10px 5px 50px;
    background: url('/includes/images/error.png') no-repeat 10px 7px #a71f23;
    height: 30px;
    line-height: 30px;
}
.alert {
	border-radius: 4px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 5px 10px 5px 50px;
    background: url('/includes/images/stop.png') no-repeat 10px 7px #FF0000;
    height: 30px;
    line-height: 30px;
}
.success {
	border-radius: 4px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 5px 10px 5px 50px;
    background: url('/includes/images/success.png') no-repeat 10px 7px #0fb803;
    height: 30px;
    line-height: 30px;
}
.error a, .alert a, .success a {
	color: #fff; 
}
.success.register {
    height: 38px;
    line-height: 18px;
}
.maintenance {
    float: left;
    height: 200px;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 30px;
}
.maintenance_copy {
    float: left;
    margin-left: 40px;
    margin-top: 50px;
    width: 47%;
}
.maintenance_copy .headline {
	font-size: 30px;
	font-weight: bold;
	display: block;
	font-family: "News Cycle", sans-serif;
}

/*note styles*/
.note {
	background: #3d3d3d;
	color: #fff;
	border-radius: 4px;
	padding: 10px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	margin-bottom: 20px;
}
.note_header {
	text-align: center;
	font-family: 'News Cycle', sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.note a {
	color: #a71f23;
}
.note_footer {
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
}
.note_footer a {
	text-decoration: none;
}
.instruction_note {
	background: #e8e8e8;
	color: #666;
	border-radius: 4px;
	padding: 10px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
.instruction_note a {
	color: #a71f23;
}

/*header styles*/
.snipe {
	background: #fff;
	color: #a71f23;
	line-height: 25px;
	margin-bottom: 5px;
	border-bottom: 1px solid #C4C4C4;
	font-family: 'News Cycle', sans-serif;
}
.snipe_contain {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.snipe a {
	margin-left: 10px;
	text-decoration: none;
}
.snipe a:hover {
	text-decoration: underline;
}
.header {
	height: 110px;
	padding-top: 20px;
}
.logo {
	/* background: url('/includes/images/icon_sportswire_logo.png') no-repeat; */
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.logo img {
	width: 200px;
}
.logo a {
	display: block;
	height: 100%;
	width: 100%;
}
.myaccount {
    border-bottom: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    color: #666666;
    float: right;
    padding: 5px 20px;
    text-align: right;
}
.myaccount a {
	text-decoration: none;
}
.myaccount a:hover {
	text-decoration: underline;
}
.myaccount img {
	height: 15px;
	vertical-align: middle;
}
.admin_link {
	color: #a71f23;
}

/*navigation styles*/
.nav_teaser {
	background: none repeat scroll 0 0 #e8e8e8;
	color: #333;
	margin-top: 20px;
	border: 1px solid #e8e8e8;
	width: 100%;
}
.nav_teaser_copy {
	display: block;
	padding: 2px 5px;
	text-transform: uppercase;
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
}
.nav_container {
    background: none repeat scroll 0 0 #F4F4F4;
    float: left;
    height: 35px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-top: 6px;
    width: 100%;
}
.nav {
	margin: 0px;
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}
.nav li	{
	display : inline;
	list-style-type : none;
}
.nav a:link, .nav a:visited	{
	color : #000;
	float : left;
	line-height : 14px;
	padding : 5px 11px;
	text-decoration : none;
	border-right: 1px solid #fff;
	height: 20px;
}
.nav a:link.active, .nav a:visited.active	{
	color : #000;
}
.nav a:hover	{
	background: url('/includes/images/nav_highlight.png') center bottom no-repeat;
}
.nav a.navfirst {
	border-left: none !important;
}
.navlast {
	border-left: 1px solid #ccc;
	border-right: none;
}
.nav_flydown {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 5px solid #666;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    height: 205px;
    margin-left: -1px;
    margin-top: -1px;
    padding: 10px;
    position: relative;
    z-index: 1505;
}
.subnav {
    display: block;
    float: left;
    font-family: 'News Cycle',sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    width: 19%;
}
.subnav li {
	list-style-type : none;
}
.subnav a {
	text-decoration: none;
}
.subnav a:hover {
	text-decoration: underline;
	color: #a71f23;
}
.iconsp_set_filter > img, #other_nav_link > img {
    margin-left: 5px;
    vertical-align: -4px;
}
.site_nav {
    float: right;
    margin-top: 15px;
    clear: right;
}
.global_nav {
    font-family: 'News Cycle',sans-serif;
    font-size: 14px;
    font-weight: bold;
    list-style-type: none;
    margin: 0 !important;
}
.global_nav li {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 18px;
    margin-left: 38px;
    margin-top: 0;
    text-decoration: none;
}
.global_nav a {
	color: #666666;
	text-decoration: none;
}
.global_nav a:hover {
	color: #666666;
	text-decoration: underline;
}

/*search styles*/
.search {
	padding-left: 10px;
}
.search input[type="text"] {
    border: 1px solid #CCCCCC;
    color: #AAAAAA;
    font-size: 15px;
    padding: 1px 5px 2px 5px;
    min-width: 120px !important;
    max-width: 165px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-left: 5px;
	margin-right: -5px;
	border-radius: 0;
}
.search input[type="image"] {
    vertical-align: text-top;
}

/*slider styles for marketing page*/
.rotator {
	width: 600px;
	height: 380px;
	float: left;
	border: 1px solid #ccc;
}
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.banner ul {
	list-style: none;
	width: 300%;
	margin: 0px;
}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	min-height: 380px;
	max-height: 380px;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}
.banner h1, .banner h2 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
}
.banner .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,.4);
	border-radius: 5px;
}
.banner .btn:hover {
	background: rgba(255,255,255,.05);
}
.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}		
.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}	
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

/*marketing page styles*/
.rightrail {
    font-size: 13px;
    height: 370px;
    padding: 0 15px;
    text-align: justify;
    overflow: hidden;
}
.rightrail input[type="text"] {
    margin-top: 10px;
}
.rightrail input[type="submit"] {
    font-family: 'News Cycle',sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    min-width: 270px !important;
    padding-top: 0;
}
.rightrail .pageseparator {
	margin-top: 10px;
	margin-bottom: 5px;
}
.rightrail .section_header {
	margin-bottom: 0px;
	text-transform: none;
}
.rightrail .marketingsplash img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.marketingsplash {
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
}
.marketingsplash img {
	margin-top: 25px;
	margin-bottom: 15px;
}
.recent_shots_left {
    display: block;
    float: left;
    height: 30px;
    padding-top: 35px;
    width: 5%;
}
.recent_shots_right {
	width: 5%;
	height: 30px;
	display: block;
    padding-top: 35px;
	float: right;
}
.recent_shots_left img, .recent_shots_right img {
	-moz-opacity: .40;
	opacity:.40;
	filter: alpha(opacity=40);
}
.recent_shots_left img:hover, .recent_shots_right img:hover {
	-moz-opacity: .85;
	opacity:.85;
	filter: alpha(opacity=85);
}
.recent_shots_slider {
	width: 89%;
	float: left;
	height: 105px;
	margin: 0px;
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	text-align: center;
}
.recent_shots_slider ul {
	margin: 0px;
}
.recent_shots_slider li {
    background-position: center 10%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 105px;
    list-style-type: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 150px;
}
.recent_shots li a{
	display : block;
	height: 100%;
	width: 100%;
}
.recent_shots_header {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 9px;
    font-weight: normal;
    height: 14px;
    padding: 3px;
    position: relative;
    text-align: center;
    bottom: 20px;
}
.featuredimage {
	float: left;
	width: 300px;
	height: 180px;
	border: 1px solid #666;
	margin-left: 12px;
	margin-right: 12px;
}
.featuredclients {
	text-align: center;
}
.featured1 {
	background: transparent url('/includes/images/featured_clients/featured_off_01.png') center top no-repeat;
	display: inline-block;
	width: 206px;
	height: 63px;
}
.featured1:hover {
	background: transparent url('/includes/images/featured_clients/featured_on_01.png') center top no-repeat;
}
.featured2 {
	background: transparent url('/includes/images/featured_clients/featured_off_02.png') center top no-repeat;
	display: inline-block;
	width: 222px;
	height: 63px;
}
.featured2:hover {
	background: transparent url('/includes/images/featured_clients/featured_on_02.png') center top no-repeat;
}
.featured3 {
	background: transparent url('/includes/images/featured_clients/featured_off_03.png') center top no-repeat;
	display: inline-block;
	width: 123px;
	height: 63px;
}
.featured3:hover {
	background: transparent url('/includes/images/featured_clients/featured_on_03.png') center top no-repeat;
}
.featured4 {
	background: transparent url('/includes/images/featured_clients/featured_off_04.png') center top no-repeat;
	display: inline-block;
	width: 107px;
	height: 63px;
}
.featured4:hover {
	background: transparent url('/includes/images/featured_clients/featured_on_04.png') center top no-repeat;
}
.featured5 {
	background: transparent url('/includes/images/featured_clients/featured_off_05.png') center top no-repeat;
	display: inline-block;
	width: 274px;
	height: 63px;
}
.featured5:hover {
	background: transparent url('/includes/images/featured_clients/featured_on_05.png') center top no-repeat;
}

/*pricing grid styles*/
.featured_prices {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.price_left {
	float: left;
	width: 33.1%;
	border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    text-align: center;
    margin-top: 50px;
    background: none repeat scroll 0 0 #EFEFEF;
    margin-bottom: 10px;
}
.price_featured {
	width: 33.3%;
	float: left;
	border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
}
.price_right {
	float: left;
	width: 33.1%;
	border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    text-align: center;
    margin-top: 50px;
    background: none repeat scroll 0 0 #EFEFEF;
    margin-bottom: 10px;
}
.purchase_photos {
    font-family: 'News Cycle', sans-serif;
    font-size: 70px;
    font-weight: bold;
}
.purchase_photos_small {
    font-family: 'News Cycle', sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.label_photos {
	text-transform: uppercase;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
}
.price_photos {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
}
.price_photos_small {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
}
.featured_header {
    background: none repeat scroll 0 0 #a71f23;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 47px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.buy_now {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 15px;
    padding: 5px 15px;
	cursor: pointer;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.buy_now a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.more_prices_container {
	background: #efefef;
	border: 1px solid #c5c5c5;
	font-size: 15px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.more_prices_toggle {
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.pricing_grid td {
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}
.register_now {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 15px;
    padding: 5px 15px;
	cursor: pointer;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.register_now a {
	margin-top: -3px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.cardtype {
    height: 30px;
    vertical-align: middle;
}

/*module styles*/
.module_header {
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 5px;
}
.module_header_sm {
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
	font-family: 'News Cycle', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
.module_header_xsm {
    border-top: 1px solid #CCCCCC;
    color: #333333;
    font-family: 'News Cycle',sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 5px;
    text-align: left;
    text-transform: uppercase;
}
.module_header_sm img, .module_header_xsm img {
	float: right;
	height: 15px;
	margin-top: 3px;
}
.module_footer {
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	border-top: 1px solid #cacaca;
	padding-top: 5px;
	text-align: right;
}
.module_footer a {
	color: #646464;
	text-decoration: none;
}
.module_footer a:hover {
	text-decoration: underline;
}
.split_module {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	text-align: center;
}
.split_module.left_border {
	border-left: 1px solid #ccc;
	float: right !important;
}
.split_module.left_no_border {
	float: right !important;
}
.split_module_header, .full_module_header {
	font-family: 'News Cycle', sans-serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

/*section styles*/
.section_header {
	font-family: 'News Cycle', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/*gallery styles*/
.leftrail_contain {
	float: left;
	margin-right: 5px;
}
.leftrail {
    background: none repeat scroll 0 0 #F4F4F4;
    font-size: 13px;
    padding: 11px;
    text-align: justify;
    min-width: 180px;
}
.leftrail input[type="text"] {
    font-size: 15px;
    min-width: 157px;
    background: #fff;
}
.leftrail_interior_contain {
	text-align: center;
	font-size: 10px;
}
.leftrail_selector_contain img {
	display: block;
}
.leftrail_selector_contain {
	display: inline-block;
}
.leftrail_separator {
    border-top: 1px solid #CCCCCC;
    margin-bottom: 15px;
    margin-top: 15px;
}
.leftrail input[type="submit"] {
    font-size: 15px;
    font-weight: normal;
    width: 178px;
}
.advanced_search_toggle {
    font-size: 10px;
    margin-bottom: -5px;
    margin-top: 5px;
    text-align: center;
}
.advanced_search_toggle a {
    text-decoration: none;
    color: #a71f23;
}
.date_range_selector {
	text-align: center;
	font-size: 10px;
}
.date_range_selector a {
	color: #a71f23;
	text-decoration: none;
}
.featured_sets_contain {
	font-size: 13px;
    text-align: justify;
    margin-top: 10px;
}
.featured_set {
	background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #AFAEAE;
    border-radius: 8px;
    padding: 5px 10px 10px;
	margin-top: 10px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.featured_set_cover_photo {
	max-width: 180px;
	height: auto;
	border: 1px solid #333;
	float: left;
	background-position: center 15%;
	background-repeat: no-repeat;
}
.featured_set_cover_photo img {
	display: block;
}
.featured_set_name {
	clear: both;
	vertical-align: middle;
	text-decoration: none;
	padding: 2px 0;
	font-weight: bold;
}
.breadcrumbs > ul {
	margin: 5px 0px 10px 0px;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
}
.breadcrumbs li	{
	display : inline;
	list-style-type : none;
	margin-right: 10px;
}
.breadcrumbs li a {
	text-decoration: none;
}
.header_filter {
	float: right;
	font-size: 13px;
}
.header_filter input[type="checkbox"] {
    margin-left: 20px;
    vertical-align: 1px;
}
.header_linker {
	float: right;
	font-size: 13px;
	margin-left: 20px;
}
.header_linker img {
	vertical-align: text-bottom;
	height: 17px;
}
.header_linker a.green {
	color: #03D705;
	margin-right: 10px;
}
.header_linker a.red {
	color: #FF0000;
	margin-right: 10px;
}
.header_linker a.white {
	color: #666666;
	margin-right: 10px;
}
.gallery {
	overflow:hidden;
}
.set {
	width: 100%;
}
.gallery_image_container {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: inline-block;
    height: 300px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px;
    vertical-align: top;
    width: 183px;
    position: relative;
}
.gallery_image_container.last {

}
.gallery_image_container a {
	text-decoration: none;
}
.gallery_image_container .thumbnail_header {
    border-bottom: 1px solid #CCCCCC;
    height: 15px;
    margin-bottom: 5px;
    padding: 1px 4px 6px;
}
.gallery_image_container .league_name {
    float: left;
    font-family: 'News Cycle',sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.gallery_image_container .shot_date {
    float: right;
    font-family: 'News Cycle',sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.gallery_image_container .shot_date img {
	height: 15px;
}
.gallery_image_container .event_title {
	font-family: 'News Cycle', sans-serif;
	font-size: 13px;
	color: #3d3d3d;
}
.gallery_image_container .event_date {
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #3d3d3d;
}
.gallery_image_container .event_description {
	font-size: 10px;
	line-height: 13px;
	text-align: justify;
}
.gallery_image_container .set_linker {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}
.gallery_image_container .thumbnail_image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	clear: both;
}
.gallery_image_container .image_count {
    border-bottom: 1px solid #CCCCCC;
    color: #999999;
    margin: 0 auto 5px;
    padding-bottom: 5px;
    text-align: center;
}
.short {
	
	padding-bottom: 15px !important;
}
.short_admin {
	
}
.image_options_bar {
    clear: both;
    height: 20px;
    margin-top: 10px;
}
.short .thumbnail_image {
	border-top: none !important;
}
.top_anchor {
	text-align: right;
}
.top_anchor img {
	cursor: pointer;
}
.load_more {
    background: none repeat scroll 0 0 #F4F4F4;
    text-align: center;
    text-transform: uppercase;
}
.load_more img {
	vertical-align: text-top;
}
.load_more a {
	text-decoration: none;
	display: block;
	padding: 10px 5px;
}
.loader {
	text-align: center;
}

/*image preview*/


/*action panels*/
.image_lightbox {
	border-top: 1px solid #DDDDDD;
    height: 20px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0;
}
.image_lightbox img {
	height: 20px;
}
.image_action {
    border-top: 1px solid #DDDDDD;
    height: 20px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 50%;
    right: 0;
}
.actions_closer {
	height: 16px !important;
}
.image_action img {
	height: 20px;
}
.image_action_panel {
	background: #333;
	height: 120px;
	padding: 5px;
	position: absolute;
	bottom: 31px;
	width: 90%;
    -moz-opacity: .85;
	opacity:.85;
	filter: alpha(opacity=85);
	color: #fff;
	text-align: right;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.image_action_panel img {
    height: 20px;
    margin-bottom: 4px;
    margin-left: 6px;
    margin-top: 4px;
    vertical-align: middle;
}
.image_action_panel a {
	display: block;
	color: #fff;
}
.lightbox_list_panel {
	background: #333;
	height: 120px;
	padding: 5px;
	position: absolute;
	bottom: 31px;
	width: 90%;
    -moz-opacity: .85;
	opacity:.85;
	filter: alpha(opacity=85);
	color: #fff;
	text-align: right;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.lightbox_list_panel img {
    height: 20px;
    margin-bottom: 4px;
    margin-left: 6px;
    margin-top: 4px;
    vertical-align: middle;
}
.lightbox_list_panel a {
	color: #fff;
}
.lightbox_action_panel {
    background: none repeat scroll 0 0 #a71f23;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #FFFFFF;
    height: 135px;
    opacity: 0.95;
    padding: 10px 5px;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 90%;
    z-index: 1503;
}
.lightbox_action_panel select {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 4px;
    min-width: 98% !important;
    max-width: 98% !important;
    opacity: 0.8;
    border: 1px solid #000;
    margin-top: 5px;
}
.lightbox_action_create a {
	color: #fff;
}
.lightbox_action_create img {
	height: 16px;
	vertical-align: middle;
}
.image_action_admin {
    bottom: 0;
    height: 20px;
    padding: 5px;
    position: absolute;
    right: 14%;
    text-align: center;
    width: 25%;
}
.image_action_admin img {
	height: 22px;
}
.admin_action_panel {
	background: #333;
	height: 210px;
	padding: 5px;
	position: absolute;
	bottom: 31px;
	width: 90%;
    -moz-opacity: .85;
	opacity:.85;
	filter: alpha(opacity=85);
	color: #fff;
	text-align: right;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.admin_action_panel img {
    height: 20px;
    margin-bottom: 4px;
    margin-left: 6px;
    margin-top: 4px;
    vertical-align: middle;
}
.admin_action_panel a {
	display: block;
	color: #fff;
}
.coverphoto_identify {
    bottom: 0;
    height: 20px;
    left: 32%;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 25%;
}
.coverphoto_identify img {
	height: 20px;
}
.hotshot_identify {
    bottom: 0;
    height: 20px;
    left: 34%;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 25%;
}
.hotshot_identify img {
	height: 20px;
}
.lightbox_image_note {
	text-align: center;
	font-size: 10px;
	line-height: 13px;
}
.edit_image_note {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.edit_image_note img {
    height: 9px !important;
}
.edit_image_note a {
	color: #777;
}
.admin_imagename {
    background: #ddd none repeat scroll 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 3px;
    padding: 3px;
    text-align: center;
    word-wrap: break-word;
}

/*lightbox control panel*/
.lightbox_control_panel {
	background: #f1f1f1;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}
.cpanel_left, .cpanel_right {
	text-align: left;
	float: left;
	margin-bottom: 10px;
}
.cpanel_left {
	width: 45%;
}
.cpanel_right {
	width: 53%;
}
.lightbox_control_panel textarea {
	height: 100px;
	width: 400px;
	display: block;
	margin-top: 10px;
}
.lightbox_control_panel input, .lightbox_control_panel select, .lightbox_control_panel textarea {
	font-size: 14px;
}
.cpanel_header {
	font-family: 'News Cycle', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}
.cpanel_descrip {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 5px;
}
.cpanel_add_colleague {
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 2px;
}
.cpanel_add_colleague a {
	text-decoration: none;
}
.cpanel_right img {
    height: 25px;
    margin-left: 20px;
    vertical-align: bottom;
}
.shared_section {
	background: #ddd;
	border: 1px solid #666;
	padding: 5px;
	border-radius: 5px;
}
.shared_header {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.colleague_shared {
    border-top: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    padding-top: 2px;
}
.name {
    display: block;
    float: left;
    margin-left: 12px;
    width: 260px;
}
.current_user {
	display: block;
	float: left;
	margin-left: 12px;
	font-size: 13px;
	font-weight: normal;
}
.download_lightbox_bar {
	background: #efefef;
	border: 1px solid #cccccc;
	color: #333;
}
.download_lightbox_bar img {
	margin-right: 5px;
}
.download_lightbox_bar a {
	margin-left: 15px;
	color: #333;
	text-decoration: none;
}

/*lightbox styles*/
.lightbox_footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #333;
	color: #fff;
	z-index: 1502;
}
.lightbox_footer_header_contain {
	padding: 5px 10px;
	height: 30px;
}
.lightbox_footer_header {
    color: #FFFFFF;
    font-family: 'News Cycle',sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    width: 33%;
    float: left;
}
.lightbox_footer_pull {
    width: 33%;
    float: left;	
}
.lightbox_footer_pull img {
    height: 24px;
    -moz-opacity: .40;
	opacity:.40;
	filter: alpha(opacity=40);
}
.lightbox_footer_linker {
    float: right;
    margin-right: 10px;
    text-align: right;
    width: 33%;
    color: #FFFFFF;
    font-family: 'News Cycle',sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.lightbox_footer_linker a {
	color: #a71f23;
	text-decoration: none;
}
.lightbox_footer_content_contain {
	height: 120px;
}
.lightbox_footer_left {
    display: block;
    float: left;
    height: 30px;
    padding-top: 25px;
    width: 5%;
}
.lightbox_footer_right {
	width: 5%;
	height: 30px;
	display: block;
    padding-top: 25px;
	float: right;
}
.lightbox_footer_left img, .lightbox_footer_right img {
	-moz-opacity: .40;
	opacity:.40;
	filter: alpha(opacity=40);
}
.lightbox_footer_slider {
	width: 89%;
	display: block;
	float: left;
	height: 80px;
}
.lightbox_footer_slider {
	margin: 0px;
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
}
.lightbox_footer_slider ul {
	margin: 0px;
}
.lightbox_footer_slider li	{
	display : inline-block;
	list-style-type : none;
	border: 1px solid #777;
	height: 90px;
	width: 120px;
	margin-left: 10px;
	margin-right: 10px;
	background-position: center 15%;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.lightbox_footer_slider li.portrait {
	width: 90px;
	height: 110px
}
.lightbox_footer_slider li a{
	display : block;
	height: 100%;
	width: 100%;
}
.lightbox_footer_slider_header {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 9px;
    font-weight: normal;
    height: 14px;
    padding: 3px;
    position: relative;
    text-align: center;
    bottom: 20px;
    overflow: hidden;
}

/*purchase image styles*/
.sharing {
	text-align: center;
}
.sharing.right {
    float: right;
    margin-right: -10px;
    margin-top: 2px;
    text-align: right;
}
.purchase_notes {
    font-family: 'Open Sans';
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.image_carousel {
	height: 100px;
}
.image_carousel_left {
    display: block;
    float: left;
    height: 30px;
    padding-top: 25px;
    width: 5%;
}
.image_carousel_right {
	width: 5%;
	height: 30px;
	display: block;
    padding-top: 25px;
	float: right;
}
.image_carousel_left img, .image_carousel_right img {
	-moz-opacity: .40;
	opacity:.40;
	filter: alpha(opacity=40);
}
.image_carousel_slider {
	width: 89%;
	display: block;
	float: left;
	margin: 0px;
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	text-align: center;
}
.image_carousel_slider ul {
	margin: 0px;
}
.image_carousel_slider li	{
	display : inline-block;
	list-style-type : none;
	height: 80px;
	margin-left: 10px;
	margin-right: 10px;
	background-size: 100px auto;
}

/*footer styles*/
.footer {
    clear: both;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; 
}
.footer_header {
	font-weight: bold;
	text-transform: uppercase;
	color: #3d3d3d;
	margin-top: 10px;
}
.footer_category_links {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.footer_category_links a {
    border-right: 1px solid #666666;
    padding-left: 2px;
    padding-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
a.footer_first {
	padding-left: 0px;
}
a.footer_last {
	border-right: none;
}
.footer_category_links a:hover {
	text-decoration: underline;
}
.division_logo {
	margin-top: 10px;
}
.division_logo img {
	width: 200px;
}
.footer_center_col {
    float: left;
    font-size: 11px;
    text-align: center;
    width: 38%;
}
.footer_center_col a {
	color: #a71f23;
	text-decoration: none !important;
}
.footer_nav {
    line-height: 16px;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}
.copyright_statement {
	margin-top: 7px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
.copyright {
	display: flex;
	justify-content: center;
}
.footer_right_col {
	float: right;
}

/*events styles*/
.events {
	border: 1px solid #ccc;
	margin-top: 10px;
}
.events th {
    font-family: "News Cycle",sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
}
.calendar_days{
	text-align: center;
	text-transform: uppercase;
	background: #efefef;
	border: 1px solid #ccc;
}
.calendar_td{
	border:1px solid #ccc;
	vertical-align:top;
	padding: 0px;
	width: 14%;
	padding-bottom: 10px;
}
.calendar_content{
	overflow-y: scroll;
	max-height: 200px;
	padding: 5px;
	font-size: 11px;
}
.calendar_number {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.calendar_grey{
	background-color:#efefef;
}
.calendar_head {
	font-weight: bold;
	margin-top: 10px;
}
.calendar_popup{
	#display:none;
}
.filters {
	margin: 8px auto;
	clear: both;
	text-align: center;
}
.filters a {
	text-decoration: none;
}
.filter_label {
    font-family: "News Cycle",sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
    margin-right: 10px;
    margin-left: 20px;
    width: 70px;
}
.filter_contain {
	display: inline-block;
}
.calendar_filter {
    color: #333;
    display: inline-block;
    font-family: "News Cycle",sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: -2px;
    vertical-align: bottom;
}
.calendar_filter li {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: inline-block;
    line-height: 18px;
    margin-left: 0;
    margin-right: 3px;
    padding-bottom: 1px;
}
.calendar_filter li.active {
	background: #666 !important;
}
.calendar_filter li.active a{
	color: #fff !important;
}
.calendar_filter a {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 0 4px;
    text-decoration: none;
    text-transform: uppercase;
}
.filter_contain > select {
    font-size: 12px;
    padding: 0 5px;
    text-transform: uppercase;
    width: auto;
}
.filter_contain > input[type="text"] {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    color: #565656;
    font-family: "News Cycle",sans-serif;
    font-size: 12px;
    font-weight: bold;
    min-width: 120px;
    padding: 1px 10px;
    text-transform: uppercase;
}
.filter_contain > input[type="button"] {
    background: url("/includes/images/button_large_bg.png") repeat-x scroll 0 0 #00e005;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: "News Cycle",sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 7px;
    text-transform: uppercase;
}
#share_link {
    background: none repeat scroll 0 0 #efefef;
    padding: 2px 10px;
}

/*admin styles*/
.admin form {
	font-size: 13px;
	text-align: center;
	font-family: 'News Cycle', sans-serif;
}
.admin label {
    margin-right: 5px;
    text-align: right;
    width: 150px;
}
.admin fieldset {
	border: 0;
	margin-bottom: 10px;
}
.admin input[type="text"], .admin input[type="password"] {
    font-family: 'News Cycle', sans-serif;
	background: #f5f5f5;
	border: 1px solid #c5c5c5;
    border-radius: 6px 6px 6px 6px;
    color: #565656;
    font-size: 14px;
    padding: 3px 5px;
	min-width: 250px;
}
.admin select {
    font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #c5c5c5;
    border-radius: 6px 6px 6px 6px;
    color: #565656;
    font-size: 14px;
    padding: 3px 1px 3px 5px;
    max-width: 262px;
}
.admin textarea {
	font-family: 'News Cycle', sans-serif;
	font-weight: bold;
	background: #f5f5f5;
	border: 1px solid #c5c5c5;
    border-radius: 6px 6px 6px 6px;
    color: #565656;
    font-size: 14px;
    padding: 3px 10px;
	width: 650px;
	height: 250px;
}
.admin input[type="submit"] {
    background: url('/includes/images/button_large_bg.png') repeat-x #00e005;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
	cursor: pointer;
}
.admin th a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: right;
}
.admin td img {
	height: 17px;
}
#tbl_usage_reports td img {
	height: 80px;
}
.admin #ajax_content {
	min-height: 100px !important;
}
.admin #listtype {
	margin-bottom: 10px;
}
#sortable { list-style-type: none; margin: 0; padding: 0; width:45%;}
.split_module #sortable { list-style-type: none; margin: 0; padding: 0; width:95%;}
#sortable li { margin: 3px 3px 3px 3px; padding: 5px 5px 5px 30px; cursor: move; text-align: left;}
#sortable li span { position: relative; margin-left: -1.3em; }
#sortable li img { display: block; float: right; height: 20px; vertical-align: middle; margin-right: 10px;}
.selection_popout {
	display:none;
	height:460px;
	overflow:auto;
}
#close_selection img {
	margin-right: 15px;
}
.remove_item {
	display: block;
	float: right;
}
#close_selection img {
	display: block;
	float: right;
	height: 20px;
	margin-bottom: 5px;
}
#sortable_rotator_images { list-style-type: none; }
#sortable_rotator_images li { float: left; }
#sortable_rotator_images .gallery_image_container, #sortable_hotshots_images .gallery_image_container {
	cursor: move;
}
#sortable_rotator_images, #sortable_hotshots_images {
	margin: 0px !important;
}












/***OLD STYLES***/
/*main content styles*/
#ajax_content {
	min-height: 600px;
}
.fss_black_overlay{
	text-align:center;
	position:absolute;
	display:none;
	background-color: #ffffff;
	z-index:1501;
	-moz-opacity: .75;
	opacity:.75;
	filter: alpha(opacity=75);
	color: #fff;
	font-size:12pt;
	font-weight:bold;
	padding-top: 100px;
}
.clear_search {
	font-size: 12px !important;
	font-weight: normal;
}
a.clear_search {
	color: #a71f23 !important;
}


/*image page styles*/
.image_lightbox_panel_on {
    background: none repeat scroll 0 0 #666666;
    border-radius: 5px;
    float: right;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 180px;
    color: #cccccc;
}
.image_lightbox_panel_off {
    float: right;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 180px;
    color: #999999;
}
.image_lightbox_panel_on > img {
    vertical-align: middle;
    height: 24px;
}
.image_lightbox_panel_on > img.small {
    height: 18px !important;
}
.image_lightbox_panel_off > img {
    vertical-align: middle;
    height: 24px;
}
.image_lightbox_panel_off > img.small {
    height: 18px !important;
}
.image_container {
    clear: both;
    display: inline-block;
}
.image_view_landscape {
    max-width: 600px;
    width: 50%;
    float: left;
    margin-left: 9px;
}
.image_view_portrait {
    max-height: 600px;
    float: left;
    margin-left: 9px;
    width: 35%;
}
.image_view_landscape > img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.image_view_portrait > img {
	display: block;
    max-width: 100%;
}
.image_info_landscape {
	float: right;
	width: 45%;
	margin-left: 10px;
}
.image_info_portrait {
	float: right;
	width: 60%;
	margin-left: 10px;
}
.image_info_header {
	font-family: 'News Cycle', sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}
.image_caption {
	margin-bottom: 10px;
}
.prev_download_alert {
    background: none repeat scroll 0 0 #FFDB58;
    border-radius: 8px;
    margin-bottom: 10px;
    opacity: 0.5;
    padding: 5px;
}
.purchase_lightbox_options {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    float: right;
    width: 170px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.purchase_lightbox_options select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #C5C5C5;
    border-radius: 6px;
    color: #565656;
    font-family: 'News Cycle',sans-serif;
    font-size: 13px;
    font-weight: bold;
    max-width: 160px;
    min-width: 160px;
    padding: 2px 1px 2px 3px;
}
.image_lightbox_panel {
	padding: 5px;
    text-align: center;
    color: #666666;
}
.image_lightbox_panel .small {
    height: 15px !important;
    vertical-align: bottom;
}
.image_lightboxes {
	background: none repeat scroll 0 0 #666666;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 30px;
    padding: 5px;
    text-align: center;
    color: #cccccc;
    border: 1px solid #666666;
}
.image_lightboxes img {
	height: 15px !important;
	vertical-align: middle;
}
.image_lightboxes a {
	color: #ffffff;
	text-decoration: none;
}
.image_lightboxes_list {
	text-align: left;
}
.lightbox_center {
	text-align: center !important;
	color: #fff;
}
.user_auth {
	margin-right: 10px;
	margin-top: 15px;
	border-top: 1px solid #efefef;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
	text-align: center;
}
.num_credits {
    background: none repeat scroll 0 0 #666666;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    width: 20px;
    text-align: center;
}
.image_usage {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#purchase_message {
    background: none repeat scroll 0 0 #a71f23;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 8px;
    min-height: 23px;
    border-radius: 8px;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    display: none;
}
.purchase_success {
	background: #4aa02c !important;
}

/*carousel styles*/
.carousel {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.carousel li {
	color: #999;
	text-align: center;
	background-color: #fff;
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 2px;
	display: block;
	float: left;
}
.image_carousel_header {
    border-top: 1px solid #EFEFEF;
    clear: both;
    font-family: 'News Cycle',sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 9px;
    margin-top: 15px;
    padding-top: 10px;
    text-transform: uppercase;
}
.caroufredsel_wrapper {
	float: left !important;
}
a.prev, a.next {
	width: 11px;
	height: 50px;
	display: block;
	margin-top: 30px;
	float: left;
}
a.prev {
    *background: url(/includes/images/prev.png) no-repeat transparent;
}
a.prev.disabled {
	background: none !important;
}
a.next {
    *background: url(/includes/images/next.png) no-repeat transparent;
	margin-left: 5px;
}
a.next.disabled {	
	background: none !important;
}
a.prev.disabled, a.next.disabled {
	cursor: default;
}
a.prev span, a.next span {
	display: none;
}






/*account styles*/
.profile_nav {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.profile_nav a {
	color: #a71f23;
	text-decoration: none;
}
.profile_nav a:hover {
	color: #a71f23;
	text-decoration: underline;
}
.account_module {
    border: 1px solid #666666;
    display: inline-block;
    margin: 10px;
    width: 22%;
    border-radius: 6px;
}
.account_module_header {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    font-family: Oswald,sans-serif;
    font-size: 14px;
    padding: 5px;
    text-align: center;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
.account_module_content {
	background: url("/photos/includes/images/soda_header_bg.png") repeat-x scroll 0 0 #CCCCCC;
    font-family: Oswald,sans-serif;
    font-size: 17px;
    padding: 10px;
    text-align: center;
}
.account_module_footer {
	font-family: Oswald,sans-serif;
	color: #fff;
	background: #a71f23;
	text-align: center;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.account_module_footer a {
	color: #fff !important;
	font-size: 14px;
}
.account_right_alley {
	float: right;
	width: 20%;
}
.sm_account_module {
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #999;
	background: #999;
	border-radius: 8px;
	border: 1px solid #a71f23;
	text-align: center;
	font-weight: bold;
}
.sm_account_module a {
	color: #fff !important;
}
.soda_list {
	list-style-type : none;
}
.soda_list > li {
    margin: 10px;
}
.soda_list_2 > li {
	margin: 5px 20px;
}
.soda_list_3 {
    margin-left: 50px;
}

/*members center table styles*/
table.member_reports {
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    width: 100%;
    background: #fff;
}
table.member_reports th {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}
table.member_reports td, table.member_reports th {
    border: 1px solid #666666;
    padding: 3px;
}
table.member_reports tr:hover {
    background: none repeat scroll 0 0 #efefef;
}
table.diagram td {
	font-size: 12px;
}
table.diagramBox {
    background: none repeat scroll 0 0 white;
    border: 1px solid #333333;
    border-radius: 6px 6px 6px 6px;
    width: 100%;
}
.diagramBox th {
    font-size: 15px;
    padding: 10px;
    text-align: center;
}
.diagramNumber {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    border-radius: 6px 6px 6px 6px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    text-align: right;
}
.centered_table {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
}
.centered_table td, .centered_table th {
	border: 1px solid #333;
	padding: 3px;
}
.centered_table tr.grey {
	background: #ccc;
}
.centered_table tr.white {
	background: #fff;
}

/*pre styles*/
pre {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #333;
	border-radius: 6px;
	background: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.comment {
	color: #999;
}

/*faq styles*/
.faqQ {
	font-weight: bold;
	padding-top: 5px;
	border-top: 1px solid #fff;
	font-size: 13px;
	margin-top: 5px;
}
.faqA {
	margin-left: 10px;
}

/*help iframe styles*/
#ajax_content > iframe {
	width: 100%;
	border: none !important;
	min-height: 1000px;
}

/*responsive styles*/
@media screen and (max-width: 650px) {
	.image_info_portrait, .image_info_landscape {
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
	}
	.image_view_portrait {
	    float: left;
		clear: left;
	    max-height: 600px;
	    width: 100%;
		margin: 0;
	}
	.image_view_landscape {
	    float: left;
		clear: left;
	    max-width: 600px;
	    width: 100%;
		min-width: 300px;
		margin: 0;
	}
	.logo_left {
		float: left;
	    clear: left;
	    width: 100%;
		margin-top: 50px;
	}
	.site_intro {
		float: left;
	    clear: left;
	    width: 100%;
		display: none;
	}
	.logo_right {
		float: left;
	    clear: left;
	    width: 100%;
		display: none;
	}
	.header {
		height: 150px;	
	}
	.navigation {
		clear: both;
	    float: left;
		width: 100%;
	}
}

.nav_selected	{
	background: url('/includes/images/nav_highlight.png') center bottom no-repeat;
}

table {
	width:100%;
	border-collapse:collapse;
}

table th {
	padding:5px;
	background: #3d3d3d;
	color: #fff;
}

table thead td {
	border-bottom: 1px solid #666666;
	padding:5px;
	text-align:left;
	background: #CCC;
}

table td {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
    text-align: left;
}

table tr.cloned_download td {
	background: #333 !important;
	color: #ffffff !important;
}

table tr.duplicate_row td {
	background: #a71f23 !important;
	color: #ffffff !important;
}