/*
Tagga Agency Platform CSS Code: Common styles

Tagga Colours
_____________________

Tagga Blue: #002C5F
Tagga Red: #D52B1E
Tagga Teal: #3CB6CE
Tagga Green: #A8B400
Tagga Light-orange: #EEAF30
Tagga Dark-orange: #E98300


*/


/* =GLOBAL
———————————————————————————————————————————————————*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background: url(../img/partner/bg-partnerHeader-wide.jpg) no-repeat center 113px;
	height: 100%;
	width: 100%;
}

textarea, input, button {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #333;
}

input {
	display: inline-block;
}

input[type="hidden"] {
	display: none;
}

input.custom, textarea.custom {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
}

input:focus.custom, textarea:focus.custom {
	background: #f3ffff;
}

input[type="button"], input[type="submit"], button {
	/*background: url(../img/partner/bg-inputs.png) repeat-x 0 0;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	color: #666;
	height: 20px;
	padding: 0 6px 2px;
	text-shadow: 0 1px #FFFFFF;*/
	color: #6E6E6E;
	font: bold 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 7px 12px;
	position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 white;
	-webkit-transition: border-color .218s, text-shadow .218s;
	-moz-transition: border .218s, text-shadow .218s;
	-o-transition: border-color .218s, text-shadow .218s;
	transition: border-color .218s, text-shadow .218s;
	background: #F3F3F3;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(whiteSmoke),to(#F1F1F1));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(whiteSmoke),to(#F1F1F1));
	border: solid 1px #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	/*background: url(../img/partner/bg-inputs.png) repeat-x 0 -21px;
	color: #fff;*/
	border-color: #3CB6CE;
	text-shadow: none;
}

input[type="button"].disabled, input[type="submit"].disabled, button.disabled {
	/*background: url(../img/partner/bg-inputs.png) repeat-x 0 0;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	cursor: default;
	color: #999;
}

input[type="button"]:hover.disabled, input[type="submit"]:hover.disabled, button:hover.disabled {
	color: #999;
	border-color: #ccc;
}


.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

img {
	border: 0 none;
}

.spacer50 {
	margin-bottom: 50px;	
}

.help {
	cursor: help;
}

br {
	margin: 0;	
}

p {
	margin: 0 0 24px 0;
	text-align: justify;
}

ul {
	padding: 0;
	margin: 0;
}

ul, li {
	list-style-type: none;
}


ol {
	list-style-position: outside;
	padding: 0 0 0 25px;
	margin: 0;
}

ol li {
	list-style-type: decimal;
}

a, a:link, a:visited {
	color: #3CB6CE;
	text-decoration: none;
	cursor:	pointer;
}

a, input, a:active, input:active, input:focus {
	outline-style: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	/*color: #fff;
	background: #3CB6CE;
	text-decoration: none;*/
}

input.applysubmit::-moz-focus-inner, input.login-submit::-moz-focus-inner {
	border: none;
}

input.disabled, label.disabled {
	color: #999;
}

h1 {
	margin:0 0 25px;
	color: #002C5F;
	font-family: Arial, sans-serif;
	font-size:22px;
	font-weight:normal;
	text-shadow: 0 1px #FFFFFF;
	display: block;
}

h1 span {
	color: #999;
}

h2, h2 a:link, h2 a:visited, label.h2 {
	font-size: 16px;
	color: #002C5F;
	font-weight: normal;
	margin: 0 0 25px 0;
	text-shadow: 0 1px #FFFFFF;
}

h2 a:hover, h2 a:active {
	color: 	#3CB6CE;
	background: #fff;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin: 0 0 10px 0;
	text-shadow: 0 1px #FFFFFF;
}

h4 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height:inherit;
	text-shadow: 0 1px #FFFFFF;
}

.fine-print {
	color: #666;
	font-size: 10px;
	font-style: italic;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

.divider-shadow {
	border: none;
	background: url(../img/partner/bg-clients-home.png) 0 20px;
	width: 900px;
	height: 20px;
	margin: 0 0 20px 0;
	clear: both;
}

.fltLeft {
	float: left;
}

.fltRight {
	float: right;
}

.back {
	float: left;
	margin-right: 15px;
}

input.back-button {
	margin-right: 15px;
	vertical-align: top;
}

.italic {
	font-weight: normal;
	font-style: italic;
}

label {
	/*font-weight: bold;*/
	margin: 0 0 5px 0;
	display: inline-block;
	/*vertical-align: middle;*/
}

.super {
	vertical-align: super;
	font-size: 8px;
	margin: 0 -6px 0 0;
}

img.loader {
	width: 18px;
}

.warning-404 {
	background: url(../img/partner/icon-error404.png) no-repeat;
	padding: 0 0 0 60px;
	width: 440px;
	margin: 100px auto 0;
}

.warning-404 h1 {
	margin: 0 0 14px;	
}

li.taggsNav {
	float:left;
	padding:0 15px 0 0;
	position:relative;
	text-indent: -999em;
	margin: 4px 0 0;
}

li.taggsNav.login {
	text-indent: 0;
	margin: 4px 0 0 245px;
}

li.taggsNav.logged {
	text-indent: 0px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	/*border-left: 1px solid #ccc;*/
	background: url(../img/partner/bg-border.png) repeat-y left top;
}

li.taggsNav.logged:first-child {
	margin: 0;
	padding: 0;
	/*border-left: none;*/
	background: none;
}

li.taggsNav.return {
	margin-left: 335px;
}

.taggsNav a {
	color: #999999;
	font-size:16px;
	text-decoration:none;
	text-shadow: 0 1px #FFFFFF;
}

.taggsNav a.active, .accountNav-partner a.active {
	color: #002C5F;
	text-decoration: none;
}

.taggsNav a:hover {
	color: #3CB6CE;
	text-decoration: none;
}

.taggsNav a:active, .accountNav-partner a:active {
	background: transparent;
}

.accountNav-partner {
	float: left;
	position: relative;
	padding: 0 0 0 12px;
}

.navspacer {
	padding-left: 35px;
}

.accountNav-partner, .logoutNav {
	padding-top: 2px;
}

.accountNav-partner a {
	color: #999999;
}

a.loggedUser {
	background: url(../img/partner/icon-account.png) no-repeat 0 3px;
	display: block;
	height: 19px;
	margin: -2px 0 0;
	padding: 2px 0 2px 21px;
}

a.loggedUser:active {
	background: url(../img/partner/icon-account.png) no-repeat 0 4px;
}

.accountNav-partner a:hover {
	color: #3CB6CE;
	text-decoration: none;
}

.accountNav-partner ul, .taggsNav ul {
	left: -10px;
	position: absolute;
	top: -1px;
	padding: 21px 0 0 0;

}

.taggsNav a.platform, .taggsNav a.pricing, .taggsNav a.clients, .taggsNav a.signup, .taggsNav a.logout, .taggsNav a.contact, .taggsNav a.returnplatform {
	background: url(../img/partner/button-Nav-01.png);
	height: 16px;
	display: block;
}

.taggsNav a.platform {
	width: 58px;
}

.taggsNav a:hover.platform {
	background-position: 0 -17px;
}

.taggsNav a.platform.active {
	background-position: 0 -34px;
}

.taggsNav a.pricing {
	width: 47px;
	background-position: -64px 0;
}

.taggsNav a:hover.pricing {
	background-position: -64px -17px;
}

.taggsNav a.pricing.active {
	background-position: -64px -34px;
}

.taggsNav a.clients {
	width: 49px;
	background-position: -116px 0;
	padding: 0;
}

.taggsNav a:hover.clients {
	background-position: -116px -17px;
}

.taggsNav a.clients.active {
	background-position: -116px -34px;
}

.taggsNav a.contact {
	width: 55px;
	background-position: -328px 0;
	padding: 0;
}

.taggsNav a:hover.contact {
	background-position: -328px -17px;
}

.taggsNav a.contact.active {
	background-position: -328px -34px;
}

.taggsNav a.signup {
	width: 56px;
	background-position: -170px 0;
}

.taggsNav a:hover.signup {
	background-position: -170px -17px;
}

.taggsNav a.signup.active {
	background-position: -170px -34px;
}

.taggsNav a.returnplatform {
	width: 154px;
	background-position: -388px 0;
	padding: 0;
}

.taggsNav a:hover.returnplatform {
	background-position: -388px -17px;
}

.taggsNav a.logout {
	width: 49px;
	margin: 0 0 0 400px;
	background-position: -274px 0;
}

.taggsNav a:hover.logout {
	background-position: -274px -17px;
}

.taggsNav a.logout.active {
	background-position: -274px -34px;
}

.taggsNav input.login-username, .taggsNav input.login-password {
	width: 120px;
	margin: -4px 10px 0 0;
	color: #999;
	float: left;
}

.taggsNav input.login-submit {
	margin: 0;
	background: url(../img/partner/button-Nav-01.png) -232px 0;
	height: 16px;
	display: block;
	border: none;
	width: 37px;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.taggsNav input:hover.login-submit {
	background-position: -232px -17px;
}

.taggsNav a:active, .taggsNav input:active.login-submit {
	position: relative;
	top: 1px;
	outline-style: none;
}

.taggsNav .forgot-password {
	margin: -5px 0 0 145px;
	line-height: normal;
	height: 10px;
	clear: both;
}

.taggsNav .forgot-password a {
	font-size: 10px;
	color: #999;
}

.taggsNav .forgot-password a:hover {
	text-decoration: underline;
	color: #3CB6CE;
}


.accountNav-partner ul li, .taggsNav ul li {
	padding: 1px 0 0 10px;
	width: 83px;
	height: 26px;
	float: none;
	margin: 0;
	background: url(../img/partner/nav-dropdown-trans.png) no-repeat;
	color: #fff;
}

.accountNav-partner ul li.menu1 a, .accountNav-partner ul li.menu2 a, .accountNav-partner ul li.menu3 a {
	color: #fff;
	font-size:12px;
	text-decoration:none;
}

.taggsNav ul li.menu1 a, .taggsNav ul li.menu2 a {
	color: #fff;
	font-size:13px;
	text-decoration:none;
}

.accountNav-partner ul li a:hover, .taggsNav ul li a:hover {
	background: none;
}

p.intro {
	margin: 0 0 25px 0;
}

.intro {
	margin: 0 0 50px 0;
	width: 790px;
}





/* =API
———————————————————————————————————————————————————*/

.widgetWrapper.newsUpdateWrapper {
	top: 180px;
}

.widgetWrapper.newsUpdateWrapper .partnerBox {
	height: 200px;
}





/* =CUSTOM FILE INPUT
———————————————————————————————————————————————————*/

.taggaCustomFile {
	position: relative;
	vertical-align: top;
}

.taggaCustomFile input.taggaFileHide {
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	width: 220px;
}

input.taggaFileIE8.custom {
	width: 260px;
}

.taggaFile {
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 1;
}

.taggaFile input.taggaFileInput {
	width: 135px;
	margin-right: 0px;
}

.taggaFile input.taggaFileInput.initState {
	color: #999;
	font-style: italic;
}

.taggaFile input.taggaFileButton {
	padding: 4px 8px;
}

label[for=fileUpload] {
	vertical-align: top;
	position: relative;
	top: 5px;
}

label[for=fileLabel] {
	display: none;
}

.file-controls input.upload-submit {
	top: -3px;
}

.file-controls span.error-icon, .file-controls span.success-icon {
	vertical-align: top;
	margin-top: 0;
} 

/* =ERROR/SUCCESS MESSAGES
———————————————————————————————————————————————————*/

h1.error, h1.create.error {
	margin-right: 10px;
	float: left;
}

.error-message, .success-message, .warning-message {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../img/partner/bg-error.png) repeat-x 0 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	vertical-align: top;
	margin: 0;
	padding: 6px 5px 6px 10px;
	text-align: left;
	width: auto;
	line-height: 13px;
}

.error-message a, .success-message a, .warning-message a {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

.success-message {
	background-position: 0 -100px;
}

.warning-message {
	background-position: 0 -200px;
}

.success-message-partner {
	font-weight: bold;
	color: #A8B400;
}

.success-message-partner img {
	float: left;
	margin: 0 5px 0 0;
}

.success-message-partner .msg-text {
	padding: 8px 0 0 0;	
}


.error-message-partner {
	font-weight: bold;
	color: #D52B1E;
}
.error-message-partner img {
	float: left;
	margin: 0 5px 0 0;
	padding: 8px 0 0 0;	
}
.error-message-partner .msg-text {
	padding: 8px 0 0 0;	
}

.error-message.contest-date {
	margin: -10px 0 20px 130px;	
}

a.error-close {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/partner/icon-error-close.png);
	opacity: 0.5;
	/*filter: alpha(opacity=50);*/
	margin: 0 0 0 10px;
	vertical-align: middle;
}

a.error-close:hover {
	opacity: 1;
	/*filter: alpha(opacity=100);*/
}

input.error {
	border: 1px solid #D52B1E;	
}

.error-icon, .success-icon {
	background: url(../img/partner/icon-error-success.png);
	width: 25px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.error-icon {
	background-position: 0 -3px;
}

.success-icon {
	background-position: 0 -28px;
}

.error-icon:hover {
	cursor: help;
}





/* =HEADER STYLES
———————————————————————————————————————————————————*/

.header-wrapper {
	background: url(../img/partner/bg-header.png) repeat-x bottom center;
	border-bottom: 1px solid #ccc;
	min-width: 1260px;
}

#header {
	background: none;
	position: relative;
	width: 1158px; /* 1080 + width of tagga talk bubble (80px) */
	padding: 10px 90px 0 10px; /* 10px left and right padding, with the width of the talk bubble added to the right */
	margin: 0 auto;

}

#header-intro {
	min-height: 102px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1046px;
	padding: 10px 0 0 0;
}

#header-intro.view {
	width: 900px;
}

#header-intro-wrap {
	width: 900px;
	margin: auto;
}

#header h1.logo {
	margin: 12px 14px 20px 0;
	overflow:hidden;
	float:left;
	height: 70px;

}

#header-intro h1.logo {
	margin: 12px 8px 20px 0;
	overflow:hidden;
	float:left;
	height: 70px;

}

#header h1.logo a{
	background: url(../img/partner/logo.png) 0 0 no-repeat;
	width:240px;
	height:71px;
	text-decoration: none;
	text-indent: -999em;
	float: left;
}

#header-intro h1.logo a{
	background: url(../img/partner/logo.png) 0 0 no-repeat;
	width:244px;
	height:71px;
	text-decoration: none;
	text-indent: -999em;
	float: left;
}


#header h1.logo a:hover {
	background-position: -250px 0;
}

#header-intro h1.logo a:hover {
	background-position: -250px 0;
}


.logo {
	margin: 4px 20px 20px 0;
	overflow:hidden;
	float:left;
	height: 70px;
}

.logo a {
	text-decoration: none;
	float: left;
	visibility: visible;
}

.logo a img, .logo img {
	max-height:70px;
	max-width:240px;
	visibility: visible;
}
	
#partnerWrapper {
	width: 860px;
	padding: 0 20px;
	margin: 40px auto 75px;
	min-height: 600px;
}

#partnerWrapper-splash {
	width: 900px;
	margin: 40px auto 125px;
	min-height: 600px;
}

.template_loading-create {
	position: relative;
	top: -78px;
	left: 85px;
	font-weight: bold;
	color: #3CB6CE;
}

.template_loading-edit {
	margin: -20px 0 0;
	font-weight: bold;
	color: #A8B400;
}

.template_loading-create img, .template_loading-edit img {
	vertical-align: top;
	margin: 2px 5px 0 0;
}

.create-box {
	margin: 0 0 50px;
	/*background: url(../img/partner/bg-create-gradient.png) top right no-repeat;*/
	width: 800px;
}


.partnerHeader span {
	vertical-align: middle;
	float: left;
}

.help-wrapper {
	position: relative;
	display:inline-block;
	margin: 0 5px 0;
	/*vertical-align: middle;*/
	top: 4px;
}

a.help, a:visited.help {
	display: block;
	width: 17px;
	height: 17px;
	padding: 0;
	background: url(../img/partner/icon-help.png) -4px -4px;
}

a:hover.help, a:active.help {
	width: 17px;
	height: 17px;
	background: url(../img/partner/icon-help.png) -4px 21px;
}

.helpbox-wrapper {
	/*background: url(../img/partner/bg-help02.png) bottom no-repeat;*/
	padding: 0 0 14px;
	position: absolute;
	top: 5px;
	left: 21px;
	z-index: 999;
	
}

.helpbox {
	/*width: 296px;
	background: url(../img/partner/bg-help01.png) no-repeat;
	padding: 10px 14px 20px 45px;*/
	z-index: 1000;
}

.helpbox.header {
	height: 40px;
	background: url(../img/partner/bg-help.png) no-repeat;
	width: 308px;
	padding: 10px 10px 0 49px;
	border: 1px solid #ccc;
	border-left: none;
	border-bottom: none;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.helpbox.content, .helpbox.footer {
	background: url(../img/partner/bg-trans-white-95.png) repeat;
	width: 300px;
	padding: 0 18px;
	margin: 0 0 0 30px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}

.helpbox.content {
	max-height: 250px;
	overflow-y: auto;
}

.helpbox.footer {
	border: 1px solid #ccc;
	border-top: none;
	height: 30px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.helpbox h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
	font-family: Arial, sans-serif;
}

.helpbox h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;	
	margin: 0 0 5px;
}

.helpbox p {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 18px;
	padding: 0 10px 0 0;
}

.helpbox a.close, .helpbox a:visited.close {
	background: url(../img/partner/icon-help.png) no-repeat -29px -4px;
	width: 17px;
	height: 17px;
	display: block;
	float: right;
	padding: 0;
}

.helpbox a:hover.close, .helpbox a:active.close {
	background-position: -29px -29px;
}

.partnerHeader {
	font-size: 16px;
	font-weight: normal;
	/*width: 860px;*/
	color: #002C5F;
	margin: 0 0 20px 0;
	height: 20px; /* ** NEEDED FOR IE7 TO FORCE HASLAYOUT ** */
}

.partnerBox {
	background: #eee url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	width: 680px;
	/*width: 550px;*/
	padding: 25px 25px;
	margin: 0;
	clear: both;
}


.partnerBox-bottom {
	background: url(../img/partner/bg-create-box-bottom.png) no-repeat;
	width :784px;
	height: 16px;
	overflow: visible;
}

.partnerBox-bottomcorner {
	background: url(../img/partner/bg-create-box-bottomcorner.png) no-repeat;
	width :16px;
	height: 16px;
	margin: 0 0 0 784px;
}

.create-button {
	padding: 25px 0 0 0;
	background: #fff;
}

.create-button-last {
	background: #fff;	
	margin: -25px 0 0;
}

.partnerBox input.campaignType-radio {
	margin: 0 15px 0 0;	
	width: auto;
}

.partnerBox input.votingOption-radio {
	margin: 0 5px 0 10px;	
	width: auto;
}

.campaigntype-inputs {
	float: left;
	margin: 5px 50px 0 0;
	/*height: 100px;*/
}

.campaigntype-inputs span.campaign-icon {
	margin: 0 5px 0 0;
}

.campaigntype-copy {
	font-style: italic;
}

.campaigntype-copy p {
	margin: 0;
}

.partnerBox input, .partnerBox select, .partnerBox textarea {
	margin:0 0 20px;
	width: 250px;
}

.partnerBox input.submit {
	width: auto;
	margin: 0;
}

input.create-checkbox {
	margin: 0 5px 20px 0;	
}

.partnerBox input.bm_type {
	margin: 0 0 10px;
}

input.button, .submit input {
	width: auto;
}

.countdown {
	margin: 0 10px 15px 0;
	color:#A8B400;
	font-size: 14px;
	font-weight: bold;
}

.over-limit-link { /* color used when the textarea char count is over the limit */
	color:#E98300;
}

.over-limit { /* color used when the textarea char count is over the limit */
	color:#D52B1E;
}

#custom_tagg {
	float: left;
	margin: 0 5px 25px 0;
	width:100px;
	z-index: 2;
	font-weight: bold;
	color: #A8B400;
}

/*.error-message {
	background: none;
	border: none;
	font-weight: bold;
	width: auto;
	padding:0;
	margin: 0;
	color: #D52B1E;
	text-align:left;
}*/



#tos_error_div {
	margin: 0 0 0 0;	
}

.mobile-img-sms {
	background:transparent url(../img/icons/createSMS.gif) repeat scroll 0 0;
	height:36px;
	width:36px;
	float:left;
	margin:0 10px;
}

.text-to {
	float:left;
	font-weight: bold;
	margin: 0 5px 0 0;
}

#map_location {
	margin: 0 0 20px 0;	
}

#loading_image {
	
}

.promote-number {
	float: left;
	color:#002C5F;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin: 0 10px 0 0;
}

.mobile-img-www {
	background:transparent url(../img/icons/createWWW.gif) repeat scroll 0 0;
	display:block;
	float:left;
	height:36px;
	margin:0 10px;
	vertical-align:middle;
	width:36px;
}

#logoAttachDiv img {
	max-height:70px;
	max-width:240px;
}

.tagg-link-desc {
	float:left;
	font-size:12px;
	margin:10px 10px 0 0;
}

.tagg-link {
	float:left;
	font-size:12px;
	margin:10px 10px 0 0;
}

#number_id {
	width: 200px;
}

.partnerNav {
	float:left;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 57px 0 0;
}

.partnerSubNav {
	float: Right;
	font-family:Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 56px 0 0;
}


#globalnavNew {
	color: #999;
	padding: 56px 0 0;
}

.partnerInstr ol li {
	list-style-type:decimal;
}



#phone_preview .header {
	height: 17px;
	margin-bottom: 3px;
}

#phone_preview p {
	margin-bottom: 2px;
	padding: 0 5px 5px;
}

.side-box {
	border: none;
	position: relative;
	top: 0px;
	width: 150px;
	height: 160px;
	background: url(../img/global/bg-sidebar-preview.gif);
	margin:0 0 0 370px;
	padding: 15px 0 0 0;
}

.side-box-approve {
	border: none;
	position: relative;
	top: 0px;
	width: 150px;
	height: 145px;
	background: url(../img/global/bg-sidebar-preview.gif);
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}



.partnerAdminRadio {
	display: inline;
}






/* =SPLASH/LANDING PAGE
———————————————————————————————————————————————————*/

.success-signup-bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.success-signup {
	background: url(../img/partner/bg-success-signup.png);
	width: 460px;
	height: 170px;
	position: absolute;
	margin: 0 0 0 50%;
	left: -225px;
	top: 200px;
	z-index: 12;
	padding: 10px 10px 20px 80px;
}

.success-signup h1 {
	margin: 20px 0 14px 0;	
}

.success-signup a.close-signup {
	background: url(../img/partner/icon-close.png);
	width: 18px;
	height: 18px;
	display: block;
	float: right;
}

.success-signup p {
	font-size: 14px;
	margin: 0 20px 20px 0;
}

.splash-graphic {
	background: url(../img/partner/graphic-splash-large.jpg);
	width: 900px;
	height: 220px;
	display: block;
	margin: -39px 0 25px 0;
}

.splash-graphic a.signup-trial {
	background: url(../img/partner/button-Home.png);
	width: 303px;
	height: 33px;
	display: block;
	position: relative;
	top: 115px;
	left: 538px;
}

.splash-graphic a:hover.signup-trial {
	background-position: 0 -33px;	
}

.splash-graphic a:active.signup-trial {
	top: 116px;
}

h2 span {
	font-size: 12px;
	margin: 0 0 0 10px;
	font-style: italic;
	color: #999;
}

.partnerColLeft {
	width: 480px;
	float: left;
	margin: 0 40px 0 20px;
}

.partnerColRight {
	width: 340px;
	margin: 0 0 0 540px;
	padding: 0 20px 0 0;
}

.partnerColLeft h2 {
	margin: 0 0 15px 0;
}

.partnerColRight h2 {
	margin: 0 0 15px 0;
}

.section {
	margin: 0 0 25px 0;
}

p.tag-line {
	font-size: 16px;
}

.pdf {
	background: url(../img/partner/icon-pdf.png) no-repeat;
	display:block;
	height:35px;
	padding:3px 0 0 40px;
}

a.pdf-adobe {
	background: url(../img/partner/icon-pdf-adobe.png) no-repeat;
	display:block;
	height:62px;
	padding: 8px 0 0 65px;
	margin: 75px 0 0;
}

a:hover.pdf-adobe {
	text-decoration: none;	
}

a.pdf-adobe h2 {
	font-size: 14px;
	color: #002C5F;
	margin: 0;
}

a.pdf-adobe h3 {
	font-size: 14px;
	color: #666;
}

a:hover.pdf-adobe h3 {
	color: #3CB6CE;
	text-decoration: underline;
}

ul.partnerInstructions {
	padding: 0;
	margin: 0;
}

ul.partnerInstructions li, ul.partnerInstructions li.one, ul.partnerInstructions li.two, ul.partnerInstructions li.three {
	margin:0;
	min-height:0;
	padding:0 0 0 22px;
	list-style-type: none;
	background-position: 0 0;
}

ul.partnerInstructions li.one {
	background: url(../img/partner/ol-one.png) no-repeat 0 6px;
}

ul.partnerInstructions li.two {
	background: url(../img/partner/ol-two.png) no-repeat 0 6px;
}

ul.partnerInstructions li.three {
	background: url(../img/partner/ol-three.png) no-repeat 0 6px;
}

.blue {
	color: #002C5F;
}

.new-features {
	margin-left: -25px;
}

.new-features .top {
	background: url(../img/partner/bg-partnerNews-top.png) no-repeat;
	width: 307px;
	height: 15px;
	padding: 15px 25px;
}

.new-features .middle {
	background: url(../img/partner/bg-partnerNews-middle.png) no-repeat;
	background-color: #ebebeb;
	width: 307px;
	padding: 15px 25px;
	height: 100px;

}

.new-features .bottom {
	background: url(../img/partner/bg-partnerNews-bottom.png) no-repeat;
	width: 357px;
	height: 25px;
}

ul.features {
	padding: 0;
	margin: 0 0 20px;
}


 ul.features li {
	margin: 0 0 3px;
	min-height:0;
	padding:0 0 0 22px;
	list-style-type: none;
	background-position: 0 0;
}

ul.features li.one {
	background: url(../img/partner/bullet-one.png) no-repeat 0 4px;
	
}

ul.features li.two {
	background: url(../img/partner/bullet-two.png) no-repeat 0 4px;
	
}

ul.features li.three {
	background: url(../img/partner/bullet-three.png) no-repeat 0 4px;
	
}

ul.case-studies {
	padding: 0;
	margin: 0;
}

ul.case-studies li {
	float: left;
	margin: 0 15px 0 -5px;
}

.section a.signup, .section a.features, .section a.pricing {
	background: url(../img/partner/button-Home.png) no-repeat 0 0;
	display: block;
	width: 103px;
	height: 33px;
	margin: 0 10px 0 0;
	float: left;
}

.section a.signup {
	background-position: -303px 0;
	margin-left: -2px;
}

.section a:hover.signup {
	background-position: -303px -33px;
}

.section a.features {
	background-position: -406px 0;
}

.section a:hover.features {
	background-position: -406px -33px;
}

.section a.pricing {
	background-position: -509px 0;
}

.section a:hover.pricing {
	background-position: -509px -33px;
}

.section a:active {
	position: relative;
	top: 1px;
}

.partnerInstr li a.partner-apply {
	background: url(../img/partner/button-Apply-Now.gif) no-repeat 0 -40px;
	display: block;
	width: 128px;
	height: 38px;
}

.partnerInstr li a:hover.partner-apply {
	background: url(../img/partner/button-Apply-Now.gif) no-repeat 0 -40px;
}

.clients-list {
	padding: 0 20px;	
}

.clients-list ul {
	background: url(../img/partner/bg-clients-home.png) no-repeat;
	width: 860px;
	height: 20px;
	border-top: 1px solid #ccc;
}

.clients-list ul li:first-child {
	border: none;
	/*padding-left: 0;*/
}

/*.clients-list ul li {
	float: left;
	border-left: 1px solid #ddd;
	padding: 20px 12px 0;
	height: 36px;
}*/

.clients-list ul li {
	display: inline-block;
	border-left: 1px solid #ddd;
	padding: 20px 12px 0 52px;
	vertical-align: top;
	width: 210px;
	line-height: normal;
	min-height: 60px;
}

.clients-list ul li.last {
	padding-right: 0;	
}

.clients-list ul li.splash-btg, .clients-list ul li.splash-news, .clients-list ul li.splash-events {
	background: url(../img/partner/icon-splash.png) no-repeat 12px 15px;	
}

.clients-list ul li.splash-btg {
	background-position: 12px -157px;	
}

.clients-list ul li.splash-events {
	background-position: 12px -73px;	
}

.clients-list ul li h2 {
	margin: 0 0 10px;	
	font-size: 14px;
}

.clients-list ul li p {
	margin: 0;	
}

.clients-list ul li img {
	vertical-align: middle;	
}






/* =PLATFORM PAGE
———————————————————————————————————————————————————*/

.platform-intro {
	font-size: 14px;
	line-height: 28px;
}

.platform-intro p {
	width: 520px;	
	float: left;
	margin: 0;
}

.billboard {
	background: url(../img/partner/graphic-billboard.jpg);
	width: 284px;
	height: 166px;
	margin: 0 0 0 575px;
}

.platform-features-wrapper {
	height: 400px;
}

.platform-nav {
	width: 190px;	
	color: #999;
	font-size: 14px;
	background: url(../img/partner/bg-platform-nav.png) right 0 no-repeat;
	float: left;
	height: 180px;
	padding: 10px 0 0;
}

.platform-nav a {
	color: #999;
	background: url(../img/partner/bg-bullets.png) no-repeat right -63px;
	padding: 0 17px 0 0;
	margin: 0 10px 0 0;
}

.platform-nav a:hover {
	color: #3CB6CE;
	text-decoration: none;
}

.platform-nav a:hover.platform-nav-one {
	background-position: right 3px;
}

.platform-nav a:hover.platform-nav-two {
	background-position: right -19px;
}

.platform-nav a:hover.platform-nav-three {
	background-position: right -41px;
}

.platform-nav a.active {
	color: #002C5F;	
}

.platform-nav a.platform-nav-one.active {
	background-position: right 3px;
}

.platform-nav a.platform-nav-two.active {
	background-position: right -19px;
}

.platform-nav a.platform-nav-three.active {
	background-position: right -41px;
}

.platform-nav ul li {
	text-align: right;
	border-top: 1px solid #ccc;
}

.platform-nav ul li:first-child {
	border-top: none;
}

.platform-features {
	margin: 0 0 0 210px;
	padding: 15px 0 0;
}

.preview {
	width: 184px;
	height: 338px;	
	float: left;
	margin: -25px 20px 0 0;
}






/* =PRICING PAGE
———————————————————————————————————————————————————*/
.pricing-intro {
	float: left;
	margin: 0 40px 40px 0;
	padding: 0 40px 0 0;
	border-right: 1px solid #ddd;
	width: 480px;
}

.pricing-intro h2 {
	color: #666;
}

.pricing-intro p {
}

.pricing-quote {
	margin: -10px 0 40px 560px;	
}

.pricing-quote p {
	color: #999;
	font-size: 18px;
	line-height: 36px;
	margin: 0;
	text-align: left;
}

.pricing-quote span {
	background: url(../img/partner/icon-quotes.png) no-repeat 0 -52px;
	width: 20px;
	height: 18px;
	display: inline-block;
	margin: 0 0 0 10px;
}

.pricing-quote span:first-child {
	background: url(../img/partner/icon-quotes.png) no-repeat 0 0;
	margin: 0 10px 0 0;
}

.pricing-quote.quote-02 p {
	font-size: 14px;
	line-height: 28px;
}

.pricing-quote.quote-03 p {
	font-size: 16px;
	line-height: 32px;
}

.pricing-quote p.author {
	font-size: 12px;
	text-align: right;
}
table.pricing-table {
	width: 860px;	
	border-spacing: 0;
	margin: 0 0 20px;
}

table.pricing-table.features {
	border-top: 1px solid #ccc;	
	margin: 0 0 80px;
}

table.pricing-table td, table.pricing-table th {
	text-align: center;
	height: 25px;
	width: 210px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}

table.pricing-table th.title {
	border-top: 1px solid #ccc;
	background: url(../img/partner/bg-pricing-table.png) repeat-x;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

table.pricing-table th.basic {
	background-position: 0 0;
}

table.pricing-table th.mid {
	background-position: 0 -25px;
}

table.pricing-table th.premium {
	background-position: 0 -50px;
}

table.pricing-table td.legend {
	background: #f2f2f2;
	width: 210px;
	padding: 0 10px;
	text-align: right;
	border-left: 1px solid #ccc;
}

table.pricing-table tr.button td {
	border: none;
	padding: 20px 0 0;
}

table.pricing-table tr.button a {
	background: url(../img/partner/button-signup-pricing.png) repeat-x;
	width: 108px;
	height: 33px;
	display: block;
	margin: 0 auto;
}

table.pricing-table tr.button a:active {
	position: relative;
	top: 1px;
}

table.pricing-table tr.button a.signup-basic {
	background-position: 0 0;
}

table.pricing-table tr.button a:hover.signup-basic {
	background-position: 0 -33px;
}

table.pricing-table tr.button a.signup-mid {
	background-position: -108px 0;
}

table.pricing-table tr.button a:hover.signup-mid {
	background-position: -108px -33px;
}

table.pricing-table tr.button a.signup-premium {
	background-position: -216px 0;
}

table.pricing-table tr.button a:hover.signup-premium {
	background-position: -216px -33px;
}

table.pricing-table tr.button td.stipulations {
	font-size: 10px;
	text-align: left;
	padding: 0;
	line-height: 12px;
}

.clients-list.pricing {
	padding: 0;
	height: 56px;
	margin: 0 0 160px;
}





/* =PRESS
———————————————————————————————————————————————————*/

h1.press-header {
	
}

h1.press-header a {
	color: #999;	
}

h1.press-header a:first-child {
	border: none;
	padding: 0;
	margin: 0;
}

h1.press-header a {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 10px;
}

h1.press-header a:hover, h1.press-header a.active:hover {
	color: #3CB6CE;
	text-decoration: none;
}

h1.press-header a.active {
	color: #002C5F;
}

.press-admin-col-1 {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
}

.press-admin-col-1 label {
	width: 70px;	
}

.press-admin-col-1 input {
	width: 260px;	
}

.press-admin-col-1 input[type="submit"] {
	width: 60px;	
}

.press-admin-col-2 {
	margin: 0 0 0 420px;	
}

.press-admin-col-2 ul {
	border-left: 1px solid #ccc;
	padding-left: 20px;
	margin: 0 0 20px;
}

.press-admin-col-2 ul label {
	width: 70px;	
}

div.news-wrapper ul.news-item {
	border-top: 1px solid #CCCCCC;
	margin: 0 0 10px;
	padding: 10px 0 0;
}

div.news-wrapper ul.news-item:first-child {
	border-top: none;
}

ul.news-item li {
	border-left: 1px solid #CCCCCC;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}

ul.news-item li:first-child {
	padding-left: 0;
}

ul.news-item li.title {
	border-left: medium none;
	color: #002C5F;
	width: 180px;
}

ul.news-item li.date {
	width: 75px;
}

ul.news-item li.link {
	
}






/* =DASHBOARD
———————————————————————————————————————————————————*/

h2.dashboard {
	float: left;
}

#partnerWrapper-dashboard {
	width: 1080px;
	margin: 40px auto 75px;
	min-height: 600px;
	padding: 0 90px;
}

.dashboard-main {
	float: left;
	width: 790px;
	margin: 0;
}

.dashboard-intro {
	margin: 0 0 25px 0;
}

.amchart-dashboard {
	margin: 0 0 0 375px;
}

.blank-slate {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	width: 748px;
	background: #eee url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	padding: 20px;
	margin: 0 0 15px;
}

.blank-slate p {
	font-size: 14px;
	text-align: center;
	width: 460px;
	margin: 0;
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 20px 0 0;
}

.blank-slate a {
	width: 208px;
	height: 33px;
	background: url(../img/partner/button-dashboard-blank.png);
	display: block;
	margin:0 0 0 530px;
}

.blank-slate a.create, .blank-slate a.mobile {
	margin-top: 15px;
}

.blank-slate a:hover.create {
	background-position: 0 -33px;
}

.blank-slate a.mobile {
	background-position: -208px 0;
}

.blank-slate a:hover.mobile {
	background-position: -208px -33px;
}

.blank-slate a.account {
	background-position: -416px 0;
}

.blank-slate a:hover.account {
	background-position: -416px -33px;
}

.partner-table td.active {
	text-align: center;
}

.partner-table td.projectID {
	text-align: center;
}

.partner-table td.campaignTitle {
	text-align: left;
}

.partner-table td.maxSends {
	text-align: center;
}

.partner-table td.creator {
	text-align: left;
}

.partner-table td.totalSends {
	text-align: center;
}

.partner-table td.toolkitToggle {
	text-align: center;
}

.quicklinks {
	padding: 47px 0 0;
}

.quicklinks a.partner-dashboard {
	width: 236px;
	height: 29px;
	display: block;
	color: #666;
	text-align: center;
	font-size: 14px;
	padding: 5px 0 0 0;
	margin: 0 0 15px 0;
	background: url(../img/partner/button-dashboard10.gif) no-repeat;
}

.quicklinks a:hover.partner-dashboard {
	color: #fff;
}

.quicklinks a:hover.approve {
	background: url(../img/partner/button-dashboard01.gif) no-repeat;
}

.quicklinks a:hover.credits {
	background: url(../img/partner/button-dashboard02.gif) no-repeat;
}

.quicklinks a:hover.reports {
	background: url(../img/partner/button-dashboard05.gif) no-repeat;
}

.quicklinks a:hover.create {
	background: url(../img/partner/button-dashboard04.gif) no-repeat;
}

a.sidebar-toggle {
	height: 20px;
	display: block;
	padding: 0 0 0 25px;
	color: #666;
	font-size: 14px;
	margin: 0 0 5px 0;
}

a.sidebar-toggle:hover {
	text-decoration: none;
	color: #3CB6CE;
}

a.sidebar-collapsed {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 1px;
}

a.sidebar-collapsed:hover {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -19px;
}

a.sidebar-collapsed:active {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -79px;
}

a.sidebar-expanded {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -39px;
}

a.sidebar-expanded:hover {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -59px;
}

a.sidebar-expanded:active {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -79px;
}

ul.sidebar-list {
	padding: 0 0 0 22px;
}

ul.sidebar-list li {
	margin: 0 0 5px;
	min-height:0;
	padding:0 0 0 22px;
	list-style-type: none;
	background-position: 0 0;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}

ul.sidebar-list li.one {
	background: url(../img/partner/bullet-one.png) no-repeat 0 4px;
	
}

ul.sidebar-list li.two {
	background: url(../img/partner/bullet-two.png) no-repeat 0 4px;
	
}

ul.sidebar-list li.three {
	background: url(../img/partner/bullet-three.png) no-repeat 0 4px;
	
}

ul.sidebar-list li.pdf {
	background: url(../img/partner/icon-pdf-small.png) no-repeat;
	display: block;
	height: 20px;
	padding: 0 0 0 32px;
}

ul.sidebar-list li.www {
	background: url(../img/partner/icon-www-small.png) no-repeat;
	display: block;
	height: 20px;
	padding: 0 0 0 32px;
}



/* =DASHBOARD NEW
———————————————————————————————————————————————————*/


.dashboardLoader {
	background: url(../img/partner/bg-trans-white.png) repeat;
	/*background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);*/
	width: 790px;
	height: 675px;
	position: absolute;
	margin: 0 0 0 290px;
	z-index: 10;
}

.dashboardLoader img {
	margin: 200px auto 0;	
	display: block;
}

.schedule img.schedule-loader {
	margin-top: -2px;
	vertical-align: middle;
}

.helper-box {
	position: absolute;
	padding: 5px;
	background: #fff;
	border: 1px solid #bbb;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1000000000;
}

.dashboard {
	float: left;
}

.dashboard-head {
	padding: 0 0 0 5px;	
}

.dashboard-global {
	color: #002C5F;
	background: #EEEEEE url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	height: 27px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin: 0 0 20px;
	padding: 3px 0 0;
}

.dashboard-switch {
	float: left;
}

.dashboard-switch a, .dashboard-switch p {
	font-size: 16px;
	color: #999;
	padding: 0 15px;
	/*border-right: 1px solid #ccc;*/
	background: url(../img/partner/bg-border.png) repeat-y right top;
	height: 24px;
	display: inline-block;
	text-align: center;
	text-shadow: 0 1px #FFFFFF;
	vertical-align:top;
}

.dashboard-switch a#sms_campaign_button {
	background: none;
}

.dashboard-switch a.active, .dashboard-switch p.active {
	color: #002C5F;
}

.dashboard-switch a:hover {
	color: #3CB6CE;
	text-decoration: none;
}

.dashboard-switch span.breadcrumb {
	display: inline-block;
	top: -3px;
	position: relative;
	font-size: 16px;
	color: #002C5F;
	padding: 0 15px;
	text-shadow: 0 1px #FFFFFF;
	background: url(../img/partner/bg-breadcrumb.png) no-repeat left top;
	height:30px;
	line-height:30px;
	padding-left: 30px;
	left: -15px;
}

.dashboard-search {
	float: right;
	padding: 0 15px;
	background: url("../img/partner/bg-border.png") repeat-y left top;
	height: 24px;
	width: 240px;
	position: relative;
}

.dashboard-search-results {
	position: absolute;
	left: -500px;
	width: 470px;
	padding: 0 15px;
	text-align: right;
	color: #666;
	font-style: italic;
}

.dashboard-search input.search {
	color: #999;
	width: 200px;
	height: 14px;
}

.dashboard-search input.search-button {
	background: url(../img/partner/icon-view.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	border: none;
	cursor: pointer;
	vertical-align: top; /* For IE8 */
}

.dashboard-search input.search-button.search-button-clear {
	background: url(../img/partner/icon-delete.png);
}

.dashboard-search input:hover.search-button, .dashboard-search input:hover.search-button-clear {
	background-position: 0 -25px;
}

.dashboard-search input:active.search-button, .dashboard-search input:focus.search-button, .dashboard-search input::-moz-focus-inner {
	outline-style: none;
	outline: none;
	padding: 0;
	border: none;
}

.dashboard-search input:active.search-button {
	top: 1px;
	position: relative;
}

.not-found p {
	text-align: center;	
}

.search-term {
	font-weight: bold;	
}

.search-result {
	background: #ef6;
}

.help_dashboard {
	margin-right: 20px;	
}

.dashboard-standard, .dashboard-news, .dashboard-voting, .dashboard-contest, .dashboard-collection, .dashboard-rss {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 5px 0 0;
	vertical-align: middle;
}

li.dashboard-standard, li.dashboard-news, li.dashboard-voting, li.dashboard-contest, li.dashboard-collection, li.dashboard-rss {
	width: auto;
	height: auto;
	display: block;
	margin: 0 25px 5px 0;
	padding: 5px 0 0 22px;
	background-position: 0 9px;
	border-top: 1px solid #ccc;
}

.dashboard-legend span {
	margin: 0 5px 0 10px;
	vertical-align: text-bottom;
	padding: 1px 0 0;
}

ul.sidebar-item li {
	border-top: 1px solid #ccc;
}

ul.sidebar-item li:first-child, ul.sidebar-item li[style="display: none;"] > li {
	border-top: none;
}

.dashboard-standard {
	background: url(../img/partner/icon-dashboard-standard.png) no-repeat;
}

.dashboard-rss {
	background: url(../img/partner/icon-dashboard-rss.png) no-repeat;
}

.dashboard-news {
	background: url(../img/partner/icon-dashboard-news.png) no-repeat;
}

.dashboard-voting {
	background: url(../img/partner/icon-dashboard-voting.png) no-repeat;
}

.dashboard-contest {
	background: url(../img/partner/icon-dashboard-contest.png) no-repeat;
}

.dashboard-collection {
	background: url(../img/partner/icon-dashboard-collection.png) no-repeat;
}

.dashboard-header .col {
	border-left: 1px solid transparent;
}

.dashboard-item .col {
	height: 29px;
	padding-top: 7px;
	background: url("../img/partner/bg-border.png") repeat-y left top;
	position: relative;
}

.dashboard-header .col:first-child, .dashboard-item .col:first-child {
	background: none;
}

ul.sidebar-item li.last { /* IE7 fix */
	margin: 0;
}

.col {
	float: left;
	padding: 0 10px 0;
}

.col.desc a {
	background: url(../img/partner/icon-sort-indicator.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0 0 0 -15px;
}

.col.asc a {
	background: url(../img/partner/icon-sort-indicator.png) no-repeat 0 -8px;
	padding: 0 0 0 15px;
	margin: 0 0 0 -15px;
}

.col.one.sms {
	width: 160px;
}

.col.two.sms {
	width: 39px;
	text-align: center;
}

.col.three.sms {
	width: 39px;
	text-align: center;
}

.col.four.sms {
	width: 117px;
}

.col.five.sms {
	width: 79px;
	text-align: center;
	overflow: hidden;
}

.col.six.sms {
	width: 90px;
}

.col.seven.sms {
	width: 70px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

.col.one.mobile {
	/*width: 300px;*/
	width: 260px;
}

.col.two.mobile {
	width: 160px;
	text-align: center;
	overflow: hidden;
}

.col.three.mobile {
	width: 120px;
}

.col.four.mobile {
	width: 120px;
	text-align: center;
}

.dashboard-header {
	color: #002C5F;
	font-size: 14px;
	background: #EEEEEE url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	height: 27px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin: 0 0 15px;
	padding: 3px 0 0;
}

.dashboard-header div.col {
	text-align: center;
}

.dashboard-header a {
	color: #002C5F;
	font-size: 14px;
	text-shadow: 0 1px #FFFFFF;
}

.dashboard-item, .toolkit {
	clear: both;
}

.dashboard-item {
	background: #eee url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	margin: 0 0 15px;
	zoom: 100%; /* IE7 FIX */
}

.dashboard-info {
	height: 37px;
	padding: 3px 0;
}

.dashboard-info .user, .dashboard-info .desc {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: help;
	display: block;
}

.dashboard-info .user {
	text-align: center;	
}

.dashboard-info .sends {
	cursor: help;
}

.dashboard-info .dashboard-standard , .dashboard-info .dashboard-news, .dashboard-info .dashboard-voting, .dashboard-info .dashboard-rss, .dashboard-info .dashboard-collection, .dashboard-info .dashboard-contest {
	cursor: help;
}

.toolkit {
	-moz-border-radius:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-radius:5px;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	background: #fff url(../img/partner/bg-dashboard-toolkit.png) repeat-x left top;
	border-top:1px solid #ccc;
	zoom: 100%; /* IE7 FIX */
}

.toolkit-container {
	height: 37px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	background: none;
}

.toolkit-container:last-child {
	border-bottom: none;
}

.toolkit-container a:hover {
	text-decoration: none;	
}

.toolkit-container .tools {
	float: left;
	border-left: 1px solid #ccc;
}

.toolkit-container .tools:first-child {
	border-left: none;
}

.toolkit-container .activate {
	width: 140px;
	padding: 6px 0 0 15px;
}

.toolkit-container .activate label {
	margin: 4px 18px 5px 0;
}

.toolkit-container .schedule {
	padding: 8px 0 4px 15px;
	height: 24px; /* Needed for IE7 */
}

.toolkit-container .context {
	width: 229px;
	padding: 6px 0;
	height: 25px;
}

.toolkit-container .common {
	padding: 6px 0;
}

.toolkit-container .addons {
	padding: 6px 0;
}

.toolkit-container .edit {
	padding: 6px 10px 0;
}

.toolkit-container .edit a {
	margin: 0 5px;
}

.toolkit-container .schedule label {
	margin: 0 5px 0 0;
}

.toolkit-container .schedule .tcalIcon {
	margin: 0 15px 0 5px;
}

.toolkit-container .schedule img {
	vertical-align: middle;
	cursor: pointer;
}

.toolkit-container .active label {
	margin-right: 15px;
}

.status a {
	cursor: pointer;
	position: relative;
	width: 14px;
	height: 14px;
	display: inline-block;	
	margin: 2px 0 0;
}

.status a.schedule-on {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 0;
}

.status a.schedule-off {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -14px;
}

.status a.schedule-on:active, .status a.schedule-off:active {
	top: 1px;
}

.status img.schedule-loader {
	position: absolute;
	left: 21px;
	top: 8px;
}

a.toolkit-up, a.toolkit-down, a:active.toolkit-up, a:active.toolkit-down {
	height: 22px;
	display: block;	
	/*margin: 0 auto;*/
	padding: 0 0 0 26px;
	color: #666;
	overflow: hidden;
}

a:hover.toolkit-up, a:hover.toolkit-down {
	color: #3CB6CE;
	text-decoration: none;
}

a.toolkit-up {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 1px; 
}

a.toolkit-up:hover {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -19px;
}

a.toolkit-up:active {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -79px;
}

a.toolkit-down {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -39px;
}

a.toolkit-down:hover {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -59px;
}

a.toolkit-down:active {
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 -79px;
}

.pagination {
	margin: 0 auto;
	clear: both;
	width: 160px;
}

.pagination a, .pagination .prev.disabled, .pagination .next.disabled {
	background: url(../img/partner/icon-paginate.png) 0 0;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
	float: left;
}

.pagination span {
	float: left;
	line-height: 10px;
}

.pagination span a {
	
}

.pagination a.first {
	background-position: 0 0;
	margin: 0;
}

.pagination a:hover.first {
	background-position: 0 -10px;
}

.pagination a.prev {
	background-position: -15px 0;
}

.pagination a:hover.prev {
	background-position: -15px -10px;
}

.pagination a.next {
	background-position: -30px 0;
}

.pagination a:hover.next {
	background-position: -30px -10px;
}

.pagination a.last {
	background-position: -45px 0;
	margin: 0;
}

.pagination a:hover.last {
	background-position: -45px -10px;
}

.pagination .prev.disabled, .pagination .next.disabled {
	width: 25px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.pagination .next.disabled {
	background-position: -30px 0;
}

.dashboard-sidebar {
	width: 270px;
	min-height: 600px;
/*	background: url(../img/partner/bg-dashboard-sidebar.png) no-repeat  -21px -50px;*/
	margin: 0 20px 0 0;
	float: left;
	position: relative;
}

.dashboard-sidebar .bg-hack {
	display: block;
	width: 12px;
	height: 100%;
	background: url(../img/partner/bg-dashboard-sidebar.png) no-repeat;
	position: absolute;
	z-index: 2;
}

.dashboard-sidebar .bg-hack.left {
	left: -1px;
	background-position: -20px -50px;
}

.dashboard-sidebar .bg-hack.right {
	right: -1px;
	background-position: -8px -50px;
}

.dashboard-sidebar .sidebar-item {
	padding: 15px 0 30px 25px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	position: relative;
}

.dashboard-sidebar ul.sidebar-item {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px 10px;
	z-index: 3;
}

.dashboard-sidebar ul.sidebar-item li {
	margin: 0;
	padding: 5px 0 5px 10px;
	line-height: normal;
}

.dashboard-sidebar h2 {
/*	width: 246px;
	font-size: 14px;
	padding: 4px 0 0 24px;
	height: 26px;
	background: #EEEEEE url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	border: 1px solid #CCCCCC;
	border-right: none;
	border-left: none;
	margin: 0;
	position: relative;
	z-index: -1;
}*/

	width: 268px;
	font-size: 14px;
	padding: 0;
	height: 26px;
	background: #EEEEEE url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	border: 1px solid #CCCCCC;
	margin: 0;
	position: relative;
	z-index: 1;
}

.dashboard-sidebar h2.top {
/*  width: 244px;*/
	width: 268px; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #CCCCCC;
}

.dashboard-sidebar h2 a {
	padding: 1px 0 0 20px;
	width: auto;
	height: auto;
	color: #002C5F;
	display: block;
	z-index: 10;
	cursor: pointer;
	background: none;
}

.dashboard-sidebar h2.top a.close > h2 {
	border: 1px solid #CCCCCC;
}

.dashboard-sidebar h2 a:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/partner/icon-sidebar-small.png);
	background-position: 0 0;
	content: '';
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -4px;
}

.dashboard-sidebar h2 a:hover {
	text-decoration: none;
	color: #3CB6CE;
}

.dashboard-sidebar h2 a:hover:before {
	background-position: 0 -20px;
}

.dashboard-sidebar h2 a.open:before {
	background-position: 0 -40px;
}

.dashboard-sidebar h2 a.open:hover:before {
	background-position: 0 -60px;
}

.dashboard-sidebar h2 a:active:before, .dashboard-sidebar h2 a.open:active:before {
	background-position: 0 -80px;
}

.dashboard-legend ul.sidebar-item li {
	padding: 10px;
	padding-left: 38px;
	background-position: 12px center;
}

.dashboard-sidebar ul.sidebar-item li a {
	color: #666;
	padding: 5px 0 5px 28px;
	display: block;
	background: url(/img/partner/icon-reports.png) no-repeat;
}

.dashboard-sidebar ul.sidebar-item li a:hover {
	text-decoration: none;
	color: #3CB6CE;
}

.dashboard-sidebar ul.sidebar-item li a.active {
	color: #002C5F;
}

.dashboard-sidebar ul.sidebar-item li div.chzn-container a {
	padding: 0px 0px 0px 8px;
	display: block;
	background: white;
}

.dashboard-sidebar ul.sidebar-item li div.chzn-container a:hover {
	color: #666;
}

.dashboard-sidebar ul.sidebar-item li.voting a { background-position: 0 -1225px;}

.dashboard-sidebar ul.sidebar-item li.voting a:hover { background-position: 0 -1249px;}

.dashboard-sidebar ul.sidebar-item li.voting a.active { background-position: 0 -1273px;}

.dashboard-sidebar ul.sidebar-item li.webbutton a { background-position: 0 -1512px; }

.dashboard-sidebar ul.sidebar-item li.webbutton a:hover { background-position: 0 -1536px; }

.dashboard-sidebar ul.sidebar-item li.webbutton a.active { background-position: 0 -1560px; }

.dashboard-batch {
}

.dashboard-batch ul li {
	margin: 0 0 5px;	
}

.dashboard-batch ul li.run-action {
	padding: 10px 0;
	text-align:right;
	position: relative;
	border-top: 1px solid #ccc;
}

.dashboard-batch ul li.run-action input {
	right: 15px;
}

.dashboard-batch input {
	width: 80px;
}

.dashboard-batch label {
	width: 90px;
}

.dashboard-batch select {
	width: 130px;
}

.update-dashboard {
	/*width: 246px;*/
	/*min-height: 125px;*/
	margin: 0;
	padding: 0;
}

ul.features-dashboard {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 16px;
}

 ul.features-dashboard li, ul.features-dashboard li.one, ul.features-dashboard li.two, ul.features-dashboard li.three {
	margin: 0 0 0 0;
	min-height:0;
	padding: 10px 5px 10px 35px;
	list-style-type: none;
	border-top: 1px solid #ccc;
}

ul.features-dashboard li.one {
	background: url(../img/partner/bullet-one.png) no-repeat 12px 10px;	
}

ul.features-dashboard li:first-child {
	border-top: none; 
}
 
.dashboard-sidebar ul.features-dashboard li a {
 	background: none;
 	padding: 0;
}


/* =ATTACH SITE POPUP
———————————————————————————————————————————————————*/

.attachSiteBox {
	width: 550px;
	height: 310px;
	background: #eee url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	z-index: 1000001;
	position: fixed;
	margin: -180px 0 0 50%;
	top: 50%;
	left: -300px;
	padding: 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.attachSiteBox h2 {
	margin: 0 0 20px;	
}

.panel_wrapper {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	border: 1px solid #CCCCCC;
	clear: both;
	margin: 0 0 10px;
	padding: 20px;
}

.attachSiteBox label {
	margin: 0 5px;	
}

.attachSite-options {
}

.attachSite-warning {
	padding: 0 0 0 60px;
	background: url(../img/partner/icon-error404.png) no-repeat;
}

.attachSite-warning p {
	font-size: 14px;
}

.attachSite-method {
	border-top: 1px solid #ccc;
	margin: 20px 0 0;
	padding: 20px 0 0;
}

.attachSite-method input {
	width: 250px;	
}




/* =SITE CREATION
———————————————————————————————————————————————————*/

.site-create-button {
	margin: -25px 0 0;
}

.site-create-button input {
	float: left;
	margin-bottom: 50px;
}

.site-create-button img {
	margin: 2px 0 0 5px;
	width: 18px;
	height: 18px;
}

.partnerBox.site-create {
	width: 1028px;
	margin: 0 0 25px;
}

.subdomain-link, .page-link {
	margin: 0 10px;	
}

.site-config label {
	width: 100px;
	line-height:35px;
}

.site-config label.site-logo-label {
}

.site-config input {
	margin-right: 10px;
	margin-bottom: 0;
}


input.site-subdomain {
	margin: 0;
	width: 183px;
}

input.site-logo {
	margin-right: 5px;	
}

a.site-config-title-edit {
	margin-right: 10px;
	width: 250px;
	display: inline-block;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 14px;
	padding: 4px 3px 4px 5px;
	line-height: normal;
	background: #fff;
}

a.site-config-subdomain-edit {
	width: 183px;
	display: inline-block;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 14px;
	padding: 4px 3px 4px 5px;
	line-height: normal;
	background: #fff;
}

a.site-logo-edit {
	position: relative;	
}

a.site-logo-edit img {
	height: 24px;
	position: absolute;
	left: 23px;
	top: -2px;
}


.subdomain-suffix {
	margin-right: 11px;
	color: #999;
	vertical-align: middle; /* IE7 Fix */
}


.subdomain-prefix {
	color: #999;
	vertical-align: middle; /* IE7 Fix */
}

.config-edit-container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff url(../img/partner/bg-dashboard-toolkit.png) no-repeat center top;
	border: 1px solid #ccc;
	margin: 0 0 0 100px;
	position: relative;
	width: 930px; /* Needed for IE7, for blinddown toggle dissapear bug */
}

.config-edit-container span {
	padding: 25px;
	display: block;
}

.config-edit-container span label {
	width: auto;
	margin: 0 10px 0 0;
}

.config-edit-container span input {
	margin: 0 5px 0 0;
}

.config-edit-container span input.site-subdomain {
	width: 117px
}

.config-edit-container span.subdomain-prefix {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
}

.config-edit-container span.subdomain-suffix {
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
}


input.site-config-input {
	width: auto;	
}

a.template-up, a.template-down, a:active.template-up, a:active.template-down {
	/*height: 20px;
	margin: 0 auto;
	padding: 1px 0 0 23px;
	color: #666;
	overflow: hidden;
	background: url(../img/partner/icon-sidebar-small.png) no-repeat;*/
	height: 20px;
	padding: 0 0 0 23px;
	color: #666;
	background: url(../img/partner/icon-sidebar-small.png) no-repeat 0 2px;
	display: inline-block;
}

a:hover.template-up, a:hover.template-down {
	color: #3CB6CE;
	text-decoration: none;
}

a.template-up {
	margin-right: 10px;
	position: relative;
}

a.template-up:hover {
	background-position: 0 -18px;
}

a.template-up:active {
	background-position: 0 -78px;
}

a.template-down {
	background-position: 0 -38px;
	position: relative;
}

a.template-down:hover {
	background-position: 0 -58px;
}

a.template-down:active {
	background-position: 0 -78px;
}

.template-container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 0 100px;
	position: relative;
	width: 930px; /* Needed for IE7, for blinddown toggle dissapear bug */
	position: relative;
}

.template-container img.bg-hack {
	position: absolute;
	top: 0;
	left: 66px;
	z-index: 10;
}

.template-container ul {
	padding: 25px 0 0;
	height: 220px;
	overflow-y: scroll;
}

.template-container ul h3 {
	color: #002C5F;
	float: left;
}

.template-container ul h3 span {
	font-size: 12px;
	color: #999;
	font-style: italic;
	margin: 0 0 0 10px;
}

.template-container ul p {
	margin: 0 0 10px;
	clear: both;
}

.template-container ul li.template {
	/*height: 125px;
	padding: 0 0 20px 110px;*/
	padding: 0 0 20px;
	/*float: left;
	width: 410px;*/
	width: 860px;
	margin: 0 20px 20px 20px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.template-container ul li.template.last {
	/*border-bottom: none;*/
}

.template-container ul li.template.blank {
	/*background: url(../img/partner/icon-template-blank.png) no-repeat;*/
	border-bottom: none;
}

.template-container ul li .template-context {
	margin: 0 0 0 10px;
	float: left;
}

.template-container ul li .template-context a {
	margin: 0;
	padding: 4px 0 0 25px;
	height: 21px;
}

.template-context a.template-use {
	background-position: 0 -550px;
}

.template-context a:hover.template-use {
	background-position: 0 -575px;
}

/*.template-container ul li .template-context {
	display: none;
	position: absolute;
	top: 70px;
	left: 60px;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #bbb;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 50px;
	height: 25px;
}

.template-container ul li:hover .template-context {
	display: block;
}

.template-container ul li .template-context a {
	margin: 0;
	padding: 4px 0 0 25px;
	height: 21px;
}

.template-context a.template-use {
	background: url(../img/partner/icon-template-activate.png) no-repeat; 
	display: inline-block;
}

.template-context a:hover.template-use {
	background: url(../img/partner/icon-template-activate.png) no-repeat 0 -25px;
}*/

ul.site-pages-header {
	background: #EEEEEE url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin: 0 0 10px;
	padding: 3px 25px;
}

ul.site-pages-header li {
	display: inline-block;
	height: 24px;
	padding: 0 15px;
}

ul.site-pages-header li.col {
	float: none;
	width: 40%;
	text-align: center;
}

ul.site-pages-header li.col.one {
	text-align: left;	
}

ul.site-pages-header li.col.three {
	width: 10%;
}

ul.site-pages-header li {
	color: #002C5F;
	font-size: 14px;
	text-shadow: 0 1px #FFFFFF;
}

.site-pages ul.pages-list li {
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 0 0 3px;
	padding: 0 0 3px;
}

.site-pages ul.pages-list li .col {
	padding: 3px 15px;
	width: 400px;
	background: url(../img/partner/bg-border.png) repeat-y left top;
}

.site-pages ul.pages-list li .col input {
	margin-bottom: 0;
}

.site-pages ul.pages-list li .col input[type="text"] {
	width: 200px;
}

.site-pages ul.pages-list li .col input[type="button"] {
	margin-left: 5px;
}

.site-pages ul.pages-list li .col a {
	color: #666;
	min-width: 25px; /* This is to ensure that the title/url is big enough to click on if the user chooses a one character title/url */
	display: inline-block;
	max-width: 350px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 30px;
}

.site-pages ul.pages-list li.page-thumbnail.home .col a.pageUrlLink {
	display: none;
}

.site-pages ul.pages-list li .col a:hover {
	text-decoration: none;	
}

.site-pages ul.pages-list li .col.one {
	border-left: none;
	width: 426px;
	background: url(../img/partner/icon-sitepages-small.png) no-repeat 0 2px;
	padding-left: 0;
	position: relative;
}

.site-pages ul.pages-list li .col.one span.handle {
	width: 30px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	cursor: move;
}

.site-pages ul.pages-list li.home .col.one span.handle {
	cursor: default;
}

.site-pages ul.pages-list li.sub {
	padding-left: 30px;	
}

.site-pages ul.pages-list li.sub .col.one {
	width: 396px;
}

.site-pages ul.pages-list li .col.three {
	width: 125px;
	text-align: center;
}

.site-pages ul.pages {
	border-bottom: 1px solid #ccc;
	margin: 0 0 25px;
}

.site-pages ul.pages li {
	width: 59px;
	height: 100px;
	background: url(../img/partner/icon-sitepages.png) no-repeat;
	float: left;
	margin: 0 25px 25px;
	position: relative;
}

.site-pages ul.pages li.clear {
	width: 0px;
	height: 0px;
	background: none;
	float: none;
	margin: 0;
	position: relative;
	clear: both;
}

.site-pages ul.pages li.page-loading {
	background: url(../img/ajaxloaderpage.gif) no-repeat;	
}

.site-pages ul.pages-list li .col.one.page-loading {
	background: url(../img/ajaxloaderpage-small.gif) no-repeat 0 2px;	
}

.site-pages ul.pages li span {
	margin: 86px 0 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.site-pages ul.pages li .pages-context {
	display: none;
	position: absolute;
	top: 40px;
	left: 30px;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #bbb;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 50px;
	height: 25px;
}

.site-pages ul.pages li:hover .pages-context {
	display: block;
}

.site-pages ul.pages li .pages-context a {
	margin: 0;
}

.site-pages ul.pages-list a.page-edit, .site-pages ul.pages-list a.page-delete, .site-pages ul.pages-list a.page-duplicate, .site-pages ul.pages-list a.page-qr {
	background: url(../img/partner/icon-sitepages-action.png) no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
}

.site-pages ul.pages-list a.page-edit:hover {
	background-position: 0 -25px;	
}

.site-pages ul.pages-list a.page-delete {
	background-position: -25px 0;
}

.site-pages ul.pages-list a.page-delete:hover {
	background-position: -25px -25px;
}

.site-pages ul.pages-list a.page-delete.disabled:hover {
	background-position: -25px 0;	
}

.site-pages ul.pages-list a.page-duplicate {
	background-position: -50px 0;
}

.site-pages ul.pages-list a.page-duplicate:hover {
	background-position: -50px -25px;
}

.site-pages ul.pages-list a.page-duplicate.disabled:hover {
	background-position: -50px 0;
}

.site-pages ul.pages-list a.page-qr {
	background-position: -78px 0;
}

.site-pages ul.pages-list a.page-qr:hover {
	background-position: -78px -25px;
}


.site-pages-buttons {
	margin: 15px 0 0;	
}

.site-pages-buttons select {
	width: 150px;
	float: left;
	margin: 3px 5px 0 0;
}

.site-pages-buttons a.pages-add {
	height: 23px;
	display: block;
	padding: 2px 0 0 25px;
	background: url(../img/partner/icon-add.png) no-repeat;
	color: #666;
	float: left;
}

.site-pages-buttons a:hover.pages-add {
	background: url(../img/partner/icon-add.png) no-repeat 0 -25px;
	color: #3CB6CE;
	text-decoration: none;
}

.site-pages-buttons img {
	margin: 5px 0 0 5px;	
}

input.site-config-buttons {
	margin: 0 5px 0 0;
}




/* =PAGE CREATION
———————————————————————————————————————————————————*/

.no-edit {
	font-style: italic;
}

.page-config {
	width: 1028px;
}

.page-editor {
	float: left;
	width: 702px;
}

.partnerBox.page-create {
	width: 650px;
	/*margin: 0 0 25px;*/
}


.dashboard-global.editorNav, .dashboard-global.preview-nav {
	margin: 0 0 15px;
}

.dashboard-global.editorNav .dashboard-switch, .dashboard-global.preview-nav .dashboard-switch {
	float: none;
}

.dashboard-global.editorNav .dashboard-switch {
	height: 24px;
}

.editorNav input, .editorNav label {
	width: auto;	
	margin: 0;
}

.editorNav input {
	margin: 0 0 0 10px;
}

.editorNav a, .preview-nav a {
	font-size: 14px;
	color: #999;
}

.advanced-options {
	display: inline-block;
	height: 24px;
}

.advanced-input {
	display: inline;
	vertical-align: top; 
}

.page-preview .preview-nav a {
	background: #fff;
	margin: 0 5px 0 0;
	padding: 5px 5px 2px;
	height:16px;
	display:block;
	border: 1px solid #ccc;
	min-width: 45px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #999;
	text-align: center;
	float: left;
	line-height: normal;
}

.partnerBox.page-edit .editorNav a.active, .page-preview .preview-nav a.active {
	color: #002C5F;
}

.partnerBox.page-edit .editorNav a:hover, .page-preview .preview-nav a:hover {
	color:#3CB6CE;
	text-decoration: none;
}

.editor {
	height: 308px;
	background: url(../img/ajaxloadergrey.gif) no-repeat 50% 50%;
	position: relative;
}

.editorElm textarea.wysiwyg-editor {
	width: 638px;
	height: 246px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border: none;
	display: none;*/
}

.page-config label {
	width: 100px;
	vertical-align: top;
}

.page-config input {
	margin-right: 10px;
}

textarea.css-editor {
	width: 638px;
	height: 214px;
	padding: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 10px;
}

.editor-preview {
	float: right;	
}	

.partnerBox.page-preview, .partnerBox.dashboard-site-preview {
	width: 360px;
	height: 590px;
	padding: 0;
}

.partnerBox.dashboard-site-preview {
	height: 570px;
}

.editor-previews {
	padding: 15px 0 0;
}

.wysiwyg-preview {
	position: relative;
}
	
.wysiwyg-preview img {
	display: block;
	margin: -16px;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 0;
}

.wysiwyg-preview iframe {
	border: none;
	overflow-x: hidden;
}

.preview-iPhone {
	height: 495px;
	width: 318px;
	background: url(../img/partner/bg-mobile_preview-iphone.png) no-repeat;
	padding: 0 21px 0;
	position: relative;
}

.preview-Android {
	height: 495px;
	width: 318px;
	background: url(../img/partner/bg-mobile_preview-android.png) no-repeat;
	padding: 0 21px 0;
	position: relative;
}

.preview-Blackberry {
	height: 231px;
	width: 320px;
	background: url(../img/partner/bg-mobile_preview-bb.png) no-repeat;
	padding: 26px 20px 0;
	margin: 0;
}

.preview-Basic {
	height: 242px;
	width: 176px;
	background: url(../img/partner/bg-mobile_preview-176.png) no-repeat;
	padding: 0 21px 0;
	margin: 0 auto;
}

.preview-iPhone .time {
	font-weight: bold;
	font-size: 13.5px;
	font-family: Helvetica;
	color: #222;
	margin: 4px 0 1px 140px;
	line-height: normal;
	display: inline-block;
}

.preview-Android .time {
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica;
	color: #fff;
	margin: 0 0 0 260px;
	line-height: normal;
	display: inline-block;
	padding: 5px 0 0;
	height: 21px;
}

.preview-Android .url {
	height: 37px;
	width: 252px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	color: #333;
	font-size: 18px;
	font-family: Helvetica;
	padding: 18px 0 0 15px
}

.preview-Blackberry .time {
	display: none;
}

.preview-Basic .time {
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #fff;
	margin: 5px 0 1px 100px;
	line-height: normal;
	display: inline-block;
}


.preview-iPhone img {
	
}

.preview-iPhone iframe { /* ** THESE NEED TO BE CHANGED BACK TO OBJECTS EVENTUALLY ** */
	width: 100%;
	height: 416px;
	z-index: 2;
	background: #fff;
	position: relative;
}

.preview-Android iframe {
	width: 100%;
	height: 399px;
	z-index: 2;
	background: #fff;
	position: relative;
}

.preview-Blackberry iframe {
	width: 100%;
	height: 200px;
}

.preview-Basic iframe {
	width: 100%;
	height: 176px;
}

.preview-update {
	padding: 15px 0 0;
	margin: 0 20px;
	border-top: 1px solid #ccc;
}

.preview-update input {
	width: auto;
	vertical-align: middle;
}

.preview-update img {
	vertical-align: top;
	width: 18px;
	height: 18px;
}

.pages-create-buttons {
	margin: -25px 0 50px;	
}

.pages-create-buttons input {
	float: left;
	margin: 0 5px 5px 0;
}

.pages-create-buttons img {
	width: 18px;
	height: 18px;
}

a.widget-css {
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../img/partner/icon-wysiwyg-widgets.png) -125px 0;
	display: block;
	float: left;
	margin: 0 0 5px;
}

a.widget-css:hover {
	background-position: -125px -25px;
}




/* =SITE VIEWER (SHARES STYLES WITH PAGE CREATION PREVIEW)
———————————————————————————————————————————————————*/

.siteview-frame-wrapper {
	width: 360px;
	height: 638px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	left: 50%;
	top: 50%;
	margin: -319px 0 0 -180px;
}

.preview-close {
	padding: 15px 0 0;
	margin: 0 20px;
	border-top: 1px solid #ccc;
}

.preview-close input {
	width: auto;
}



/* =CAMPAIGN CREATION
———————————————————————————————————————————————————*/

h1.create {
	margin: 0 0 25px;	
}

h1.create a {
	color: #999;	
}

h1.create a:hover {
	color: #3CB6CE;
	text-decoration: none;
}

.instructions {
	font-style: italic;
}

.createWrapper {
	width: 700px;
}

.label-fltLeft {
	float: left;
	margin: 0 10px 0 0;
}

.partnerBox .colLeft {
	width: 530px;
	float: left;
	margin: 25px 0 25px auto;
}

.partnerBox .colLeft p {
	width: 450px;
}

.partnerBox .colRight {
	margin: -25px 0 0 543px;
	width: 208px;
}

.required {
	font-weight: bold;
	color: #D52B1E;	
}

.campaign-details {
	width: 130px;
}

.campaign-shortcode {
	width: 124px;
}

.keyword, .choice {
	color: #A8B400;	
	font-weight: bold;
}

.shortcode {
	color: #002C5F;
	font-weight: bold;
}

.create-mobile-link {
	margin: 0;
	color:#A8B400;
	font-weight: bold;
}
.default-value {
	display:none;
}
.has-default-value {
	color: #999;
}

#logoAttachDiv {
}

#phone_preview {
	width: 172px;
	overflow:hidden;
}

#phone_preview.sms-preview {
	height:223px;
	padding: 85px 18px 0;
	background: url(../img/partner/phone-sms.png);
}

#phone_preview.mobile-preview {
	height:223px;
	padding: 85px 18px 0;
	background: url(../img/partner/phone-mobile.png);
}

#phone_preview.mobile-preview-voting {
	height:108px;
	padding: 200px 18px 0;
	background: url(../img/partner/phone-voting.png);
}

.partnerBox #BookmarkMore { /* DEPRECATED */
	width: 450px;
	height: 195px;
}

input.smsinput {
	width: 448px;
}

textarea.smsMessage {
	height: 100px;
	margin: 0 0 5px;
	width: 672px;
}

textarea.addInfo {
	width: 672px;
	height: 150px;
}

p.phone_preview {
	min-height: 138px;
	height: 138px;
}

p.phone_preview-news {
	min-height: 90px;
	height: 90px;
}


p.preview_mobile-01, p.preview_mobile-02 {
	font-size: 10px;
	line-height: 11px;
}

p.preview_mobile-01 {
	height: 48px;
	padding: 10px 5px 0;
}

p.preview_mobile-02 {
	height: 28px;
	overflow: hidden;
}

.sms-arrow {
	background: url(../img/partner/arrow-Blue.png);
	width: 48px;
	height: 38px;
	display: block;
	margin: 80px 0 0 475px;
}

.sms-arrow-voting  {
	background: url(../img/partner/arrow-Blue.png);
	width: 48px;
	height: 38px;
	display: block;
	margin: 20px 0 0 475px;
}

.moreinfo-arrow-standard {
	background: url(../img/partner/arrow-Blue.png);
	width: 48px;
	height: 38px;
	display: block;
	margin: 30px 0 0 475px;
}

.moreinfo-arrow-news {
	background: url(../img/partner/arrow-Blue.png);
	width: 48px;
	height: 38px;
	display: block;
	margin: 10px 0 0 475px;
}

.more-info-link {
	/*float: left;*/
}

.more-info-link label {
	display: block;
}

.mobiletype-inputs {
	float: left;
	margin: 0 15px 0 0;
}

.mobiletype-inputs label {
	display: inline;
}

input.mobileType-radio {
	width: auto;
	margin: 0 5px 0 0;	
}

.preview-header {
	font-weight: bold;
	font-size: 14px;
	color: #A8B400;
	text-align: center;
	width: 208px;
	margin:0 0 15px;
}

.create-startdate {
	margin-left: 0;	
}

.create-enddate {
	margin-left: 70px;	
}

.create-maxsends {
}


.create-maxsends select {
	width: 105px;
}

.create-startdate select, .create-enddate select {
	width: auto;
	margin-left: 10px;	
}

.create-enddate select {
	margin-bottom: 30px;	
}

input.createcampaign {
	float: left;
	margin: 0 15px 0 0;
	background: #3CB6CE;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#5CC3DC),to(#3CB6CE));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#5CC3DC),to(#3CB6CE));
	text-shadow: 0 1px 0 #2F98B0;
	border-color: #2F98B0;
	color: whiteSmoke;
}

input.createcampaign:hover {
	border-color: #237288;
	text-shadow: 0 1px 0 #237288;
}

input.createcampaign[disabled] {
	color: whiteSmoke;
	opacity: 0.5;
}

input.createcampaign[disabled]:hover {
	color: whiteSmoke;
	border-color: #2f98b0;
}

#submit_loading img {
	margin: 0 5px 0 0;	
}

.option-warning {
	background: url(../img/partner/bg-error.png) 0 -200px repeat-x;
	color: #fff;
	display: block;
	font-style: italic;
	margin: 0 0 20px 360px;
	padding: 0 5px 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10px;
	/*width: 290px;*/
}

.option-warning .keyword, .option-warning .option-key, .option-warning .promote-num {
	font-weight: bold;
	color: #fff;
}

.partnerBox.prize {
	margin-bottom: 15px;
}

.contest-prize {
	position: relative;	
}

.contest-prize h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contest-prize a.delete {
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 25px;
	height: 25px;
	background: url(/img/partner/icon-delete.png) no-repeat 0 0;
}

.contest-prize a.delete:hover {
	background-position: 0 -25px;
}

.contest-config {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	padding-top: 15px;
}

.contest-config:first-child {
	padding-top: 0;
}

.contest-config:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

h3 + .contest-config.prize, a.delete + .contest-config.prize {
	padding-top:0;
}

.contest-config input, .contest-config select {
	margin: 0;
	width: auto;
}

.contest-config label {
	margin-right: 15px;
	min-width: 100px;
}


.contest-config label[for*=period] {
	min-width: 0;
}

.contest-config input[name*=period] {
	width: 50px;
	margin: 0 5px;
}

.contest-config input[type=checkbox] {
	margin-right: 10px;
	margin-left: 0;
}

.contest-config span {
	display: block;
}

.contest-config .error-message span {
	display: inline;
}

.contest-config-schedule .error-message {
	margin-top: 5px;
	margin-bottom: 10px;
}


.contest-message .error-message {
	margin-bottom: 15px;
}

.contest-message .error-message span {
	display: inline;
}
.contest-config input[name*=start], .contest-config input[name*=end] {
	width: 194px;
}

.contest-config.schedule {
	padding-top: 0;
}

.contest-config.schedule label {
	width: 130px;
	margin-right: 0;
}

.contest-config.schedule input {
	margin-left: 5px;
}

.contest-config.schedule select {
	margin-left: 0;
}

.contest-config.entry input {
	width: auto;
	margin: 0;
}

.contest-config.entry input[type=checkbox] {
	margin-right: 10px;
}

.contest-config.entry input.custom {
	width: 60px;
	margin: 0 5px;
}	

.contest-config.entry select {
	width: auto;
	margin: 0;
}

.contest-config input + label {
	margin: 0 5px;
	width: auto;
	min-width: 0;
}

.contest-message label {
	width: auto;
	min-width: 0;
	margin-right: 5px;
}

.contest-config label.contest-time, .contest-config label.separator {
	width: auto;
	margin: 0;
	min-width: 0;
}

.notify-warning {
	padding: 0 10px;
	margin-left: 10px;
}

.contest-config.notify-auto input {
	width: auto;
}

.contest-config.notify label.zone-note {
	width: auto;
	margin: 0;
}

.contest-config.notify label, .contest-config-percentage label, .contest-config-winners label {
	width: 130px;
}

.contest-config-winners label {
	float: left;
}

.contest-config .contest-config-schedule select {
	width: auto;	
}

.notify-auto label {
	margin-right: 5px;	
}

.contest-config-percentage select {
	width: 100px;
}

.contest-config-participants input, .contest-config-schedule input {
	width: 194px;
}


.contest-config input.contest-instant-odds-num, .contest-config input.contest-instant-odds-denum {
	width: 50px;
}

.contest-config-winners .podium {
	margin: 0 0 0 130px;	
}

.contest-config-winners .podium label {
	width: 62px;	
}

.contest-config-winners .podium input.numbers, .contest-config-winners .podium input.numbers-edit {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.contest-config-winners .podium span.numbers {
	width: 200px;	
}

.contest-config-winners .podium span.numbers a.error-close {
	float: right;
	margin: -24px 0 0;
}

.contest-config-winners .podium input.add-podium, .contest-config-winners .podium input.remove-podium {
	width: 100px;
	margin: 0 2px 0 0;
}

textarea.smsContest {
	height: 50px;
	margin: 0 0 5px 0;
	width: 672px;
	max-width: 672px;
}

p.char-count {
	margin: 0 10px 24px 5px;
}

.contest-config p.char-count {
	margin: 0;
	display: inline-block;
}

.contest-config span.required {
	display: inline-block;
}

.contest-config span.countdown {
	display: inline-block;
	margin: 0 10px 0 0;
}

.contest-config div.slider {
	margin-top: 10px;
}

label.contest-notification {
	margin-right: 10px;	
}

label.voting-options {
	width: 95px;	
}

.partnerBox input.option_tagg {
	float: left;
	margin: 0 5px 0 0;
	width:170px;
	z-index: 2;
	color: #A8B400;
	font-weight: bold;
}

.create-button button {
	margin-right: 5px;	
	line-height: normal;
}

button.options_add {
	margin: 0 5px 20px 0;	
}

button.options_remove {
	margin: 0 0 20px 0;	
}

.partnerBox input.option_label {
	margin: 0 0 15px 18px;
	width: 260px;
}

.moreVotingOptions {
	/*float: left;
	width: 360px;*/
}

.createOptionsBox {
	margin: 0 0 20px 0;
}

.createOptionsBox label {
	width: 120px;	
}

.createOptionsBox input {
	margin-bottom: 0;
	width: 235px;
}

.label-container {
	margin: 10px 0 0;
}

input.voting-checkbox {
	margin: 0 5px 20px 0;
	width: auto;
}

/*.tagg-avail {
	color:#72C51F;
	z-index:-1;
	margin: 0;
	font-weight: bold;
}*/

.tagg-avail {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../img/partner/bg-error.png) repeat-x 0 -100px;
	color: #fff;
	display:inline-block;
	font-size:11px;
	margin:0;
	padding:0 10px;
	text-align:left;
	width:auto;
}

/*#tagg_short, #tagg_unavail {
	color: #d52b1e;
	margin: 0 0 0 345px;
	font-weight: normal;
}*/

#tagg_short, #tagg_unavail {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../img/partner/bg-error.png) repeat-x 0 0;
	color: #fff;
	display:inline-block;
	font-size:11px;
	margin:0;
	padding:0 10px;
	text-align:left;
	width:auto;
}

.tagg-avail .keyword {
	font-weight: normal;
	color: #fff;
}



/* =PREVIEW (CREATE PAGE)
———————————————————————————————————————————————————*/

.preview-wrapper {
	width: 390px;
	margin: 0 auto;
	padding: 0 15px 0 780px;
	position: absolute;
	top: 256px;
}

.preview-sms-wrapper {
	background: url(../img/partner/bg-create_preview.png) no-repeat;
	min-height: 260px;
	margin: 0;
	position: absolute;
	display: block;
	padding-right: 20px;
	max-height: 500px;
}

#preview-contest.preview-sms-wrapper {
	overflow-y: scroll;
}

.preview-sms {
	background: url(../img/partner/bg-create_preview-sms2.png) no-repeat;
	color: #fff;
	float: left;
	width: 160px;
	height: 300px;
	margin: 0 0 0 20px;
	padding: 60px 10px;
}

.preview-web {
	background: url(../img/partner/bg-create_preview-web.png) no-repeat;
	color: #666;
	float: left;
	width: 176px;
	height: 300px;
	margin: 0 0 0 20px;
	padding: 40px 2px;
}

.preview-sms.updates {
	padding: 60px 30px 0 10px;
}

.preview-sms span {
	display: block;	
}

.preview-sms span.loading {
	padding: 60px 35px;
	display: block;
}

.preview-sms span .keyword {
	color: #fff;
	font-weight: normal;
	display: inline;
}

.preview-web-body {
	height: 131px;
	padding: 45px 10px 0;
	overflow: hidden;
	line-height: normal;
}

.preview-web-body .title {
	color: #002C5F;
	font-size: 14px;
	overflow: hidden;
	margin: 0 0 10px;
}

.preview-web-body .markup {
	color: #666;
	font-size: 10px;
	line-height: normal;
}

.preview-web-body h1 {
	color: #002C5F;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin: 0 0 10px;
}

.preview-web-body h2 {
	color: #002C5F;
	font-size: 12px;
	margin: 0 0 10px;
}

.preview-web-body p {
	margin: 0 0 10px;
}

.preview-flow {
	float: left;
	margin: 0 0 0 10px;
	width: 178px;
	padding: 10px 10px 0;
}

.preview-flow ol.flow {
	padding: 0 0 0 30px;	
}

.preview-flow ol li {
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0;
	list-style-type: none;
	padding: 0 0 0 10px;
}

.preview-flow .bullet {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 0;
	left: -21px;
	height: 100%;
	background: #EEAF30;
	width: 10px;
	z-index: -1;
	padding: 2px 0 0 4px;
	color: #fff;
}

.preview-flow li.first .bullet {
	background: #A8B400;
}

.preview-flow li.last .bullet {
	background: #D52B1E;
}

.preview-flow .flow-icon {
	background: url(../img/partner/icon-create-preview.png) no-repeat;
	height: 35px;
	margin: 0 0 10px;
}

.preview-flow .flow-icon.from-tagga {
	background-position: 0 -35px;
}

.preview-flow ol li p {
	font-size: 10px;
	margin: 0;
	text-align: left;
	line-height: normal;
}

ul.preview-nav {
	border: none;
	margin: 0 0 0 210px;
	padding: 10px 0 0;
}

ul.preview-nav li {
	border-top: 1px solid #eaeaea;
	padding: 5px 0 5px 15px;
	line-height: 15px;
}

ul.preview-nav li:first-child {
	border: none;
}

ul.preview-nav li a.preview-nav-disabled {
	color: #ccc;
}

ul.preview-nav li a:hover.preview-nav-disabled {
	color: #ccc;
	text-decoration: none;
	cursor: default;
}

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

ul.preview-nav .preview-winners-nav li {
	border-top: 1px solid #eaeaea;
}

ul.preview-nav li a:hover {
	color: #3CB6CE;
}

ul.preview-nav li a.active {
	color: #002C5F;
	cursor: default;
}

ul.preview-nav li a:hover.active {
	text-decoration: none;
}

span.preview-winners {
	display: inline;
}


/* =TABLES
———————————————————————————————————————————————————*/

.table-help {
	font-size: 10px;
	font-style: italic;
	cursor: help;
}

.partner-table {
	border-right: 1px solid #E5E5E5;
	border-bottom: 8px solid #E5E5E5;
	border-spacing: 0;
	margin:0 0 10px;
	width: 800px;
}

.table-margin {
	margin: 0 0 40px;
}

.partner-table a, .partner-table a:visited {
	color: #3CB6CE;
	text-decoration: none;
}

.partner-table a:hover, .partner-table a:active {
	color: #3CB6CE;
	text-decoration: underline;
}

.partner-table th {
	background: url(../img/partner/table-header.png) ;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: normal;
}

.partner-table td {
	background:#fff none repeat scroll 0 0;
}

.partner-table th a, .partner-table th a:visited, .partner-table th a:hover {
	color: #fff;	
}

.partner-table th a:active {
	color: #3CB6CE;
	background: none;
}

.partner-table th.desc a, .partner-table th.desc a:visited, .partner-table th.desc a:hover  {
	background: url(../img/partner/icon-table-indicator.png) no-repeat 0 -8px;
	padding: 0 0 0 15px;
}

.partner-table th.asc a, .partner-table th.asc a:visited, .partner-table th.asc a:hover {
	background: url(../img/partner/icon-table-indicator.png) no-repeat 0 3px;
	padding: 0 0 0 15px;
}


.partner-table tr, .partner-table td, .partner-table th {
	border-left: 1px solid #E5E5E5;
	padding: 0 5px;
	height: 25px;
	width: auto;
}


.partner-table tr.toolkit, .partner-table td.toolkit {
	height: auto;
	padding: 0;
	background: url(../img/partner/bg-dashboard00.png) no-repeat top right;
	border-top: 1px solid #E5E5E5;
}

.partner-table tr.schedule, .partner-table td.schedule {
	height: auto;
	padding: 0;
	background: url(../img/partner/bg-dashboard00.png) no-repeat top right;
	border-bottom: 1px solid #E5E5E5;
}

.sponsorTrEven td {
	background: #F0F0F0 none repeat scroll 0 0;
}

/*.toolkit-container {
	text-align: left;
	height: 35px;
	padding: 15px 0 0 20px;
	margin: 0 auto;
	background: url(../img/partner/bg-dashboard01.png) no-repeat;
}*/

.schedule-container {
	text-align: left;
	height: 33px;
	padding: 17px 0 0 20px;
	margin: 0 auto;
	background: url(../img/partner/bg-dashboard02.png) no-repeat;
}

.schedule-container h2, .toolkit-container h2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin: 0;
}

.toolkit-container h2.toolkit-label-margin {
	margin: 0 43px 0 0;	
}

.schedule-container h2.schedule-label-margin {
	margin: 0 53px 0 0;	
}

.schedule-container label.timeline {
	color: #666;
	font-weight: normal;
	margin: 0 10px 0 20px;
}

.schedule-container select {
	margin: 0 5px 0 0;
}

.schedule-container input {
	margin: 0 0 0 5px;
}

/*.schedule-container .activate {
	float: left;
	margin: 2px 40px 0 0;
}*/

.schedule-container .activate input {
	margin: 0 5px;
	vertical-align: middle;
}

.schedule-container .activate label {
	margin: 0 5px 0 0;
	color: #666;
	font-weight: normal;
	vertical-align: middle;
}

.partner-table a.schedule-up , .partner-table a.schedule-down {
	width: 25px;
	height: 21px;
	display: block;	
	margin: 0 auto;
	padding: 4px 0 0;
	text-indent: -900px;
	overflow: hidden;
}

/*.partner-table a.toolkit-up, .partner-table a.toolkit-down {
	height: 21px;
	display: block;	
	margin: 0 auto;
	padding: 2px 0 0 30px;
}

.partner-table a.toolkit-up {
	background: url(../img/partner/icon-toolkit.png) no-repeat 0 0;
}

.partner-table a.toolkit-up:hover {
	background: url(../img/partner/icon-toolkit.png) no-repeat 0 -25px;
}

.partner-table a.toolkit-up:active {
	background: url(../img/partner/icon-toolkit.png) no-repeat 0 -100px;
}

.partner-table a.toolkit-down {
	background: url(../img/partner/icon-toolkit.png) no-repeat 0 -50px;
}

.partner-table a.toolkit-down:hover {
	background: url(../img/partner/icon-toolkit.png) no-repeat 0 -75px;
}

.partner-table a.toolkit-down:active {
	background: url(../img/partner/icon-toolkit.png) no-repeat 0 -100px;
}*/

.partner-table a.schedule-up {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -50px;
}

.partner-table a.schedule-off {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 0;
}
.partner-table a.schedule-on {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -25px;
}

.partner-table a.schedule-up:hover {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -75px;
}

.partner-table a.schedule-up:active {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -175px;
}

.partner-table a.schedule-off.schedule-down {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -100px;
}

.partner-table a.schedule-on.schedule-down {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -125px;
}

.partner-table a.schedule-down:hover {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -150px;
}

.partner-table a.schedule-down:active {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -175px;
}

.partner-table label {
	display: inline;
}

.table-campaign {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: help;
}

/*.table-user {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: help;
}*/

.table-projectID {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: help;
	text-align: left;
}

.table-keyword {
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: help;
	color: #666;
	font-weight: normal;
	text-align: left;
}

a.dashboard-icon {
	height: 21px;
	display: inline-block;
	margin: 0 10px;
	color: #666;
	padding: 4px 0 0 28px;
	background: url(../img/partner/icon-dashboard.png) no-repeat;
}

a.dashboard-icon, a.dashboard-icon:active {
	color: #666;
}

.toolkit-container a:hover {
	color: #3CB6CE;
}

a.dashboardEdit { background-position: 0 0; }
a.dashboardEdit:hover { background-position: 0 -25px; }

a.dashboardDelete { background-position: 0 -50px; }
a.dashboardDelete:hover { background-position: 0 -75px; }

a.dashboardDuplicate { background-position: 0 -100px; }
a.dashboardDuplicate:hover { background-position: 0 -125px; }

a.dashboardView { background-position: 0 -150px; }
a.dashboardView:hover { background-position: 0 -175px; }

a.dashboardPromote { background-position: 0 -200px; }
a.dashboardPromote:hover { background-position: 0 -225px; }

a.dashboardReport, a.dashboardCsv { background-position: 0 -250px; }
a.dashboardReport:hover, a.dashboardCsv:hover { background-position: 0 -275px; }

a.dashboardData { background-position: 0 -300px; }
a.dashboardData:hover { background-position: 0 -325px; }

a.dashboardUpdate { background-position: 0 -350px; }
a.dashboardUpdate:hover { background-position: 0 -375px; }

a.dashboardContest { background-position: 0 -400px; }
a.dashboardContest:hover { background-position: 0 -425px; }

a.dashboardResults { background-position: 0 -450px; }
a.dashboardResults:hover { background-position: 0 -475px; }




/*.pagination {
	width: inherit;
	text-align: center;
	margin: 0;
	clear: both;
}

.pagination a {
	text-decoration:none;
	color:#999;
	padding:0 5px;
	background: none;
}

.pagination a:hover{
	background: none;
	color:#3CB6CE;
	text-decoration: underline;
}

.pagination .disabled {
	color:#ccc;
	display:inline;
	padding: 10px;
	text-decoration:none;
}*/






/* =LOGIN PAGE
———————————————————————————————————————————————————*/

input.login {
	margin: 0 0 15px 0;
	width: 160px;
}

input.login-password {
	margin: 0 0 5px 0;
	width: 160px;
}

input.loginsubmit {
	margin: 0 10px 0 65px;
	background: url(../img/partner/button-login.png);
	width: 108px;
	height: 33px;
	display: block;
	border: none;
}

input:hover.loginsubmit {
	background: url(../img/partner/button-login.png) 0 -33px;
}

input:active.loginsubmit {
	position: relative;
	top: 1px;
}

.forgot-password {
	margin:0 0 15px 68px;
}

p.login-intro {
	margin: 0 0 25px 0;
}

.loginspacer {
	margin: 0 13px 0 0;
}

.rememberLogin label {
	font-weight: normal;	
}

input.newpassword {
	margin: 0 0 15px;
	width: 275px;
}



/* =RESET PASSWORD PAGE
———————————————————————————————————————————————————*/

.new-password label {
	width: 115px;
}

.new-password .submit {
	margin: 0 0 0 115px;	
}








/* =SIGNUP/REGISTER
———————————————————————————————————————————————————*/

h2.register {
	color: #666;
}

h2.transition {
	background: url(../img/partner/icon-transition.png) no-repeat;
	height: 28px;
	padding: 4px 0 0 38px;
}

h2.register a {
	color: #3CB6CE;
}

.partnerColLeft-reg {
	width: 465px;
	float: left;
	border-right: 1px solid #ccc;
}

.partnerColRight-reg {
	width: 340px;
	margin: 0 0 0 520px;
}

.reg-options, reg-user, reg-details {
	margin: 0 0 40px 0;	
}

.apply-intro {
	margin: 0 0 50px 0;	
}

.reg-options {
	color: #ccc;
}

.reg-options input {
	float: left;
	margin: 8px 0 0;
}

label.reg-option {
	display: block;
	background: url(../img/partner/button-register.png);
	width: 258px;
	height: 33px;
	cursor: pointer;
	margin: 0 0 -5px 25px;
}

label:active.reg-option {
	position: relative;
	top: 1px;
}

.reg-features {
	margin: 0 0 0 182px;	
}

label.basic {
	background-position: 0 0;
}

label:hover.basic {
	background-position: 0 -33px;
}

label.mid {
	background-position: -258px 0;
}

label:hover.mid {
	background-position: -258px -33px;
}

label.premium {
	background-position: -516px 0;
}

label:hover.premium {
	background-position: -516px -33px;
}

ul.apply-form {
	clear: both;
	padding: 0;
	margin: 0 0 15px;
}

.apply-form li {
	margin: 0 0 0 130px;
}

.apply-form li.label {
	float: left;
	text-align: left;
	margin: 0 10px 0 0;
	width: 120px;
}

.apply-form input {
	width: 268px;
}

.apply-form input#UserMobile {
	width: 246px;
}

.apply-form select {
	width: 275px;
}

#UserCountryCodeText {
	font-weight: bold;
	margin: 0 5px 0 0;
}

.apply-tos {
	margin: 20px 0 0 0;
}

.apply-tos label {
	font-weight: normal;
	vertical-align: middle;
}

ol.reg-help {
	font-size: 14px;
	margin: 0 0 60px 0;
}

ol.tos-list li {
	list-style-type: lower-alpha;
	padding-left: 25px;
}

.partnerColRight-reg .pricing-quote {
	margin: 0 0 60px 0;
}


input.applysubmit {
	background: url(../img/partner/button-signup-pricing.png) repeat-x -216px 0;
	width: 108px;
	height: 33px;
	display: block;
	border: none;
	margin: 15px 0 0;
}


input:hover.applysubmit {
	background: url(../img/partner/button-signup-pricing.png) repeat-x -216px -33px;
}

input:active.applysubmit {
	position: relative;
	top: 1px;
}






/* =ACCOUNT SETTINGS
———————————————————————————————————————————————————*/

.account-config {
	width: 1028px;
	margin: 0 0 25px;
}

.account-config input {
	width: auto;
	margin: auto;
}

.accountnewsletter {
	margin: 15px 0 15px 115px;
	clear: both;
}

p.account-intro {
	margin: 0 0 40px 0;	
}

#PartnerAccountForm p.required {
	margin: 0 0 25px 0;	
}


ul.account-form {
	padding: 0;
	clear: both;
	margin: 0 0 15px 0;
}

ul.account-form input {
	margin-right:10px;
	width: 250px;
}

ul.branding, ul.account-settings {
	margin: 30px 0 15px;
}

ul.branding li.label {
	float: left;
	text-align: left;
	margin: 0 10px 0 0;
	width: 110px;
}

.account-form li.label {
	float: left;
	text-align: left;
	margin: 0 10px 0 0;
	width: 110px;
}

.delete-logo {
	margin: 0 0 0 115px;	
}

.delete-logo #PartnerNoLogo {
	float: left;
}

.delete-logo label {
	float: left;
	margin: 0 10px 0 0;
}

.account_optimal {
	font-style: italic;
	margin: 0 0 0 120px;
}

input.accountsubmit {
	width: 100px;	
}






/* =PAYMENT CHARGE
———————————————————————————————————————————————————*/

.partner-charge p {
	margin: 0 0 25px 0;	
}

.partner-charge #budget, .partner-charge .submit {
	margin: 0 0 25px 0;	
}






/* =VIEW PAGE
———————————————————————————————————————————————————*/

.question {
}

.results {
	margin: 0 0 12px 0;
}

.votes {
	margin: 0 0 30px;
}

.instructions {
	margin: 0 0 30px;	
}

.instructions h2 {
	margin: 0 0 15px;
}

.instructions span {
	font-weight: bold;
}

.description {
	margin: 0 0 30px;
}

.additional-info {
	margin: 0 0 30px;
}

.more-info {
	margin: 0 0 30px;
}

.attachments {
	margin: 0 0 30px;	
}

.attachments .image {
	margin: 0 15px 15px 0;
	display: block;
	float: left;
}

.attachments .url {
	display: block;
	clear: both;
	margin: 0 0 15px;
}





/* =FOOTER
———————————————————————————————————————————————————*/

#partner-footer {
	margin: 0 auto 25px;
	background: url(../img/partner/bg-partnerHeader-wide.jpg) no-repeat center top;
	clear: both;
}

#partner-footer a, #partner-footer a:visited  {
	color: #999;
}

#partner-footer a:hover  {
	color: #3CB6CE;
	text-decoration: none;
}

#partner-footer ul {
	margin: 0 auto;
	width:	785px;
	padding: 0;
}

#partner-footer ul li {
	float: left;
	border-left: 1px solid #ddd;
	padding: 19px 15px 0 ;
	margin: 0 0 15px 0;
}

#partner-footer ul li.poweredby {
	border: none;
	padding: 17px 15px 0 ;
}

#partner-footer ul li.poweredby a {
	height: 22px;
	background: url(../img/partner/icon-poweredby-partner.png) no-repeat;
	font: normal 12px Arial, sans-serif;
	padding: 6px 0 0 30px;
	display: block;
}

#partner-footer ul.rightsreserved {
	text-align: center;
	margin: 0 auto;
	width: 610px;
}

#partner-footer ul.rightsreserved li {
	border-left: none;
	padding: 0;
	color: #999;
	font-size: 10px;
	float: none;
	margin: 0;
}






/* =FEEDBACK
———————————————————————————————————————————————————*/

/*#feedback-wrapper .error-message {
	background: none;
	color:#fff;
	font-weight:bold;
	margin: 0 0 0 70px;
	padding: 0 3px;
}*/

#feedback-wrapper {
	background: url(../img/partner/bg-feedback.png) center bottom;
	position: absolute;
	top: 0;
	right: 80px;
	z-index: 1000;
}


p.feedback-intro {
	margin: 5px 0 15px;	
}

#feedback-content {
	width: 436px;
	height: 300px;
	color: #fff;
}

.feedback-padding {
	padding: 15px 28px 0;	
}

#feedback-button {
	width: 133px;
	height: 27px;
	padding: 2px 0 0 303px;
}

#feedback-button a.feedback-up {
	height: 15px;
	width: 70px;
	background: url(../img/partner/button-support.png);
	display: block;	
}

#feedback-button a:hover.feedback-up {
	background: url(../img/partner/button-support.png) 0 -30px;
}

#feedback-button a.feedback-down {
	height: 15px;
	width: 70px;
	background: url(../img/partner/button-support.png) 0 -15px;
	display: block;	
}

#feedback-button a:hover.feedback-down {
	background: url(../img/partner/button-support.png) 0 -45px;
}

ul.feedback-form li.label label {
	float: left;
	text-align: right;
	margin: 0 10px 0 0;
	width: 60px;
	color: #fff;
	font-size: 12px;
}

ul.feedback-form  {
	padding: 0;
	margin: 0;
}

ul.feedback-form input.custom, ul.feedback-form textarea.custom {
	border: 1px solid transparent;
}


ul.feedback-form input {
	width: 270px;	
	margin: 0 0 10px 0;
	color: #666;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	
}

textarea#feedback_body {
	height: 70px;
	width: 270px;
	color: #666;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 10px 0;
}

input.feedbacksubmit {
	width: 80px;
	margin: 0 5px 0 70px;
	border: 1px solid #999;
	float: left;
}

input.feedbacksubmit:hover {
	border: 1px solid #3CB6CE;
}

#feedback-wrapper .loading-image {
	min-width: 0px;
	float: left;	
	padding: 2px 5px 0 0;
}






/* =SYSTEM REQUIREMENTS
———————————————————————————————————————————————————*/

ul.system-requirements {
	padding: 0;
	
}

ul.system-requirements li {
	vertical-align: middle;
}

ul.system-requirements li a {
	vertical-align: middle;
	display: block;
	height: 21px;
	padding: 9px 0 0 40px;
	margin: 0 0 10px;
}

ul.system-requirements li a.sys-firefox {
	background: url(../img/partner/icon-firefox.png) no-repeat;
}

ul.system-requirements li a.sys-ie {
	background: url(../img/partner/icon-ie.png) no-repeat;
}

ul.system-requirements li a.sys-safari {
	background: url(../img/partner/icon-safari.png) no-repeat;
}

ul.system-requirements li a.sys-opera {
	background: url(../img/partner/icon-opera.png) no-repeat;
}






/* =ATTACHEMENTS
———————————————————————————————————————————————————*/

.attachment {
	margin: 0 0 10px;
}

.attachment a {
	color:#3CB6CE;
}

.attachment a:hover {
	text-decoration: underline;
}

.attachment a:active {
	text-decoration: none;
	background-color:#3CB6CE;
	color:white;
}

.add-attach {
	margin: 0 0 10px;	
	display: block;
}

a.delete-attachment {
	clear: both;
	background: url(../img/partner/icon-delete.png) 0 -3px;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
}

a:hover.delete-attachment {
	background-position: 0 22px;	
}

a:active.delete-attachment {
	background: url(../img/partner/icon-delete.png) 0 22px;
}



/* =NEWS ALERTS MANAGE/CREATE
———————————————————————————————————————————————————*/

h2.updates {
	float: left;
}

.sms-widgets {
	margin: 0 0 5px;
}

.sms-widgets a {
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../img/partner/icon-sms-widgets.png);
	display: block;
	margin: 0 2px 5px 0;
	line-height: normal;
	float: left;
}

.sms-widgets a:hover {
	background-position: 0 -25px;
}

.sms-widgets a.sms-weather {
	background-position: 25px 0;
}

.sms-widgets a.sms-weather:hover {
	background-position: 25px -25px;
}

p.char-count {
	margin: 5px 10px 0 0;
}

.updates-control {
	float: right;
}

.partnerBox.update-config {
	width: auto;
	margin: 0 0 50px;
}

.partnerBox.update-config input, .partnerBox.update-config select, .newsalert input {
	width: auto;
	margin: 0;
}

.update-config .update-current {
	border-top: 1px solid #ccc;
	padding: 15px 0 0;
}

.update-config span {
	margin: 0 0 0 5px;	
}

.update-config label {
	width: 80px;
	margin: 0 0 10px;
}

.update-config select {
	width: 100px;
}

.update-current span {
	display: block;
	margin: 0;
}

.update-config .update-current label {
	width: auto;
}

.update-config .update-current input {
	margin: 0 10px 0 0;
}

.update-config .update-current input.edit-current {
	
}

.update-config .update-current textarea {
	margin: 0;
}

.update-config span.countdown {
	display: inline;
}

.update-config .update-current input[type="checkbox"], .newsalert input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.update-current textarea {
	width: 50%;
	height: 100px;
	display: block;
}

.update-current .error-message, .update-current .warning-message{
	margin: 5px 0 0;	
}

.blank-slate.updates {
	width: 1040px;
}

.blank-slate.updates p {
	width:700px;
}

.blank-slate.updates a {
	background: url(../img/partner/button-dashboard-blank-updates.png);
	margin:0 0 0 780px;
}

.blank-slate.updates a.create {
	margin-top: 20px;
}

.blank-slate.updates a:hover.create {
	background-position: 0 -33px;
}

.toolkit-container .options.updates { 
	padding: 8px 0 0 15px;
}

.toolkit-container .options.updates input { 
	margin: 0 5px 0 0;
}

.toolkit-container .schedule select {
	margin: 0 5px 0 0;
}

.toolkit-container .schedule.updates {
	float: right;
	border-left: 1px solid #ccc;
	margin: 0 15px 0 0;
	padding: 3px 0 0 10px;
}

.col.one.updates {
	width: 59%;
}

.col.two.updates {
	width: 15%;
	text-align: center;
}

.col.three.updates {
	width: 10%;
	text-align: center;
}

.col.four.updates {
	width: 7%;
}

a.dashboardEdit, a.dashboardDelete, a.dashboardDuplicate {
	margin: 0 5px;
	padding: 4px 0 0 25px;
}

.status-scheduled {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -28px;
	color: #E98300;
}
.status-sent {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 0;
	color: #A8B400;
}

.status-sending {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -28px;
	color: #E98300;
}

.status-failed {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -14px;
	color: #D52B1E;
}

.schedule-up {
	width: auto;
	height: 14px;
	display: block;	
	margin: 4px auto 0;
	padding: 0 0 0 20px;
	text-indent: 0;
	text-align: left;
	line-height: normal;
	cursor: help;
}

.updateTitle {
	overflow: hidden;	
}

.update-schedule {
	cursor: help;
}


.partnerHeader.newsalert {
	margin:0 0 25px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

.partnerBox-wrapper {
	margin: 0 0 50px 0;
	/*background: url(../img/partner/bg-create-gradient.png) top right no-repeat;
	width: 800px;*/
}

.partnerBox-wrapper-short {
	margin: 0 0 50px 0;
	background: url(../img/partner/bg-create-gradient-short.png) top right no-repeat;
	width: 800px;
}

.partnerBox-wrapper-short .partnerBox {
	background: url(../img/partner/bg-create-box-short.png) no-repeat;
	background-color: #e6e6e6;
	width: 744px;
	min-height: 75px;
	padding: 0 25px;
	margin: 0;
	clear: both;
}

.partnerBox-wrapper .partnerBox select {
	width: auto;
}

.newsalert .colLeft {
	float: left;
	margin: 75px 0 25px auto;
	width: 530px;
}

.newsalert .colRight {
	margin:-50px 0 0 543px;
}

.newsalert .sms-arrow {
	margin:60px 0 0 475px;
}

textarea.newsupdate-txt {
	width: 500px;
	height: 75px;
}

.news-update-button {
	padding: 25px 0 0 0;
	background: #fff;
}

.news-update-button input {
	margin: 0 10px 0 0;
}

#news-schedule select {
	width: auto;
}

/*textarea#txt_message-news {
	float:left;
	height:140px;
	margin:0 0 10px;
	padding:5px;
	width:440px;
}*/

label.newsalert-date {
	margin: 0 10px 0 0;
}

input.newsalert-date {
	width: auto;
}

label.newsalert-time {
	margin: 0 10px;	
}

label.newsalert-timezone {
	margin: 0 10px;	
}

/*.newsalert a.status-scheduled {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -25px;
	color: #A8B400;
}

.newsalert a.schedule-down.status-scheduled {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -125px;
	color: #A8B400;
}

.newsalert a.status-sent {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -25px;
	color: #A8B400;
}

.newsalert a.schedule-down.status-sent {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -125px;
	color: #A8B400;
}

.newsalert a.status-sending {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -250px;
	color: #E98300;
}

.newsalert a.schedule-down.status-sending {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -275px;
	color: #E98300;
}

.newsalert a.status-failed {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 0;
	color: #D52B1E;
}

.newsalert a.schedule-down.status-failed {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -100px;
	color: #D52B1E;
}

.newsalert a.schedule-down {
	background: url(../img/partner/icon-schedule.png) no-repeat 0 -125px;
}

.newsalert a.schedule-up, .newsalert a.schedule-down {
	width: auto;
	height: 21px;
	display: block;	
	margin: 0 auto;
	padding: 2px 0 0 30px;
	text-indent: 0;
	text-align: left;
}*/

.newsalert a:hover {
	color: #3CB6CE;
}

.newsalert td.scheduleToggle {
	width: 175px;	
}

.newsalert label.date, .newsalert label.time {
	font-weight: normal;	
}

.newsalert label.time {
	margin: 0;
}

.newsalerts h2.schedule-label-margin {
	margin: 0 80px 0 0;
}

.newsalerts h2.toolkit-label-margin {
	margin: 0 575px 0 0;
}

.newsalerts select {
	margin: 0;
}

h2.subscribers {
	margin: 0 15px 25px 0;
}

h2.subscribers span {
	color: #999;
	font-size: inherit;
	font-style: inherit;
	margin: 0;
}

h2.winners {
	margin: 0 0 10px 0;
}

h2.winners span {
	font-size: inherit;
	font-style: inherit;
	color: #666;
	margin: 0;
}


input.create-newsalert {
	margin: 0 5px 0 0;
}

td.edit-delete {
	width: 76px;	
}

/*td.edit-delete a.dashboardEdit, td.edit-delete a.dashboardDelete {
	margin: 0 5px;
	padding: 4 0 0 25px;
}*/

a.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

button.disabled {
	color: #999;
}

a:hover.disabled {
	background-position: inherit;
	color: inherit;
}


.table-newsalert {
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
}

.timezone {
	/*font-weight: bold;*/
	margin: 0 0 0 5px;
}
	
.success-buttons {
	width: 170px;
	margin: 0 0 10px 0;
	display: block;
}






/* =RECAPTCHA
———————————————————————————————————————————————————*/

#popupCaptcha {
	background: url(../img/recaptcha/bg-recaptcha.png);
	padding: 10px 0 0 13px;
	width: 312px;
	height: 119px;
	margin: 0 0 15px 0;
	line-height: normal;
}

#popupCaptcha label {
	font-weight: normal;
	color: #fff;
	margin: 0 0 3px;
	padding: 5px 0 0;
	display: block;
}

#recaptcha_image {
	margin: 0 0 8px;
}	

.recaptcha_input {
	float: left;
	width: 180px;
}

#popupCaptcha .recaptcha_input label, #popupCaptcha .recaptcha_input input {
	width: auto;
}

a.recaptcha-reload, a.recaptcha_only_if_image, a.recaptcha_only_if_audio, a.recaptcha-help {
	background: url(../img/recaptcha/icon-nav.png);
	display: block;
	width: 29px;
	margin: 0 0 0 180px;
}

a.recaptcha-reload {
	background: url(../img/recaptcha/icon-nav.png) 0 0;
	height: 16px;
}

a.recaptcha_only_if_image { /* switch to audio button */
	background: url(../img/recaptcha/icon-nav.png) 0 -15px;
	height: 16px;
}

a.recaptcha_only_if_audio { /* switch to image button */
	background: url(../img/recaptcha/icon-nav.png) 0 -30px;
	height: 16px;
}

a.recaptcha-help {
	background: url(../img/recaptcha/icon-nav.png) 0 -45px;
	height: 17px;
}

a.recaptcha-reload:hover {
	background: url(../img/recaptcha/icon-nav.png) -40px 0;
	height: 16px;
}

a.recaptcha_only_if_image:hover {
	background: url(../img/recaptcha/icon-nav.png) -40px -15px;
	height: 16px;
}

a.recaptcha_only_if_audio:hover {
	background: url(../img/recaptcha/icon-nav.png) -40px -30px;
	height: 16px;
}

a.recaptcha-help:hover {
	background: url(../img/recaptcha/icon-nav.png) -40px -45px;
	height: 17px;
}






/* =VOTING
———————————————————————————————————————————————————*/

.results-chart, .results-chart-mobile {
	margin: 25px 0;	
}

button.results-refresh {
	margin: 0;
}



/* =CONTEST-WINNERS
———————————————————————————————————————————————————*/

.partner-table.contest {
	width: 380px;
	float: left;
	margin: 0 40px 40px 0;
}

h2.winPlace {
	font-size: 14px;
	margin: 0 10px 15px 5px;
	/*float: left;*/
	line-height: normal;
}

.dashboard-item.contest-winners {
	margin: 0 0 20px;
	padding: 7px;
	min-height: 24px; /* ** NEEDED FOR IE7 ** */
}

.winList {
	float: left;
}

.winList li {
	float: left;
	margin: 0 20px;
}

input.winners-csv {
	margin-bottom: 20px;
}



/* =COLLECTION-RECORDS
———————————————————————————————————————————————————*/


.dashboard-item.collection-data {
	margin: 0 0 10px;
	padding: 7px;
}





/* =ABOUT/COMPANY
———————————————————————————————————————————————————*/

img.about-logo {
	float: right;
	margin: 10px 0 40px 40px;
}






/* =FAQ
———————————————————————————————————————————————————*/

a.faq {
	display: block;
}

a.faq.answer {
	color: #666;
}

a:hover.faq.answer {
	text-decoration: none;
	cursor: default;
}

.faq-answers h2 {
	margin: 0 0 5px;
}

a.faq.top {
	width: 20px;
	height: 25px;
	background: url(../img/partner/icon-schedule.png) no-repeat center -200px;
	margin: 0 0 15px 0;
}

a:hover.faq.top {
	background: url(../img/partner/icon-schedule.png) no-repeat center -225px;
}

.faq-questions {
	padding: 0 0 25px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 25px 0;
}



/* =WYSIWYG PROTOTYPE
———————————————————————————————————————————————————*/

.uploads {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}

textarea.wysiwyg-editor {
	width: 650px;
	height: 275px;
}

.css-editor {
	/*width: 540px;
	height: 272px;
	padding: 5px;
	margin: 0 0 10px 0;*/
}

.mceEditor {
	margin: 0 0 5px 0;
	display: block;
}

.editorPrevNav a.active, .editorNav a.active {
	color: #002C5F;
}

.editorPrevNav a:hover, .editorNav a:hover {
	color: #3CB6CE;
}

.widgets {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.widgetBlack {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: url(../img/partner/bg-modal-black.png) repeat;*/
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1000;
	position: fixed;
}

.widgetBox {
	width: 450px;
	height: 350px;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1000001;
	position: fixed;
	margin: -200px 0 0 50%;
	top: 50%;
	left: -250px;
	padding: 25px;
}




/* =CUSTOM ALERT
———————————————————————————————————————————————————*/

#alertWarning {
	position: fixed;
	z-index: 10003;
	margin: 0 0 0 -245px;
	left: 50%;
	top: 0;
	-moz-box-shadow: 3px 3px 5px #999;
	background: #eee url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border: 1px solid #ccc;
	border-top: none;
}

.alert {
	width: 450px;
	min-height: 100px;
	padding: 25px 25px 25px;
}

.alert-warning {
	background: url(../img/partner/icon-error404.png) no-repeat;
	padding: 0 0 0 60px;
}

.alert-warning p {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 10px;
	margin: 0 0 10px;
	min-height: 59px;
}

.alert-warning input {
	width: 60px;
	margin: 0 5px 0 0;
}

#alertBlocker {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10002;
	background: none;
}

.modalBlocker {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: none;
}









/* =WIDGETS
———————————————————————————————————————————————————*/

.editor-widgets a {
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../img/partner/icon-wysiwyg-widgets.png);
	display: block;
	float: left;
	margin: 0 2px 0 0;
	text-decoration: none;
}

.editor-widgets a.widget-nav {
	background-position: 0 0;
}

.editor-widgets a:hover.widget-nav {
	background-position: 0 -25px;
}

.editor-widgets a.widget-voting {
	background-position: -25px 0;
}

.editor-widgets a:hover.widget-voting {
	background-position: -25px -25px;
}

.editor-widgets a.widget-contact {
	background-position: -50px 0;
}

.editor-widgets a:hover.widget-contact {
	background-position: -50px -25px;
}

.editor-widgets a.widget-video {
	background-position: -100px 0;
}

.editor-widgets a:hover.widget-video {
	background-position: -100px -25px;
}

.editor-widgets a.widget-gallery {
	background-position: -200px 0;
}

.editor-widgets a:hover.widget-gallery {
	background-position: -200px -25px;
}

.editor-widgets a.widget-siteheader {
	background-position: -225px 0;
}

.editor-widgets a:hover.widget-siteheader {
	background-position: -225px -25px;
}

.editor-widgets a.widget-rss {
	background-position: -150px 0;
}

.editor-widgets a:hover.widget-rss {
	background-position: -150px -25px;
}

.editor-widgets a.widget-locator {
	background-position: -75px 0;
}

.editor-widgets a:hover.widget-locator {
	background-position: -75px -25px;
}

.editor-widgets a.widget-poll {
	background-position: -250px 0;
}

.editor-widgets a:hover.widget-poll {
	background-position: -250px -25px;
}

.editor-widgets a.widget-sharer {
	background-position: -275px 0;
}

.editor-widgets a:hover.widget-sharer {
	background-position: -275px -25px;
}

.editor-widgets a.widget-active {
	border: 1px solid #3CB6CE;
}

.widgetWrapper {
	z-index: 10001;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -240px;
}

.widgetWrapper h2 {
	margin: 0 0 15px;
	display: inline;
	float: left;
	line-height: 33px;
}

.widgetWrapper .help-wrapper {
	margin-top: 4px;
	float: left;
}

.widgetWrapper .helpbox h2 {
	margin: 0 0 5px;
	display: block;
	float: none;
}

.widgetWrapper .partnerBox {
	width: 440px;
	margin-bottom: 40px;
}

.widgetWrapper input {
	width: auto;	
}

.widgetWrapper input.widget-action {
	margin: 0 5px 20px 0;	
}

.nav-widget input {
	width: auto;
}

.nav-type {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px;
	margin: 0 0 20px;
}

.nav-type label {
	margin: 0 10px 0 0;	
}

.nav-type input {
	width: auto;
	margin: 0 5px 0 0;
}

.nav-items ul {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
}

.nav-items ul li {
	margin: 0 0 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.nav-items ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.nav-items .nav-item-control {
	height: 130px;
	padding: 2px;
	display: block;
	float: left;
	background: #eee url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	border: 1px solid #ccc;
	color: #fff;
	-moz-border-radius: 3px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 3px;
	-webkit-border-bottom-left-radius: 10px;
	margin: 0 10px 0 0;
	line-height: normal;
	font-size: 10px;
}

.nav-items span.nav-item-handle  {
	border-top: 3px double #999;
	border-bottom: 3px double #999;
	height: 1px;
	width: 18px;
	display: block;
	margin: 2px 0 0;
	cursor: move;
}

.nav-items a.remove-item {
	background: url(../img/partner/icon-browser-context.png) no-repeat -53px -4px;
	padding: 18px 0 0 18px;
	margin: 102px 0 0;
	display: block;
}

.nav-items a:hover.remove-item {
	background-position: -53px -29px;
}

.nav-items label {
	margin: 0 10px 0 0;
	width: 40px;
}

.nav-items input {
	width: 180px;
	margin: 0 5px 15px 0;
}

.nav-items .nav-options input, .nav-items .nav-options label {
	width: auto;	
}

.nav-items input.nav-item-colour {
	width: 170px;
	margin-bottom: 0;
}

.nav-items input.nav-item-image {
	margin-bottom: 0;
}

.nav-items select {
	width: 96px;	
}

.nav-items .control a.add-item {
	background: url(../img/partner/icon-add.png) no-repeat;
	height: 23px;
	padding: 2px 0 0 25px;
	color: #666;
	display: inline-block;
}

.nav-items .control a:hover.add-item {
	background-position: 0 -25px;
	color: #3CB6CE;
	text-decoration: none;
}

.widget-context {
	position: absolute;
	top: 60px;
	left: 68px;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #bbb;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 50px;
	height: 25px;
}

.widget-context a {
	margin: 0;
	display: block;
	cursor: pointer;
	margin: 0;
}

.widget-context a.widget-edit {
	padding: 4px 0 0 25px;
	background: url(/img/partner/icon-edit.png);
	display: block;
	float: left;
	height: 21px;
}

.widget-context a.widget-delete {
	padding: 4px 0 0 25px;
	background: url(/img/partner/icon-delete.png);
	display: block;
	float: left;
	height: 21px;
	margin: 0;
}

.widget-context a:hover {
	background-position: 0 -25px;
}

.voting-widget input {
	width: auto;
	margin: 0 5px 0 0;
}

.voting-widget label {
	width: 110px;
	vertical-align: top;
}

.voting-type {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.voting-type div {
	display: inline-block;
}

.voting-type select {
	margin: 0;
	width: 200px;
}

.voting-options input {
	width: 175px;
	margin: 0 5px 15px 0;
}


.voting-options a.voting-colour, a.nav-colour, a.header-colour {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #ccc;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.contact-widget input {
	width: auto;
	margin: 0 5px 0 0;
}

.contact-items, .poll-items, .social-items {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.contact-items input {
	margin: 0;
	width: auto;
}

.contact-items input.contact-item-contact {
	width: 300px;
	margin: 0 0 0 10px;
}

.contact-widget textarea.contact-item-success {
	width: 390px;
}

.contact-items .contact-items-sort li {
	background: #eee url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 3px;
	-webkit-border-bottom-left-radius: 10px;
	line-height: normal;
	height: 20px;
	padding: 2px;
	margin: 0 0 10px;
}

.contact-items .contact-items-sort li label {
	vertical-align: baseline;	
}

.contact-items .contact-items-sort li input {
	margin: 3px 5px 0;	
}

.contact-items .contact-items-sort li .contact-item-control {
	padding: 2px;
	width: 18px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	line-height: normal;
}

.contact-items .contact-items-sort li span.contact-item-handle  {
	border-top: 3px double #999;
	border-bottom: 3px double #999;
	height: 1px;
	width: 18px;
	display: block;
	margin: 2px 0 0;
	cursor: move;
}

.contact-items .contact-items-sort li span.contact-req {
	float: right;
	margin: 0 10px 0 0;
}

.closeCustomField {
	height: 18px;
	width: 18px;
	display: inline-block;
	cursor: pointer;
	background: url("../img/partner/icon-browser-context.png") no-repeat -53px -4px;
	vertical-align: top;
}

.closeCustomField:hover {
	background-position: -53px -29px;
}

ul.contact-items-sort {
	margin: 0 0 20px;
}

a.img-browser {
	background: url(../img/partner/icon-browser.png) -5px -1px;
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
}

a:hover.img-browser {
	background: url(../img/partner/icon-browser.png) -29px -1px;
}

ul.video-list label {
	width: 110px;
}

ul.video-list input {
	margin: 0 0 15px;
	width: 250px;
}

ul.video-list input.video-thumb {
	width: 226px;
}

ul.video-list input.video-thumb-size {
	width: 40px;
}


div.siteheader-options {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 15px;
}

div.siteheader-options:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.siteheader-options input {
	margin: 0 5px;	
}

.siteheader-options input.siteheader-image {
	width: 200px;
}

.siteheader-options input.siteheader-image-width {
	width: 50px;
}

.siteheader-options input.siteheader-option-colour {
	width: 95px;	
}

.siteheader-options input.siteheader-option-border-width {
	width: 95px;	
}

.siteheader-options label {
	/*width: 130px;	*/
	width: 138px;
}

.siteheader-options.site-image label {
	width: 40px;	
}

.siteheader-options label.sublabel {
	width: auto;
	margin: 0 10px 0 0;
}

.gallery-options, .gallery-format {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 15px;
}

.gallery-options label {
	margin: 0 5px 0 0;
}

.gallery-options input {
	margin: 0 10px 0 0;	
}

.gallery-format label {
	width: 75px;
}

.gallery-format input {
	margin: 0 5px 0 0;	
}

.gallery-format label.gallery-format-right, .gallery-format label.gallery-format-left, .gallery-format label.gallery-format-bottom {
	width: 20px;
	background: url(../img/partner/icon-gallery-format.png) no-repeat;
	height: 13px;
	vertical-align: middle;
	margin: 0 10px 5px 0;
}

.gallery-format label.gallery-format-left {
	background-position: -22px 0;
}

.gallery-format label.gallery-format-bottom {
	background-position: -44px 0;
}

input.gallery-format-width {
	width: 50px;	
}

.gallery-items ul {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
}

.gallery-items ul li, .poll-items ul li {
	margin: 0 0 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.gallery-items ul li:first-child, .poll-items ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.gallery-items .gallery-item-control, .poll-items .poll-item-control {
	height: 172px;
	padding: 2px;
	display: block;
	float: left;
	background: #eee url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	border: 1px solid #ccc;
	color: #fff;
	-moz-border-radius: 3px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 3px;
	-webkit-border-bottom-left-radius: 10px;
	margin: 0 10px 0 0;
	line-height: normal;
	font-size: 10px;
}

.gallery-items span.gallery-item-handle, .poll-items span.poll-item-handle  {
	border-top: 3px double #999;
	border-bottom: 3px double #999;
	height: 1px;
	width: 18px;
	display: block;
	margin: 2px 0 0;
	cursor: move;
}

.gallery-items a.remove-item, .poll-items a.remove-item {
	background: url(../img/partner/icon-browser-context.png) no-repeat -53px -4px;
	padding: 18px 0 0 18px;
	margin: 144px 0 0;
	display: block;
}

.gallery-items a:hover.remove-item, .poll-items a:hover.remove-item {
	background-position: -53px -29px;
}

.gallery-items ul li label, .poll-items ul li label {
	width: 75px;	
}

.gallery-items ul li input, .poll-items ul li input {
	width: 230px;
	margin: 0 5px 20px 0;
}

.gallery-items ul li input.gallery-item-title {
	width: 250px;
}

.gallery-items ul li textarea {
	vertical-align: top;	
	height: 80px;
}

.control a.add-item {
	background: url(../img/partner/icon-add.png) no-repeat;
	height: 23px;
	padding: 2px 0 0 25px;
	color: #666;
	display: inline-block;
}

.control a:hover.add-item {
	background-position: 0 -25px;
	color: #3CB6CE;
	text-decoration: none;
}

.rss-list label {
	width: 100px;
}

.locator-widget .panel_wrapper h2 {
	float: none;
	line-height: 100%;
	margin-bottom: 10px;
	display: block;
}

.locator-widget form {
	position: relative;
}

.locator-widget input {
	margin: 0;
}

.locator-widget input.taggaFileButton {
	position: absolute;
	width: 80px;
	left: 3px;
	top: 3px;
}

.locator-widget input.taggaFileInput {
	width: 225px;
	padding-left: 85px;
	line-height: 16px;
}

.locator-widget input.taggaFileHide {
	width: 310px;
}

.locator-widget input.upload-submit {
	width: 75px;
}

.locator-widget img#uploadLoader {
	z-index: 5;
	position: absolute;
	top: 5px;
	left: 290px;
}

.locator-widget .error-icon, .locator-widget .success-icon {
	position: absolute;
	top: 7px;
	z-index: 4;
	left: 286px;
}

.locator-widget p.examplecsv a {
	margin-top: 10px;
	display: block;
	padding-left: 30px;
	background: url('../img/partner/icon-dashboard.png') no-repeat;
	background-position: 0 -550px;
	color: #666;
	line-height: 25px;
}

.locator-widget p.examplecsv a:hover {
	background-position: 0 -575px;
}


/* = SOCIAL TOOLS WIDGET
———————————————————————————————————————————————————*/

.poll-items, .social-items {
	padding-bottom: 15px;
}

.poll-items h2, .social-items h2 {
	float: none;
	display: block;
}

.poll-items input, .poll-items select, .poll-items textarea, .social-items input, .social-items textarea {
	margin: 0;
}

.social-items:first-child h2 {
	margin-bottom: 10px;
}

.social-items input, .social-items textarea {
	width: 270px;
	max-width: 270px;
}

.social-items textarea {
	min-height: 40px;
}

.social-items input[type=checkbox] {
	width: auto;
	margin-right: 10px;
}

.social-items li input[type=checkbox] + label {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	background: url('/img/partner/icons-social.png') no-repeat;
	width: auto;
}

.social-items li.twitter input[type=checkbox] + label {
	background-position: 0 -20px;
}

.social-items li.google input[type=checkbox] + label {
	background-position: 0 -40px;
}

.social-items li.email input[type=checkbox] + label {
	background-position: 0 -60px;
}

.social-items label {
	margin: 0;
	padding-right: 10px;
	width: auto;
}

.social-items ul.setup label {
	width: 77px;
	vertical-align: top;
}

.social-items label input[type=checkbox] {
	margin-right: 10px;
	width: auto;
}

.social-items ul.setup li {
	margin-bottom: 10px;
}

.social-items p.char-count {
	text-align: right;
	line-height: 12px;
	padding-right: 25px;
}

.social-items.email textarea {
	min-height: 75px;
}

.social-items.facebook h2 {
	margin-bottom: 10px;
}

.social-items:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}


/* = MOBILE POLLING WIDGET
———————————————————————————————————————————————————*/

.poll-items input, .poll-items select, .poll-items textarea {
	margin: 0;
}

.poll-items input {
	width: 315px;
}

.poll-items label {
	margin: 0;
	padding-right: 10px;
	width: auto;
}

.poll-items label input[type=checkbox] {
	margin-right: 10px;
	width: auto;
}

.poll-items label:first-child input[type=checkbox] {
	padding-bottom: 10px;
}

.poll-items ul {
	overflow: auto;
	padding-bottom: 15px;
}

.poll-items ul li {
	border: 0;
	margin: 0;
	clear:left;
}

.poll-items ul li label {
	width: 40px;
	padding-left: 10px;
}

.poll-items ul li input {
	width: 285px;
	margin-bottom: 8px;
}

.poll-items ul li input.nav-item-colour {
	width: 170px;
}

.poll-items .poll-item-control {
	height: 60px;
}

.poll-items .poll-item-control a.remove-item {
	margin-top: 30px;
}

.poll-items .poll-item-control.long {
	height: 90px;
}

.poll-items .poll-item-control.long a.remove-item {
	margin-top: 60px;
}

.poll-items div.control {
	padding-top: 15px;
	border-top: 1px solid #CCC;
}

.poll-items textarea {
	display: block;
	width: 385px;
	height: 40px;
	max-width: 385px;
	min-width: 385px;
}

.poll-items:last-child, .poll-items:nth-last-child(1) {
	border-bottom: 0;
	padding-bottom: 0;
}

.voting-type input {
	width: auto;
	margin: 0 5px 0 0;
}

.voting-type label {
	width: 110px;
	vertical-align: top;
}

.voting-type div {
	display: inline-block;
}

.voting-type select {
	width: 275px;
}



/* =API
———————————————————————————————————————————————————*/


.api-sidebar {
	width: 200px;
	min-height: 600px;
	background: url(../img/partner/bg-dashboard-sidebar.png) no-repeat  181px -50px;
	float: left;
	padding: 0;
}

.api-sidebar h2 {
	width: 179px;
	font-size: 14px;
	padding: 4px 0 0 20px;
	height: 26px;
	background: #EEEEEE url(../img/partner/bg-gradient-grey.png) repeat-x left top;
	border: 1px solid #CCCCCC;
	border-right: none;
	margin: 0 0 10px;
	position: relative;
	z-index: -1;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.api-sidebar ul {
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}

.api-sidebar ul.api-nav li {
	padding: 5px 0;
	border-top: 1px solid #ccc;	
}

.api-sidebar a.active {
	color: #002C5F;
}

.api-sidebar ul.api-nav li:first-child {
	border-top: none;	
}

.api-content {
	float: left;
	width: 820px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 40px;
	min-height: 600px;
}

.api-content h2 {
	margin: 0 0 20px;
}

.api-content ul, .api-content ol {
	margin: 0 0 24px;
}

.api-content .partnerBox {
	clear: none;
	width: auto;
	margin: 0 0 40px;
}

.api-content h3 {
	color: #002C5F;	
}

.api-content ul.indent {
	margin: 0 0 0 20px;
	padding: 0;
}

.api-content ul.indent li {
	list-style: lower-alpha;
}

.api-content span.definition {
	font-style: italic;
	color: #002C5F;	
}

.api-register .partnerBox {
	margin: 0 0 20px 0;	
}

.api-register label {
	float: left;
	width: 100px;
}

.api-register textarea {
	vertical-align: top;
}

.api-account label {
	font-size: 12px;
	color: #002C5F;
	vertical-align: top;
	margin: 0 10px 0 0;
}

ul.account-details {
	margin: 0;
}

ul.account-details li label {
	width: 80px;
}

ul.api-ip-list, ul.api-domain-list, ul.api-keyword-list {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 10px;
	padding: 20px;
	background: #fff;
}

ul.api-ip-list li span {
	display: inline-block;
	width: 90px;
}

ul.api-domain-list li span, ul.api-keyword-list li span {
	margin: 0 10px 0 0;
}

a.delete-ip {
	background: url(../img/partner/icon-delete.png) -3px -3px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: text-bottom;
}

a.delete-ip:hover {
	background-position: -3px -28px;
}

input.add-ip {
	margin: 0 5px 0 0;
}

.code-div {
	margin: 0 0 40px;	
}


/* =FILE BROWSER
———————————————————————————————————————————————————*/


.browser-frame-wrapper {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -340px;
	z-index: 1000000;
}

/* = DASHBOARD BANNERS
———————————————————————————————————————————————————*/

.dashboard-banner {
	background: #E9F9F9 url('../img/global/banner/bg-banner.png') repeat-x;
	padding: 20px;
	border: 1px solid #C6E9F1;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}

.dashboard-banner h2 {
	font-size: 23px;
	font-weight: bold;
	color: #244A79;
	margin: 0;
	margin-bottom: 20px;
}

.dashboard-banner p {
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
	padding-right: 50px;
}

.dashboard-banner ul {
	margin-bottom: 10px;
	font-size: 14px;
}

.dashboard-banner li {
	list-style-type: disc;
	margin-left: 25px;
}

.dashboard-banner a.button {
	display: block;
	width: 229px;
	height: 41px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url('../img/global/banner/button-contactsales.png') top no-repeat;
	margin-top: 10px;
}

.dashboard-banner a.button:hover {
	background-position: center;
}

.dashboard-banner a.button:active {
	background-position: bottom;
}

.dashboard-banner a.close {
	display: block;
	height: 18px;
	text-align: right;
	padding-right: 25px;
	background: url('../img/partner/icon-close.png') right no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 18px;
	color: #666;
}

.disclaimer {
	font-size: 80%;
	margin-top: -27px;
	line-height: 140%;
}


/* = QR CODE MANAGER
———————————————————————————————————————————————————*/

.widgetWrapper.qrManager {
	top: 50%;
	margin-top: -200px;
}

.partnerBox.qrManager {
	width: 576px;
	padding: 15px 15px 0 15px;
	margin: 0;
}

.qrManager .panel_wrapper {
	padding: 8px;
}

.qrManager .dashboard-header, .qrManager .dashboard-item {
	margin-bottom: 8px;
}

.qrManager .dashboard-item .col {
	height: 15px;
	padding-top: 2px;
	background: url("../img/partner/bg-border.png") repeat-y left top;
	position: relative;
	padding: 2px 10px 7px 10px;
}

.qrManager .dashboard-item .col:first-child {
	background: none;
}

.qrManager .col.one {
	width: 220px;
	text-indent: 25px;
	text-align: left;
}

.qrManager .col.one.label {
	text-indent: 0;
}

.qrManager .col.two {
	width: 220px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qrManager .col.three {
	width: 50px;
	text-align: center;
}

.qrManager .dashboard-info {
	height: 25px;
}

.qrManager .qr.tools a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('/img/partner/icon-browser-context.png') no-repeat -2px -1px;
}

.qrManager .qr.tools a.download {
	background-position: -27px -1px;
}

.qrManager .qr.tools a.download:hover {
	background-position: -27px -26px;
}

.qrManager .qr.tools a.delete {
	background-position: -52px -1px;
}

.qrManager .qr.tools a.delete:hover {
	background-position: -52px -26px;
}

.qrManager .qr.tools img.schedule-loader {
	position: relative;
	top: -2px;
}
 
.qrManager .toolkit-container {
	height: auto;
	padding: 10px;
}

.qrManager .qr-image {
	width: 85px;
	height: 85px;
	overflow: hidden;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.qrManager .qr-image img {
	margin: -18px;
}

.qrManager .panel_wrapper input {
	margin: 0;
}

.qrManager input.qr-new {
	margin-bottom: 5px;
}

.qrManager input[type=text] {
	width: 300px;
}

.qrManager .qr-tools {
	display: inline-block;
	width: 430px;
}

.qrManager .qr-tools label {
	width: 90px;
	margin-right: 10px;
	
}

a.qr-download {
	display: block;
	color: #999;
	margin-bottom: 5px;
}

a.qr-download:before {
	content:"";
	display: inline-block;
	width: 23px;
	height: 25px;
	vertical-align: middle;
	background: url('/img/partner/icon-browser-context.png') -28px -2px;
}

a.qr-download:hover:before {
	background: url('/img/partner/icon-browser-context.png') -28px -27px;
}

a.qr-download:hover {
	color: #3CB6CE;
}

.partnerBox.qrManager.download {
	width: 449px;
}

/* Addition for Polling QR Codes */

.poll-items a.qr-download:before {
	content:"";
	display: inline-block;
	width: 23px;
	height: 25px;
	vertical-align: middle;
	background: url(/img/partner/icon-reports.png) -3px -1645px;
	margin-left: 10px;
}

.poll-items a.qr-download:hover:before {
	background-position: -3px -1670px;
}

/* //// */

.qrManager h2 {
	margin: 0;
}

.qrManager p.qr-url {
	display: block;
	font-size: 14px;
	clear: both;
	margin: 0;
	margin-bottom: 10px;
}

.qrManager p.qr-url span {
	color: #002C5F;
}

.qrManager p.qr-url span:last-child {
	color: #666;
}

#qr-code-download {
	top: -100px;
	position: absolute;
}

.qrManager div.qrDownload {
	width: 420px;
	height: 420px;
	overflow: hidden;
}

.qrManager .qrDownloadBlack {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	border-radius: 8px;
}

.qrManager div.qrDownload img {
	margin-left: -35px;
	margin-top: -35px;
}

.qrManager p.info {
	font-size: 12px;
	text-align: center;
	color: #999;
	line-height: 14px;
	padding: 0 25px;
}

/* = NEW FEATURE NOTICE
———————————————————————————————————————————————————*/

.new {
	position: relative;
}

.new:after {
	content: "NEW!";
	font-size: 10px;
	font-weight: bold;
	display: block;
	position: absolute;
	padding: 2px 5px;
	background-color: #A8B400;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	top: 7px;
	z-index: 99;
	height: 16px;
	line-height: 16px;
	pointer-events: none;
}

.new:hover:after {
	text-decoration:none!important;
}

.new.left:after {
	left: -45px;
	top: 0;
}

.new.right:after {
	right: 0;
}

.helper.new:after {
	top: 30px;
}

.page-thumbnail.sub .col.three.new:after {
	display: none;
}

.page-thumbnail.home .col.three.new:after {
	left: -25px;
	top: 8px;
}

.report-controls ul li.new:after {
	right: -7px;
	top: 3px;
}

.report-controls ul li.new {
	padding-right: 35px;
}

.sidebar-item.reports ul li.new:after {
	top: -3px;
}



.last-box { /* PLEASE LEAVE THIS AT THE BOTTOM OF THE DOCUMENT */
	margin: 0;
}
