/* General */

html {
	background: #166c9e;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #166c9e url("/img/body_bg.png") repeat-x 0 0;
	font-size: 13px;
	line-height: 1.375;
}
body.page {
	min-width: 1150px;
}
body.s1 {
	font-size: 13px;
}
body.s2 {
	font-size: 14px;
}
body.s3 {
	font-size: 15px;
}
p {
	margin-bottom: 0.7692em; /* 10px at font-size: 13px */
}
a {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
button,
input[type="submit"],
input[type="image"],
label {
	cursor: pointer;
}
input[type="submit"] {
	padding: 2px 10px;
}
iframe {
	background: #fff;
	border: 0 none;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Cambria, Georgia, "Times New Roman", times, serif;
	overflow: visible;
	font-weight: normal;
}
h1 {
	color: #ddd;
	font-size: 2.5em;
	margin-bottom: 0.5em;
}
h2 {
    font-size: 1.5em;
	padding-bottom: 0.5em;
}
h3 {
    font-size: 1.35em;
	padding-bottom: 0.5em;
}
h4 {
	font-size: 1.25em;
	padding-bottom: 0.5em;
}
h5, h6 {
	font-size: 1.2em;
	padding-bottom: 0.5em;
}





/* Common Classes */

.none {
	display: none;
}
.warning {
	font-size: 120%;
	border: 1px solid #1f3c67;
	background: rgba(0,0,0,0.3);
	margin: 10px 0;
	padding: 6px 20px;
}
.warning p {
	padding: 6px 0;
	margin: 0;
}
.input {
	padding-bottom: 3px;
}





/* Layout */

#main {
	padding: 0 10px;
}
.wrapleft {
	float: left;
	width: 100%;
	margin: 0 -200px 0 0;
}
#left_bar, #right_bar {
	width: 190px;
	position: relative;
}
#left_bar {
	z-index: 10;
	float: left;
	margin: -23px 10px 0 0;
}
#left_bar > div {
	clear: both;
}
#right_bar {
	float: right;
	margin: -23px 0 0 10px;
}
#content {
	padding: 0 10px 10px;
	margin: 0 200px 0 0;
	float: right;
	display: block;
	//position: relative;
	width: 710px;
}
.training .wrapleft {
	margin-right: 0;
}
.home #content {
	width: 920px;
	padding-left: 0;
}
.training #content {
	width: 920px;
	margin-right: 0;
	padding-right: 0;
}





/* Header */

#header {
	background: url("/img/headerBKG.png") no-repeat scroll 5.6% 0;
	overflow: hidden;
}
#logo {
    padding: 0;
	margin: 5px;
	z-index: 10;
	width: auto;
	float: left;
}
#logo a {
	text-decoration: none;
	z-index: 10;
}
#logo #project,
#logo #crownweb,
#logo #acronym {
	color: #fff;
	font-family: Cambria, serif;
	font-size: 1em;
	line-height: 0.75em;
}
#logo #crownweb {
	font-size: 3em;
	text-shadow: 2px 2px 1px #2a93d0;
}
#logo #project,
#logo #acronym {
	font-style: italic;
}
#logo #project {
	font-variant: small-caps;
}
#access {
	color: #93bdd6;
	margin-top: 20px;
	z-index: 10;
}
#access a {
	color: #fff;
}
#search {
	z-index: 10;
}
#header .help {
	left: 0;
	margin: 0;
	float: right;
	width: 25%;
}
#tabs {
    position: relative;
    float: left;
	font-size: 12px;
	line-height: 18px;
    width: 100%;
}
#tablist {
    list-style: none outside none;
    margin: 0;
	width: 100%;
	height: 29px;
	display: block;
	position: relative;
	float: left;
}
#tablist li {
	float: left;
	height: 36px;
	background: url("/img/tab-left-grey.png") no-repeat 35px 0;
}
#tablist a {
    background: url("/img/tab-right-grey.png") no-repeat 100% 0 transparent;
    float: left;
    margin: 0;
	margin: 0 0 -12px 35px;
    padding: 0 40px 0 5px;
    text-decoration: none;
}
#tablist span {
    background: url("/img/tab-middle-grey.png") repeat-x scroll right top transparent;
    color: #000;
    display: block;
    float: left;
    font-weight: bold;
    padding: 10px 5px 5px;
}
#tablist span:hover {
    color: #333;
}
#tablist .current {
    background-image: url("/img/tab-left-blue.png");
	position: relative;
	z-index: 10;
}
#tablist .current a {
    background-image: url("/img/tab-right-blue.png");
}
#tablist .current span {
	background-image: url("/img/tab-middle-blue.png");
	color: #fff;
}
#tablist .current img {
	position: relative;
	z-index: 11;
}
#tab_bar {
	background-image: url("/img/tab_bar.png");
	background-repeat: repeat-x;
	-webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
	border-radius : 10px 10px 0 0;
	border-top: 1px #000 solid;
	height: 60px;
	behavior: url("/css/PIE.htc");
}
#breadcrumb {
    color: #fff;
	font-size: 85%;
	margin-top: 10px;
}
#breadcrumb a {
	margin: 10px 5px 0 10px;
	color: #fff;
	font-weight: 600;
	float: none;
	text-decoration: none;
}
#breadcrumb img {
	vertical-align: top;
}
.mtsched {
	float: right;
	max-width: 50%;
	font-size: 85%;
	margin: 10px 1% 0 0;
}
.ui-text-shadow, .ui-text-shadow-original {
	position: relative;
}
.ui-text-shadow-original {
	z-index: 1;
	text-shadow: none;
}
.ui-text-shadow-copy {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	text-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}





/* Banner */

#home_banner_wrap {
	position: relative;
	padding: 0 10px;
}
.arrow {
	color: #fff;
	cursor: pointer;
	font-size: 8em;
	position: absolute;
	display: block;
	line-height: 125%;
}
#left-arrow {
	left: 10px;
	top: 60px;
}
#right-arrow {
	right: 10px;
	left: auto;
	top: 60px;
}
#home_banner a span {
	text-shadow: 2px 1px 1px #000;
}
.banner_dialog {
	display: none;
}





/* Search */

#SearchForm input[type="text"] {
	border: 1px solid #999;
	border-right: 0;
	margin: 2px 0;
	padding: 3px;
	float: left;
	border-radius: 3px 0 0 3px;
	display: inline-block;
	height: 18px;
}
#SearchForm input[type="image"] {
	float: left;
	margin-top: 2px;
}





/* Footer */

#footer {
	color: #fff;
	text-align: center;
	padding: 20px 0 40px
}
#footer span {
	display: inline-block;
	margin: 0 12px;
	line-height: 100px;
}
#footer img {
	vertical-align: top;
}
#footer .fmqai img {
	padding: 0 15px;
}
#footer .cms {
	position: relative;
	top: -24px;
	display: inline-block;
}
#footer .cms img {
	width: 150px;
	height: auto;
}
#footer br {
	width: 0;
	height: 0;
	line-height: 0;
}





/* Main Center Area */

#content h1 {
	border-bottom: 1px solid #bac5ce;
	font-size: 2.5em;
	line-height: 1.25;
	padding: 0 0 0.15em;
	color: #ddd;
	margin-bottom: 0.5em;
}
#content h1 img {
	vertical-align: middle;
}
#content h3 {
	padding: 0.25em 0;
	font-size: 1.35em;
}
#content a {
	color: #fff;
}
#content ul {
	margin-bottom: 10px;
}
#content ul ul {
	margin-bottom: 0;
}
#content ol {
	list-style: decimal;
	margin-left: 20px;
}
.tablenorm {
	border-collapse: collapse;
	width: 100%;
	background: #1e3b67;
}
.tablenorm th,
.tablenorm td {
	padding: 3px 5px;
	border: 1px solid #fff;
	text-align: left;
}
.tablenorm th {
	font-weight: bold;
}
#googlevoice {
	background-image: url('/img/google-call.png');
	background-repeat: no-repeat;
	min-width: 245px;
	min-height: 90px;
	background-position: -7px 1px;
}





/* Help Files */

.wdw_full {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.6);
}
.wdw_inner {
	width: 86%;
	position: absolute;
	top: 50%;
	margin-top: -312px;
	left: 7%;
	background: #fff;
}
.wdw_border {
	border: 12px solid #fff;
}
.iframe_close {
	display: block;
	position: absolute;
	top: -20px;
	right: -20px;
	text-indent: -9999px;
	width: 36px;
	height: 36px;
	background: url("/img/icons/fancybox_sprite.png") 0 0 no-repeat;
}
#iframe_help {
	width: 100%;
	height: 600px;
	display: block;
}
.wdw_in {
	width: 100%;
	margin-bottom: 1.5em;
}





/* Certificate */

#certificate {
	width: 670px;
	margin: 0;
	display: block;
	height: 488px;
	padding-top: 20px;
	background: url("/img/certificate.jpg") 0 0 no-repeat;
}
#certificate .header {
	width: 600px;
	height: 105px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#certificate .header img {
	position: absolute;
	top: -20px;
	left: -35px;
}
#certificate_head {
	font-size: 18pt;
	font-weight: bold;
	padding: 0 25px 37px;
	text-align: center;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	color: #000;
}
#certificate p {
	font-size: 20pt;
	line-height: 1em;
	padding: 12px 25px;
	color: #000;
	text-align: center;
	margin: 0;
	font-family: serif;
}
#user_name, #date {
	font-size: 26pt;
	font-weight: bold;
	line-height: 1.25em;
	text-decoration: underline;
}
.print {
	margin-top: 0.7692em; /* 10px at font-size: 13px */
	text-align: center;
	width: 670px;
}





/* Contact Form */

#form-stop {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.6);
}
#form-stop div  {
	width: 50%;
	height: 160px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: 25%;
	background: #fff;
	box-shadow: 0 0 10px #000;
}
#form-stop p {
	padding: 20px;
	color: #000;
	font-size: 120%;
}
#form-stop button {
	position: absolute;
	bottom: 20px;
	font-size: 120%;
	padding: 0 10px;
}
#form-stop #form-ok {
	left: 40px;
}
#form-stop #form-cancel {
	right: 40px;
}
a#submit {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	font-size: 110%;
	text-decoration: none;
	padding: 3px 10px;
	border:1px solid #2d6324;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
a#submit:hover  {
	background: #5BA150;
}





/* Sidebar */

.side h4 {
	font-size: 150%;
	line-height: 1.2;
	padding-bottom: 4px;
	border-bottom: 1px solid #bac5ce;
	margin-bottom: 11px;
	margin-top: 23px;
}
.side #SearchForm input[type="text"]{
	width: 127px;
}
#user-info li {
	margin-bottom: 10px;
}
#user-info a {
	color: #fff;
	display: block;
}
.side #search {
	display: block;
	margin: 20px 0;
	width: 100%;
	float: none;
	overflow: hidden;
}
.side #tagCloudWrapper {
	display: block;
	margin: 0;
	width: 100%;
	float: none;
}
.admin_actions {
	margin-bottom: 0;
}
.admin_actions ul li {
	clear: both;
	list-style: none;
	padding: 6px 0;
}
.admin_actions ul ul {
	margin: 6px 0 -6px;
}
.admin_actions li li {
	margin-left: 2em;
}
#left_bar .help_button {
	width: auto;
	float: none;
}
#software li {
	padding: 0 0 4px 20px;
	display: block;
	background-position: 0 2px;
	background-repeat: no-repeat;
}
#software .pdf {
	background-image: url("/img/icons/pdf.gif");
}
#software .flash {
	background-image: url("/img/icons/flash.gif");
}
#software .word {
	background-image: url("/img/icons/doc.gif");
}
#software .wmv {
	background-image: url("/img/icons/wmv.gif");
}
#latest_news ul {
	list-style: none outside none;
}
#side-training, #side-training p {
	overflow: hidden;
}
#side-training .icon {
	display: block;
	float: left;
	width: 49% !important;
	text-align: center;
	margin: 0;
	position: static;
}
#tagcloud {
	line-height: 18px;
}





/* Media Queries */

@media (max-width: 1150px) {
body.page {
	min-width: 1000px;
}
.container_16 {
	width: 1000px;
	min-width: 1000px;
	max-width: 1000px;
}
#main {
	padding: 0;
}
.wrapleft {
	float: none;
	margin: 0;
}
#left_bar {
	margin: -23px 10px 0 0;
}
#right_bar {
	float: left;
	clear: left;
	margin: 0 10px 0 0;
}
#content {
	float: right;
	margin: 0;
	padding: 0 0 10px 10px;
	width: 790px;
}
.home #content {
	width: 790px;
	padding-left: 0;
	padding-right: 10px;
	float: left;
	margin: 0;
}
.home #right_bar {
	float: right;
	margin-top: -23px;
	margin-left: 10px;
	margin-right: 0;
	clear: none;
}
.training .wrapleft {
	margin-right: 0;
}
.training #content {
	width: 790px;
	margin-right: 0;
	padding-right: 0;
}
#header {
	background-position: 0 0;
}
#logo {
    left: 15px;
}
#home_banner_wrap {
	padding: 0;
}
.arrow {
	top: 100px !important;
	z-index: 1000;
	text-shadow: 2px 2px 0 #000;
}
#tablist li {
	background-position: 17px 0;
}
#tablist a {
	margin-left: 17px;
}
#tab_bar {
	width: 100%;
	margin: 0;
}
}





/* Media Queries */

@media (max-width: 1000px) {
body.page {
	min-width: 840px;
}
.container_16 {
	width: 840px;
	min-width: 840px;
	max-width: 840px;
}
#content {
	width: 630px;
}
.home #content {
	width: 630px;
}
.training #content {
	width: 630px;
}
#header .help {
	width: auto;
	right: 15px;
	left: auto;
}
#home_banner,
#home_banner a {
	width: 840px;
}
#home_banner {
	background: none !important;
}
#home_banner a {
	background-position: 50% 0;
	border-radius: 20px 20px 20px 20px;
	display: none;
}
#tablist {
	padding: 0 0 0 20px;
}
#tablist li {
	background-position: 0 0;
	margin-left: -10px;
}
#tablist a {
	margin-left: 0;
}
#footer span {
	max-width: 40%;
	line-height: 20px;
	padding: 30px 0;
}
#surveyMonkeyInfo {
	width: 630px !important;
}
#surveyMonkeyInfo iframe {
	width: 100% !important;
}
}





/* IE Fixes */

.ie-low .wdw_full {
	background: url("/img/black60.png") repeat 0 0;
}
.ie-low #form-stop {
	background: url("/img/black60.png") repeat 0 0;
}





.access_button {
	background-color: #111;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #000;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin-top: 3px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.access_button:hover {
	border: #ccc 1px solid;
	background-color: #555;
}
hr.seperator{
	height: 5px;
	margin: 0 5px 10px 2px;
}
#player, #courseFrame, iframe {
	position: relative;
	z-index: 0;
}
.account_action {
	font-size: 85%;
	margin:0;
	text-decoration: none;
	color: white;
}
dl.cpm dt {
	font-size: 1.25em;
	color: #585858;
	font-weight: bold;
	width: 100%;
}
dl.cpm dt span {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #afafaf;
	font-weight: normal;
}
dl.cpm dd {
	margin: 2px 0px 10px 30px;
	padding: 2px 0px 2px 10px;
	border-left: 3px solid #115387;
	text-align: justify;
}
dl.cpm dd:hover {
	border-color: #4ca313;
}

dl.cpm hr {
	margin: 30px 20px 25px 20px;
}

dl.cpm dd ol {
	border-left: 0px solid #115387 !important;
	list-style-type: lower-latin;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	border: none;
}
dl.cpm dd ol li span {
	font-size: .85em;
}
div#tagcloud{
  max-width:99%;
  word-wrap: break-word;
}
div#tagcloud span{
	line-height: 1em;
}


/* NEWSLETTERS */
h3 a {
	font-size: .70em;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	text-shadow: none;
}

div.year {
	margin: 5px 0px;
}

ul.year {
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
	list-style-type: none;
	display: block;
	height: 58px;
	border: none;
	background-color: transparent;
	position: relative;
}

ul.year li {
	margin: 0px;
	padding: 0px;
	width: 7%;
	height: 50px;
	display: block;
	float: left;
	margin: 4px;
}

ul.year a {
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	display: block;
	text-decoration: none;
	border: 3px solid #844922;
}

ul.year a.disabled {
	background-color: #ffffff;
	border: 3px solid #bdbdbd;
	opacity: .5;
	filter: alpha(opacity = 50);
	cursor: default !important;
}

ul.year a:hover {
	border: 3px solid #67b936;
	cursor: pointer;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-moz-box-shadow: 0px 0px 25px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 25px rgba(255,255,255,1);
}

ul.year a.disabled:hover {
	border: 3px solid #bdbdbd;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

ul.year a span.year {
	width: 44px;
	height: 15px;
	border-bottom: 1px solid #8d2932;
	background-color: #b72632;
	display: block;
	font-size: 11px;
	line-height: 16px;
	text-shadow: 0px 1px 0px rgba(0,0,0,.25);
	text-align: center;
	color: #ffffff;
}

ul.year a.disabled span.year {
	background-color: #a6a3a3;
	border-bottom: 1px solid #928a8a;
	text-shadow: 0px 1px 0px rgba(255,255,255,.15);
	z-index: 0;
}

ul.year a span.month {
	width: 44px;
	height: 28px;
	background-color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 29px;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0,0,0,.25);
	text-align: center;
	color: #131313;
	text-transform: uppercase;
}

ul.year a.disabled span.month {
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	color: #adadad;
}

#left_bar a {
	color: #fff;
}
.el-select {
	color: #000;
}
.mini-icon {
	width:16px;
	height:16px;
	margin-right: 3px;
}
.normal-icon {
	width:32px;
	height:32px;
	margin-right: 6px;
}
tbody tr.live-event {
	background-color: #36c;
	color: #FFF;
}

tbody tr.webex-event {
	background-color: #0a0;
	color: #FFF;
}

tbody tr.live-event:hover {
	background-color: #285589;
	box-shadow: 0px 0px 25px rgba(77,87,71,.25);
	-moz-box-shadow: 0px 0px 25px rgba(77,87,71,.25);
	-webkit-box-shadow: 0px 0px 25px rgba(77,87,71,.25);
}

tbody tr.webex-event:hover {
	background-color: #3B8230;
	box-shadow: 0px 0px 25px rgba(77,87,71,.25);
	-moz-box-shadow: 0px 0px 25px rgba(77,87,71,.25);
	-webkit-box-shadow: 0px 0px 25px rgba(77,87,71,.25);
}

#UserLoginForm input[type="text"],
#UserLoginForm input[type="submit"],
#UserLoginForm input[type="password"],
#ProfileEditForm input[type="text"],
#ProfileEditForm input[type="submit"],
#ProfileEditForm input[type="password"],
#UserPasswordForm input[type="text"],
#UserPasswordForm input[type="submit"],
#UserPasswordForm input[type="password"],
#UserRegisterForm input[type="text"],
#UserRegisterForm input[type="submit"],
#UserRegisterForm input[type="password"],
#UserForgotUsernameForm input[type="text"],
#UserForgotUsernameForm input[type="submit"],
#UserForgotUsernameForm input[type="password"] {
	width: 95%;
}
#UserLoginForm .submit,
#ProfileEditForm .submit,
#UserPasswordForm .submit,
#UserRegisterForm .submit,
#UserForgotUsernameForm .submit{
	width: 33%;
	margin-left: 33%;
}
#UserLoginForm .input,
#UserPasswordForm .input,
#ProfileEditForm .input,
#UserRegisterForm .input {
	padding: 5px;
	margin: 5px;
}
#UserRegisterForm #flash-register {
	text-align: center;
	left: 15px;
}
#UserRegisterForm p {
	display: inline;
	margin-left: 5px;
}
#UserLoginForm .input {
	margin-bottom: 10px;
}
a.download {
	text-transform: uppercase;
	font-size: 11px;
	overflow: visible;
	color: #fff;
	text-decoration: underline;
	padding-left: 17px;
	line-height: 15px;
}
a.download:hover {
	color: #131313;
	text-decoration: none;
}
a.doc {
	background: url(../img/icons/doc.gif) no-repeat top left;
}
a.docx {
	background: url(../img/icons/doc.gif) no-repeat top left;
}
a.flash {
	background: url(../img/icons/flash.gif) no-repeat top left;
}
a.html {
	background: url(../img/icons/html.gif) no-repeat top left;
}
a.pdf {
	background: url(../img/icons/pdf.gif) no-repeat top left;
}
a.wmv {
	background: url(../img/icons/wmv.gif) no-repeat top left;
}
a.zip {
	background: url(../img/icons/zip.gif) no-repeat top left;
}
#sys_reqs li {
	margin-left: 25px;
}
#legend li {
	margin-top: 10px;
}
#legend li span{
	float: left;
	position: relative;
	top: -15px;
	left: 35px;
}
.events th {
	min-width: 95px;
}





/* Edits After September 2012 */

body.home #tabs,
body.home #main {
	top: -31px;
	position: relative;
}
#content .help_button,
#left_bar .help_button {
	background: #1f3c67 url("/img/q.png") no-repeat 6px 3px;
	line-height: 22px;
	padding: 0 3px 0 25px;
	margin: 5px 0 0;
	max-width: 200px;
}
#content .help_button:hover,
#left_bar .help_button:hover {
	background-color: blue;
}
hr.extraspace {
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
	clear: both;
}
#tagCloudWrapper li {
	display: inline-block;
	margin: 0 4px 4px 0;
}
#sys_reqs li {
	list-style-type: disc;
}
#sys_reqs li li {
	list-style-type: circle;
}
#latest_news .mini-date {
	margin: 5px 5px 0 0;
}
#latest_news .mini-date .month,
#latest_news .mini-date .day {
	position: relative;
	display: block;
	text-align: center;
	left: 0;
	top: 2px;
}
#latest_news li div {
	margin-left: 30px;
}
#userInfo span {
	display: none;
}
#content .downloadGroup ul {
	margin: 0;
}
#surveyMonkeyInfo {
	font-size: inherit !important;
}
#surveyMonkeyInfo iframe {
	display: block;
}
#surveyMonkeyInfo p {
	font-size: inherit;
	color: #fff;
	margin-top: 0.7692em;
}
#content .news {
	margin: 0;
}
.news .event {
	margin-left: 70px;
	float: none;
	width: auto;
}
.news .event ul li {
	color: #fff;
}
#news h2 {
	padding-bottom: 0.25em;
	margin: 1em 0 0.5em;
	border-bottom: 1px solid #bac5ce;
}
ol.show li {
	list-style-type: decimal;
}
.fc-widget-content.fc-today {
	background: #26a5ef;
}
.fc-event-title {
	display: block;
}
.ui-tooltip .ui-tooltip-content {
	background: blue !important;
}