/* ***** YAHOO EDITOR ***** */
.yui-editor-container {
	margin: 8px 0 0 181px;
}
.yui-toolbar-container fieldset
{
	background: #fff;
}

.yui-skin-sam .yui-editor-panel .yui-toolbar-group h3
{
	font-size: 11px !important;
	font-family: arial !important;
}

.editor-hidden {
	visibility: hidden;
	top: -9999px;
	left: -9999px;
	position: absolute;
}

.yui-editor-editable-container textarea {
	border: 0;
	margin: 0;
	padding: 0;
}

.yui-skin-sam .yui-toolbar-container .yui-toolbar-editcode span.yui-toolbar-icon {
	background-image: url('/img/html_editor.gif') !important;
	background-position: 0 1px !important;
	left: 5px !important;
}
.yui-skin-sam .yui-toolbar-container .yui-button-editcode-selected span.yui-toolbar-icon {
	background-image: url('/img/html_editor.gif') !important;
	background-position: 0 1px !important;
	left: 5px !important;
}

#yui-editor-panel {
	z-index: 999;
}

#insertimage_upload_btn {
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #000;
	color: #fff;
	padding: 3px;
}

#insertimage_upload_btn:hover {
	background: #fff;
	color: #000;
}

/* ***** ADMIN ***** */


#siteEdit {
	width: 900px;
	border: .3em double #063161;
	margin: 1em;
	position: absolute;
	top: 0;
	right: 0;
}

#siteEdit a {
	border: .1em solid #eee;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	width: 8em;
	text-align: center;
	background: #063161;
	color: #eee;
	font-variant: small-caps;
}

#siteEdit a:hover {
	background: green;
}

#editorMenu {
	position: fixed;
	top: 0;
	left: 0;
	border: 2px solid #063161;
	border-width: 0 2px 2px 2px;
	width: 180px;
	padding: 0px 3px 3px 3px;
	background: #111;
	z-index: 956;
}

#editorMenu h3 {
	background: green;
	color: #fff;
	text-align: center;
	padding: 4px;
	border: 1px solid #fff;
	cursor: pointer;
}

#editorMenu h3:hover {
	background: #063161;
}



#adminList {
	display: none;
}

#adminList a {
	text-decoration: none;
	color: #fff;
	background: #063161;
	padding: 3px 6px;
	display: block;
	border:1px solid #eee;
	border-width: 0px 1px 1px 1px;
	font-family: arial;
}

#adminList input {
	color: #fff;
	background: #063161;
	padding: 3px 3px;
	display: block;
	border:1px solid #eee;
	border-width: 0px 1px 1px 1px;
	font: normal 17px/1.2em arial;
	width: 100%;
	text-align: left;
	cursor: pointer;
}

#adminList a:hover,
#adminList input:hover {
	color: #eee;
	background: green;
}

.adminMenu {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: right;
	background: #000;
	padding: 3px;
	border: 2px solid #fff;
}

.adminMenu a {
	width: 120px !important;
	margin: 0;
	padding: 3px !important;
	display: block;
	font-size: small;
}

.adminMenu .delete {
	background: #063161;
	border: 1px solid #fff;
	color: #fff;
	width: 128px;
	display: block;
	cursor: pointer;
}

.adminMenu .delete:hover {
	background: green;
	color: #fff;
}

fieldset {
padding-left: 50px;
}

fieldset img {
border: 0px;
}

fieldset.SWFieldset {
	background: transparent;
	border-left: 1px solid #eee;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-top: 1px solid #eee;
	width: 500px;
	color: #000;
	margin-left: 30px;
	padding: 0 15px;
}

fieldset.SWFieldset legend {
	padding: 6px 10px;
	background: transparent url('/img/fieldset_background.png');
	color: #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-top: 1px solid #eee;
	font-variant: small-caps;
	font-size: large;
	letter-spacing: 1px;
}

fieldset.SWFieldset label {
	display: block;
	width: 150px;
	margin: 6px 0 0 0;
	padding: 3px 12px;
	float: left;
	clear: left;
	background: transparent url('/img/fieldset_background.png') no-repeat;
	border-left: 1px solid #eee;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-top: 1px solid #eee;
	color: #eee;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	font-size: small;
}

fieldset.SWFieldset input {
	margin: 6px 0 0 3px;
	padding: 3px 6px;
	width: 200px;
	background: #fff url('/img/input_background.png') repeat-x;
}

fieldset.SWFieldset input.submit_app {
	background: transparent url('/themes/ORT_School09/img/submit.png') no-repeat;
	color: #fff;
	width: 100px;
	height: 25px;
}

fieldset.SWFieldset input.delete {
	width: 100px;
	color: red;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

fieldset.SWFieldset input#sort_order {

	width: 30px;
}

fieldset.SWFieldset select {
	width: 315px;
	margin: 6px 3px;
	padding: 3px 0px;
	font-size: small;
	background: #fff url('/img/input_background.png') repeat-x;
}

fieldset.SWFieldset textarea {
background: #fff url('/img/input_background.png') repeat-x;
}

fieldset.SWFieldset select#home_page {
	width: 60px;
}

fieldset.SWFieldset select option {
	padding: 3px 6px;
	font-size: small;
}


a.update {
	text-decoration: none;
	width: 90px;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 4px;
	display: block;
	text-align: center;
	background: #063161;
	font-family: arial;
}

a.update:hover {
	background: green;
	color: #fff;
}

textarea#site_css,
textarea#site_footer,
textarea#site_sidebar_a,
textarea#site_header,
textarea#site_js {
	margin: 6px 0 0 3px;
	padding: 5px 0 5px 6px;
	width: 600px;
	height: 400px;
	border: 2px solid #262827;
}

#modal {
	background: #063161 url(/img/loadingAnimation.gif) center 175px no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 955;
}

.cancelHiJack {
	color: #FFF;
	display: block;
	position: absolute;
	top: 57px;
	left: 645px;
	border: 2px solid #ccc;
	background: #063161;
	cursor: pointer;
	padding: 3px 6px;
	padding: 3px 30px;
}

.cancelHiJack:hover {
	background: green;
	color: #fff;
}

#adminNewEditBox {
	position: absolute;
	width: 900px;
	top: 35px;
	z-index: 991;
}

.hoverTemplate {
	background: #063161 !important;
}

.updateTemplateWrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.updateTemplateWrap a {
	display: block;
	padding: 3px 8px;
	text-decoration: none;
	border: 3px solid #FFF;
	background: #063161;
	color: #FFF;
	width: 200px;
	font-size: 1.5em;
}

.updateTemplateWrap a:hover {
	background: green;
}




.videoItemWrap {
	position: relative;
}

#videoMenu .adminMenu {
	position: absolute;
	left: -42px;
	top: 0;
	width: 42px !important;
	margin: 2px 0 0 0 !important;
	border: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
}

#videoMenu .adminMenu li {
	width: 44px;
}

#videoMenu .adminMenu a {
	width: 20px !important;
	padding: 3px 0 !important;
	background: green;
	color: #fff;
	text-align: center;
	float: left;
	text-decoration: none;
	border: 1px solid #000;
}

#videoMenu .adminMenu a:hover {
	color: #000;
}

#videoMenu .adminMenu form {
	display: block;
	height: 28px;
	width: 20px;
	float: left;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 22px;
}

#videoMenu .adminMenu .delete {
	display: block;
	width: 20px !important;
	float: none;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	height: 21px;
}


#videoCategoryList li {
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #999;
	width: 210px;
	float: left;
	text-align: center;
	background: #eee;
}

#videoCategoryList li a {
	background: green;
	width: 60px;
	padding: 3px;
	color: #fff;
	border: 2px solid #ccc;
	text-decoration: none;
}

#videoCategoryList li h3 {
	color: #0C0473;
	width: 200px;
	padding: 13px;
	font-weight: bold;
}

#videoCategoryList li .delete {
	margin: 10px;
}
.submit {
 background-color: #333333;
 color: #fff;
 font-weight: normal;
 font-size: 10px;
 border: 1px solid #CCC;
 margin: 10px 0 5px 0;
 padding: 1px 5px 2px 5px;
}

.helpMe {
	float: left;
	margin-top: 15px;
	position: relative;
}

.helpMe span {
cursor: help;
border: 1px solid #fff;
background: #000;
color: #fff;
display: block;
position: absolute;
top: 0;
left: 0;
width: 1.5em;
height: 1.5em;
text-align: center;
font-weight: bold;
font-size: 1em;
line-height: 1.5em;
}

.helpMe p {
display: none;
position: absolute;
left: 1.6em;
top: 0;
background: #000;
color: red;
padding: 10px;
border: 1px solid red;
width: 700px;
}

.appform {
	margin: 6px 0 0 3px;
	padding: 5px 0 5px 6px;
	width: 306px;
}
