fieldset.oMasterForm { padding: 0; margin: 0; border: 0; }
legend.oMasterForm { display: none; }

.oSystemWarning { margin: 5px; padding: 5px; border: 1px solid #000000; background: #f7f7f7; color: #ff0000; font-size: 11px;  }

/* Headline Box CSS */
.oBoxContainer { }
.oBoxFull { margin: auto; margin-bottom: 10px; float: none; }
.oBoxCentre { margin: auto; margin-bottom: 10px; float: none; }
.oBoxLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
.oBoxRight { float: right; margin-left: 10px; margin-bottom: 10px; }

.oBoxOuter { }
.oBoxInner { }

.oBoxHeaderOuter { }
.oBoxHeaderInner { }
.oBoxTitle { }

.oBoxBodyOuter { }
.oBoxBodyInner { }

ul.oBoxList { }
li.oBoxItem { }
span.oBoxItem { }

/* Asset Attachment */
.oAssetAttachmentOuter { clear: both; }
.oAssetAttachmentInner { width: 100%; overflow: hidden; }
.oAssetAttachmentThumbnail { float: left; width: 60px; }
.oAssetAttachmentDetailOuter { margin-left: 60px; }
.oAssetAttachmentDetailInner { float: left; }
span.oAssetAttachmentTitle { display: block; }
a.oAssetAttachmentTitle:link, a.oAssetAttachmentTitle:visited { }
a.oAssetAttachmentTitle:hover, a.oAssetAttachmentTitle:active { }
span.oAssetAttachmentSummary { display: block; }

/* Form Stuff, will build up as we migrate RenderEngine.css with new HTML */

.oDataFormQuestionNewLine { width: 100%; float: none; }
.oDataFormLabelNewLine { }
.oDataFormAnswerTextNewLine { float: none; width: 100%; padding-bottom: 5px; }

/*New Tables */
table.DataGrid { width: 100%; border: 0; border-collapse: separate; font-size: 1em; empty-cells: show; margin-top: 1em; }
table.DataGrid tr { text-align: left; }

tr.table-row-background-alpha { background: #ffffff; }
tr.table-row-background-beta { background: #F7F7F7; }

th.DataHeader { border: 1px solid #736273; padding: 2px 8px 3px 8px; color: #ffffff;  background: #666666; font-size: 1em; font-weight: bold; text-align: left; }
th.DataHeader a:link, th.DataHeader a:visited { color: #ffffff; text-decoration: none; }
th.DataHeader a:hover, th.DataHeader a:active { color: #ffffff; text-decoration: underline; background: transparent; }

table.DataGrid td, td.DataHeader { padding: 2px 8px 2px 8px; color: #4B414B; border: 1px solid #CECFCE; }
td.DataHeader a:link, td.DataHeader a:visited { color: #0066cc; text-decoration: underline; } 
td.DataHeader a:hover, td.DataHeader a:active { color: #4A5C68; text-decoration: underline; background: transparent; } 

/* Page List Element Holding CSS */
.oHeadlineBoxStyle {}
.oPageListerContainerOuter { }
.oPageListerContainerInner { width: 100%; overflow: hidden; }

.oBoxHeaderOuter {}
.oBoxHeaderInner {}
.oBoxBodyOuter {}
.oBoxBodyInner {}
h2.oBoxTitle { }
.oPageListerTitle {}
.oBoxList {}
.oBoxItem { display: block; }
.oBoxItemOuter { display: block; }
.oBoxItemInner { display: block; }
.oBoxItemTitle { display: block; }
.oBoxLink { }
.oBoxItemAuthor { display: block; }
.oBoxItemDate { display: block; }
.oBoxItemSummary { display: block; }
.oBoxFooter { display: block; }

/* Page Tools Container */
.oPageToolsContainerOuter {}
.oPageToolsContainerInner { width: 100%; overflow: hidden; }
.PageToolsExecSummary { display: block; }
.PageToolsExecSummary a {}
.PageToolsAddAComment { display: block; }
.PageToolsPrintThisPage { display: block; }      

/* Style Login Box */
.login-panel-inner { width: 100%; }
.oLoginFormElement { width: 100%; overflow: hidden; }
.oLoginFormQuestion { display: block; }
.oLoginFormLabel { display: block; }
.oLoginFormAnswer { display: block; }

/* Login Element Panel */
.oLoginPanel { border: solid 1px #E5E5E5; background: #F2F2F2; padding: 3px; margin-bottom: 10px }
.oLoginTitle { text-align: left; background: #E5E5E5; padding: 3px 6px 3px 6px; color: #666666; font-weight: bold; }
.oLoginContent { background: #ffffff; padding: 10px; }
.oLoginError { color: #ff0000; margin: 1em; } 
.oLoginButtonContainer { margin-left: 35%; } 
.oLoginPanelSubtext { padding-top: 4px; }

.DataFormInputText { border: 1px solid red; } /* delete asap */

/* Page Diffs */
.oTextDiffAdded			{	background-color: #0f0; color: #000; }
.oTextDiffChanged		{	background-color: #ffb;	}
.oTextDiffDeleted		{	background-color: #c00; color: #000; text-decoration: line-through;	}
.oElementDiffChanged	{	border: 1px solid #aa0; background-image:url(/EasySiteWeb/EasySite/SupportFiles/Images/DiffBackgrounds/DiffChanged.gif);	}
.oElementDiffAdded		{	border: 1px solid #0a0;	background-image:url(/EasySiteWeb/EasySite/SupportFiles/Images/DiffBackgrounds/DiffAdded.gif);	}
.oElementDiffDeleted	{	border: 1px solid #a00;	background-image:url(/EasySiteWeb/EasySite/SupportFiles/Images/DiffBackgrounds/DiffDeleted.gif);	}
/* Panel Classes */
.panel_window { border: solid 1px #E5E5E5; background: #F2F2F2; padding: 3px; margin-bottom: 10px }
.panel_title { text-align: left; background: #E5E5E5; padding: 3px 6px 3px 6px; color: #666666; font-weight: bold; }
.panel_content { background: #ffffff; padding: 10px; }
.panel_error { color: #ff0000; margin: 1em; } 

/* General Forms */
.oDataFormContainer { clear: both; }

/* Generic Module Element */
.oModuleElementOuter { clear: both; }
.oModuleElementInner { width: 100%; margin-bottom: 1em; }
.oModuleElementTitle { }
.oModuleElementDescription { margin: 0.5em 0 0.5em 0; }
.oModuleElementResults { margin: 0.5em 0 0.5em 0;}
