﻿* {margin: 0; padding: 0;}
html { height: 100%;}
body {height: 100%;  background-color: #0096d7;}
.mainbody {width: 100%; text-align:center;}
.centerBody {margin: 0 auto; width: 958px; text-align:left;}
.whiteBackground {background-color: #FFF;}
.greyBackground {background-color: #d6d6d6;}
.blueBackground {background-color: #0096d7;}
.fullHeight {height: 100%;}
.contentBody {width: 958px;}
.solidBar {width: 100%; height: 9px; }

.opalQMHeader {width: 958px; height: 100px; background-color: #FFF; float:left; padding: 5px 0 5px 0;}
.opalQMHeaderLeft {float: left; width: 600px;}
.opalQMMenu {margin-top: 50px;}
.opalQMMenu ul {float: left; list-style: none; }
.opalQMMenu li {display: inline; }
.opalQMMenu li a { position: relative;width: 110px; font-family:"Trebuchet MS", Helvetica, sans-serif; font-size: 12px;
				   font-weight: 600 !important; padding: 5px 0 5px 0; float: left; text-align: center; text-decoration:none;
				   color: #666; border: 2px white solid; }
.opalQMMenu li a:hover { border: 2px #d6d6d6 solid; }
li.current a { border: 2px #d6d6d6 solid; }
/*.opalQMMenu li a:hover {border-bottom:2px solid #0096d7;} */
.opalQMHeaderRight {float: right;}

.opalSplashHome  { width: 958px; margin-bottom: 10px; background-color: #d6d6d6; float: left;}
.opalSplash { width: 958px; margin-bottom: 10px; background-color: #d6d6d6; float: left;}
.opalSplashLeft  { float:left; position: relative; background-color: #d6d6d6;}
.opalSplashRight { margin-left: 651px;}

.opalContent {width: 958px; height: auto; background-color: #d6d6d6; margin-top: 10px; padding-bottom: 20px; float:left;}
.opalContentHeader {height: 20px; background-image: url('/SiteCollectionImages/WhiteBlockTop.png'); }
.opalContentMiddle {background-image: url('/SiteCollectionImages/WhiteBlockMiddle.png'); background-repeat:repeat-y; }
.opalContentMiddleLeft {width: 200px; padding-left: 25px; float:left; position:relative; }
.opalContentMiddleRight {width: 680px; margin-left: 230px; border-left: dashed 1px #aaa; padding-left: 20px; }
.opalContentFooter {height: 69px; background-image: url('/SiteCollectionImages/WhiteBlockBottom.png'); }
.opalContent h2 {font-size: 16px;}
.opalContentParagraph {;}

.opalFooter {width: 958px; float: left;}
.opalFooter p {margin: 10px; color: #CCC; float: right; font-size: 10px;}
.opalFooter a {text-decoration: none; color: #CCC;}
.opalFooter a:hover {text-decoration: underline;}

.clearAll {clear: both; margin: 0; padding: 0;}
.imageLeft {margin: 0; padding: 0; float: left;}
.imageRight {margin: 0; padding: 0; float: right;}

.opalSharePointLogin { height: 20px; float: left;}
.opalSharePointLoginSignIn { float: left; }
.opalSharePointLoginSignIn a {font-size:10px; text-decoration:none; color: #11BBE7; }
.opalSharePointLoginSiteActions {float: right;}

/* For Laurie to use to make sure Lists align properly in the content web parts */
.contentListBullets { padding-left: 18px; list-style: disc; }

/* Overriding microsoft class */
.ms-WPBody { line-height:1.6em;}

