body {
	background: #fff;
	margin: 0px;
	padding: 0px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	-webkit-text-stroke:1px transparent; 
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

body.admin {
  background-position: 0 26px;
  margin-top: 26px;
}

form {
	margin: 0px;
	padding: 0px;
}

body textarea {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 4px;
}

input.idle {
	font-style: italic !important;
	color: #999 !important;
}

input.error {
  border: 1px solid red;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.align-center {
	text-align: center !important;
}

.strong {
	font-weight: bold;
}

.no-padding {
	padding: 0px !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-border {
	border: 0px !important;
}

.no-background {
	background: none !important;
}

.divider {
	height: 30px;
}

.divider2 {
	height: 20px;
}

.divider-small {
	height: 15px;
}

.divider-small2 {
	height: 10px;
}

.divider-small3 {
	height: 5px;
}

.divider-very-small {
	height: 5px;
}

.clear {
	clear: both !important;
	padding: 0px !important;
	margin: 0px !important;
}

a {
	color: #0182a8;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #333;
}

img {
	border: 0px;
}

#page {
	background: url('/images/page-bg.png') repeat-x top left;
	border-top: 1px solid #f78311;
	padding: 0px;
	margin: 0px;
}

#header {
	width: 980px;
	margin: 0pt auto;
}

#header-inner {
	padding: 0px 22px 0px 22px;
}

#header-top {
	padding: 17px 0px 12px 0px;
}

#logo {
	height: 45px;
	width: 250px;
	float: left;
}

#welcome {
	font-size: 18px;
	color: #525452;
	line-height: 19px;
	padding: 6px 7px 4px 0px;
	float: right;
}

.acc-free, .acc-pro, .acc-corporate, .acc-vip {
	float: right;
	line-height: 13px;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	background: #b8322a url('/images/acc-tick.png') no-repeat 4px center;
	padding: 0px 5px 0 17px;
	margin-right: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.acc-pro {
	background-color: #f59b42;
}

.acc-corporate {
	background-color: #7bbcce;
}

.acc-vip {
	background-color: #cbccca;
}

#welcome SPAN {
	font-weight: bold;
	color: #c43734;
}

#menu-user {
	padding: 0px 0px 0px 7px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0px;
	width: 100%;
	background: url('/images/header-line.png') repeat-x 0px 27px;
}

#menu-user LI {
	display: list-item;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	height: 38px;
}

#menu-user .on {
	background: url('/images/header-foot.png') no-repeat center bottom;
}

#menu-user a.main {
	padding: 0px 18px;
	display: block;
	float: left;
	line-height: 27px;
	height: 27px;
	font-size: 13px;
	font-weight: bold;
	background: url('/images/menu-user-bg.png') repeat-x left -54px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


#menu-user .on a.main {
	background: url('/images/menu-user-bg.png') repeat-x left top;
	text-shadow: 0px 1px 2px #00242f;
	color: #fff;
}

#menu-user a:active {
	color: #828181;
}

#menu-user #right-menu {
	float: right;
}

#menu-site {
	padding: 7px 7px 0px 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	margin: 0px;
}

#menu-site LI {
	float: left;
	padding: 0px 0px 0px 19px;
}

#menu-site LI A {
	font-size: 11px;
}


#header-foot DIV {
	background: url('/images/header-foot.png') no-repeat top left;
	width: 18px;
	height: 11px;
	font-size: 0px; // IE HACK
}

.popup-preview {
	border: 3px solid #333;
}

#stage {
	padding: 20px 0px 0px 0px;
}

#sub-heading {
	padding: 0px 0px 10px 0px;
	width: 980px;
	margin: 0pt auto;
}

#sub-heading A {
	font-size: 10px;
}

#heading {
	padding: 0px 22px 0px 14px;
	background: url('/images/heading-bg.png') repeat-x center center;
}


#heading-inner {
	width: 980px;
	margin: 0pt auto;
}

#heading H1 {
	font-weight: normal;
	color: #525452;
	font-size: 28px;
	line-height: 28px;
	margin: 0px;
	background-color: #fff;
	float: left;
	padding: 0px 8px;
}

#heading H1 SPAN {
	font-weight: bold;
	color: #c53436;
}

#heading-nav {
	float: right;
}

/************************ NAV CONTROL ****************************************/

.nav-control, .nav-control-sub {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	float: left;
}

.nav-control li, .nav-control-sub li {
	display: list-item;
	float: left;
	padding: 0px;
	margin: 0px;
}

.nav-control .blank {
	height: 12px;
	width: 6px;
}

.nav-control a {
	display: block;
	line-height: 19px;
	font-size: 10px;
	border-top: 1px solid #cccbca;
	border-bottom: 1px solid #cccbca;
	padding: 0px 11px 0px 24px; 
	background-color: #fff;
}

.nav-control a:hover {
	background-color: #f5f3f3;
	color: #000;
}

.nav-control a:active {
	background-color: #e9e7e7;
	color: #828181;
	text-shadow: 0px 1px 0px #fff;
}

.nav-control .single:hover {
	color: #0182a8;
	text-shadow: 0px 1px 0px #fff;
}

.nav-control .single:active {
	color: #828181;
}

.nav-control .no-img {
	padding: 0px 12px !important;
	background-image: none !important;
}

.nav-control .no-img-left {
	padding: 0px 12px 0px 16px !important;
	background-image: none !important;
}

.nav-control .no-img-right {
	padding: 0px 16px 0px 12px !important;
	background-image: none !important;
}

.nav-control .space {
	width: 6px;
	height: 19px;
	padding: 0px;
	border-top: 1px solid #cccbca;
	border-bottom: 1px solid #cccbca;
	background: #fff url('/images/nav-control-bg.png') no-repeat top center;
}

.nav-control .side-left {
	border-left: 1px solid #cccbca;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 28px;
}

.nav-control .side-right {
	border-right: 1px solid #cccbca;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-right: 12px;
}

.nav-control .single {
	border: 1px solid #cccbca;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 12px 0px 24px; 
}

.nav-control .filter, .nav-control .filter-on {
	width: 170px;
}

.nav-control .filter SPAN, .nav-control .filter-on SPAN {
	background: url('/images/menu-report-arrow.png') no-repeat right 6px;
	display: block;
}

.nav-control .filter-on, .nav-control .filter-on:hover {
	background-color: #e9e7e7;
	color: #828181;
	text-shadow: 0px 1px 0px #fff;
}

.nav-control .filter-on SPAN {
	background: url('/images/menu-report-arrow.png') no-repeat right -17px;
}

.filter-load {
	color: #828181 !important;
	text-shadow: 0px 1px 0px #fff !important;
	background: #e9e7e7 url(/images/nav-load.gif) no-repeat 7px 4px !important;
}

.nav-control li a, .nav-control-sub li a {
	background-image: url('/images/link-sprites.png');
	background-repeat: no-repeat;	
}

	.link-user { background-position: 9px 2px; }
	.link-user-on { background-position: 9px -13px; color: #333; }
	.link-graph { background-position: 9px -29px; }
	.link-graph-on { background-position: 9px -44px; color: #333; }
	.link-calc { background-position: 9px -59px; }
	.link-calc-on { background-position: 9px -74px; color: #333; }
	.link-print { background-position: 9px -89px; }
	.link-print-on { background-position: 9px -104px; color: #333; }
	.link-edit { background-position: 11px -119px; }
	.link-edit-on { background-position: 11px -134px; color: #333; }
	.link-view { background-position: 9px -149px; }
	.link-view-on { background-position: 9px -164px; color: #333; }
	.link-tick { background-position: 9px -179px; }
	.link-tick-on { background-position: 9px -194px; color: #333; }
	.link-question { background-position: 9px -209px; }
	.link-question-on { background-position: 9px -224px; color: #333; }
	.link-media { background-position: 9px -239px; }
	.link-media-on { background-position: 9px -284px; color: #333; }
	.link-add { background-position: 9px -269px; }
	.link-add-on { background-position: 9px -284px; color: #333; }
	.link-label { background-position: 9px -299px; }
	.link-label-on { background-position: 9px -314px; color: #333; }
	.link-delete { background-position: 9px -328px; }
	.link-delete-on { background-position: 9px -343px; color: #333; }
	.link-copy { background-position: 9px -388px; }
	.link-copy-on { background-position: 9px -403px; color: #333; }
	.link-refresh { background-position: 9px -418px; }
	.link-refresh-on { background-position: 9px -433px; color: #333; }
	.link-comment { background-position: 9px -449px; }
	.link-comment-on { background-position: 9px -464px; color: #333; }
	.link-home { background-position: 9px -479px; }
	.link-home-on { background-position: 9px -494px; color: #333; }
	.link-image { background-position: 9px -509px; }
	.link-image-on { background-position: 9px -524px; color: #333; }
	.link-up { background-position: 9px -539px; }
	.link-up-on { background-position: 9px -554px; color: #333; }

	.link-star {background: url(/images/star-sprite.png) no-repeat 7px -1px !important;}
	.link-star-on {background: url(/images/star-sprite.png) no-repeat 7px -21px !important;}


	.link-load {
		color: #828181 !important;
		text-shadow: 0px 1px 0px #fff !important;
		background: #e9e7e7 url(/images/nav-load.gif) no-repeat 7px 4px !important;
	}

.nav-control-sub a {
	display: block;
	padding: 0px 8px 0px 24px;
	line-height: 19px;
	font-size: 10px;
}

.link-edit2 { background-position: 0px -119px; }
.link-edit2-on { background-position: 11px -134px; color: #333; }

.nav-control-sub li {
	background: url(/images/nav-control-bg.png) no-repeat left center;
}

.nav-control-sub li.first {
	background: none;
}

.nav-control-sub li.first a {
	padding: 0px 8px 0px 15px;
}

.nav-control .media-pointer {
	border: 0;
	width: 24px;
	height: 19px;
	padding: 0px 0px 0px 10px;
	background: url(/images/media-pointer.png) no-repeat center right;	
}

.nav-control .media-pointer:hover {
	background-color: transparent;
}

.folder-list th.main span.left {
	display: block;
	float: left;
}

.folder-list th.main .nav-control-sub {
	padding: 1px 0px 0px 14px !important;
	font-weight: normal !important;
	text-transform: none;
}

.folder-list td.empty {
	font-size: 12px;
}

.folder-list .main .nav-control-sub a {
}
/************************ NAV CONTROL ****************************************/

.filter-menu {
	position: absolute;
	width: 205px;
	border: 1px solid #d2d1d0;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.filter-menu a {
	font-size: 11px;
	line-height: 26px;
	display: block;
	border-bottom: 1px solid #e8e8e7;
	padding: 0px 0px 0px 22px;
	background-color: #fff;
}

.filter-menu a:hover {
	background-color: #41a1be;
	color: #fff;
}

.filter-menu .first {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.filter-menu .on {
	color: #000;
	background: url(/images/ico-tick.png) no-repeat scroll  8px center;
}

.filter-menu .on:hover {
	color: #000;
	background-color: #fff;
}

.filter-menu .new {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 0px;
	font-weight: bold;
}

#stage h2 {
	padding: 7px 0px 10px 0px;
	margin: 0px;
	color: #525452;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

#stage .h2-single-with-nav {
	padding: 20px 0px 0px 0px !important;
}

#stage-inner {
	padding: 35px 0px;
	width: 980px;
	margin: 0pt auto;
}

.stage-inner-less-top {
	padding: 15px 0px 35px 0px !important;
}

#stage-inner-head {
	padding: 0px 0px 30px 0px;
}

#stage-inner-head .right-buttons {
	padding: 5px 0px 0px 0px;
	float: right;
}

.stage-inner-head-single {
	padding: 0px 0px 10px 0px !important;
}

.single-with-nav {
	padding: 0px 0px 20px 0px !important;
}

.stage-note {
	padding: 15px 0px 10px 0px;
}

.stage-note-inner {
	margin:0 auto;
	width:980px;
	font-size: 14px;
	color: #666;
	line-height: 14px;
}

/********************** Menu Report ***********************************/
.menu-report {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	float: right;
	text-transform: uppercase;
}

.nav-control-fix {
	padding: 12px 0px 0px 0px;
}

.menu-report li {
	display: list-item;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 32px;
	line-height: 32px;
	width: 65px;
}

.menu-report a {
	font-weight: bold;
}

.menu-report .back a, .menu-report .next a {
	display: block;
	padding: 0px 0px 0px 26px;
	background: url('/images/menu-report-side.png') no-repeat 0px -32px;
}

.menu-report .next a {
	padding: 0px 0px 0px 12px;
	background-position: -65px -32px;
}

.menu-report .back a:hover, .menu-report .next a:hover {
	background-position: 0px -64px;
	color: #0182a8;
}

.menu-report .next a:hover{
	background-position: -65px -64px;	
}

.menu-report .back span, .menu-report .next span {
	display: block;
	background: url('/images/menu-report-side.png') no-repeat 0px 0px;
	padding: 0px 0px 0px 26px;
	color: #99CDDC;
}

.menu-report .next span {
	padding: 0px 0px 0px 12px;
	background-position: -65px 0px;
}

.menu-report .center, .menu-report .center-on {
	width: 210px;
	margin: 0px 2px;
}

.menu-report .center a, .menu-report .center-on a {
	display: block;
	border-left: 1px solid #cccbca;
	border-right: 1px solid #cccbca;
	background: url('/images/menu-report-bg.png') repeat-x left top;
	padding: 0px 10px;
	color: #6c6d6d;
	font-weight: normal;
}

.menu-report .center-on a {
	background-position: left bottom;	
}

.menu-report .center a:hover {
	background: url('/images/menu-report-bg.png') repeat-x left center;
}

.menu-report .center .outer, .menu-report .center-on .outer {
	display: block;
	background: url('/images/menu-report-arrow.png') no-repeat right 12px;
}

.menu-report .center-on .outer {
	background-position: right -11px;	
}

.menu-report .center .inner, .menu-report .center-on .inner {
	font-weight: bold;
	color: #0182a8;
}


.menu-report-box {
	position: absolute;
	width: 206px;
	border: 1px solid #cccbca;
	background-color: #fcfcfc;
}

.menu-report-box a {
	display: block;
	line-height: 26px;
	padding: 0px 23px;
	border-bottom: 1px solid #e7e7e6;
}

.menu-report-box a:hover {
	background-color: #41a1be;
	color: #fff;
}

.menu-report-box .on {
	color: #000;
	background: url(/images/ico-tick.png) no-repeat scroll  8px center;
}

.menu-report-box .on:hover {
	color: #000;
	background-color: #fcfcfc;
}

.menu-report-box .last {
	border: 0px;
}

/********************** Menu Report ***********************************/


.report-box {
	float: left;
	margin: 0px 15px 0px 0px;
}

.report-box-right-fix {
	margin: 0px 0px 0px 0px;
}

.report-box-vspace {
	padding: 30px 0px 0px 0px;
}

.report-box .head {
	padding: 0px 0px 0px 0px;
}
.report-box .head h4 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #c16102;
	margin: 0px;
	padding: 6px 0px;
}

.report-box .head h4 a {
	color: #c16102;
}

.report-box .head h4 a:hover {
	text-decoration: underline;
}

.report-box .head ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	padding: 10px 0px 0px 14px;
	margin: 0px;
}

.report-box .head li {
	display: list-item;
	float: left;
	font-size: 10px;
	padding: 0px 8px 0px 0px;
	margin: 0px;
	color: #333;
}

.report-box .head li a.on {
	color: #333;
}


.report-box .box {
	background: #fff url('/images/report-box-bg.png') repeat-x top left;
	border: 3px solid #ecebe7;
}

.report-box .inner {
	padding: 10px;
}

.report-box h5 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.report-box .split {
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0px 14px;
	float: left;
	border-left: 1px solid #ecebe7;
}

.report-box .vsplit {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #ecebe7;
}

.report-box .box p {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}

.report-box .box-buttons {
	padding: 10px 0px 0px 0px;
}

.report-box .table-list-head {
	color: #666;
	font-size: 10px;
	padding: 10px 0px 3px 0px;
	border-bottom: 1px solid #ecebe7;
	margin: 0px 0px 3px 0px;
}

.report-box .table-list {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
}

.report-box .table-list td {
	height: 17px;
}

.report-box .table-list .left-sml {
	width: 16px;
	padding: 0px 7px 0px 0px; 
}

.report-box .table-list .num-sml {
	width: 50px;
	text-align: right;
}

.report-box .completion-title {
	font-size: 10px;
	color: #666;
}

.report-box .completion-text {
	font-size: 26px;
	font-weight: bold;
}

.report-box .completion-text-sml {
	font-size: 22px;
}

.label-complete, .label-incomplete {
	width: 9px;
	height: 9px;
	margin: 2px 5px 0px 0px;
	float: left;
	background-color: #95b93d;
}

.label-incomplete {
	background-color: #eca089;	
}

.completion-bar {
	border: 1px solid #d0d4c6;
}

.completion-bar .incomplete {
	border: 1px solid #fff;
	background: url('/images/completion-bar-bg.png') repeat-x bottom left;
	height: 38px;
}

.completion-bar .complete {
	border-right: 1px solid #fff;
	height: 38px;
	background: url('/images/completion-bar-bg.png') repeat-x top left;
}

#footer {
	background: url('/images/footer-bg.png') repeat-x top left;
	padding: 22px 0px;	
}

#footer-inner {
	width: 980px;
	margin: 0pt auto;
}

#footer-logo {
	padding: 0px 0px 0px 0px;
}

#footer ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	color: #d5d4d0;
	padding: 0px;
	margin: 0px;
}

#footer ul li {
	display: list-item;
	float: left;
	padding: 0px 0px 0px 8px;
	margin: 0px;
}



/* -----------------------------Report box */

.box {
	border: 3px solid #ecebe7;
	padding: 7px 0px 0px 0px;
	background: #fff url('/images/q-report-bg.png') repeat-x top left;
}

.box .inner {
	padding: 6px;
}

.box .form-inner {
	padding: 16px 20px;
}

.form-error {
	background: #900 url('/images/error-top.png') no-repeat top left;
	color: #fff;
	font-size: 11px;
	padding: 6px;
	margin: 8px 0px 0px 0px;
}

.box .no-data, .box .no-data-plain {
	border-top: 1px solid #cccac9;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	padding: 80px 0px;
	text-align: center;
	background-color: #f4f4f4;
}

.box .no-data-plain {
	background-color: transparent;
	color: #666;
	border: 0;
}



.box .form-sub-text {
	color: #9c9c9c;
	font-size: 10px;
	line-height: 14px;
}

.box .form-text {
	color: #666;
	font-size: 10px;
	line-height: 14px;
}

.box .form-text-big {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}

.box-empty {
	background: #f4f4f4 !important;
}

.box-empty .empty {
	text-align: center;
	padding: 170px 0px 0px 0px;
}

.box-empty .empty span {
	color: #9c9c9c;
	font-size: 12px;
	display: block;
	padding: 0px 0px 10px 0px;
}

.login-box {
	width: 400px;
	margin: 0pt auto;
}

.login-box .login-input {
	font-size: 14px;
	width: 300px;
	padding: 6px;
}


#stage .box h3 {
	color: #525452;
	padding: 2px 0px;
	margin: 0px;
	line-height: 14px;
	font-size: 14px;
	font-weight: normal;
}

#stage .box h4, #stage .box h5, #stage .box h6 {
	color: #000;
	padding: 0px 0px 14px 0px;
	margin: 0px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
}

#stage .box h5 {
	line-height: 12px;
	font-size: 12px;
	font-weight: normal;
}

#stage .box h6 {
	line-height: 12px;
	padding: 4px 0px 14px 0px;
	font-size: 12px;
	font-weight: bold;
}

#stage .box h4 span {
	color: #999;
	font-weight: normal;	
}

#stage .box h4 a.note {
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
}

.box .paging-with-border {
	border-bottom: 1px solid #cccbca;
}

.box .controls {
	padding: 0px 0px 15px 90px;
}

.box .controls-poll-report {
	padding: 0px 0px 15px 16px;
}

.box .white-bg-no-padding {
	background: #fff;
}

.box .white-bg-top-border {
	background: #fff;
	padding: 0px 1px;
	border-top: 1px solid #cccbca;
}

.box .white-bg {
	background: #fff;
	padding: 21px 0px 35px 0px;
}

.box .chart-options{
	float: left;
}

.box .chart-options .checkbox {
	float: left;
	padding: 0px 5px 0px 0px;
}

.box .chart-options label {
	display: block;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 1px 28px 0px 0px;
	cursor: pointer;
}

.box .chart-options .option-right {
	padding-right: 0px;
}

.box .chart-options .chart-option-bar, .box .chart-options .chart-option-heat, .box .chart-options .chart-option-pie {
	background: url('/images/chart-options-sprite.png') no-repeat;
	background-position: 0px -3px;
	padding: 1px 12px 0px 22px;
}

.box .chart-options .chart-option-heat {
	background-position: 0px -27px;
}

.box .chart-options .chart-option-pie {
       background-position: 0px -50px;
       padding-bottom: 2px;
}


.q-options, .q-options-paging {
	border-top: 1px solid #cccbca;
	border-bottom: 1px solid #cccbca;
	background: #f1efec url('/images/q-foot-bg.png') repeat-x top left;
	padding: 13px 50px;	
}

.q-options-sml-padding {
	padding: 13px;
}

.q-options-sml-buttons {
	padding: 13px 16px;
}

.q-options-sml-buttons input[type='submit'] {
	float: right;
}

.q-options .cancel {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	padding: 0px 14px 0px 0px;
	display: block;
	float: left;
}

.q-options-sml-buttons a {
	margin: 0px 0px 0px 8px;
}

.q-options-paging-poll {
	border-bottom: 0;
}

.q-options-paging-poll-border {
	padding: 13px 20px 13px 16px;	
}

.q-options-paging .search {
	float: left;
}

.q-options-paging .search-with-display {
	padding: 9px 0 0 0;
}

.q-options-paging .search input {
	background: #fff url('/images/search-bg.png') no-repeat 7px center;
	font-size: 11px;
	padding: 2px 10px 2px 22px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #777;
	width: 310px;
}

.q-options-paging .search input.search-load {
	color: #828181 !important;
	text-shadow: 0px 1px 0px #fff !important;
	background: #e9e7e7 url(/images/nav-load.gif) no-repeat 7px center !important;
}


.paging-with-display {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.q-options-paging .page-size {
	padding: 1px 50px 0px 0px;
	float: left;
}

.q-options-paging .page-size .display {
	font-size: 10px;
	color: #666;
	padding: 0px 0px 4px 0px;
}

.q-options-paging .with-display {
	padding: 9px 0 0 0;
}
.q-options-paging .page-size label {
	font-weight: bold;
	display: block;
	float: left;
	line-height: 17px;
	padding: 0px 10px 0px 20px;
}

.q-options .group {
	border-right: 1px solid #e6e4e2;
	float: left;
	padding: 10px 15px 10px 15px;
}

.paging {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.paging .num {
	border: 1px solid transparent;
	text-align: center;
	width: 55px;
}

.paging li {
	display: list-item;
	float: left;
	padding: 0px 0px 0px 2px;
	margin: 0px;
}

.paging li a, .paging li span {
	display: block;
	background: #fff;
	padding: 4px 5px;
	font-weight: 9px;
	line-height: 9px;
	font-weight: bold;
	border: 1px solid #cccbca;
}

.paging li a:hover {
	background: #f1efec;
	color: #0182a8;
	text-decoration: underline;
}

.paging .side, .paging .side-on {
	font-size: 14px;
	border: 0px;
	background-color: transparent;
}

.paging .side {
	color: #9cccd9;
}

.paging .side-on:hover {
	background: #fff;
	text-decoration: none;
	color: #000;
}

.paging .on {
	color: #000;
	background-color: #f1efec;
	border: 1px solid #cccbca;	
}


/*************** folder list *******************************/

.folder-list {
	width: 100%;
}

.folder-list th {
	color: #333;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 19px;
	padding: 10px 0px;
	text-align: left;
	border-bottom: 1px dotted #ababac;	
	vertical-align: top;
	background: url('/images/folder-bg.png') repeat-x top left;
}

.folder-list .folder {
	width: 32px;
	padding: 0;
}

.folder-list .folder div {
	background: url('/images/ico-folder.png') no-repeat center center;
    height: 39px;
    width: 32px;
}

.folder-list .folder-open {
	width: 32px;
	padding: 0;
}

.folder-list .folder-open div {
    background: url('/images/ico-folder-open.png') no-repeat center center;
	height: 39px;
	width: 32px;
}

.folder-list .more-left {
	float: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	padding: 10px 10px 0px 0px;
}

.folder-list .more-control {
	float: left;
	font-weight: normal;
	text-transform: none;
}

.folder-list td {
		padding: 10px 0px;
		border-bottom: 1px dotted #ababac;	
}

.folder-list .main .poll {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.folder-list td.main span {
	display: block;
	color: #999;
	padding: 4px 0px;
}

.folder-list .status {
	width: 80px;
	text-align: right;
}

.folder-list td.status {
	font-size: 14px;
	color: #999;
}

.folder-list td.status span {
	color: #72cb31;
	font-weight: bold;
}

.folder-list .main {
}

.folder-list .pad-right, .folder-list .pad-left {
	width: 32px;
}

.folder-list .responses {
	width: 100px;
	text-align: right;
}

.folder-list td.responses {
	font-size: 14px;
	color: #666;
}

.folder-list .controls {
	padding: 0px;
	width: 260px;
}

.folder-list .controls-surveys {
	padding: 0px;
	width: 350px;
}

.folder-list .no-border TD {
	border: 0px;
}

/************* Messages *****************/

.info {
	border: 2px solid #9fd0df;
	background: #fdfdfd url('/images/info-bg.png') repeat-x top left;
	padding: 20px 15px 15px 20px;
	margin: 0px 0px 30px 0px;
}

.info p {
	color: #525452;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	width: 830px;
	float: left;
}

.info a {
	float: right;
}

.warn {
		border: 2px solid #fec500;
		background: #fefdfa url('/images/warn-bg.png') repeat-x top left;
		padding: 15px;
		margin: 0px 0px 30px 0px;
		border-top: 10px solid #fec500;
}

.warn p {
		color: #525452;
		font-size: 14px;
		line-height: 20px;
		padding: 2px 0px 0px 0px;
		margin: 0px;
		width: 830px;
		float: left;
}

.warn a {
		float: right;
}


/*********** Form stuff ***************/

.custom-poll-options {
	width: 153px;
	min-height: 165px;
}

.custom-poll-options select {
	width: 123px;
}

.custom-poll-options label {
	width: 95px !important;
	line-height: 16px !important;
	font-size: 11px !important;
	padding: 2px 0px 10px 0px;
}
.custom-survey-options {
	width: 232px;
	min-height: 80px;
}

.custom-survey-options-indent select {
	width: auto !important;
}

.custom-survey-options-indent {
	padding: 4px 0px 10px 24px;
}

.custom-survey-options-indent p {
	font-size: 10px;
	color: #666;
	padding: 5px 0 0 0;
	margin: 0;
}

.custom-survey-options select {
	width: 200px;
}

.form-options {
	float: left;
	border-right: 1px solid #cccbca;
}

.form-options .note {
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

.form-options-right {
	border: 0px;
}

.form-options .inner-left {
	padding: 0px 0px 0px 0px;
}

#close_date select {
	width: auto !important;
}

.form-options .inner {
	padding: 0px 16px;
}

.form-options .inner-right {
	padding: 0px 0px 0px 16px;
}

.label-group {
}

.label-group .checkbox {
	float: left;
	padding: 1px 4px 0px 0px;
}

.label-group .radio {
	float: left;
	padding: 1px 4px 0px 0px;
}

.label-group label {
	float: left;
	line-height: 20px;
	font-size: 12px;
	color: #525452;
	cursor: pointer;
}

.label-group .select {
	float: left;
	padding: 2px 0px 0px 10px;
}

.label-group-linked, .label-group-linked-on {
	float: left;
	padding: 0px 8px 2px 4px;
	margin: 0 4px 0 0;
	border: 1px solid transparent;
}

.label-group-linked-on {
	background: #f5f3f3;
	border: 1px solid #cccbca;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.elm-big-red {
	padding: 4px;
	color: #c53436;
	font-size: 24px;
	line-height: 24px;
	margin: 0px;
}

.multi-wide {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	padding: 2px;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	width: 800px;
}

.multi-med {
	height: 100px;
}


.answers-insert {
	border: 1px solid #cccbca;
	background: #fff;
/*	background: url(/images/q-report-bg.png) repeat-x left top;*/
	box-shadow: 0px 0px 10px #ccc;	
	-moz-box-shadow: 0px 0px 10px #ccc;	
	-webkit-box-shadow: 0px 0px 10px #ccc;
}

.answers-insert .answers {
	padding: 18px 18px 0px 60px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.answers-insert .answers .answer {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.answers-insert .answers .move {
	padding: 5px 0px 0px 0px;
	cursor: pointer;
	float: left;
}

.answers-insert .answers .input {
	padding: 0px 10px;
	float: left;
}

.answers-insert .answers .input INPUT {
	font-size: 12px;
	color: #000;
	width: 670px;
	padding: 2px;
}

.answers-insert .answers .control {
	padding: 2px 0px 0px 0px;
	float: left;
}

.answers-insert .answers .control ul {
	padding: 0px;
}

.answers-control {
	padding: 0px 0px 19px 84px;
}

/*************** Dialog Styles *******************************/

.dialog-outer {
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none; 
	position: absolute;
}

.dialog {
	border: 2px solid #606060;
	border-top: 10px solid #606060;
	width: 425px;
}

.dialog-error {
	border: 2px solid #a12527;
	border-top: 10px solid #a12527;
}

.dialog-wide {
	width: 700px;
	position: relative;
}

.dialog-embed {
	width: 630px;
	position: relative;
}

.dialog .body {
	border-bottom: 1px solid #deddd6;
	padding: 20px;
	background: #fefcf4 url('/images/dialog-bg.png') repeat-x top left;
}

.dialog-wide .body {
	padding: 20px 20px 0px 20px;
}

.subtitle-with-controls {
	padding: 0px 0px 8px 0px;
}

.dialog .title, .dialog .subtitle-with-controls .title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.dialog .title span {
	color: #ff9933;
}

.dialog .subtitle-with-controls .title {
	font-size: 12px;
	line-height: 21px;
}

.dialog .title-with-controls, .dialog .subtitle-with-controls {
	padding: 0px 0px 6px 0px;
}

.dialog .title-with-controls ul, .dialog .subtitle-with-controls ul {
	padding: 0px;
	float: right;
}

.dialog .title-with-controls .title, .dialog .subtitle-with-controls .title  {
	float: left;
}
	
.dialog .title-input {
	padding: 10px 0px 15px 0px;
}

.dialog .title-input input {
	color: #c94143;
	font-size: 20px;
	width: 650px;
}

.dialog .text {
	color: #525452;
	font-size: 14px;
	padding: 10px 0px 0px 34px;
	line-height: 22px;
}

.dialog-loader {
	background: url('/images/dialog-load.gif') no-repeat center left;
	line-height: 16px;
	font-size: 12px;
	color: #333;
	display: none;
	float: right;
	margin: 2px 0px 0px 0px;
	padding: 0px 20px 0px 24px;
}

.dialog .controls {
	border-top: 1px solid #fefcf4;
	background: #efeee2;
	text-align: right;
	height: 25px;
	padding: 14px;
}

.dialog .controls .plain {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 22px;
	padding: 0px 16px 0px 0px;
}

.dialog .form-overflow {
	height: 336px;
	padding: 12px 12px 12px 0px;
	border-top: 1px solid #cccbca;
	overflow: auto;
}

.dialog .edit-box {
	border: 3px solid #e6e3d3;
	background: #fff;
	padding: 8px;
}

.dialog .edit-box-filter {
	padding: 8px 8px 8px 0px;
}

.dialog .edit-box .phrase {
	color: #c94143;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
}

.dialog .edit-box .title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.dialog .edit-box .sub {
	color: #666;
	font-size: 12px;
	line-height: 12px;
}

.dialog .edit-box .input {
	padding: 8px 0px 0px 0px;
}

.dialog .input input {
	width: 580px;
}

.dialog .list {
	border-top: 3px solid #e6e2d1;
	max-height: 360px;
	overflow: auto;
}

.dialog .list-short {
	max-height: 260px;
	overflow: auto;
}

.dialog .list table {
	width: 100%;
}

.dialog .list td {
	padding: 8px 0px;
	border-bottom: 1px solid #cccbca;
}

.dialog .list .link {

}

.dialog .list .link a {
	color: #0182a8;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	display: block;
}

.dialog .list .link span {
	display: block;
	font-size: 11px;
	color: #999;
	line-height: 16px;
}

.dialog .list .options {
	width: 160px;
	padding: 0px 10px 0px 0px;
}

.dialog .list .number {
	text-align: right;
	width: 55px;
}

.dialog .list .name {
	text-align: left;
	width: 145px;
	font-size: 12px;
	font-weight: bold;
}


.dialog .list .number-value {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	text-align: right;
}
	
.dialog .list .number-text {
	text-align: right;
	color: #999;
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
}


.dialog .q-left {
	width: 55px;
	height: 34px;
}
.dialog .q-number {
	width: 44px;
	height: 34px;
	background: url('/images/q-number-bg.png') no-repeat;
}

.dialog .q-number .text {
	font-size: 9px;
	line-height: 9px;
	padding: 3px 0px 2px 5px;
	color: #fff;
}

.dialog .q-number .number {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
}

.dialog .add-email th {
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

.dialog .add-email th {
	padding: 0px 6px 0px 0px;
}

.dialog .add-email td {
	padding: 4px 6px 0px 0px;
}

.dialog .add-email td input {
	width: 115px;
}

.edit-box-filter table {
	width: 100%;
}

.edit-box-filter table table {
	width: auto;
}

.edit-box-filter table table td {
	padding: 0px 5px 0px 0px;
}

.edit-box-filter table input.small {
	width: 40px;
}

.edit-box-filter table input.large {
	width: 400px;
}

.edit-box-filter td {
}

.edit-box-filter td.select {
	width: 185px;
}

.edit-box-filter td.no-limit {
	width: 485px;
}

.edit-box-filter td.text {
	width: 105px;
}

.edit-box-filter td.text {
	font-size: 10px;
	color: #000;
	line-height: 10px;
	white-space: nowrap;
}

.edit-box-filter td.select select {
	width: 180px;
}

.edit-box-filter td.no-limit select {
	width: auto;
}

.edit-box-filter td.select-small select {
	width: 100px;
}

.edit-box-filter td.q {
	width: 55px;
}

.edit-box-filter td.input {
	width: 115px;
	padding: 0px !important;
}

.edit-box-filter td.input input {
	width: 100px;
	font-style: normal;
	color: #333;
}

.edit-box-filter td.text1 {
	width: 83px;
}

.edit-box-filter td.text2 {
	width: 55px;
}


.edit-box-sub {
	border: 3px solid #f8f5e5;
	background-color: #fefbf2;
	padding: 10px 0px 10px 10px;
}

.edit-box-sub .head-with-options {
	
}


.edit-box-sub .head-with-options .head {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 2px 0px 0px 0px;
	float: left;
}

.edit-box-sub .head-with-options .option {
	float: left;
	padding: 0px 5px 0px 10px;
}

.edit-box-sub .head-with-options label {
	float: left;
	color: #000;
	width: 110px;
	padding: 2px 0px 0px 0px;
}

.edit-box-sub .head-with-options label.wide {
	white-space: nowrap;
}

.edit-box-sub .textarea {
	padding: 10px 0px 0px 0px;
}

.edit-box-sub .textarea textarea {
	width: 590px;
	height: 60px;
	padding: 4px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
}

.edit-box-sub .explain {
	
}

.edit-box-sub .explain .head {
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.edit-box-sub .explain ul {
	padding: 0px 0px 0px 20px;
}

.edit-box-sub .explain li {
	line-height: 16px;
}

*/
/*************** embeds **************/

.embed {
	border-top: 1px solid #cccbca;
	padding: 12px 0px 0px 0px;
}

.embed .e-menu {
	width: 160px;
	float: left;
}

.embed .e-menu a {
	display: block;
	line-height: 28px;
	font-size: 12px;
	background-color: #fff;
	border-left: 1px solid #cccbca;
	border-right: 1px solid #cccbca;
	border-top: 1px solid #cccbca;
}

.embed .e-menu a.on {
	color: #000;
	font-weight: bold;
	background: #a3d5e4 url(/images/vse-arrow.png) no-repeat 139px center;
}

.embed .e-menu a span {
	padding: 0px 0px 0px 26px;
	background-image: url(/images/embed-sprite.png);	
	background-repeat: no-repeat;	
	display: block;
}

.embed .e-menu .javascript { background-position: 5px 7px; }
.embed .e-menu .facebook { background-position: 5px -22px; }
.embed .e-menu .wordpress { background-position: 5px -48px; }
.embed .e-menu .direct { background-position: 5px -74px; }
.embed .e-menu .myspace { background-position: 5px -101px; }
.embed .e-menu .ning { background-position: 5px -127px; }
.embed .e-menu .flash { background-position: 5px -152px; }
.embed .e-menu .email { background-position: 5px -179px; }
.embed .e-menu .image { background-position: 5px -206px; }
.embed .e-menu .youtube { background-position: 5px -233px; }

.embed .e-menu .top a {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

.embed .e-menu .bottom a {
	border-bottom: 1px solid #cccbca;	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.embed .e-body {
	float: left;
	width: 420px;
}

.embed .e-body-inner {
	padding: 0px 0px 0px 18px;
}

.embed .e-title {
	color: #000;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.embed .e-title span {
	font-weight: normal;
	font-size: 12px;
}

.embed .e-text {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

.embed .e-input {
	padding: 10px 0px;
}

.embed .e-input input {
	width: 380px;
	padding: 6px;
	font-family: courier;
	font-size: 11px;
	color: #005a74;
}

.embed .e-input textarea {
	width: 380px;
	height: 140px;
	padding: 6px;
	font-family: courier;
	font-size: 11px;
	color: #005a74;
}

.embed .e-input textarea.email {
	height: 90px;
}

.embed .e-note {
	color: #666;
	font-size: 11px;
	line-height: 14px;
	background: url(/images/ico-note.png) no-repeat 2px 2px;
	padding: 0px 0px 0px 18px;
}

.embed .e-note span {
	font-weight: bold;
}

.embed .selection {
	display: none;
}

.embed .e-link {
	padding: 10px 0px 0px 0px;
}

.embed .e-link a {
	font-weight: bold;
	font-size: 12px;
}

.label-group-list {
	max-height: 70px;
	border-top: 1px solid #cccbca;	
	border-bottom: 1px solid #cccbca;	
	padding: 5px 0px;
	overflow: auto;
}

.css-box {
	
}

.css-box textarea {
	width: 800px;
	height: 400px;
	padding: 4px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;	
}

/* Hides things from non-javascript browsers */

.javascript, li.javascript {
  display: none;
}

textarea.error {
  border: 2px solid red;
}

p.error {
  color: red;
}

/******************** Settings Slider *************************************/

.slider {
}

.slider .regular {
	border-right: 1px solid #cccbca;
	float: left;
	width: 770px;
}

.slider .custom {
	padding: 0px 0px 0px 20px;
	float: left;
}

.slider-stage {
	overflow: scroll;
	height: 200px;
	width: 740px;
}


.slider .item {
	border: 2px solid transparent;
	background-color: transparent;
	float: left;
	padding: 5px 10px;
}

.slider .item .input {
	float: left;
	padding: 0px 4px 8px 0px;
}

.slider .item label {
	float: left;
	display: block;
	font-size: 12px;
	padding: 2px 0px 0px 0px;
}

.slider .item a.img, .slider .item a.img-big {
	clear: left;
	height: 133px;
	width: 100px;
	background-position: left top;
	display: block;
	border: 1px solid #cccbca;
}

.slider .item a.img-big {
	width: 116px;
	height: 132px;
}

.slider .item a.img:hover {
	background-position: right top;
}

.slider .on {
	border: 2px solid #ff9933;
	background-color: #eeede9;
}

.slider .on label {
}

.slider .scroll-bg {
	width: 740px;	
	background: url('/images/scroll-bg.png') repeat-x left top;
	height: 17px;
	padding: 1px;
	border: 1px solid #cccbca;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.slider .scroll-bar {
	background: url('/images/scroll-bg.png') repeat-x left bottom; 
	height: 17px; 
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}


.slider a.alum { background-image: url('/images/st-alum-light-sml.png'); }
.slider a.plain-light { background-image: url('/images/st-plain-light-sml.png'); }
.slider a.plain-dark { background-image: url('/images/st-plain-dark-sml.png'); }
.slider a.paper { background-image: url('/images/st-paper-sml.png'); }
.slider a.skull-dark { background-image: url('/images/st-skull-dark-sml.png'); }
.slider a.skull-light { background-image: url('/images/st-skull-light-sml.png'); }
.slider a.micro { background-image: url('/images/st-micro-sml.png'); }
.slider a.plastic-white { background-image: url('/images/st-plastic-white-sml.png'); }
.slider a.plastic-grey { background-image: url('/images/st-plastic-grey-sml.png'); }
.slider a.plastic-black { background-image: url('/images/st-plastic-black-sml.png'); }
.slider a.manga { background-image: url('/images/st-manga-sml.png'); }
.slider a.tech-dark { background-image: url('/images/st-tech-dark-sml.png'); }
.slider a.tech-grey { background-image: url('/images/st-tech-grey-sml.png'); }
.slider a.tech-light { background-image: url('/images/st-tech-light-sml.png'); }
.slider a.working-male { background-image: url('/images/st-working-male-sml.png'); }
.slider a.working-female { background-image: url('/images/st-working-female-sml.png'); }
.slider a.thinking-male { background-image: url('/images/st-thinking-male-sml.png'); }
.slider a.thinking-female { background-image: url('/images/st-thinking-female-sml.png'); }
.slider a.sunset { background-image: url('/images/st-sunset-sml.png'); }
.slider a.music { background-image: url('/images/st-music-sml.png'); }
.slider a.custom-style { background-image: url('/images/st-custom.png'); }

.slider a.survey-100 { background-image: url('/images/survey-1.png'); }
.slider a.survey-101 { background-image: url('/images/survey-2.png'); }
.slider a.survey-102 { background-image: url('/images/survey-3.png'); }
.slider a.survey-103 { background-image: url('/images/survey-4.png'); }
.slider a.survey-104 { background-image: url('/images/survey-5.png'); }
.slider a.survey-105 { background-image: url('/images/survey-6.png'); }


.slider .item-options {
	width: 740px;
	border: 1px solid #cccbca;
}

.slider .item-options .inner {
	padding: 14px;
}

.slider .item-options .title {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	float: left;
	padding: 0 30px 0 0;
}

.slider .option {
	float: left;
}

.slider .option .input {
	float: left;
}

.slider .option label {
	float: left;
	font-size: 12px;
	padding: 2px 0 0 4px;
	color: #000;
}

.slider .option p {
	padding: 2px 20px 0 24px;
	margin: 0px;
	font-size: 10px;
	color: #666;
}

.slider .custom-option {
	width: 102px;
	height: 135px;
	clear: left;
}

.slider .custom-option .select {
	padding: 20px 0px;
	border-bottom: 1px solid #cccbca;
}

.slider .custom-option select {
	width: 100px;
}

.slider .custom-option .control {
	padding: 20px 0 0 5px;
}

/************** 404 page *****************/

.box-404 {
	border: 3px solid #ecebe7;
	background: url('/images/404.png') no-repeat top right;
	height: 139px;
}

.box-404 .inner{
	font-size: 18px;
	line-height: 28px;
	color: #525452;
	font-weight: bold;
	padding: 40px 200px 0px 20px;
}
/*************** Comments **************/

.comment-date {
	font-size: 10px;
	color: #777;
	display: block;
	line-height: 15px;
}

.comment-text {
	font-size: 11px;
	line-height: 15px;
	display: block;
}

.comment-status {
	display: block;
	padding: 0 0 8px 0;
}

.comment-deleted, .comment-deleted a {
	color: #999 !important;
}

.comment-deleted li a {
	color: #0182A8 !important;
}

.comment-moderate td {
	background-color: #fffedc;
}

.comment-name {
	display: block;
	line-height: 18px;
}

.comment-email {
	display: block;
	line-height: 18px;
}

.comment-link {
	display: block;
	line-height: 18px;
	font-size: 10px;
}

.csv-text {
	line-height: 20px;
	font-weight: bold;
	float: right;
	padding: 0 10px 0 0;
}


.editor-saving {
    float: left;
    background: #fff url('/images/se-save.gif') no-repeat 8px center;
    line-height: 22px;
    font-size: 12px;
    color: #333;
    border: 1px solid #cccbca;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    padding: 0px 14px 0px 32px;
}


.hide {
	display: none !important;
}

.sign-control {
	float: left;
}


/*************************** BUTTONS *************************************/


.button, .button-red {
	border: none;
	float: left;
	font-size: 12px;
   font-weight: 600;
	line-height: 12px !important;
	color: #fff;
	background: url('/images/button-blue-bg.png') repeat-x left top;
	padding: 4px 16px 5px 16px;
	border-radius: 11px;
	-moz-border-radius: 11px;	
	-webkit-border-radius: 11px;
	box-shadow: 0px 0px 4px #aaa;	
	-moz-box-shadow: 0px 0px 4px #aaa;	
	-webkit-box-shadow: 0px 0px 4px #aaa;	
	text-shadow: 0px 1px 1px #333;
	cursor: pointer;
}

.button:hover, .button-red:hover {
	color: #fff;
	background-position: left bottom;
	text-decoration: none;
}

input.button, input.button-red {
	margin: 0px;
	height: 23px;
	padding: 0px 16px 1px 16px !important;
	line-height: 22px !important;
	vertical-align: middle;
	cursor: pointer;
}

input.button::-moz-focus-inner{padding:0;border:none;}
input.button-red::-moz-focus-inner{padding:0;border:none;}

.button-red {
	line-height: 18px !important;
	padding: 1px 18px 3px 18px;
	background: url('/images/button-red-bg.png') repeat-x left top;
}

input.button-red {
	height: 24px;
	padding: 0px 18px 2px 18px !important;
	line-height: 23px !important;
}
