/* -------------------------[ Neutralize styles, fonts and viewport ]--- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font-family: Meiryo,"Hiragino Kaku Gothic Pro",Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 75%;
	height: 100%;
	line-height: 1.5;
	color:#333333;
	background: #f4f4f4;
}
img, a img {
	border: 0 !important;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: .5em 0;
	padding: 0;
	font-weight: normal;
}
li, dd, blockquote {
	margin: 0 0  0 1em;
}
	.rtl li, .rtl dd, .rtl blockquote {
		margin: 0 1em 0 0;
	}


/* -------------------------[ Miscellaneous conveniences ]--- */
.clear {
	clear: both;
}
.fail {
	color: #900;
	font-weight: bold;
}
.warning {
	color: #444;
	font-weight:bold;
}
.success {
	color: #090;
	font-weight: bold;
}
.hide, .skip, .printonly {
	display: none;
}
.inline {
	display: inline;
}
/* -------------------------[ Headers and Paragraphs ]--- */
h1, h2, h3, h4, h5, h6, .subTitle {
	font-weight: normal;
}
h1 {
	font-size: 1.25em;
	color:#585858;
	font-weight:bold;
	background-color: #d0d0d0;
	letter-spacing:1px;
	line-height:1em;
	padding: 7px 7px 7px 10px;
	border-radius: 3px;
	margin: 8px 15px 10px;
}
h1.draft {
    background-color: #F4E2C3;
}
	.rtl h1 {
		margin-right: 10px;
	}
h2 {
	font-size: 1.64em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
}
p.caption, p.comment {
	font-size: 0.9em;
	color: #888;
}
button {
	width: 112px;
	font:inherit;
	margin: 0 5px 0 0;
	cursor: pointer;
}
	.rtl button {
		margin: 0 0 0 5px;
	}
a, a:active, a:visited, a:link {
	color: #1285A4;
	text-decoration: underline;
}
a:hover {
	color: #0f1e76;
}
hr {
	color: #777;
	background-color: #777;
	height: 1px;
	border: 0;
}
.split {
	background: #556476 url(images/misc/line.gif) repeat-x;
	height: 1px;
	font-size: 0;
	clear: both;
	padding: 0;
}
.messageRead {
	color: #333;
}
.messageUnread {
	color: #3CB371;
	font-weight: bold;
}
.right {
	font-weight: bold;
	color: #333;
	float: left;
	padding: 0 20px 20px;
}
	.rtl .right {
		float: right;
	}

/* -------------------------[ Topbar ]--- */
#topbar {
	margin: 0;
	color: #333;
	padding: 0 5px;
}
#topbar * {
	vertical-align: middle;
}
#topbar a,
#topbar a:link,
#topbar a:visited {
	font-weight: bold;
	color: #AAB1B9;
	text-decoration: none;
}
#topbar a:hover {
	color: #fff;
}
#tocText {
	position: absolute;
	top: 37px;
	z-index: 1000;
}
	.rtl #tocText {
		right: 3px;
	}
.tocTextRTL {
	right: 3px;
}
#tocText,
#buildText,
#workText {
	font-weight: bold;
	line-height: 16px;
	margin: 0 15px;
	color: #FFF;
}
#tocText,
#buildText img,
#workText img {
	margin: 0 5px;
}
#statusbar {
	position: absolute;
	right: 0;
    top: 36px;
    z-index: 1000;
}
	.rtl #statusbar {
		left: 0;
	}
#supplementalNav {
    background: transparent none repeat scroll 0 0;
    color: #89939e;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 111;
}
	.rtl #supplementalNav {
		float: left;
	}
#supplementalNav * {
	vertical-align: bottom;
}
#supplementalNav a {
	padding: 0;
	margin: 0;
}
#msgCounter, #newMail {
	margin: 0;
	padding: 0;
}

/* -------------------------[ Forms ]--- */
tbody, thead, tr {
	margin: 0;
	padding: 0;
	border: 0;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea, option, optgroup, td {
	font: inherit;
	color: inherit;
}
	.rtl input,
	.rtl select,
	.rtl textarea,
	.rtl td {
		text-align: right;
	}
textarea[readonly],
textarea[readonly]:focus,
input[type='text'][readonly],
input[type='text'][readonly]:focus,
.readonly {
	background-color:#eee !important;
	text-shadow:1px 1px #fff !important;
	cursor:not-allowed;
}
optgroup {
	font-style:normal;
	font-weight:bold;
	background-color:#ddd;
}
optgroup option {
	font-weight:normal;
	background-color:#fff;
}
#ta, .tmplvars textarea {
	font-family: Consolas,'Courier New','Courier', monospace;
}

form select
{
	background: #FFF;
	border-color: #AAAAAA #DEDEDE #DEDEDE #AAAAAA;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin: 0;
	min-height: 17px;
	vertical-align: baseline;
	border-radius:3px;
}
form input[type=text] {
	line-height:1;
}
form input[type=text],
form input[type=password],
form textarea
{
	background: #fff;
	border-color: #999 #DDD #DDD #999;
	border-style: solid;
	border-width: 1px;
	padding: 4px 2px 4px 4px;
	margin: 0 2px 0 0;
	min-height: 17px;
	vertical-align: baseline;
	border-radius:3px;
	-webkit-box-shadow: 0px 1px 3px #E8E8E8 inset;
	    box-shadow: 0px 1px 3px #E8E8E8 inset;
}
	.rtl form input[type=text],
	.rtl form textarea {
		padding: 2px 2px 2px 0;
	}
.sectionBody input.inputBox[type=text],
.sectionBody input.inputBox[type=password],
.sectionBody select.inputBox {
	width:350px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus,
form select:focus
{
	outline: none;
	background: #fff;
	border-color: green;
	border-style: solid;
	border-width: 1px;
}
input[type="button"],
input[type="submit"] {
	background:#ededed;
	border: 1px solid green;
	cursor: pointer;
	line-height: normal;
	margin: -1px 0 0 5px;
	min-height: 27px;
	padding: 4px 10px;
	overflow: visible;
	margin-left: 5px;
	-webkit-appearance: button;
	background:-o-linear-gradient(#f5f5f5, #DDDDDD);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5,endColorstr=#DDDDDD);
	border-radius:3px;
}
input[type="button"]:hover,
input[type="submit"] {
	border-color: green;
	background:-o-linear-gradient(#FFFFFF, #EEEEEE);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#EEEEEE);
}
input.checkbox,
input.radio,
input.submit,
input.button,
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="button"] {
	height: auto !important;
	width: auto !important;
	cursor:pointer;cursor:hand;
}
select {
	border: 1px solid #c3c3c3;
	border: 0;
	background: #fcfcfc;
	cursor:pointer;cursor:hand;
}
.form {
	padding: 15px;
	border: solid 1px #ddd;
}
form input.hidden {
	display: none !important;
	position: absolute;
}
.form label,
.form input,
.form textarea {
	display: block;
	float: left;
	vertical-align: middle;
}
.form label {
	padding-right: 20px;
	text-align: right;
	width: 110px;
}
	.rtl .form label,
	.rtl .form input,
	.rtl .form textarea {
		float: right;
	}
	.rtl .form label {
		padding-left: 20px;
		text-align: left;
	}
form textarea {
	height: 78px;
	width: 350px;
	line-height:1.5;
	overflow:auto;
}
.form legend {
	color: #04C;
	font-weight: bold;
	padding: 5px;
}
.form select {
	display: inline;
	float: left;
}
	.rtl .form select {
		float: right;
	}
.form br {
	clear: both;
}
input.submit {
	display: block !important;
	float: none !important;
	margin: 20px 0 0 140px !important;
}
	.rtl input.submit {
		margin: 20px 140px 0 0 !important;
	}
.form fieldset.list {
	margin: 6px 6px 3px 0;
}
	.rtl .form fieldset.list {
		border: 0;
		padding: 0 !important;
		margin: 6px 0 3px 6px;
	}
.form fieldset.list legend {
	display: none;
}
.form fieldset.list label,
.form fieldset.list input {
	padding: 0;
	margin: 0 0 3px;
	float: left;
	display: inline;
	border: 0;
	background: none;
	width: auto;
	height: auto;
}
	.rtl .form fieldset.list label,
	.rtl .form fieldset.list input {
		float: right;
	}
.form fieldset.list label {
	padding-left: 5px;
	text-align: left;
	width: auto;
}

form .imeoff {
ime-mode:disabled;
}

/* -------------------------[ Misc stuff ]--- */
.sectionBody fieldset {
	padding: 15px;
}
.sectionBody legend {
	font-weight: bold;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow:1px 1px 3px #ccc;
	        box-shadow:1px 1px 3px #ccc;
	border-radius:3px;
}
.sectionBody h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.sectionHeader {
	color: #606060;
	margin: 0 15px;
	padding: 5px 3px 5px;
	font-weight: bold;
	border: 1px solid #ccc;
	border-bottom:none;
	text-shadow: 0px 1px 0px #FFF;
}
	.tab-page .sectionHeader {
		margin: 2px 3px 0;
	}
	.rtl .sectionHeader {
		direction: rtl;
		padding: 5px 18px 5px 3px;
	}
.sectionBody {
	position: relative;
	display: none;
	margin: 5px 15px 15px;
	display: block;
}
.tab-page .sectionBody,
.section .sectionBody {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #CCCCCC;
	margin: 0 3px 15px;
	padding: 15px;
}
	.rtl .sectionBody {
		direction: rtl;
		position: inherit;
	}
.section .sectionBody {
	margin:0 15px 15px;
	background-color:#fff;
}
.sectionHeader {
	padding: 5px 9px 5px 15px;
	background:-o-linear-gradient(#f5f5f5, #DDDDDD);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5,endColorstr=#DDDDDD);
	background:-webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#DDDDDD));
	background:linear-gradient(#f5f5f5, #DDDDDD);
	-webkit-box-shadow:0px 1px 0px #fff inset;
	        box-shadow:0px 1px 0px #fff inset;
	border-radius:5px 5px 0 0;
}
.rtl .sectionHeader {
		direction: rtl;
		padding: 5px 18px 5px 3px;
}
.comment {
	color: #999;
}
thead {
	color: #333;
	height: 18px !important;
	background-color: #E4E4E4;
}
thead td {
	color: #333;
	border-top: 1px solid #fff;
}
li {
	padding: 0;
	margin: 0;
	list-style: disc outside url(images/misc/li.gif);
}
ul {
	margin: 0 20px 0 20px;
}
	.rtl ul {
		margin: 0 10px 0 20px;
	}
.screen {
	border: 1px solid #ddd;
	text-align: center;
}
a img {
	border: 0;
}
.even {
	background: #D9E7C2;
}
.odd {
	background: #fff;
}
/* -------------------------[ end sortable table ]--- */
.disabledImage {
	width: 20px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.disabledImage img {
	border: 0;
}
.editorCell {
	border-top: 1px solid #808080;
	text-align: left;
	vertical-align: baseline;
}
	.rtl .editorCell {
		text-align: right;
	}
.row1, .row2, .row3 {
	color: #333;
}
.row1 {
	background-color: #fff;
}
.row2 {
	background-color: #C8DAA2;
}
.row3 {
	background-color: #f5f5f5;
}

div.treeframebody {
	background: #f5f5f5 url(images/misc/subnav.png) !important;
	-webkit-box-shadow: inset -2px 2px 6px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: inset -2px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

#treeMenu * {
	vertical-align: middle;
}
#treeHolder {
	cursor: default;
	height: 100%;
	padding: 6px 8px 0;
	line-height: 1.3em;
	font-family:Arial,"Helvetica Neue",Helvetica,Meiryo,"Hiragino Kaku Gothic Pro",sans-serif;
}
#treeHolder {
	padding-left:12px;
}
#treeRoot {
    margin-left:-10px;
}
#treeRoot div img {
	margin: 0 0 0 -6px;
	vertical-align:middle;
}
	.rtl #treeRoot div img {
		margin: 0 -6px 0 0;
	}
#floater {
	display: none;
	position: absolute;
	width: 200px;
	padding:5px;
	top: 25px;
	left: 4px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 500;
}
	.rtl #floater {
		right: 4px
	}
.rootNode, .treeNode, .treeNodeHover, .treeNodeSelected, .emptyNode {
	color: #000;
	cursor: pointer;
	width: auto;
	margin-right:0;
}
div.treeNode {
	white-space: nowrap;
}
.treeNodeSelected,
.treeNodeHover
{
    background-color: #FFFFFF;
    border: 1px solid #CCC;
    color: #000;
    padding: 1px 2px;
	margin-left:-3px;
}
.unpublished a, .unpublishedNode {
	color: #B68282;
}
.deletedNode {
	color: #A52A2A;
	text-decoration: line-through;
}
.publishedNode {
	color: #222;
}
.emptyNode {
	color: #aaa;
	cursor: default;
}
.notInMenuNode {
	color: #777;
	text-decoration: none;
}
.protectedNode {
	color: #77d;
}

#treeSplitter {
	width: 10px;
	height: 100%;
	position: absolute;
	right: -10px;
}
	.rtl #treeSplitter {
		left: -10px;
	}
.disabledPlugin a {
	color: #aaa;
	text-decoration: line-through;
}
/* -------------------------[ grid style ]--- */
.grid {
	width: 100%;
	background-color: #fff;
	border: 1px solid silver;
	border-collapse:collapse;
}
.grid th, .grid td {
padding:3px 5px;
}
.gridHeader, .grid th {
	color: #333;
	font-weight: bold;
	white-space:nowrap;
	background-color: #d2d2d2;
	text-align:left;
}
.gridItem {
	background-color: #fff;
	padding: 3px;
}
.gridAltItem {
	background-color: #eeeeee;
	padding: 3px;
}
.gridRowIcon:hover {
	background-color: #f5f5dc;
}
.grid a {
	text-decoration: none;
}
.grid img {
	vertical-align: middle;
	padding-right: 4px;
}
/* -------------------------[ search bar ]--- */
.searchbar {
	width: 100%;
	border: 1px solid silver;
	background-color: #DBDBDB;
}
.searchtext {
	height: 18px;
	padding: 2px;
}
/* -------------------------[ home page main links ]--- */
a.hometblink, a.hometblink:active, a.hometblink:visited, a.hometblink:link, .hometblink {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}
a.hometblink:hover {
	text-decoration: underline;
	color: Gray;
}
#preLoader {
	position: absolute;
	z-index: 50000;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color:rgba(255,255,255,.3);
}
.preLoaderText {
	background-color: #fff;
	border-radius:10px;
	opacity: .7;
	width: 300px;
	height: 150px;
    margin:70px auto;
	padding: 50px;
	border: 1px solid #999;
}
/* -------------------------[ contextmenu in editing modules ]--- */
.contextMenu {
	background: #fff;
	margin: 0;
	padding: 0;
	border: 1px solid #039;
	border-color: #eaeaea #909090 #707070 #eaeaea;
	position: absolute;
	z-index: 10000;
}
.cntxMnuItem {
	background-image: url(images/misc/_tx_.gif);
	cursor: pointer;
	color: #333;
	padding: 3px 16px 3px 2px;
}
	.rtl .cntxMnuItem,
	.rtl .cntxMnuItemDisabled {
		padding: 3px 2px 3px 16px;
	}
.cntxMnuItemDisabled {
	cursor: default;
	padding: 3px 16px 3px 2px;
	color: #111;
}
.cntxMnuItemOver {
	cursor: pointer;
	color: #333;
	background: #e3e3e3;
	padding: 2px 15px 2px 1px;
	border: 1px solid #c0c0c0;
}
	.rtl .cntxMnuItemOver {
		padding: 2px 1px 2px 15px;
	}
.cntxMnuItem img, .cntxMnuItemOver img, .cntxMnuItemDisabled img {
	margin: 0 8px 0 0;
}
	.rtl .cntxMnuItem img,
	.rtl .cntxMnuItemOver img,
	.rtl .cntxMnuItemDisabled img {
		margin: 0 0 0 8px;
	}

.cntxMnuItem img, .cntxMnuItemDisabled img {
	opacity: .3;
	filter: alpha(opacity=30);
}
.cntxMnuSeparator {
	font-size: 0;
	height: 1px;
	background-color: silver;
	overflow: hidden;
	margin: 3px 1px 3px 28px;
}
	.rtl .cntxMnuSeparator {
		margin: 3px 28px 3px 1px;
	}

/* -------------------------[ Top Navbar of snap in top menu bar layout ]--- */
#topMenu {
	background: url("images/misc/headers.jpg") repeat scroll 0 0 #23393C;
}
#Navcontainer {
	padding: 0 10px;
	color: #fff;
}
#nav {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 100%;
	position: absolute;
	top: 6px;
	overflow: visible !important;
}
	.rtl #nav {
		right: 10px;
	}
#nav ul {
	display: none;
	height: 26px;
	position: relative;
	z-index: 500;
	margin: 0 0 0 -10px;
	padding: 0 0 0 20px;
}
	.rtl #nav ul {
		margin: 0 -10px 0 0;
	    padding: 0 20px 0 0;
	}
#nav li {
	list-style: none;
	float: left;
	width: auto;
	margin: 0 0 0 10px;
	padding: 0;
}
	.rtl #nav li {
		float: right;
		margin: 0 0 0 3px;
	}
#nav li a {
	color: #A4B8B6;
	height: 25px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	line-height: 25px;
	overflow: hidden;
	padding: 0 15px;
	float: none !important;
	float: left;
	display: block;
}
#nav li ul li a {
	padding: 0 18px !important;
}
#nav li ul li a {
	background: #d4d4d4;
	float: left;
	width: auto;
}
	.rtl #nav li ul li a {
	    float: right;
	}

#nav a:hover {
	color: #fff;
}
#nav a:active {
	color: #fff;
}
#nav li.active {
	background: none repeat scroll 0 0 #616161;
	border-radius:5px 5px 0 0;
	-webkit-box-shadow: 0 1px 0 #999 inset, 1px 1px 2px rgba(0,0,0,.9);
	        box-shadow: 0 1px 0 #999 inset, 1px 1px 2px rgba(0,0,0,.9);
}
#nav li.active a {
	border-bottom:1px solid #616161;
	color: #FFF;
	position: relative;
	text-shadow: 0 -1px 0 #333;
	z-index: 999999;
}
#nav li.active a:hover {
	cursor: pointer;
}
#nav li.active ul.subnav {
	display: block;
	position: fixed;
	bottom:0;
	width: 200%;
	top:31px;
	left: 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #eee;
}
	#nav li.active ul.subnav {
	    right: 0;
	}
#nav li.active ul.subnav a {
	border-bottom:none;
	color: #fff;
	font-weight: normal;
	background: #444444;
	cursor: pointer;
	border-left: none;
}
#nav li.active ul.subnav li {
	margin: 0;
}
#nav li.active ul.subnav a:hover {
	color: #fff;
	text-shadow: 0 0 2px #FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#ffffff,offx=0,offy=0)";
}
#nav li.active ul.subnav a:active {
	color: #ccc;
}
#nav li.active ul.subnav,
#nav li.active ul.subnav a {
	background-color: #626262;
	background:-o-linear-gradient(#626262, #444444);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#626262,endColorstr=#444444);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#626262,endColorstr=#444444, GradientType=0)";
}

/* -------------------------[ Contextual Menu used in the Tree Menu ]--- */
#mx_contextmenu {
	position: absolute;
	height: auto;
	visibility: hidden;
	z-index: 10000;
	width: 165px;
	background-color: #fff;
	-webkit-box-shadow: inset 0px 5px 10px 0px rgba(70, 70, 70, 0.1);
	        box-shadow: inset 0px 5px 10px 0px rgba(70, 70, 70, 0.1);
	margin: 0;
	padding-bottom:10px;
	border: 1px solid #ededed;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	overflow: hidden;
	line-height: 11px;
	-webkit-box-shadow: 2px 2px 15px #eaeaea;
	        box-shadow: 2px 2px 15px #eaeaea;
}
#mx_contextmenu .menuLink {
	cursor: pointer;
	color: #222;
	padding: 3px 5px 3px 4px;
}
#mx_contextmenu .menuLink:hover {
	background: #DDE4EB;
	border: 1px solid #fdfdfd;
	border-bottom-color: #dcdcdc;
	color: #333;
}
#mx_contextmenu .menuLink:hover,
#mx_contextmenu .menuLinkDisabled {
	cursor: pointer;
	padding: 2px 4px 2px 3px;
}
#mx_contextmenu .menuLinkDisabled {
	cursor: default;
	color: #787878;
}
#mx_contextmenu .menuLink img,
#mx_contextmenu .menuLink:hover img,
#mx_contextmenu .menuLinkDisabled img {
	margin-right: 5px;
}
#mx_contextmenu .menuLink img,
#mx_contextmenu .menuLinkDisabled img {
	opacity: .3;
	filter: alpha(opacity=30);
}
#mx_contextmenu .menuLink:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#mx_contextmenu #nameHolder {
	color: #fff;
	text-align: left;
	cursor: default;
	font-weight: bold;
	padding: 6px 4px;
	margin-bottom: 3px;
	background-color: #86939E;
	background-repeat:repeat-x;
	background: none repeat scroll 0 0 #66901b;
	text-shadow: 0px -1px 0px #222;
	background:-o-linear-gradient(#8aae4b, #66901b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8aae4b,endColorstr=#66901b); 
}
#mx_contextmenu .seperator {
	font-size: 0;
	height: 1px;
	background-color: silver;
	overflow: hidden;
	margin: 3px 1px 3px 28px;
}

	.rtl #mx_contextmenu .menuLink {
	    padding: 3px 2px 3px 16px; }
	.rtl #mx_contextmenu .menuLink:hover,
	.rtl #mx_contextmenu .menuLinkDisabled {
	    padding: 2px 1px 2px 15px;}
	.rtl #mx_contextmenu .menuLink img,
	.rtl #mx_contextmenu .menuLink:hover img,
	.rtl #mx_contextmenu .menuLinkDisabled img {
		margin-right: 8px; }
	.rtl #mx_contextmenu #nameHolder {
	    text-align: right;
	}
	.rtl #mx_contextmenu .seperator {
	    margin: 3px 28px 3px 1px;
	}


/* -------------------------[ Settings Table ]--- */
.settings {
	width: 600px;
}
.settings tr {
	width: 100% !important;
}
.settings th {
	width: 200px !important;
	text-align: left;
	color: #555;
	font-size: 1.2em;
}
	.rtl .settings th {text-align: right;}
.filelist td {
	border-bottom: 1px solid #C2C3CF;
}
/* -------------------------[ Tabs ]--- */
.dynamic-tab-pane-control.tab-pane {
	position: relative;
	width: 100%;
}
	.rtl .dynamic-tab-pane-control.tab-pane {
		direction: rtl;
	}
.dynamic-tab-pane-control .tab-row .tab {
	color: #313131;
	font-size: 1em;
	cursor: pointer;
	display: inline;
	margin: 3px 2px 1px 0;
	float: left;
	padding: 3px 10px;
	z-index: 1;
	position: relative;
	top: 1px;
	border: 1px solid #658f1a;
	background: none repeat scroll 0 0 #66901b;
	text-shadow: 0px -1px 0px #2B5F0C;
	border-radius:5px 5px 0 0;
	border-radius:0;
	background:-o-linear-gradient(#8aae4b, #66901b);
}
	.rtl .dynamic-tab-pane-control .tab-row .tab {
	    margin: 3px 5px 1px -3px;
	    float: right;
	    padding: 2px 15px 3px;
	}

.dynamic-tab-pane-control .tab-row .tab.hover {
	text-decoration: none;
	background: none repeat scroll 0 0 #749c2f;
		background:-o-linear-gradient(#749c2f, #4b7109);
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	color: #333;
	z-index: 999;
	top: 1px;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #ffcc72 #AAA #FFF #AAA;
	border-radius:5px 5px 0 0;
	border-width:1px 1px 0;
	background: #fff;
	background-color: #fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
}
.dynamic-tab-pane-control .tab-row .tab.selected span {
	color: #111;
	background-color:#fff;
	text-shadow: none;
}
.dynamic-tab-pane-control .tab-row .tab span {
	color: #fff;
	text-decoration: none;
}
.dynamic-tab-pane-control .tab-row .tab .alert {
	color:#ffcc72;
}
.dynamic-tab-pane-control .tab-row .tab.selected .alert {
	color:#c00;
}
.dynamic-tab-pane-control .tab-page {
	clear: both;
	background: #fff;
	z-index: 2;
	position: relative;
	top: -2px;
	padding: 20px 15px 14px !important;
}
	.rtl .dynamic-tab-pane-control .tab-page {
	    position: inherit;		/* critical adjustment for IE ul li Proper RTL demonstration */
	}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}
.dynamic-tab-pane-control ul {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.dynamic-tab-pane-control li {
	padding-left: 5px;
	padding-right: 5px;
}
/* -------------------------[ Tree buttons ]--- */
.treeButton {
	display: block;
	cursor: pointer;
	cursor: hand;
	color: #333;
	border: 1px;
	border-bottom-color: #809c47;
	padding: 3px 5px;
	white-space: nowrap;
	vertical-align: middle;
}
.treeButton:hover {
	border: 1px solid #88939E;
	padding: 2px 4px;
	background: #fff;
}
.treeButtonDisabled {
	cursor: default;
	border: 1px solid #657587;
	padding: 2px 4px;
	color: #777;
	border-width: 0;
	opacity: .5;
	filter: alpha(opacity=50);
}
/* -------------------------[ Welcome Page ]--- */
a.hometblink, a.hometblink img {
	border: 0 !important;
	text-decoration: none !important;
}
.wm_button {
	float: left;
	margin: 0 12px 2px 0;
	text-align: center;
}
	.rtl .wm_button {
	    float: right;
	    margin: 0 5px 2px 6px;
	}

/* -------------------------[ Welcome Page ]--- */
#mainActionPages {
	background: #f5f5f5 url(images/misc/mainbg.gif) repeat-x top;
}
.tab-page {
	border: 1px solid #AAA;
	border-radius: 0 0 5px 5px;
}
.sectionBody .tab-page {
	padding: 15px 15px 20px !important;
}
/* -------------------------[ New sortable table class ]--- */
.sortabletable {
}
table.sortabletable {
	width:100%;
	border-collapse:collapse;
}

.sortabletable tr.even {
	background: #E9F0F3;
}
.sortabletable td, .sortabletable th {
	padding: 3px 5px;
	border: 1px solid #ccc;
}
.sortabletable th {
	text-align: left;
	cursor: pointer;
	color: #333;
}
	.rtl .sortabletable th {
		text-align: right;
	}
.sortabletable th a {
	text-decoration: none;
	color: #333;
}
.sortabletable th:active {
	background: #ccc;
	padding: 3px 4px 1px 6px;
}
	.rtl .sortabletable th:active {
		padding: 3px 6px 1px 4px;
	}
/* -------------------------[ Pagination table ]--- */
#max-display-records {
	margin: 10px 0;
}
#pagination {
	margin: 10px 0;
}
#pagination ul {
	margin: 10px 0;
	display: inline;
}
#pagination li {
	list-style: none;
	display: inline;
	width: 15px;
	margin: 0 0 0 1px;
	padding:0;
}
#pagination li a,
#pagination li span {
	padding: 3px 8px;
	border: 1px solid #D9E7C2;
	text-decoration: none;
	color: #333;
}
#pagination li span {
    color:#D9E7C2;
    cursor:default;
}
#pagination li.currentPage a, #pagination li a:hover {
	color: #fff;
	background-color:#7fa53d;
	border: 1px solid #567959;
}

fieldset.tab-page {
	border: 1px solid #e4e4e4!important;
}
h2#edit_document_title {
	font-size: 15px;
	color: #f5f5f5;
	width: 100%;
	border-bottom: none;
	padding: 5px 10px;
}
/* -------------------------[ Action Buttons ]--- */
/* from https://github.com/manse/ScienceStyle */
#actions {
	background:none repeat scroll 0 0 rgba(60,60,60,0.2);
	margin:0 -1px 0 0;
	padding:8px 5px 7px 10px!important;
	position:fixed;
	right:16px;
	text-align:right;
	top:5px;
	z-index:100;
	border-radius:5px;
}

select#stay {
	padding:5px 5px 5px 2px;
}

.rtl #actions {
	left:10px;
	text-align:left;
}

.actionButtons {
	margin-bottom:15px;
}

.actionButtons:after {
	content:"";
	display:block;
	clear:both;
}

ul.actionButtons {
	margin:0;
	padding:0;
/* accommodate border on buttons - */
	background:none;
	width:auto;
	white-space:nowrap;
	padding-bottom:10px;
}

#actions .actionButtons {
	padding-bottom:0;
}

.actionButtons li {
	list-style:none;
	margin-right:6px;
	padding:0;
	float:left;
}

.actionButtons img {
	vertical-align:top;
	margin-top:1px;
	filter:alpha(opacity=70);
	opacity:.7;
}

.actionButtons a:hover img {
	filter:alpha(opacity=100);
	opacity:1;
}

.actionButtons a {
	display:block;
	float:left;
	border-radius:2px;
	color:#444;
	font-size:1em;
	text-shadow:0 1px 0 #fff;
	font-weight:700;
	outline:medium none;
	padding:4px 10px;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap;
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.4),0 1px 1px rgba(0,0,0,0.3);
	        box-shadow:0 0 1px rgba(0,0,0,0.4),0 1px 1px rgba(0,0,0,0.3);
	background-color:#fafafa;
	background:-webkit-gradient(linear,left top, left bottom,from(#FAFAFA),to(#D2D2D2));
	background:linear-gradient(#FAFAFA,#D2D2D2);
	background:-o-linear-gradient(#FAFAFA,#D2D2D2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FAFAFA,endColorstr=#D2D2D2);
}

.actionButtons a img {
	display:none;
}

.actionButtons a:hover {
	border-color:#fff;
	background:-o-linear-gradient(#fff,#E5E5E5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#E5E5E5);
}

.actionButtons a:active {
	border-color:#F0F0F0;
	background:-o-linear-gradient(#F0F0F0,#CECECE);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0F0F0,endColorstr=#CECECE);
}

.actionButtons a.disabled {
	border:1px solid #657587;
	padding:2px 4px;
	color:#777;
	border-width:0;
}

.actionButtons .opendraft a {
	background-color:#faf1d4;
	background:-webkit-gradient(linear,left top, left bottom,from(#faf1d4),to(#e9e0c3));
	background:linear-gradient(#faf1d4,#e9e0c3);
	background:-o-linear-gradient(#faf1d4,#e9e0c3);
}

.actionButtons select,.actionButtons span.and {
	display:block;
	float:left;
}

.actionButtons span.and {
	padding:4px 2px;
}

.actionButtons a.disabled img {
	opacity:.3;
	filter:alpha(opacity=30);
}

.actionButtons .and {
	margin:0 2px 0 5px;
	color:#3b454f;
	font-weight:700;
}
.actionButtons #Button1 a,
.actionButtons li.primary a,
.actionButtons a.primary,
.actionButtons a.default {
	color: #fff;
	-webkit-box-shadow: -1px -1px 0 #658f1a, 1px 1px 0 #658f1a, 1px -1px 0 #658f1a, -1px 1px 0 #658f1a, 0 0 1px rgba(0,0,0,0.4),0 1px 1px rgba(0,0,0,0.8);
	        box-shadow: -1px -1px 0 #658f1a, 1px 1px 0 #658f1a, 1px -1px 0 #658f1a, -1px 1px 0 #658f1a, 0 0 1px rgba(0,0,0,0.4),0 1px 1px rgba(0,0,0,0.8);
	text-shadow:0 -1px 0 #2B5F0C;
	background:#66901b;
	background:-o-linear-gradient(#8aae4b,#66901b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8aae4b,endColorstr=#66901b);
}
.actionButtons #Button1 a:hover,
.actionButtons a:hover.default {
	background:#90bf40;
	background:-o-linear-gradient(#90bf40,#82af33);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90bf40,endColorstr=#82af33);
}
.actionButtons #Button1 a:active,
.actionButtons a:active.default {
	background:#749c2f;
	background:-o-linear-gradient(#749c2f,#4b7109);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#749c2f,endColorstr=#4b7109);
}


#loadingmask {
	display: none;
}

		/*
* Generic styles for all form elements
		*/
form#mutate dt,
form#mutate dd {
	margin-bottom: 10px;
	}
form#mutate dt label,
form#mutate dt h3.label {
	font-size: 1em;
	display: inline;
	float: left;
	width: 200px;
	color: #821517!important;
	font-weight: bold;
	}
form#mutate dd {
	margin-left: 210px;
}
form#mutate input.disabled {
	background-color: #f5f5f5 !important;
}

form#mutate select.inputBox,
form#mutate input,
form#mutate textarea {
	width: 300px;
}
form#mutate textarea.textarea {
	width:90%;
	height:200px;
}
#tv_body input[type=text],
#tv_body textarea
{
	background: #fff;
}
form#mutate textarea.tv_textareamini {
	height: 100px;
	width: 300px;
	overflow-y: scroll;
}
form#mutate textarea.tv_textarea {
	height: 100px;
	width: 100%;
	overflow-y: scroll;
}

/*
* Styling for datepicker elements in settings and templavars
*/
form#mutate input.date,
form#mutate input.tvdate {
	margin-right: 10px;
}

/*
* Individual Styles for fieldset#settings_page_settings
*/
form#mutate fieldset#settings_page_settings input#pub_date,
form#mutate fieldset#settings_page_settings input#unpub_date {
	width: 150px;
}
form#mutate fieldset#settings_page_settings select {
	width: 155px;
}
/*
* Individual Styles for fieldset#meta_keywords
*/
form#mutate fieldset#meta_keywords {
}
form#mutate fieldset#meta_keywords {
}
form#mutate fieldset#meta_keywords select.inputBox {
	display: block;
	margin-bottom: 0;
}
form#mutate fieldset#meta_keywords dl.keywords {
	float: left;
	margin-right: 30px;
}
form#mutate fieldset#meta_keywords dl.metatags {
	float: left;
}
form#mutate fieldset#meta_keywords dl dt label {
	width: 100px;
}
form#mutate fieldset#meta_keywords dl dd {
	margin-left: 110px;
}

/*
* Individual Styles for fieldset#document_content
*/

fieldset#document_content textarea#ta {
	width: 100%;
	height: 400px;
	font-size: 1em;
}

/*
* Individual Styles for fieldset#access_permissions
*/
fieldset#access_permissions dt label {
	width: 200px;
}
fieldset#access_permissions dd {
	margin-left: 210px;
}
fieldset#access_permissions dl dd ul li {
	list-style-type: none;
}

/* -------------------------[ date picker ]--- */
input.DatePicker, #mutate input.DatePicker, #userPane input.DatePicker, #webUserPane input.DatePicker, input#datefrom.DatePicker, input#dateto.DatePicker {
	width: 150px;
	padding: 3px 3px 3px 24px;
	background-color:#ffffff;
	background: url(images/misc/datenofocus.gif) no-repeat top left #ffffff;
}
input:focus.DatePicker, #mutate input:focus.DatePicker, #userPane input:focus.DatePicker, #webUserPane input:focus.DatePicker, input#datefrom:focus.DatePicker, input#dateto:focus.DatePicker {
	background: url(images/misc/datefocus.gif) no-repeat top left;
	cursor:text;
}

.phptextarea {
font-family: Consolas,'Courier New','Courier', monospace;
-webkit-box-sizing: border-box; /* Chrome, Safari */
box-sizing: border-box;         /* IE8+, Opera */
}

/* Custom */
/* replace warning red color in tabs */
strong[style*='color:#EF1D1D'] {
	color: yellow !important;
}
.selected strong[style*='color:#EF1D1D'] {
	color: red !important;
}

.tmplvars tr {height: 24px;}
.tvname {width:150px;}

.okmsg {background-color:#edffee;border:2px solid #3ab63a;padding:8px;margin-bottom:8px;}
