00004000

iframe{
    position: relative;
}

.mceIframeContainer iframe{
    position: static;
}

iframe.ieselectfix {
	position:absolute;
	display: block;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:900px;
	height:600px;
}
html, body, div, span,
    applet, object, iframe,
    h1, h2, h3, h4, h5, h6, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dd, dl, dt, li, ol, ul,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-family: Lucida Grande, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    color: #355491;
}

a:hover {
    color: #4262a1;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 4px;
}

h1 {
    font-size: 18pt;
    text-shadow: #ccc 2px 2px 2px;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 13pt;
}

h5 {
    font-size: 11pt;
}

h6 {
    font-size: 10pt;
}

/* body elements, including content and sidebar areas */
#jive-body,
#jive-body-full {
    display: block;
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
}

#jive-widget-content {
    padding: 0 20px;
}

/* column widths for customized layouts */
.jive-body-layout-s, .jive-body-layout-s1, .jive-body-layout-s2 {
    width: 225px;
}

.jive-body-layout-l {
    width: 100%;
}

/* large left column */
#jive-body-layout-ls .jive-body-layout-l {
    float: left;
    margin: 0 -245px 0 0;
    padding: 0;
}

#jive-body-layout-ls .jive-body-layout-l .jive-widget-container-large {
    margin-right: 245px;
}

#jive-body-layout-ls .jive-body-layout-s {
    float: right;
    padding-lef
00004000
t: 20px;
}

/* large right column */
#jive-body-layout-sl .jive-body-layout-l {
    float: right;
    margin: 0 0 0 -245px;
    padding: 0;
}

#jive-body-layout-sl .jive-body-layout-l .jive-widget-container-large {
/* float: right; */
    margin-left: 245px;
}

#jive-body-layout-sl .jive-body-layout-s {
    float: left;
    padding-right: 20px;
    position: relative;
}

#jive-body-intro {
    border-bottom: 1px solid #dadada;
    display: block;
    font-size: 10pt;
    line-height: 13pt;
    margin: 20px;
    padding: 10px;
}

.jive-body-formpage  #jive-body-intro,
    .jive-body-content #jive-body-intro,
    .jive-body-blogadmin #jive-body-intro {
    background: none;
    border-bottom: none;
    padding: 5px 0 0;
}

.jive-body-content #jive-body-intro {
    margin: 10px 20px;
}

#jive-body-intro h1,
    #jive-body-intro h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 0;
    padding-top: 2px;
}

#jive-body-intro h1 {
    font-size: 20pt;
    line-height: 19pt;
}

.jive-body-home #jive-body-intro h1 {
    font-size: 18pt;
    padding-left: 8px;
}

#jive-body-intro h1 a {
    color: #333;
    text-decoration: none;
}

#jive-body-intro h2 {
    font-size: 16pt;
    line-height: 18pt;
}

#jive-body-intro p {
    margin: 0;
    padding: 0;
    font-size: 9pt;
    line-height: 11pt;
    clear: both;
}

.jive-body-home #jive-body-intro p {
    line-height: 13pt;
    font-size: 9pt;
}



.jive-body-tabbar {
    display: block;
    clear: both;
    height: 25px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#jive-footer {
    display: block;
    width: 100%;
    min-width: 100%;
    clear: both;
    border-top: 1px solid #dcdcdc;
    font-size: 8pt;
    color: #666;
    position: relative;
}

.jive-footer-nav {
    float: left;
    text-align: center;
    width: 100%;
    padding: 6px 0 10px;
    margin-right: -101px;
    overflow: hidden;
}

.jive-footer-nav a {
    padding: 0 5px;
}

.jive-footer-copyright {
    width: 100px;
    float: right;
    padding: 6px 0 10px;
    overflow: hidden;
}

#jive-userbar {
    background: #f9f9f9;
	clear: both;
	height: 44px;
	position: relative;
    width: 100%;
	}
* html #jive-userbar {z-index: 10;} /*ie6*/
*+html #jive-userbar {z-index: 10;} /*ie7*/
.jive-userbar-login-welcome {
	display: block;
	padding-top: 14px;
	}
#jive-userbar-login {
	padding: 0 0 0 26px;
	white-space: nowrap;
	float: left;
	}

.jive-userbar-login-new,
.jive-userbar-login-loginlink {
	font-size: 8pt;
	margin: 2px 10px 0 0;
	float: left;
	}

#jive-userbar-right {
	position: absolute;
	right: 361px;
	float: right;
	font-size: 8pt;
	margin: 0;
	padding: 11px 22px 0 0;
	top: 0px;
	}

#jive-userbar-search input,
#jive-userbar-search button {
	font-size: 8pt;
	font-family : verdana;
	border : 1px solid #9f9f9f;
	}
00000000
