/** ADMIN TABLE **/

#adminMainTable {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	clear:both;
  border:1px solid #777777;
}
#adminMainCell {
  padding:9px;
}
#adminMenuRightCell {
  text-align: right;
}
#adminMenuLeftCell {
  padding-left:0px;
}

td {
	text-align:left;
}

/** EDIT SCREEN TABS **/

#adminTabs {
	width: 100%;
	margin-right: 10%;
	margin-left: 10%;
}

#adminTabs div {
	float:left;
	background-color: white;
	border-left:1px solid gray;
	border-top:1px solid gray;
	border-right:1px solid gray;
	border-bottom: none;
	padding: 4px 8px 4px 8px;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
}

#saveButtons {
	max-width:100% !important;
	width:100% !important;
	margin: 1em !important;
}

#adminTabs div.currenttab {
	font-weight:bold;
}

/** BEGIN JQUERY PROMPT **/
div.jqifade{
      background-color: #ffffff;
}
div.jqi{
      background-color: #d0d0d0;
      padding: 5px;
      width: 300px;
		text-align: left;
}
div.jqi .jqicontainer{
      background-color: #f3f3f3;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #acacac;
      padding: 10px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}
/** END JQUERY PROMPT **/


/** BEGIN JQUERY TABLEHOVER **/
#layoutsTable td {
	padding:5px;
}
tr.hover, td.hover {
	background-color:#F5F5F5;
}
/** END JQUERY TABLEHOVER **/

/** JQUERY AUTOCOMPLETE **/

.ac_input {
	width: 200px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	/*background : url('/jquery/img/indicator.gif') right center no-repeat;*/
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/** MISC SETTINGS CLASSES **/ 
a.adminButton {
	display:block;
	font-weight:     bold;
	text-decoration: none;
	padding:5px;
	background-color:#F5F5F5;
}

/** EDIT FORM STYLES **/
.mimeListHide {
	display:none;
}
.mimeListShow { 
	display:inline;
}
.hidden {
	display:none; 
}
.panel {
	min-height: 400px;
	min-width: 600px; /* Also set for tabs in page load code */ 
}
.propertyHelp {
	margin-left:28px; 
	font-size:80%;
  margin-bottom:20px;
  padding-left:7px;
}
.propertyBlock {
	margin-bottom:2px;
}
#fileForm {
	
}
#fileForm p {
	margin:0px 0px 4px 0px;
	padding:0px;
	line-height:normal;			
}
#fileForm p {
	font-size:80%;		
}
#attachmentList th, #attachmentList td {
	font-size: 80%;
    border-color: silver;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}
#attachmentList table {
    border-color: silver;
    border-width: 0 0 1px 1px;
    border-style: solid;
}	
#uploading {
	font-size: 120%;
}
.txtDescription {
	font-size: 80%;
	border: none;
	width: 100%;
	height: 100%;
}
input.editorButton {
	font-size:75%;
	width:150px;
	border: 1px gray solid;
	background-color: #eeeeee;
	margin: 6px 12px 8px 0px;
}		
#taglist p {
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
#taglist a {
	font-size: 80%;
	text-decoration: none;
}
#ajaxMessage {
  text-align: center;
  display: none;
  width: 100%;
  position: fixed;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  background-color: #FFFCDF;
  font-weight: bold;
  font-size: 12px;
  overflow: visible;
  z-index:100;
}
div.xButton {
	float:right;
	padding:3px 6px 3px 6px;
	border:thin solid black;
	align-text:center;
	font-weight:bold !important;
	font-size: 12px !important;
	font-family: sans-serif !important;
	cursor:pointer;
	background-color:white;
	color:black;
}
#commentFormPageContent, #commentFormComments {
	width:100%;
	height:200px;
	overflow:auto;
	border:1px solid #CCCCCC;
	padding:8px;	
}

div.ac_results {
  text-align: left !important;
}
div.ac_results ul li {
  font-size: 10px !important;
}

/**** RESIZEABLE TEXT AREA ****/

.rtContainer
{
 position: relative;
 /*font-size: 1px;*/ 
}

.rtTextArea
{
  position: absolute;
  left: 1px;
  top: 1px;
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  
  /* This sets the color of the textarea */
  background-color: White;
}

.rtTopEdge, .rtLeftEdge
{
  position: absolute;
  left: 0px; 
  
  /* This sets the color of the left and top edge
   * for the other edges, you will have to modify
   * the images */
  background-color: #A5ACB2;
}

.rtTopEdge
{
  height: 1px;  
}

.rtLeftEdge
{
  width: 1px;
}

.rtRightEdge
{
  position: absolute;
  width: 4px;
  top: 3px;
  cursor: e-resize;
  background-image: url('/rt/vert_repeater.gif');
  background-repeat: repeat-y;
}

.rtBottomEdge
{
  position: absolute;
  height: 4px;
  left: 3px;
  cursor: s-resize;
  background-image: url('/rt/horz_repeater.gif');
  background-repeat: repeat-x;
}

.rtCorner, .rtLeftCorner, .rtTopCorner, .rtBottomHandle, .rtRightHandle, .rtTopRightImage, .rtBottomLeftImage
{
  position: absolute;
  background-image: url('/rt/non_repeaters.gif');
  background-repeat: no-repeat;
}

.rtCorner
{
  height: 7px;
  width: 7px;
  cursor: se-resize;
  background-position: -23px -7px;
}

.rtLeftCorner
{
  height: 7px;
  width: 7px;
  top: 0px;
  left: -7px;
  background-position: -16px -7px;
}

.rtTopCorner
{
  height: 7px;
  width: 7px;
  top: -7px;
  left: 0px;
  background-position: -23px 0px;
}

.rtRightHandle
{
  width: 8px;
  height: 22px;
  left: 0px;
  background-position: 0px 0px;
}

.rtBottomHandle
{
  width: 22px;
  height: 8px;
  top: 0px;
  background-position: -8px -14px;
}

.rtTopRightImage
{
   width: 4px;
   height: 3px;
   top: -3px;
   left: 0px;
   background-position: -10px -6px;
}

.rtBottomLeftImage
{
   width: 3px;
   height: 4px;
   top: 0px;
   left: -3px;
   background-position: -10px -1px;
}

/* END Resizable Textarea */

.trialWarning {
  font-size:12px;
  line-height:14px;
  font-weight:normal;
  font-family:verdana;
  color:maroon;
  width:360px;
  text-align:center;
  padding:4px;
  background-color:#FFFFCF;
  border:1px solid maroon;
  margin-bottom:10px;
}
.trialWarning .twhighlight {
  font-size:13px !important;
  font-style:italic;
  font-weight:bold;
}
.trialWarning a {
  text-decoration:underline !important;
  color: maroon !important;
}
div.editmeblogrss {
  float:right;
  width:45%;
  padding:0px 10px 0px 30px;
  border-left: solid 1px #ccc;
}
div.editmeblogrss p {
  font-size:0.8em;
}
#settingsHome fieldset {
  border: solid 1px #ccc;
  border-right:none;
  padding:14px;
  margin-bottom:20px;
}
#settingsHome legend {
  margin: 0px;
  font-weight:bold;
}
#settingsHome input {
  font-size:18px;
}
div.wikiSearch {
  padding-top:20px;
}
input.wikiSearch {
  font-size:18px;
}
input.wikiSearchBtn {
  font-size:18px;
}
tr.alternateRow {
  background-color:#EFEFEF;
}
tr.selectedRow, tr.selectedRow a{
  background-color:#FEFFBF;
}
#usersTable th { color:#444444; }
#usersTable th a { color:#444444; text-decoration:underline;}
#usersTable td { padding:8px 4px; }
.button {
	padding:5px;
	border: solid 1px #bbb;
	background-color:#eee;
	color:black;
	cursor:pointer;
}
.button:hover {
	border: solid 1px #000;
	background-color:#DFEEFF;
}

.usersPopupForm {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;
	min-height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	color:white;
	padding:10px;
}
.usersPopupForm a {
	color:skyblue;
}
.usersPopupForm .button {
	background-color:#eee;
	border:solid 2px #666;
}
.usersPopupForm select {
	font-size:10px;
	width:500px;
}
.usersPopupForm select option {
	font-size:10px;
	padding-bottom:2px;
}
.usersPopupForm .close {
	float:right;
	font-size:10px;
} 
.usersPopupForm .leftCol {
	width:100px;
	display:inline-block;
	margin-bottom:10px;
	vertical-align:top;
	text-align:right;
	padding-right:10px;
}
.usersPopupForm .rightCol {
	display:inline-block;
	width:500px;
	margin-bottom:10px;
}
.usersPopupForm .fullCol {
	margin-bottom:10px;
	display:inline-block;
	width:650px;
}
.usersPopupForm textarea.textbox {
	height:70px;
	font-size:12px;
	font-family:sans-serif;	
}
.usersPopupForm .textbox {
	width:530px;
}
.usersPopupForm .short {
	width:300px;
}
.usersPopupForm .readonly {
	font-weight:bold;
	font-color:#eee;
}
.usersPopupForm .formhelp {
	padding:5px;
}
.usersPopupForm h1 {
	margin:-10px -10px 20px -10px;
	color:#fff;
	background-color:#6F6F6F;
	padding:8px;
}
.usersPopupForm .confirmButton {
	float:none;
	font-size:18px;
}
.paraWidth {
	max-width:600px;
}