body, td, tr {
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	cursor: default;
	color: #666;
}

body {
	margin: 5px;
	padding: 5px;
	background: #fff;
	color: #666;
}

td.left {
background-image: url(images/tblsmall.gif);
vertical-align: top;
	
}

td.travelblack {
	font-size: 8pt; 
	padding: 5px; 
	vertical-align: top; 
	color: #FFFFFF; 
	background-image: url(images/traveltips_07.gif);
}

td.travelgrey {
	font-size: 8pt; 
	padding: 5px; 
	vertical-align: top; 
	color: #FFFFFF; 
	background-image: url(images/traveltips_09.gif);
}

td.up {
text-align: center;
font-size: 9pt;
border-right: 1px solid #FFFFFF; 
padding-top: 4px;

}

td.main {
font-size: 8pt;
background-color: #f0f0f0;

}

td.mainup {
font-size: 9pt;
font-weight: bold;
background-image: url(../images/center_01.gif);
color: #949494;
padding-top: 4px;

}

td.mainupsm {
font-size: 8pt;
font-weight: bold;
background-image: url(../images/center_01.gif);
color: #949494;
padding-top: 3px;

}

td.peri {
font-size: 8pt;

}

td.perititle {
font-size: 10pt;

}

td.leftup {
font-size: 8pt;
font-weight: bold;
background-image: url(images/left_01.gif);
color: #949494;
padding-top: 3px;
text-align: center;

}

td.leftmain {
font-size: 8pt;
background-image: url(images/left_02.gif);

}



.vinfo {
	white-space: nowrap;
	font-weight: bold;
}

legend {
	color: #ccc;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #f7f7f7;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

fieldset {
	border: solid 1px #fff;
	padding-bottom: 10px;
}

/*#title, #actions {
	width: 410px;
	border-right: solid 1px #f7f7f7;
	float: left;
	clear: both;
}*/


.in_desktop #short textarea, .in_desktop #full textarea {
	width: 400px;
	height: 150px;
}
.in_mobile textarea[name="short_story"], .in_mobile textarea[name="full_story"] {
	width:90%;
}
.in_mobile textarea[name="short_story"] {
	height: 60px!important;
}
.in_mobile textarea[name="full_story"] {
	height: 400px!important;
}

#title input {
	width: 400px;
}
.in_mobile #title input {
	width: 90%;
}
#date input {
	width: 18px;
	white-space: nowrap;
}

#options div legend {
	color: #ccc;
	width: 200px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: solid 1px #f7f7f7;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#tooltip {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 2px 2px;
	position: absolute;
	visibility: hidden;
}

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

a:active, a:visited, a:link {
	color: #446488;
	text-decoration: none;
	font-size: 8pt;
}

a:hover {
	color: #00004f;
	text-decoration: none;
	font-size: 8pt;
}

a.nav:active, a.nav:visited, a.nav:link {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

input, select {
	font-size: 8pt;
}

textarea {
	width: 100%;
	font-size: 9pt;
	overflow-y: visible;
	padding: 5px;
}

.bborder {
	background-color: #fff;
}

.panel {
	-moz-border-radius: .3em .3em .3em .3em;
	background-color: #f7f7f7;
	padding: 3px;
	color: #666;
}

.main {
	-moz-border-radius: 3em 3em 0em 0em;
	border-bottom: 1px solid #ccc;
	color: #666;
	background: #f7f7f7;
}

.copyrights {
	-moz-border-radius: 0em 0em 3em 3em;
	border-top: 1px solid #ccc;
	color: #666;
	background: #f7f7f7;
}

h1, h2, h3 {
	font-size: 12px;
	color: #ccc;
	border-bottom: solid 1px #f7f7f7;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.header {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    text-decoration: none;
}

#plugins {
	width: 100%;
	border-collapse: collapse;
}

#plugins td, #plugins th {
	border: 1px solid #fff;
	padding: 3px;
}

#plugins th {
	font-size: 12px;
	color: #ccc;
	border-bottom: solid 1px #fff;
	padding: 5px;
}

.code {
	border: #f7f7f7 1px solid;
	padding: 5px;
	background: #f7f7f7;
	margin: 10px;
	font-family: Andale Mono, Courier;
	line-height: 15px;
	font-size: 11px;
}

.disabled {
	background: #f7f7f7;
}

.enabled {
	background: #efefef;
}

.tags {
	padding-bottom: 5px;
	padding-top: 5px;
}

#navcell {
	cursor: hand;
	padding: 5px;
	color: #ccc;
	font-weight: bold;
	font-size: 12px;
}

.tab-on {
	background-color: #f7f7f7;
}

.tab-off {
	background-color: #fff;
}

.tab-none {
	/* пустая хуита */
}

.tab-content {
	background-color: #fff;
}

.opt-title {
	color: #666;
	padding: 3px;
}

.opt-desc {
	color: #666;
	padding: 3px;
	border-bottom: 1px solid #fff;
}

.opt-space {
	padding: 3px;
	border-bottom: 1px solid #fff;
}

a.headerLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: underline; }

a.menuBoxHeadingLink:link { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:visited { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:active { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:hover { font-size: 10px; color: #616060; font-weight: bold; text-decoration: none; }

a.menuBoxContentLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; font-weight: normal; text-decoration: underline; }

a.splitPageLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; font-weight: normal; text-decoration: underline; background-color: #FFFF33; }

/* menu box */
.menuBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; background-color: #ffffff; }
.menuBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #616060; }

/* page */
.headerBar { background-color: #B3BAC5; }
.headerBarContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; padding: 2px; }
.columnLeft { background-color: #F0F1F1; border-color: #999999; border-width: 1px; border-style: solid; padding: 2px; }
.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; padding:3px;}
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; padding:3px;}
.dataTableRowSelected { background-color: #DEE4E8; padding:3px;}
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand;padding:3px; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; padding:3px;}

/* info box */
.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight:bold;color: #ffffff; background-color: #B3BAC5; }
.infoBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; background-color: #DEE4E8; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
FORM { display: inline; }

/* account */
.formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }
.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; }

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.main { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.dataTableContentRed { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #CC0000; }
.dataTableContentRedAlert { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF0000; font-weight: bold; }

.bigbutton {
	padding:0px 8px;
	border:0px solid #333333;
	border-radius:3px;
	background:#999;
	color:#ffffff!important;
	font-size:12px!important;
	cursor:pointer;
	text-align: center;
	height:30px;
	line-height:30px;

	display:inline-block;
	vertical-align: top;
}

a.bigbutton {
	height:28px;
	line-height:28px;
}

.cke_source {
    white-space: pre-wrap !important;
}


.bigbutton.green {
	background: #00bb02;
	color: #fff;
}
.bigbutton.red {
	background: #e80000;
	color: #fff;
	border: 0;
}
.bigbutton:hover {
	opacity:0.8;
	color:#fff;
}
.in_mobile .article_table_content {
	display: block;
}
.in_mobile .article_table_row {
	display:block;
}
.in_mobile .article_table_left {
	width: 100%;
	display:block;
}
.in_mobile .article_table_right {
	width:100%;
}
.in_mobile .topnav {
	display:block;
}
.in_mobile .topnav tr {
	display: inline-block;
}
.in_mobile .topnav tr td {
	display: inline-block;
	vertical-align: top;
	white-space: pre-wrap;
	border: 0!important;
	margin: 0 2px 5px;
	background: #fff;
	border-radius:3px;
}
.in_mobile .article_table_right input[type="text"], .in_mobile .article_table_right textarea {
	width: 100%;
}
label.catcheck {
	
	
	cursor: pointer;
}
label.catcheck.disabled {
	text-decoration: line-through;
}
label.catcheck.active {
	color: #ac0000;
}
.categories_list tr:hover {
	background:#ddd;
}
.categories_list tr td {
	padding:8px 5px;;
}
a.move_sort {
	background:#446488;
	color:#fff;
	padding:1px 5px;
	font-size: 14px;
} 
a.move_sort:hover {
	opacity: 0.8;
}
select {
	max-width:200px;
	cursor: pointer;
	border:1px solid #ccc;
	padding:5px 10px;
}