/*-------------------------------------------------------
 GENERICS
---------------------------------------------------------*/
body, table, td, th, input, select, textarea { font-size: 1em; font-family: Arial, sans-serif; }
body { font-size: 100%; line-height: normal; text-decoration: none; color: #444; }
strong { font-weight: bold; }
em { font-style: italic; }
body, form { margin: 0; padding: 0; }
p { margin: 0 0 1em 0; }
ul p, ol p { margin: 0; }
ul, ol, dl { margin-top: 0; }
/* hide bullets by default */
ul { margin: 0; padding: 0; }
li { list-style-type: none; margin: 0; padding: 0; }
img { border: 0; }
.fl { float: left; }
.fr { float: right; }
.clear, .cls { clear: both; overflow: hidden; width: 100%; }
.invisible, .hide { display: none; }
a:link, a:visited { color: #1478c6; /*text-decoration: none;*/ text-decoration: underline; }
/* ensure to include focus styling for ALL link styles */
a:hover, a:active, a:focus { color: #448ec7; text-decoration: underline; }
/* asset links */
a.download-doc:link { background: url("/EasySiteWeb/EasySite/SupportFiles/images/AssetManager/AssetIcon_smlDoc.gif") no-repeat left top; padding-left: 23px; }
a.download-pdf:link { background: url("/EasySiteWeb/EasySite/SupportFiles/images/AssetManager/AssetIcon_smlPdf.gif") no-repeat left top; padding-left: 23px; }
a.download-sheet:link { background: url("/EasySiteWeb/EasySite/SupportFiles/images/AssetManager/AssetIcon_smlXls.gif") no-repeat left top; padding-left: 23px; }
#style-content .sep { display: none; }

/* allows empty columns to render */
#-ux-content .columns-body, #-ux-content .column-body { min-height: 1px; }

/* alignment */
.oAssetLeft, .justify-left  { float: left; margin: 0 20px 20px 0; }
.oAssetRight, .justify-right { float: right; margin: 0 0 20px 20px; }
.justify-centre { text-align: center; margin: 0; clear: both; float: none; width: auto; }
.justify-centre .asset-width { margin: auto auto 20px; }
.oAssetCentre .clear, .justify-centre .clear { margin: auto; text-align: center; }
/* remove default list styling & ensure float correctly in all browsers */
.oAssetAttachmentOuter .oAssetAttachmentInner ul { padding-left: 0px; margin-left: 0px; }
.oAssetAttachmentOuter .oAssetAttachmentInner ul li { list-style-type: none; }
.oAssetAttachmentOuter .oAssetAttachmentInner ul li.icon { float: left; }
.oAssetAttachmentOuter .oAssetAttachmentInner ul li.details { float: left; clear: none; }

/* pagination */
.results-pagination-outer { clear: both; overflow: hidden; margin-bottom: 2em; }

/* non-mobile content */
.x-mobile { display: block; }

/* hide mobile-only content */
.mobile-only { display: none; }