
body {
	padding:0px;
	margin:0px;
	background-color:#fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-size:11px;
}

#modal_container {
	background-color:#fff;
	border:1px solid #FF9933;
	overflow:auto;
	font-family:"Lucida Grande", Verdana;
	font-size:12px;
	color:#333;
	text-align:left;
	height: 200px;
	line-height:normal;
}

#modal_overlay { background-color:#000; }

img { border:0px; }

form {
	margin:0px;
	padding:0px;
}

input { font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif; }

.adminButton {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

a.adminButton:hover { color: #FF9933; }

.adminText {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:10px;
}

.adminText fieldset {
	border: 1px solid #919b9c;
}

.adminText .title {
	font-size: 12px;
	color: #111;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.adminText .description {
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #444;
	margin-top: 3px;
	margin-bottom: 2px;
}

.adminLink {
	color:#000000;
	font-size:11px;
}

.adminText label {
	cursor: pointer;
}

.adminLink:hover { color: #FF9933; }

.adminsubmit {
	width: 120px;
	height: 40px;
	font-size:12px;
	background-repeat: no-repeat;
	border: 0px;
	cursor:pointer;
	cursor:hand;
}

.admininput {
	font-size: 12px;
	width: 90%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background-color: #fff;
	padding:3px;
	background-image:url(../img/oes_input_backlow.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	background: #fff;
	color: #000;
	border-top: 1px solid #e68b2c;
	border-left: 1px solid #e68b2c;
	border-right: 1px solid #ffc83c;
	border-bottom: 1px solid #ffc83c;
	background-image:url(../img/oes_input_backhigh.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

select.admininput {
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	width: 91%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background-color: #fff;
}

.admininput2 {
	font-size: 12px;
	width: 200px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background-color: #fff;
	background-image:url(../img/oes_input_backlow.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.admininputarea {
	font-size: 12px;
	width: 350px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background-color: #fff;
	height: 100px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	padding:3px;
	background-image:url(../img/oe_text01_ffffff.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

textarea.admininputarea:focus,
textarea.admininputcode:focus {
	background-image:url(../img/oe_text01act_ffeed8.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #ffeed8;
}

.adminHead {
	color:#FF9933;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

.admininputcode {
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background-color: #fff;
	background-image:url(../img/oe_text01_ffffff.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.oesubmitbuttons {
	position:absolute;
	left:5px;
	bottom:5px;
}

.oesubmitbuttons input { }

.oeinputcontent {
	padding:5px;
	width:95%;
}

.treelink {
	color:#000000;
	font-size:11px;
	text-decoration:none;
}

.treelink:hover {
	color: #FF9933;
	text-decoration: underline;
}

.oeedittable,
.oeedittable2 { padding-bottom:10px; }

.oeedittable td,
.oeedittable2 td {
	padding:2px;
	font-size:11px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.oeedittable table,
.oeedittable2 table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.oeedittable thead,
.oeedittable2 thead { font-weight:bold; }

.oeedittable input,
.oeedittable select {
	font-size: 12px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background-color: #fff;
}

#exportList {
	width:400px;
	height:120px;
	margin-bottom:10px;
	overflow:auto;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
}

.oeedittable select { width:150px; }

.oeedittable a { color:#000; }

.oeedittable a:hover { color: #FF9933; }

.oeedittable textarea {
	font-size: 12px;
	width: 97%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background-color: #fff;
	height:50px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	background-image:url(../img/oe_text01_ffffff.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.oeedittable .oeeditinc input,
.oeedittable .oeeditinc select {
	font-size: 12px;
	width: 300px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background-color: #fff;
}

.oeeditinc input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	background: #fff;
	color: #000;
	border-top: 1px solid #e68b2c;
	border-left: 1px solid #e68b2c;
	border-right: 1px solid #ffc83c;
	border-bottom: 1px solid #ffc83c;
	background-image:url(../img/oes_input_backhigh.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#oe_menuback {
	background-color:#FF9933 !important;
	height:21px;
	border-bottom: 1px solid #fff;
}

#oe_pulldown {
	position:absolute;
	z-index:1000;
	top:0px;
	background-color: #FF9933 !important;
}

#percentborder {
	width:100%;
	border:1px solid #7F9DB9;
}

#percentborder .percent {
	width:100%;
	background-color:#D7E5FF;
	text-align:center;
	font-size:11px;
	padding-top:3px;
	padding-bottom:3px;
}

#tabcontainerbottom {
	position: absolute;
	top: 30px;
	border:1px solid #7F9DB9;
	border-top:0px;
	margin-left:5px;
	margin-right:5px;
	background-color:#D7E5FF;
}

#oe_progresstext {
	color: #000;
	font-size: 11px;
}

.oe_progressbar {
	width: 1px;
	height: 5px;
	overflow: hidden;
	background-color: #D7E5FF;
	padding-left: 5px;
}

.oe_interfacewidth {
	width: 95%;
	padding:3px;
	background-image:url(../img/oes_input_backlow.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#oe_progressbar {
	position: relative;
	width: 400px;
	height: 20px;
	border: 1px solid #7F9DB9;
}

#oe_progressbar_text {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 11px;
	padding-top: 2px;
}

#oe_sortable_cont {
	background-color: #fff;
	margin:5px;
	padding:10px;
	border: 1px solid #919b9c;
	margin-top:5px;
}

#oe_sortable {
	font-size:11px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#oe_sortable li {
	cursor:move;
	list-style: none;
}

#oe_sortable li div {
	padding-top: 2px;
	padding-left:20px;
	background-image: url(../img/oes_page.png);
	background-repeat: no-repeat;
	height: 22px;
}

#oe_sortable li img { margin-right: 5px; }

#tree_main {
	position:absolute;
	left:5px;
	top:33px;
	width:300px;
	height:350px;
	border:1px solid #ccc;
}

.filepool_description_text {
	position:absolute;
	left:5px;
	top:390px;
	width:280px;
	height:105px;
	border:1px solid #ccc;
	padding:10px;
}

#containerLeft {
	position:absolute;
	left:5px;
	top:55px;
	width:300px;
	height:460px;
	border:1px solid #ccc;
}

#window_modal {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:560px;
	background-color:#111;
	z-index:50;
}

#file_modal {
	position:absolute;
	right:5px;
	top:33px;
	width:580px;
	height:460px;
	border:1px solid #ccc;
	background-color:#111;
	z-index:10;
}

#file_main {
	position:absolute;
	right:5px;
	top:33px;
	width:580px;
	height:460px;
	border:1px solid #ccc;
}

#containerRight {
	position:absolute;
	right:5px;
	top:55px;
	width:580px;
	height:460px;
	border:1px solid #ccc;
}

#upload_modal {
	position:absolute;
	left:0px;
	top:0px;
	width:400px;
	height:330px;
	background-color:#111;
	z-index:100;
}

#tree_window {
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:350px;
	overflow:auto;
	font-size:11px;
	color:#000;
}

#tree_window div { background-color:#fff; }

#tree_window input {
	font-size:11px;
	color:#000;
	border:1px solid #000;
	width:120px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.tree_menu { padding:3px; }

.tree_menu ul,
.tree_menu_static ul {
	display:inline;
	margin:0px;
	padding:0px;
}

.tree_menu li,
.tree_menu_static li { display:inline; }

.folder_cont {
	border:1px solid #fff;
	cursor:pointer;
}

.folder_name table { border:0px; }

.folder_text a {
	display:block;
	padding:0px 0px 1px 0px;
	color:#000;
	text-decoration:none;
}

.folder_subtree { margin: 0px 0px 0px 15px; }

#systemWorking {
	position:absolute;
	right:7px;
	top:5px;
}

#file_window {
	position:absolute;
	left:0px;
	top:0px;
	height:460px;
	width:580px;
	background-color:#fff;
	font-size:11px;
	color:#000;
	overflow:auto;
}

#searchresult {
	position:absolute;
	left:0px;
	top:90px;
	height:460px;
	width:580px;
	overflow:auto;
	font-size:11px;
	color:#000;
}

#file_info {
	position:absolute;
	left:0px;
	top:430px;
	width:460px;
	display:none;
}

#file_toolbar {
	position:absolute;
	left:860px;
	top:635px;
	width:40px;
}

#file_search_icon {
	position:absolute;
	top:497px;
	left:314px;
}

#file_toolbar img {
	padding-top:3px;
	padding-right:3px;
}

#filelist td { border-bottom: 1px solid #ccc; }

.windowloader { display:none; }

.windowloader_content {
	text-align:center;
	margin-top:20px;
}

.imageinfo {
	position:absolute;
	left:1px;
	top:1px;
}

.thumbinfo {
	position:absolute;
	left:20px;
	top:1px;
}

.imagerow {
	float:left;
	position:relative;
	padding:10px 0px 10px 0px;
	margin:5px 0px 0px 5px;
}

.imagerowNormal {
	border:1px solid #ccc;
	cursor:pointer;
	background-color:#f7f7f7;
}

.imagerowThumb {
	border:1px solid #ccc;
	cursor:pointer;
	background-color:#dce8f2;
}

.imagerowDisable {
	border:1px solid #ccc;
	background-color:#e5e5e5;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.imagerow .thumbnail {
	width:190px;
	height:100px;
	padding:0px 40px 3px 40px;
	text-align:center;
}

.imagerow .thumbnail .mimetype {
	width:50px;
	height:50px;
}

.imagerow .thumbnail .mimetype img { padding-top:16px; }

.imagerow .filename {
	font-size:9px;
	text-align:center;
}

.imagerowTableNormal {
	border:1px solid #ccc;
	cursor:pointer;
	background-color:#f7f7f7;
}

.imagerowTableThumb {
	border:1px solid #ccc;
	cursor:pointer;
	background-color:#dce8f2;
}

.imagerowTableDisable {
	border:1px solid #ccc;
	background-color:#e5e5e5;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.folder_arrow { width:16px; }

.folder_image { display:block; }

.folder_td {
	width:16px;
	height:16px;
	background-color: #fff;
	background-repeat:no-repeat;
	background-position: 1px 1px;
}

#context_menu {
	position:absolute;
	z-index:1000000;
	background-color: #fff;
	left:-500px;
	top:-500px;
	width:250px;
	border: 1px solid #ccc;
}

#context_menu a {
	display: block;
	height:16px;
	background-repeat: no-repeat;
	padding-left:20px;
	color:#000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-position: 2px;
}

#context_menu a.context_title {
	padding-left:2px;
	margin-bottom:3px;
	color:#000;
	background-color:#ccc;
}
#context_menu .seperator {
	height:1px;
	border-top: 1px solid #ccc;
	margin-top:3px;
	margin-bottom:3px;
}
#context_menu .subtitle {
	font-style: italic;
	color: #666;
	padding-left: 30px;
}

#context_menu a:hover { color: #C16100; }
#context_menu a.context_title:hover { color: #000; }

.oe_tooltip {
	font-family: Verdana, arial, sans-serif;
	font-size:10px;
	color:#fff;
	margin:0px;
	padding:0px;
	line-height:13px;
	background-color:#333;
	width:200px;
}

.oe_tooltipfg {
	background-color:#333;
	margin:0px;
	padding:0px;
}

.oe_tooltipbg {
	background-color:#333;
	margin:0px;
	padding:0px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

.oe_tooltipcaption {
	font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:12px;
	background-color:#333;
	width:200px;
}
