/* Reset table styles to match network table styles. */
body.theme-982 table,
body.theme-982 caption,
body.theme-982 tbody,
body.theme-982 tfoot,
body.theme-982 thead,
body.theme-982 tr,
body.theme-982 th,
body.theme-982 td {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body.theme-classic table,
body.theme-classic th,
body.theme-classic td {
    border-collapse:collapse;
    border-spacing:0;
}
body, td, pre {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
body, td, pre {margin:0px 1px;} /* Match HTML Editor padding (BAZ-24021) [Jon Aquino 2010-09-23] */
p {margin-left:0; margin-right:0} /* Eliminate margin differences between browsers (BAZ-24021) [Jon Aquino 2010-09-23] */
blockquote {font-style:italic;} /* italicize block quotes to make them more obvious */
body {background:#FFF;}
body.mceForceColors {background:#FFF; color:#000;}
h1 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: none;}
a.mceItemAnchor {display:inline-block; width:11px !important; height:11px  !important; background:url(../../../../lib/js/tiny_mce/themes/advanced/skins/default/img/items.gif) no-repeat 0 0;}
span.mceItemNbsp {background: #DDD}
td.mceSelected, th.mceSelected {background-color:#3399ff !important}
img {border:0;}
table {cursor:default}
table td, table th {cursor:text}
ins {border-bottom:1px solid green; text-decoration: none; color:green}
del {color:red; text-decoration:line-through}
cite {border-bottom:1px dashed blue}
acronym {border-bottom:1px dotted #CCC; cursor:help}
abbr {border-bottom:1px dashed #CCC; cursor:help}

/* IE */
* html body {
scrollbar-3dlight-color:#F0F0EE;
scrollbar-arrow-color:#676662;
scrollbar-base-color:#F0F0EE;
scrollbar-darkshadow-color:#DDD;
scrollbar-face-color:#E0E0DD;
scrollbar-highlight-color:#F0F0EE;
scrollbar-shadow-color:#F0F0EE;
scrollbar-track-color:#F5F5F5;
}

img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
font[face=mceinline] {font-family:inherit !important}

/* Styles assigned by the rich text editor. Keep this in sync with the same styles in common.css. [Jon Aquino 2010-09-15] */
img.align-left {
    margin: 5px 25px 10px 0 !important;
    float: left !important;
    display: inline !important;
}
img.align-right {
    margin: 5px 0 10px 25px !important;
    float: right !important;
    display: inline !important;
}
img.align-center {
    margin: 5px auto 10px auto !important;
    clear: both !important;
    display: block !important;
}
img.align-full {
    margin: 5px 0 10px 0 !important;
    clear: both !important;
    display: block !important;
}
.font-size-1 {
	font-size: 8pt !important;
	line-height: normal !important;
}
.font-size-2 {
	font-size: 10pt !important;
	line-height: normal !important;
}
.font-size-3 {
	font-size: 12pt !important;
	line-height: normal !important;
}
.font-size-4 {
	font-size: 14pt !important;
	line-height: normal !important;
}
.font-size-5 {
	font-size: 16pt !important;
	line-height: normal !important;
}
.font-size-6 {
	font-size: 20pt !important;
	line-height: normal !important;
}
.font-size-7 {
	font-size: 24pt !important;
	line-height: normal !important;
}

.mobile-view {
    font-size: 12pt;
}
