/* Temp Styles Start */
body {margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 13px}
/* Temp Styles End */

#fm_container {width: 826px; padding: 12px; background: #a7a7a7 url(images/bg_fm_container.png) repeat-x top; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px}
		
	#fm_window {}	
		#fm_window_box {background: #fff;}
			#fm_window .fm_heading li {float: left}
			.fm_heading li img {border: none}
			#fm_window .fm_heading li a, #fm_window .fm_heading li.unselected {float: left; background: #fff url(images/icons/bg_top_btns.png) repeat-x bottom; padding: 5px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #fff; margin-right: 5px; box-shadow: 1px 1px 5px #999; -moz-box-shadow: 1px 1px 5px #999;}
				#fm_window .fm_heading li a:hover {background: #fff url(images/icons/bg_top_btns.png) repeat-x top;}
			#fm_window .fm_heading li.unselected {opacity:0.3;filter:alpha(opacity=30); padding: 5px 5px 3px 5px}
			
		ul#fm_location {list-style:none; margin: 0; padding: 0; overflow: auto; background: #FAECAB url(images/bg_location.png) repeat-x top; border-bottom: 4px solid #F7C372}
			ul#fm_location li a {float: left; padding: 8px 15px; text-decoration: none; font-weight: 700; color: #71590C; text-shadow: 1px 1px 1px #fff}
				ul#fm_location li.current a {background: #F7C372 url(images/bg_location_current.png) repeat-x top;}
				
			#fm_window table {width: 100%; border-collapse: collapse; color: #555}
			
			#fm_window table th {background: #ddd url(images/bg_fm_th.png) repeat-x top; border-right: 1px solid #c4c4c4; color: #666; text-shadow: 1px 1px 1px #eee; font-size: 11px; padding: 10px; text-align: left}
				#fm_window table th.none {border-right: none}
				
			#fm_window table td {padding: 6px 10px; font-size: 10px; font-weight: 700}
			#fm_window table td.section {font-size: 13px; text-shadow: 1px 1px 1px #fff; text-align: left; padding-left: 3px}
				#fm_window table td.section img {position: relative; top: 3px; padding: 0 3px 0 0}
				#fm_window table td.foldertype {padding-right: 0}
				
			#fm_window table tr.alt td {background: #e7e7e7 url(images/bg_td_alt.png) repeat-x top}
			#fm_window table tr.selected td {background: #B7D9EB url(images/bg_td_selected.png) repeat-x top; color: #1A80BE}
				#fm_window table tr.selected td.section {text-shadow: 1px 1px 1px #E9F3F9}
				
			#fm_window table tr.writable td {background: #B7D9EB url(images/bg_td_777.png) repeat-x top; color: #620000}
				#fm_window table tr.writable td.section {text-shadow: 1px 1px 1px #F3D1D1}
			
		
	.fm_heading {padding: 10px 15px; background: #aeaeae url(images/bg_headings.png) repeat-x top; overflow: auto}
		.fm_heading ul {list-style: none; margin: 0; padding: 0}
		
	
	.fm_popup {border: 1px solid #fff; -moz-box-shadow: 1px 1px 10px #ccc; box-shadow: 1px 1px 10px #ccc; width: 290px; list-style: none; padding: 0; margin: 0}
		.fm_popup li a {padding: 10px; display: block; text-decoration: none; font-size: 13px; font-weight: 700; text-shadow: 1px 1px 1px #efefef; background: url(images/bg_popup_links.png) repeat-x top; color: #444}
			.fm_popup li a:hover {background: url(images/bg_popup_links.png) 0 -25px}
		
		.fm_popup li.alt a {background: url(images/bg_popup_links.png) 0 -50px; text-shadow: #ddd}
			.fm_popup li.alt a:hover {background: url(images/bg_popup_links.png) 0 -70px; text-shadow: #ddd}


.fm-2k11#directory-wrapper div.fmui-ribbon-button {
  margin: 3px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #999;
  display: inline-block;
  background: #fff url(images/icons/bg_top_btns.png) repeat-x bottom;
  width: 22px;
  height: 22px;
  font-weight: normal;
  font-size: 80%;
  white-space: nowrap;
  text-align: center;
}
.fm-2k11#directory-wrapper div.fmui-ribbon-button:hover {
  cursor: pointer;
}

.fm-2k11#directory-wrapper div.fmui-ribbon-button.not-available {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fm-2k11#directory-wrapper div.fmui-ribbon-button.not-available:hover {
  cursor: default;
}

.fm-2k11#directory-wrapper div.fmui-ribbon-button.with-label {
  height: auto;
  width: auto;
}
.fm-2k11#directory-wrapper div.fmui-ribbon-button.with-label > div {
  width: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fm-2k11#directory-wrapper #ribbon-style-select {
  float: right;
  font-size: smaller;
}

div#fm-popup {
  border: 1px solid #fff;
  box-shadow: 1px 1px 10px #ccc;
}

div#fm-popup > div.context-menu-item {
  padding: 10px;
  width: 100%;
  display: block;
  cursor: default;
  font-size: 13px;
  font-weight: 700;

  text-shadow: 1px 1px 1px #efefef;
  color: #444;
  background: #ddd;
}
div#fm-popup > div.context-menu-item:hover {
  text-shadow: 1px 1px 1px #efefef;
  color: #444;
  background: url("images/bg_popup_links.png") repeat-x scroll 0 -70px transparent;
}
div#fm-popup > div.context-menu-item.not-applicable {
  text-shadow: 1px 1px 1px #efefef;
  color: #888;
  background: #ddd;
}
.search-result-title {
  width: 600px;
}
.search-result-header {
  padding: 10px;
  width: 700px;
  height: 30px;
  display: block;
  cursor: default;
  font-size: 13px;
  font-weight: 700;

  text-shadow: 1px 1px 1px #efefef;
  color: #444;
  background: #ddd;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #888;
}
.search-result-sep {
  clear: both;
}
.search-result-title-list {
  width: 700px;
  float: left;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #888;
}
.search-result-item-list {
  width: 700px;
  float: left;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.search-result-item {
  display: inline;
}
.search-result-text {
  float: left;
  width: 300px;
  padding: 5px 5px;
  border-right: 1px solid #888;
}
.search-result-entry {
  padding: 10px;
  width: 700px;
  height: 100%;
  display: block;
  cursor: default;
  font-size: 13px;
  font-weight: 700;

  text-shadow: 1px 1px 1px #efefef;
  color: #444;
  background: #ddd;
}
.search-result-name {
  padding: 10px;
  width: 300px;
  display: block;
  float: left;
  cursor: default;
  font-size: 13px;
  font-weight: 700;

  text-shadow: 1px 1px 1px #efefef;
  color: #444;
  background: #ddd;
  border-right: 1px solid #888;
}
.search-result-path {
  padding: 10px;
  width: 300px;
  display: block;
  float: left;
  cursor: default;
  font-size: 13px;
  font-weight: 700;

  text-shadow: 1px 1px 1px #efefef;
  color: #444;
  background: #ddd;
}

.fm-2k11#directory-wrapper div.location-button {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 15px;
  text-decoration: none;
  background: #e6e6e6 url(images/bg_location.png) repeat-x top;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
  margin: 6px 10px 6px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  height: 16px;
  float: left;
}

.fm-2k11#directory-wrapper div.location-button:hover {
  background: #d7d7d7 url(images/bg_location.png) 0 -20px;
  color: #444;
}

.fm-2k11#directory-wrapper div.location-button:last-child {
  background: #CCE4F1 url(images/bg_location_current.png) repeat-x top;
  color: #0D5473
}
.fm-2k11#directory-wrapper div.location-button:last-child:hover {
  background: #AED4E8 url(images/bg_location_current.png) 0 -20px;
}

.fm-2k11#directory-wrapper div.fmui-ribbon-button:hover {
  background: #fff url(images/icons/bg_top_btns.png) repeat-x top;
}
.fm-2k11#directory-wrapper div.location-button.iconish {
  cursor: default;

  padding: 3px;
  border: none;
  box-shadow: none;
  display: inline-block;
  color: black;
  background: transparent !important;
}

.fm-2k11#directory-wrapper {
  width: auto; padding: 12px; background: #a7a7a7 url(images/bg_fm_container.png) repeat-x top; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px
}
.fm-2k11#directory-wrapper .fm-head {background: #aeaeae url(images/bg_headings.png) repeat-x top}
.fm-2k11#directory-wrapper .fm-head > th,
.fm-2k11#directory-wrapper .fm-head > td {
  background: transparent;
  color: inherit;
  padding: 5px;
}
.fm-2k11#directory-wrapper .fm-head.locations {
  background: white;
  color: inherit
}
.fm-2k11#directory-wrapper .fm-head.locations > th {
  padding: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.fm-2k11#directory-wrapper tr#field-list th {background: #ddd url(images/bg_fm_th.png) repeat-x top; border-right: 1px solid #c4c4c4; color: #666; text-shadow: 1px 1px 1px #eee; font-size: 11px; padding: 10px; text-align: left}
.fm-2k11#directory-wrapper tr#field-list th:last-child {border: none}

.fm-2k11#directory-wrapper #directory-body {
  font-weight: bold;
  font-size: 10px;
  color: #555;
  background: white;
}
.fm-2k11#directory-wrapper #directory-body .name {
  font-size: 13px;
}

.fm-2k11#directory-wrapper .unselected td {
  color: inherit;
  background: transparent;
}
.fm-2k11#directory-wrapper .bad-permissions td {
  background: #B7D9EB url(images/bg_td_777.png) repeat-x top;
  color: #620000
}
.fm-2k11#directory-wrapper .selected td {
  color: white;
  background: #1a80be; 
}

.fm-2k11#directory-wrapper #directory-body td {
  border-color: #eee;
}

#fm-popup {color: #444; text-shadow: 1px 1px 1px #fff; background: url("images/bg_popup_generic.png") repeat-x scroll center top #D5D5D5}
#fm-popup p {margin: 15px}
#fm-popup button {padding: 8px 14px; background: url(images/bg_pop_btns.png) repeat-x top;  font-size: 14px; font-weight: 700; color: #222; text-shadow: 1px 1px 1px #ccc; border: none; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -moz-box-shadow: 1px 1px 2px #666; box-shadow: 1px 1px 2px #666; -webkit-box-shadow: 1px 1px 2px #666; margin-right: 5px; cursor: pointer}

#fm-popup table {border: none}
#fm-popup td {background: transparent; border: none}
#fm-popup input#archive{width: 18em}

/* Internet Explorer workarounds */

.fm-2k11#directory-wrapper #directory-body table.htmlarea {width: 825px !important}
.fm-2k11#directory-wrapper #directory-body table.htmlarea div.statusBar {width: 815px !important}
.fm-2k11#directory-wrapper #directory-body textarea#editor-block {width: 815px !important}

/* End of workarounds */
