@import url("variables.css");

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */ 

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	padding: 30px 0 0 0;
	color: #666;
}

a { color: #666; }
a:hover { color: #000; }

a.action {
	color:#FF9326;
	font-size: 1.3em;
}

/* Removing The Dotted Outline */
a {outline: 0;}
object, embed {outline: 0;}
input::-moz-focus-inner {border: 0;}
:-moz-any-link:focus {outline: none;} 

#wrap {
	position: relative;
	width: 980px;
	min-height: 900px;
	margin: 0 auto;
	background: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 28px 30px 22px 30px;
	z-index: 5;
}

body#client-interface #wrap {
	min-height: auto;
}

#wrap-foot {
	background-color: #e7e8d7;
	position: relative;
	/*width: 980px;*/
	width: 100%;
	margin: -60px 0 0 0;
	padding: 60px 0 30px 0;
	z-index: 3; /*Display below the main wrap, for the gray footer background. Must be positive so links work */
}

#wrap-foot > div {
	margin: 0 auto;
	width: 980px;
}

.span8 {
	width: 722px;
	float: left;
}

.span4 {
	width: 258px;
	float: left;
	background: #F3F3EB;
}

.col-2 {
	background: url(../img/bg-aside.png) repeat-y 100% 0;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

span.label, span.wide-label, span.narrow-label {
	display: inline-block;
	font-weight: bold;
	min-width: 120px;
	padding-left: 30px;
}

span.wide-label {
	min-width: 200px;
}

span.narrow-label {
	min-width: 80px;
}

/*
 * Remove the gap between images and the bottom of their containers
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
/* Site */
.pull-right {
	float: right;
}

footer {
	padding-left: 10px
}

footer ul, 
footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer li {
	float: left;
	height: 57px;
	line-height: 66px;
	padding: 0 16px;
	font-size: 14px;
	border-right: 1px solid #B6B7A7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
}

footer li a { 
	color: #252572;
	text-decoration: none; 
}

footer li a:hover { 
	color: #ff9326;
}

.copyright {
	color: #252572;
	font-size: 12px;
	margin: 25px -15px 0 0;
}


/* Home */

body#home .container {
	background: #f7f7f2;
	border-bottom: 4px solid #fff;
}

.btn-howitworks {
	width: 230px;
	height: 30px;
	position: absolute;
	top: -58px;
	right: 0;
	font-size: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 28px 0 0 28px;
}

.btn-howitworks:hover {
	color: #fff;
}

.btn-howitworks span {
	content : "";
	display : inline-block;
	margin : 3px 20px 0 0;
	vertical-align : middle;
	background: url(../img/site-assets.png) no-repeat 0 -222px;
	width: 17px;
	height: 17px;
	float: right;
}

.hasimage {
	width: 722px;
	float: left;
}

aside {
	width: 258px;
	float: right;
}

aside h3 {
	margin: 0;
	padding: 0;
}

aside .login,
aside .registration {
	background: #f7f7f2;
	padding: 15px 25px 0;
	height: 160px;
	border-bottom: 2px solid #fff;
}

aside .login h3 {
	width: 53px;
	height: 13px;
	margin-bottom: 13px;
	background: url(../img/site-assets.png) no-repeat -100px -20px;
}

aside .login input {
	width: 166px;
	height: 19px;
	border: 1px solid #d9d9d9;
	font-size: 11px;
	color: #666;
	padding: 0 5px;
	margin-bottom: 8px;
}

aside .login button, aside .btn-registernow, .next, .prev, button, a.btn, a.button {
	background: #fafbf8;
	background: -moz-linear-gradient(top,  #fafbf8 0%, #f0f1ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafbf8), color-stop(100%,#f0f1ea));
	background: -webkit-linear-gradient(top,  #fafbf8 0%,#f0f1ea 100%);
	background: -o-linear-gradient(top,  #fafbf8 0%,#f0f1ea 100%);
	background: -ms-linear-gradient(top,  #fafbf8 0%,#f0f1ea 100%);
	background: linear-gradient(to bottom,  #fafbf8 0%,#f0f1ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbf8', endColorstr='#f0f1ea',GradientType=0 );
	border: 1px solid #cecec2;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	color: #001520;
	font-size: 13px;
	font-weight: 800;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
	margin: 5px 0 4px;
	padding: 4px 36px;
	text-decoration: none;
}

aside .login button:hover, aside .btn-registernow:hover, a:hover.next, a:hover.prev, button:hover, a:hover.btn {
	background: #fafbf9;
	background: -moz-linear-gradient(top,  #fafbf9 0%, #d9dac8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafbf9), color-stop(100%,#d9dac8));
	background: -webkit-linear-gradient(top,  #fafbf9 0%,#d9dac8 100%);
	background: -o-linear-gradient(top,  #fafbf9 0%,#d9dac8 100%);
	background: -ms-linear-gradient(top,  #fafbf9 0%,#d9dac8 100%);
	background: linear-gradient(to bottom,  #fafbf9 0%,#d9dac8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbf9', endColorstr='#d9dac8',GradientType=0 );
	color: #79796A;
}

aside .btn-registernow {
	margin-top: 0;
	padding: 4px 23px;
	display: inline-block;
}

aside a.more-info {
	font-size: 11px;
	display: inline-block;
}

aside .registration {
	border-bottom: 0;
}

aside .registration h3 {
	width: 121px;
	height: 13px;
	margin-bottom: 13px;
	background: url(../img/site-assets.png) no-repeat -100px 0;
}

aside .registration p {
	font-size: 12px;
}

.offers {
	background: #f3f3eb;
	height: 405px;
}

.offers h1 {
	width: 430px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0 0 0 70px;
	position: relative;
	top: -20px;
	left: 0;
	overflow: visible;
}

.offers h1 span.ir {
	width: 413px;
	height: 13px;
	background: url(../img/site-assets.png) no-repeat -100px -40px;
	display: inline-block;
}

.offers h1 span.ic-bag {
	content: "";
	display: inline-block;
	margin: -28px 9px 0 -45px;
	vertical-align: middle;
	background: url(../img/site-assets.png) no-repeat 0 -339px;
	width: 34px;
	height: 51px;
	z-index: 1000;
	border: 1px solid transparent;
	position: relative;
}

.offers-list .inactive span {
	font-size: 0.8em; 
	text-decoration: line-through;
}

/* Login box */
.login-box {
	width: 670px;
	background: #f7f7f2;
	padding: 0 310px 0 60px;
	position: absolute;
	left: -30px;
	top: -28px;
	height: 48px;
	line-height: 48px;
}

body#client-interface .login-box {
	width: 920px;
	padding: 0 60px;
}

.login-box .login-box-user {
	color: #333;
	font-size: 12px;
	float: left;
	display: inline-block;
}

.login-box .login-box-option {
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
	list-style: none;
	float: right;
}

.login-box .login-box-option li {
	float: left;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #666;
	line-height: normal;
}

.login-box .login-box-option li.last {
	border-right: 0 !important;
	padding-right: 0;
}

.login-box .login-box-option a {
	color: #666;
	text-decoration: none;
}

.login-box .login-box-option a:hover {
	text-decoration: underline;
}

.main-header {
	height: 125px;
	position: relative;
}

.login-header {
	margin-top: 20px;
}

.main-header .logo {
	width: 480px;
}
.main-header p {
	
	border-bottom: none;
	display: table-cell; 
	font-size: 1.8em;
	height: 105px;
	padding: 10px 20px;
	text-align: center; 
	vertical-align: middle;
	width: 420px
}

/* Search box */
.serach-box {
	background: #f7f7f2;
	height: 73px;
	position: relative;
	border-bottom: 4px solid #fff;
}

.serach-box form {
	width: 538px;
	border-right: 1px solid #D1D3B1;
	margin: 15px 0 0 25px;
	display: inline-block;
}

.serach-box h3 {
	width: 68px;
	height: 20px;
	padding: 0;
	margin: 14px 10px 0 0;
	float: left;
	background: url(../img/site-assets.png) no-repeat -100px -60px;
}

.serach-box input {
	width: 315px;
	background: #fdfdfb url(../img/site-assets.png) no-repeat 10px -442px;
	border: 1px solid #cecec2;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	color: #001520;
	font-size: 11px;
	padding: 8px 0 8px 32px;
	margin-right: 5px;
	text-decoration: none;
}

.serach-box button {
	padding: 4px 20px;
}

.social  {
	float: right;
	margin: 0;
	padding: 20px 20px 0 0;
}

.social li {
	float: left;
	padding-right: 10px;
}

.social li a {
	display: inline-block;
	background-image: url(../img/site-assets.png);
	text-indent: -9999em;
}

.social-like {
	padding-top: 5px;
}

.social-like a {
	width: 49px;
	height: 20px;
	background-position: 0 -600px
}

.social-fb a, .social-tw a {
	width: 29px;
	height: 28px;
}

.social-fb a {
	background-position: -100px -600px
}

.social-tw a {
	background-position: -200px -600px
}

.search-offers-category  {
	margin: 8px 0;
	padding: 0 0 0 25px;
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #DFE0C8;
	border-bottom: 1px solid #DFE0C8;
}

.search-offers-category li {
	float: left;
}

.search-offers-category li.active a, .sub_menu li a.active {
	font-weight: bolder;
	font-size: 14px;
}

.search-offers-category h3 {
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 13px;
	color: #00141F;
}

.search-offers-category a {
	color: #666;
	font-size: 11px;
	margin-right: 11.5px;
}

.search-offers-category a:hover {
	color: #000;
	text-decoration: none;
}

/* Search offers Details */
.search-offers-details {
	padding: 20px 25px;
	position: relative;
	min-height: 140px;
	border-bottom: 1px solid #E6E7D5;
}

.search-offers-details.even {
	background: #F7F7F2;
}

.search-offers-details h3,
.search-offers-details h4 {
	color: #252572;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}

.search-offers-details h3 {
	font-size: 28px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.search-offers-details h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.search-offers-details p {
	font-size: 12px;
	margin: 0 0 10px;
	padding: 0;
}

.discount-code a {
	color: #FF9326;
}

.discount-code a:hover {
	color: #C30;
}

.btn-more {
	display: block;
	width: 67px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #DFE0C8;
	-webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
	position: absolute;
	bottom: 0;
	right: 20px;
	color: #00141F;
}

.btn-more:hover {
	color: #666;
}

.search-offers-details img {
	border: 1px solid #dfdfd0;
	float: left;
	margin: 0 12px 35px 0;
}

.nav-prev-next {
	height: 47px;
	line-height: 47px;
	text-align: right;
	border-bottom: 1px solid #E6E7D5;
	font-size: 11px;
	padding-right: 15px;
}

.feature-discount-list {
	width: 180px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.feature-discount-list li {
	margin: 0;
	padding: 0 0 25px;
	font-size: 12px;
	color: #ff9326;
}

.feature-discount-list li a {
	color: #ff9326;
}

.feature-discount-list img {
	border: 1px solid #dfdfd0;
	display: block;
	margin-bottom: 5px;
}

.footer-notes {
	clear: both;
	padding: 20px 0 0 0;
	/*position: absolute;
	bottom: 0;
	width: inherit;*/
}

.footer-notes .logo {
	float: left;
	height: 48px;
	margin: 0 50px 0 25px;
	text-align: center;
	/*width: 278px;*/
	width: 184px;
}

.footer-notes div.logo p {
	display: table-cell;
	font-size: 1.4em;
	height: 48px;
	vertical-align: middle;
	width: 278px;
}

.footer-notes p {
	font-size: 11px;
	color: #666;
	line-height: normal;
	margin: 15px 0 0 0;
	padding: 0;
}

/* Social Feeds */
.socialfeeds-twitter {
	background: #e1f6f6;
	padding: 10px 20px
}

.socialfeeds-twitter h3 {
	background: url(../img/site-assets.png) no-repeat 0 -700px;
	width: 220px;
	height: 30px;
	margin: 0 0 15px;
	padding: 0;
}

.socialfeeds-twitter blockquote {
	margin: 0;
	padding: 0;
}

#twitter-content {
	width: 220px;
	height: 390px;
	position:relative
}

.twtr-timeline, .twtr-doc {
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
}

.twtr-widget .twtr-tweet {
	border-bottom: none !important;
}

#tweet-id-1, #tweet-id-2, #tweet-id-3 {
	position: relative;
}

#tweet-id-1 .twtr-tweet-wrap,
#tweet-id-2 .twtr-tweet-wrap,
#tweet-id-3 .twtr-tweet-wrap {
	background:#fff;
	width: 200px;
	height: 80px;
	padding: 10px;
	margin-bottom: 30px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

#tweet-id-1:after,
#tweet-id-2:after,
#tweet-id-3:after {
	content:"";
	position:absolute;
	top: 100px;
	left: 25px;
	border-color: #fff transparent;
    border-style: solid;
    border-width: 20px 20px 0 0;
    display: block;
    width: 0;	
}

.twtr-hd, .twtr-ft {display: none;}
.twtr-bd {font-size:11px}
.twtr-tweet, .twitter {width: 220px;}


.socialfeeds-facebook {
	padding: 30px 0 20px 4px;
}

.socialfeeds-facebook h3 {
	background: url(../img/site-assets.png) no-repeat 0 -800px;
	width: 220px;
	height: 30px;
	margin: 0 0 16px 16px;
	padding: 0;
}

/* Client Interface */

.nav-client-interface {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

.nav-client-interface li {
	margin: 0;
	padding: 0 20px 0 0 ;
	float: left;
	height: 40px;
	line-height: 40px;
	background: url(../img/site-assets.png) 100% -890px;
}

.nav-client-interface li a {
	background: url(../img/ic-arrow.png) no-repeat 100% 1px;
	color: #fff;
	text-decoration: none;
	padding: 0 24px 0 20px;
	height: 30px;
	display: inline-block;
	margin-top: 10px;
	line-height: 20px;
}

.nav-client-interface li a:hover {
	text-decoration: underline;
}

.nav-client-dashboard {
	margin: 0;
	padding: 25px 0 25px 30px;
	list-style: none;
	background: #F7F7F2;
}

.nav-client-dashboard li {
	margin: 0 25px 0 0;
	padding: 0;
	width: 132px;
	height: 132px;
	float: left;
}

.nav-client-dashboard li a {
	display: block;
	width: 132px;
	height: 132px;
	background-image: url(../img/nav-client-dashboard.gif);
	text-indent: -99999em;
}

.nav-client-upload-list a	{ background-position: 0 0; }
.nav-client-offers a		{ background-position: -150px 0; }
.nav-client-content	a		{ background-position: -300px 0; }
.nav-client-resources a		{ background-position: -450px 0; }
.nav-client-reports a		{ background-position: -600px 0; }
.nav-client-contacts a		{ background-position: -750px 0; }

.nav-client-upload-list a:hover, .nav-client-upload-list a.current	{ background-position: 0 -150px; }
.nav-client-offers a:hover, .nav-client-offers a.current			{ background-position: -150px -150px; }
.nav-client-content	a:hover, .nav-client-content a.current			{ background-position: -300px -150px; }
.nav-client-resources a:hover, .nav-client-resources a.current		{ background-position: -450px -150px; }
.nav-client-reports a:hover, .nav-client-reports a.current			{ background-position: -600px -150px; }
.nav-client-contacts a:hover, .nav-client-contacts a.current		{ background-position: -750px -150px; }

.interface-dashboard {
	margin-left: 20px;
}

.interface-dashboard p {
	margin: 0;
	padding: 0 0 15px;
}

.interface-dashboard .btn {
	margin-top: 20px;
	display: inline-block;
}

.interface-dashboard h2 {
	color: #676759;
	font-size: 28px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}

.interface-dashboard p {
	font-size: 12px;
}

.interface-dashboard .span8 {
	width: 690px;
}

.interface-dashboard .span4 {
	width: 200px;
	background: none transparent;
	border-left: 1px solid #D1D3B1;
	margin: 20px 0 0 15px;
	padding-left: 15px;
}

.interface-dashboard .span4 h3 {
	margin-top: 12px;
}

.interface-dashboard .span4 h3,
.interface-dashboard .span4 p  {
	color: #ACAC9D;
	font-weight: normal;
}

/* Lightbox */

#lightbox {
	background:#000;
	display:none;
	left:0;
	min-height:100%;
	min-width:100%;
	opacity:0.8;
	position:fixed;
	top:0;
	z-index:500000;
}

#loading {
	color: #fff;
	display:none;
	font-size: 4em;
	left:0;
	min-width:100%;
	opacity:0.8;
	position:fixed;
	text-align: center;
	top: 40%;
	z-index:500001;
}

.lightbox-panel {
	background:#FFF;
	border: 1px solid #CCC;
	display:none;
	margin-left: 150px;
	padding: 0;
	position: fixed;
	top:100px;
	z-index:500002;
	
	outline: medium none;
    overflow: hidden;
	
	height: 500px;
    opacity: 1;
    width: 650px;
}

#faq-edit-panel, #update-edit-panel, #banner-edit-panel, #resources-edit-panel, #tab-edit-panel {
	left: 50%;
	margin-left: -325px;
}

#update-edit-panel, #banner-edit-panel  {
	height: auto;
}

.lightbox-content {
/*	height: 500px;*/
	overflow: auto;
	background: #F7F7F2;
}

.lightbox-content header,
.lightbox-content section,
.lightbox-content footer {
	padding: 20px 20px 10px 20px;
}

.lightbox-content section {
	background: #fff;
}

.lightbox-content footer {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}

.lightbox-content header a {
	font-size: 12px;
	color: #FF9326;
}

.lightbox-content header a:hover {
	color: #cc3300;
}

.lightbox-content section p {
	font-size: 11px;
}

.close-panel,.close-panel:hover {
	display: inline-block;
	padding: 2px 4px;
	background: #252572;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
	float: right;
	margin: 20px;
}

.close-panel:hover {
	background: #333;
}

/********************
 * Message Box
 *******************/

.message-box {
	color: #ffffff;
	padding: 7px 15px;
	margin-bottom: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.message-box p {
	margin: 0;
}

.message-box.success {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.message-box.error {
	background-color: #c43c35;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #c43c35 #c43c35 #882a25;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.message-box.info {
	background-color: #339bb9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* FAQ */

.faq {
	
}
.faq .ui-icon {
	display: inline-block;
}
.faq .question {
	font-size: 1.05em;
	color: #FF9326;
	cursor: pointer;
	text-decoration: underline;
}
.faq .title p {
	font-size: 1.15em;
	color: #252572;
	font-weight: bold;
}
.faq .answer {
	padding-left: 40px;
}

/****
 * Banner management
 ***/
 
li.banner {
	clear:both;
	margin: 10px 0;
}

li.banner img {
	float:left;
	min-width: 150px;
	width: 30%;
}

li.banner div {
	float: left;
	width: 50%;
}

li.banner div + div {
	float: left;
	width: 15%;
}

.banner-list.in-use .banner-delete {
	visibility: hidden;
}

#banner-image-holder {
	float: right;
	padding: 25px;
	width: 350px;
}

#banner-image-holder img {
	width: 300px;
}

/******************
 * Resources management
 */
 
li.resource {
	clear:both;
	margin: 10px 0;
}

li.resource div {
	float: left;
	width: 50%;
}

li.resource div + div {
	float: left;
	width: 15%;
}



.admin-offer {
	text-align: center;
}

.admin-offer td, .admin-offer th {
	padding: 4px;
	text-align: center;
}
/*******
 * Client Updates
 ******/
 
#updateList li a {
	font-size: 1.3em;
	color: #FF9326;
} 

.wysiwyg {
	width: 500px;
	height: 85px;
}

.tall-wysiwyg {
	height: 165px;
}

/**
 User Management
 */
#user-list .inactive {
	text-decoration: line-through;
	font-size: 0.8em;
	padding-left: 20px;
}

/**
 Tab Managements
 */

/* FAQ */

.tab .ui-icon {
	display: inline-block;
}
.tab-title {
	font-size: 1.05em;
	color: #FF9326;
	cursor: pointer;
	text-decoration: underline;
}

.tab-content {
	padding-left: 40px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
}

.center, .centre {
	text-align: center;
}

.centered, .centred {
	margin: 0 auto;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection:
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

