/* Main divs */
html,body {
	height: 100%; /* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden; /* */
}

body {
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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

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

table {
	border-collapse: collapse;
	border: 0px;
}

td {
	padding: 0px;
	border: 0px;
}

/*table tr td input{width: 400px;}*/
table td textarea {
	width: 400px;
}

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

input,textarea,select {
	border: 1px #999999 solid;
}

input[type=checkbox],input[type=radio] {
	border: 0px #999999 solid;
}

input.template {
	background-color: #F1F1F1;
	border: #F1F1F1 1px solid;
	color: #666666;
}

.loginForm .loginField {
	width: 142px;
}

.loginForm .loginButton {
	width: 53px;
}

textarea {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
	height: 1px;
}

h1,h2,h4,h5 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

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

img {
	border: 0
}

#mainWrapper {
	height: 100%;
	min-height: 100%;
	background-color: #eeeeee;
	/*background-image:url(../img/manager/long.jpg);*/
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}

#top {
	background-image: url(../img/manager/topback.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FF7026;
	margin-top: 0px;
	height: 45px;
	padding-left: 0px;
	border-bottom: 1px #999999 solid;
}

#logo {
	float: right;
	padding-right: 3px;
}

#left {
	background-image: url(../img/manager/long.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0%;
	width: 300px;
	float: left;
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	padding: 0 4px 0 4px;
	position: relative;
	top: -1px;
}

#leftin {
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	z-index: 999;
	top: 0px;
	bottom: 69px;
	left: 3px;
	right: 4px;
	border: #999999 solid 1px;
	padding-top: 0px;
}

#right {
	width: 1600px;
	float: left;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	position: relative;
	top: -1px;
}

#main {
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 0px;
	bottom: 69px;
	left: 0px;
	right: 0px;
	border: #999999 solid 1px;
	padding: 15px;
	padding-right: 30px;
}

#end_borderWrapper {
	height: 100%;
	min-height: 100%;
	position: absolute;
	right: 0px;
	width: 4px;
	top: -1px;
}

#end_border {
	background-image: url(../img/manager/long.jpg);
	background-repeat: repeat-y;
	top: 37px;
	bottom: 0px;
	right: 0px;
	width: 4px;
	position: absolute;
}

#start_border {
	background-image: url(../img/manager/long.jpg);
	background-repeat: repeat-y;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: -1px;
	width: 4px;
}

.editForm {
	padding: 5px;
	border: 1px solid #91a7b4;
	position: relative;
	top: -1px;
	background-color: #FFFFFF;
	overflow-y: auto;
	overflow-x: hidden;
}

.maineditForm {
	-moz-box-sizing: content-box;
	float: left;
	padding: 10px;
	border: 1px solid #91a7b4;
	position: relative;
	top: -1px;
	background-color: #FFFFFF;
	width: 100%;
}

#editorArea {
	-moz-box-sizing: content-box;
	float: right;
	padding: 10px;
	border: 1px solid #91a7b4;
	position: relative;
	top: -1px;
	background-color: #FFFFFF;
	height: 80%;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 200001;
}

#editorAreaLoader {
	position: relative;
}

#editorAreaLoaderInner {
	background-color: white;
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity =                             60);
	left: 0px;
	top: 0px;
}

#editorAreaSpinnerImage {
	position: absolute;
	right: 10px;
	top: 10px
}

#mainnavigation {
	position: relative;
	z-index: 999;
	height: 25px;
}

#subnavigation {
	position: relative;
	z-index: 999;
}

#bottom {
	background-image: url(../img/manager/bottomback.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 4px solid #FFA372;
	z-index: 999;
	padding: 3px 3px 0px 3px;
}

#bottom .textLeft {
	float: left;
}

#bottom .textRight {
	float: right;
	padding-right: 3px;
}

#bottom .buttonRight {
	float: right;
	vertical-align: bottom;
	padding-right: 6px;
}

.clear {
	clear: both;
}

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

.checkbox {
	border: white 0px solid;
}

/* End main divs */ /* TopFrame */
#navcontainer {
	float: left;
	margin-left: 10px;
}

#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#navcontainer ul li {
	padding: 10px 10px 10px 10px;
	display: inline;
	margin-left: -4px;
}

#navcontainer ul li a {
	padding: 10px 15px 10px 15px;
	color: white;
	text-decoration: none;
	margin-left: 0px;
}

#navcontainer ul li a:hover {
	color: white;
	background-color: #ff7026;
	background-image: url(../img/manager/hover.jpg);
}

#navcontainer #active a {
	font-weight: bold;
	background-color: #ff7026;
	background-image: url(../img/manager/over.jpg);
	white-space: nowrap;
}

#navcontainer #active a:hover {
	font-weight: bold;
	background-color: #ff7026;
	background-image: url(../img/manager/over.jpg);
	white-space: nowrap;
}

/* End top Frame */ /* Left frame */
.container {
	min-height: 100%;
	padding: 0px;
	background: #FFFFFF;
}

#menuLabel {
	background-color: #7c7b87;
	border-bottom: #999999 0px solid;
	padding: 4px 7px 4px 7px;
	height: 27px;
}

#menuLabel h3 {
	font-size: 19px;
	color: white
}

#menu {
	position: relative;
}

.table_button {
	margin: 0 1px 0 1px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px;
	background-image: url(../img/manager/btn_back.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

.button a {
	text-decoration: none;
	color: #666666;
}

.button a:hover {
	text-decoration: none;
	color: #666666;
}

.buttonrow {
	background-image: url(../img/manager/btn_row.jpg);
	background-repeat: repeat-x;
}

.buttonrow2 {
	background-image: url(../img/manager/btn_row2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.buttonrow3 {
	background-image: url(../img/manager/btn_row3.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	padding: 7px;
	width: auto;
	background-color: #eee;
}

.small {
	font-size: 12px;
	font-weight: bold;
}

#newPage,#newWidget {
	padding: 5px;
}

#leftLoader {
	width: auto;
	position: relative;
}

#leftLoaderInner {
	z-index: 9999;
	background-color: white;
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity =                             60);
	left: 0px;
	top: 0px;
}

#leftSpinnerImage {
	position: absolute;
	right: 10px;
	top: 10px
}

#language,#published {
	width: auto;
}

#language select,#published select {
	width: 100%;
}

#legenda {
	color: red;
	position: relative;
	width: auto;
	background-color: #f6f6f6;
	padding: 5px 0px 5px 0px;
	margin-top: 40px;
}

#legendaImage {
	margin-left: 12px;
}

/* End Left frame */ /* Main frame */
.mainbutton {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px 0 5px;
	background-image: url(../img/manager/mainbtn_back.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

.mainbutton a {
	text-decoration: none;
	color: #666666;
}

.mainbutton a:hover {
	text-decoration: none;
	color: #666666;
}

.onmainbutton {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px;
	background-image: url(../img/manager/onmainbtn_back.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	text-decoration: none;
	color: #0074c6;
}

.onmainbutton a {
	text-decoration: none;
	color: #0074c6;
}

.onmainbutton a:hover {
	text-decoration: none;
	color: #0074c6;
}

.inputFullWidth {
	width: 100%;
}

.selectImageMenu {
	width: 400px;
}

.noBorder {
	border: 0px;
}

.emptyRow {
	line-height: 1px;
	height: 7px;
	font-size: 1px;
}

.mainnavigationheader {
	border-bottom: #999999 0px solid;
	padding: 0px 30px 0px 15px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 27px;
	z-index: 1300;
}

.editContentTextOnly {
	padding: 4px 30px 4px 15px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 27px;
	z-index: 1300;
	background-color: #7c7b87;
}

#mainnavigationheader h3 {
	font-size: 17px;
	color: white
}

#mainnavigationheader span {
	float: left;
	margin-right: 5px;
	position: relative
}

#mainnavigationheader .startSpan {
	margin-left: -10px;
}

#mainnavigationheader .big {
	font-size: 19px;
}

#mainnavigationheader select {
	position: absolute;
	top: 2px;
}

#mainnavigationheader .translatingTo {
	width: 64%;
	float: left;
	padding: 4px 10px 4px 10px;
	background-color: #7c7b87;
	height: 27px;
	border-right: #7c7b87 1px solid;
}

#mainnavigationheader .translatingFrom {
	width: 29%;
	float: right;
	padding: 4px 10px 4px 10px;
	background-color: #7c7b87;
	height: 27px;
	border-left: #7c7b87 1px solid;
}

#mainnavigationheader .leftFill {
	width: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 35px;
	background-color: #7c7b87;
}

#mainnavigationheader .rightFill {
	width: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 35px;
	background-color: #7c7b87;
}

#images .image {
	border: 1px solid #F1F1F1;
	cursor: pointer;
}

#images .imageSelected {
	border: 1px solid #FF7026;
}

#images .imageDiv {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 4px 4px 0px;
	background-color: #F1F1F1;
	vertical-align: middle;
	text-align: center;
}

.alignPreview .left {
	margin: 0px 10px 10px 0px;
}

.alignPreview .right {
	margin: 0px 0px 10px 10px;
}

.alignPreview .baseline {
	margin: 0px 10px 10px 0px;
}

.alignPreview .top {
	margin: 0px 10px 10px 0px;
}

.alignPreview .middle {
	margin: 0px 10px 10px 0px;
}

.alignPreview .bottom {
	margin: 0px 10px 10px 0px;
}

.alignPreview {
	border: #999999 1px solid;
	color: #b5b5b5;
	padding: 5px;
}

.alignSampleImg {
	
}

/* End main frame */ /* Widgets */
#widgets {
	float: left;
	margin: 0px 40px 0px 0px;
}

#widgets li {
	border: 1px solid red;
	margin-bottom: 5px;
}

#widgets .title {
	background-image: url(../img/manager/topback.jpg);
	background-repeat: repeat-x;
}

#widgetVars {
	float: left;
}

#widgetVars .widgetVar {
	border: 1px solid #999999;
	margin-bottom: 5px;
}

#widgetVars .title {
	background-image: url(../img/manager/topback.jpg);
	background-repeat: repeat-x;
}

#slideShowList {
	width: 100%;
}

#slideShowList div {
	float: left;
	background-color: #F1F1F1;
	margin: 0px 5px 5px 0px;
	padding: 2px;
	width: 75px;
	height: 50px;
}

#slideShowList img {
	float: right;
}

#slideShowList input {
	float: left;
}

/* End Widgets */ /* Login form */
.loginForm {
	padding: 10px;
}

.loginForm td {
	padding: 2px;
}

/* End Login form */ /* filesystem */
.filesystemRowWrapper {
	position: relative;
	margin: 5px 10px 5px 0px;
	padding: 3px;
	width: 250px;
	height: 54px;
	float: left;
	background-color: rgb(241, 241, 241);
}

.filesystemRow {
	border: 1px solid #999999;
	width: 242px;
	height: 50px;
	padding: 3px;
	border: 1px solid #999999;
	background-color: white;
	cursor: pointer;
}

.filesystemRow2 {
	float: left;
}

.filesystemRow2 .name {
	margin-bottom: 5px;
}

.filesystemRow3 {
	position: absolute;
	right: 8px;
}

/* end of filesystem */ /* users */
.user-access-table td {
	padding-right: 10px;
}

.user-access-table-header td {
	font-weight: bold;
}

/* end of users */ /* shop */
.labelclass {
	float: left;
	display: block;
	width: 175px;
}

.zendForm input,.zendForm select {
	width: 400px;
	margin: 0px;
	padding: 1px;
}

.elementWrapper {
	padding: 3px;
}

/* tree */ /*
 * CSS for Standard tree layout
 * Copyright (C) 2005 SilverStripe Limited
 * Feel free to use this on your websites, but please leave this message in the fies
 * http://www.silverstripe.com/blog
 */
span {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.tree {
	width: auto;
	padding-left: 0px;
	margin-left: 0px;
}

ul.tree img {
	border: none;
}

ul.tree,ul.tree ul {
	padding-left: 0;
}

ul.tree ul {
	margin-left: 16px;
}

ul.tree li.closed ul {
	display: none;
}

ul.tree li {
	list-style: none;
	background: url(../img/manager/i-repeater.gif) 0 0 repeat-y;
	display: block;
	width: auto;
	white-space: nowrap
}

ul.tree li.last {
	list-style: none;
	background-image: none;
}

/* Span-LT: I/L/I LT's*/
ul.tree span.lt {
	background: url(../img/manager/t.gif) 0 50% no-repeat;
	width: 16px;
	display: block;
	float: left;
}

ul.tree li.last span.lt {
	background: url(../img/manager/l.gif) 0 50% no-repeat;
}

/* Span-B: Plus/Minus icon */
ul.tree span.lt.children,ul.tree li.last span.lt.children {
	background: url(../img/manager/minus.gif) 0 50% no-repeat;
	cursor: pointer;
}

ul.tree li.closed span.lt.children {
	background: url(../img/manager/plus.gif) 0 50% no-repeat;
	cursor: pointer;
}

/* Span-C: Spacing and extending tree line below the icon */ /*ul.tree span.c {	margin-left: 16px;}
ul.tree span.a.children span.c {	background: url(../img/manager/i-bottom.gif) 0 50% no-repeat;}
ul.tree span.a.spanClosed span.c {	background-image: none;}
*/ /* Anchor tag: Page icon */
ul.tree .item a {
	white-space: nowrap;
	overflow: hidden;
	padding-left: 18px;
	line-height: 16px;
	background: url(../img/manager/page-file.png) 0 50% no-repeat;
}

ul.tree .locked a {
	white-space: nowrap;
	overflow: hidden;
	padding-left: 18px;
	line-height: 16px;
	background: url(../img/manager/page-file-disabled.png) 0 50% no-repeat;
}

ul.tree .item a.product {
	background: url(../img/manager/product.png) 0 50% no-repeat;
}

/*ul.tree span.d a, ul.tree span.a.children span.d a{	background: none;	padding: 5px;}*/
ul.tree span.children a {
	background-image: url(../img/manager/page-openfoldericon.png);
}

ul.tree span.children.locked a {
	background-image: url(../img/manager/page-openfoldericon-disabled.png);
}

ul.tree span.children.spanClosed a {
	background-image: url(../img/manager/page-foldericon.png);
}

/* Divs, by default store vertically aligned data */
	/*ul.tree li div {	float: right;	clear: right;	height: 1em;	margin-top: -26px;}*/
	/* As inside DIVs should be treated normally */
	/*ul.tree div a  {	padding: 0;	background-image: none;	min-height: auto;	height: auto;}*/
ul.tree li A:link,ul.tree li A:visited {
	color: #111111;
}

ul.tree li A:hover {
	color: #7a7a7a;
}

ul.tree li .unpublished A:link,ul.tree li .unpublished A:visited {
	color: #ccc;
}

ul.tree li .unpublished A:hover {
	color: #7a7a7a;
}

ul.tree li .active A:link,ul.tree li .active A:hover,ul.tree li .active A:visited {
	font-weight: bold;
}

.hoverActive {
	border: 1px solid red;
}

ul.tree div.droppable {
	margin: -2px 0 -2px 15px;
	float: none;
	font-size: 1px;
	height: 6px;
}

.hoverActiveDiv {
	background-color: #FF7026;
}

/* end of tree */
.colLeft {
	width: 175px;
	vertical-align: top;
	padding-top: 3px;
}

.colRight {
	padding: 3px;
	background-color: #f1f1f1;
}

.colRight .left {
	float: left;
}

.colRight .right {
	float: right;
}

.colRight textarea {
	width: 400px;
}

.colRight .input {
	width: 407px;
}

.colRight_assort .input {
	width: 407px;
}

.colRight .span {
	float: right;
}

.colRight .conformMsg {
	color: red;
}

.colRight .conformMsg ul {
	margin-right: 20px;
}

.forminput {
	background-color: #f1f1f1;
}

.formrow .formlabel {
	padding-top: 4px;
	padding-bottom: 4px;
}

.select {
	width: 400px;
}

#remarksTextArea {
	width: 400px;
	color: #666666;
}

.read {
	vertical-align: top;
}

.readWidth {
	width: 100%;
}

.divRead {
	width: auto;
	border: #CCCCCC 1px solid;
}

#readIframe {
	width: 100%;
	height: 300px;
	border: 0px;
}

#readIframe .html {
	border: 0px;
}

#iframeContent {
	width: 100%;
	height: 100%;
}

.IE {
	text-align: center;
	margin-top: 150px;
}

.Header {
	font-weight: bold;
}

/* newtreemenu */
.newtreemenu {
	
}

.newtreemenu A:link,.newtreemenu A:visited {
	color: #111111;
}

.newtreemenu A:hover {
	color: #7a7a7a;
}

.newtreemenu .unpublished A:link,.newtreemenu .unpublished A:visited {
	color: #ccc;
}

.newtreemenu .unpublished A:hover {
	color: #7a7a7a;
}

/* end of newtreemenu */
.image_save_button {
	left: 0;
}

.cursorBlock {
	cursor: auto;
}

/* chat */
.chat-messages {
	height: 300px;
	width: 300px;
	overflow: auto;
	padding-right: 10px;
}

.chat-message-user {
	float: left;
	font-weight: bold;
}

.chat-message-timestamp {
	float: right;
	color: #999;
}

.chat-message-content {
	margin-bottom: 10px;
	word-wrap: break-word;
	clear: both;
}

.chat-notifier {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;
	z-index: 1001;
	padding: 10px;
	background-color: #ccc;
	border: 1px solid #999;
	display: none;
}

/* survey */
.question-wrapper {
	background-color: #F1F1F1;
	margin-top: 7px;
	padding: 3px;
}

.question-title {
	height: 20px;
	background-color: white;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 5px;
}

.question-title span {
	cursor: pointer;
	float: left;
}

.question-title.active {
	height: 20px;
	background-color: white;
	border-bottom: 1px solid white;
}

.question-title a {
	font-weight: normal;
	float: right;
	margin-right: 5px;
}

.question-title .icon {
	float: left;
	background-image: url(../menu/themes/heinosoft/d.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.question-title .icon.active {
	background-position: -17px 0px;
}

.question-answers.loader {
	background-color: white;
	background-position: 20px 0px;
	background-image: url(../img/manager/ajax-loader.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 20px;
}

.question-answers {
	background-color: white;
	padding: 5px;
	padding-left: 25px;
	padding-bottom: 10px;
	height: auto;
	width: auto;
	display: none;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.question-answers.show {
	display: block;
}

select.response-question {
	margin: 3px;
	float: left;
}

.buttonrow.survey-responses {
	background-color: #eeeeee;
	background-position: 0px 153px;
}

.response-multiple-select {
	margin-bottom: 10px;
	margin-top: 3px;
	height: 170px;
}

.responses {
	display: none;
}

.responses.loader {
	background-color: white;
	background-position: 0px 10px;
	background-image: url(../img/manager/ajax-loader.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 30px;
}

.question-answers-multiple-choice .comment {
	margin-left: 30px;
	display: none;
	width: 300px;
}

.question-answers-multiple-choice input[type=radio] {
	width: 25px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
}

.question-answers-multiple-values input {
	margin: 3px;
}

.question-answers-multiple-values input.int {
	width: 40px;
}

.question-answers-multiple-values input.float {
	width: 60px;
}

.question-answers-multiple-values input.text {
	width: 150px;
}

.question-answers-multiple-values .comment {
	margin-left: 30px;
	display: none;
	width: 300px;
}

.question-answers-single-value input {
	width: 400px;
}

.question-answers-single-value textarea {
	width: 400px;
	height: 100px;
}

.question-answers-single-value input.int {
	width: 40px;
}

.question-answers-single-value input.float {
	width: 60px;
}

/* cache */
a.delete {
	background-image: url(../img/manager/trash.png);
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	margin-left: 1em;
}

table.cache-overview th {
	text-align: left;
	padding: 0px;
}

table.cache-overview tfoot {
	font-weight: bold;
}

table.cache-overview {
	border: 1px solid #d3d3d3;
	background: #fefefe;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	width: 85%;
	margin: 1em auto;
}

table.cache-overview th,table.cache-overview td {
	padding: 18px 28px 18px;
	text-align: left;
}

table.cache-overview td.right {
	text-align: right;
}

table.cache-overview th {
	padding-top: 22px;
	text-shadow: 1px 1px 1px #fff;
	background: #e8eaeb;
}

table.cache-overview td {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

table.cache-overview tr.odd-row td {
	background: #f6f6f6;
}

table.cache-overview td.first,table.cache-overview th.first {
	text-align: left
}

table.cache-overview td.last {
	border-right: none;
}

table.cache-overview td {
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe) );
}

table.cache-overview tr.odd-row td {
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6) );
}

table.cache-overview th {
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb) );
}

table.cache-overview tr:first-child th.first {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; /* Saf3-4 */
}

table.cache-overview tr:first-child th.last {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; /* Saf3-4 */
}

table.cache-overview tr:last-child td.first {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px; /* Saf3-4 */
}

table.cache-overview tr:last-child td.last {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px; /* Saf3-4 */
}

.warning {
	color: red;
	font-weight: bold;
	padding: 15px;
	padding-left: 48px;
	border: 1px solid red;
	border-radius: 8px;
	background-color: #ffbbbb;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../img/manager/warning.png);
	display: block;
	-moz-box-shadow: 5px 5px 5px #aaa;
	-webkit-box-shadow: 5px 5px 5px #aaa;
	box-shadow: 5px 5px 5px #aaa;
	width: 85%;
	margin: 1em auto;
}

/* poll widget */
#poll-answers {
	margin-top: -1px;
	padding-top: 1px;
}

.poll-answer {
	background-image: url(../img/manager/up-down.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left: 20px;
	margin-bottom: 23px;
}

.poll-answer input.input {
	width: 387px;
}

.add-answer {
	background-image: url(../img/manager/add.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left: 20px;
	margin-top: 2px;
	display: inline-block;
}

#add-answer-html {
	display: none;
}

.poll-answer input.small {
	width: 100px;
}

.poll-answer-votes {
	height: 23px;
	line-height: 23px;
}

.poll-answer-cheat-votes {
	float: right;
	display: none;
}
