* {margin: 0; padding: 0; border: 0;}

body {
	text-align: center; 
	color: #000;
	font-family: Calibri, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px; /* use px, because FF font sizing too large otherwise */
	line-height: 120%;
}

pre {
        font-family: Calibri, Helvetica, Arial, Verdana, sans-serif;
        font-size: 13px; /* use px, because FF font sizing too large otherwise */
        line-height: 130%;
	margin-left: 1cm;
}

script { height: 0; }

hr {
	width: 100%;
	margin: 15px 0 5px 0;
	border-top: 1px solid #118fae;
}

input#ck_captcha_code, textarea {
	border: 1px solid #999;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #118fae;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #000;
}

h1, h2, h3, h4, h5, .componentheading {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
h1 { font-size: 220%; line-height: 140%; color: #333; padding-right: 400px; }
h2 { font-size: 200%; line-height: 120%; color: #333; }
h3 { font-size: 170%; line-height: 120%; }
h4 { font-size: 140%; line-height: 120%; }
h5 { font-size: 120%; line-height: 100%; }
h6 { font-size: 110%; line-height: 100%; }


#wrapper { 
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	z-index: 1;
}

#inner-wrapper {
	z-index: 1;
}

#accessibility {
	position: absolute;
	right: 0;
	font-size: 80%;
	line-height: 100%;
	z-index: 999;
}

#accessibility ul.menu li {
	background-color: #fff;
	color: #666;
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #999;
}

#accessibility ul.menu li a,
#accessibility ul.menu li a:link,
#accessibility ul.menu li a:visited { color: #666; text-decoration: none; }

#accessibility ul.menu li a:hover,
#accessibility ul.menu li a:active { color: #000; text-decoration: underline; }

#header, #footer {
	clear: both; 
	width: 100%;
}

#header {
	height: 80px;
	z-index: 0;
}

#header-tl {
	z-index: 1;
	height: 80px;
}

#header-tr {
	z-index: 1;
	height: 80px;
}

.logo {
	position: absolute;
	border: 0;
	top: 10px;
	left: 45px;
	z-index: 6;
}

#flash {
	position: absolute;
	border: 0;
	top: 20px;
	left: 250px;
	font-weight: bold;
}

#subnav {
	position: relative;
	top: 80px;
	left: 0;
	width: 100%;
	line-height: 100%;
	height: 26px;
	background: url(images/menu-background.gif) repeat-y center top #027F9F;
	z-index: 999;
}

#subnav-t {
	position: relative;
	top: 64px;
	height: 60px;
	width: 100%;
	background: url(images/menu-shadow.png) no-repeat center top;
	z-index: 998;
}


#subnav-tl {
}
#subnav-tr {
}

#subnav-b {
}
#subnav-bl {
}
#subnav-br {
	position: absolute;
	right: 0;
	top: 79px;
	color: #fff;
	text-align: right;
	font-size: 80%;
	z-index: 999;
}

.search {
	position: absolute;
	top: 1px;
	right: 20px;
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	z-index: 7;
}

#specialcontent {
	height: 10px;
}
#specialcontent a, #specialcontent a:link, #specialcontent a:visited, #specialcontent a:active {
	text-decoration: none;
	color: #118fae;
}

#specialcontent a:hover, #specialcontent a:focus {
	text-decoration: none;
	color: #666;
}

#specialcontent h1, .headline {
	font-size: 260%;
	color: #118fae;
	line-height: 100%;
	font-weight: lighter;
	text-transform: none;
	padding: 0;
	letter-spacing: -1px;
}

#breadcrumbs .leadinggraphic img {
	float: left;
	border: 0;
	vertical-align: top;
}
#breadcrumbs, .small {
	font-size:80%;
}
.tiny { font-size: 70%; }

#social {
	display: block;
	text-align: center;
	background-color: #fff;
}
#social img {
	padding: 10px 30px;
}

#footer {
	background: url(images/content-top-border.png) repeat-x 0 0 #ddd;
}

#footer-bl {
}

#footer-br {
}

address {
	position: relative;
	top: 10px;
	border: 0;
	padding-left: 45px;
	color: #333;
	text-align: left;
	font-style: normal;
	font-size: 80%;
	line-height: 130%;
}

#copyright {
	position: relative;
	border: 0;
	right: 45px;
	top: -13px;
	color: #333;
	text-align: right;
	font-size: 80%;
	line-height: 130%;
}

#copyright a,
#copyright a:link,
#copyright a:visited,
#copyright a:hover,
#copyright a:active { color: #333;color: #333; text-decoration: none; }

#contentfloatholder {/* right faux column tab */
	position: relative;
	float: left;
	width: 100%;
	background-color: #f9f9f9;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
	content: "."; 
	display: block; 
	height: 0px;
	clear: both; 
	visibility: hidden;
}

#cornerimage { float: left; }

#content {
	margin: 0 480px 0 45px;
	/*overflow: hidden;*/
}
/*#content h1 {
	padding: 0 0 0 0;
	font-size: 160%;
	color: #333;
	font-weight: lighter;
}*/
#content .moduletable { border: none; padding-bottom: 0; }

.fl { vertical-align: middle; float:left; clear:left; display:block; }

p.emphasise {
	font-size: 140%;
	font-weight: normal;
	color: #333;
	line-height: 110%;
	margin-top: 30px;
	padding-top: 1px;
}

#ataglance {
	margin: 10px 0 0 0;
	padding: 1px;
}

#content #trailingcontent {
	padding-bottom: 10px;
}
#content #fisheyemenu .moduletable h3,
#content #trailingcontent .moduletable h3,
#content .article-content .moduletable h3 {
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: normal;
	color: #333;
	font-size: 120%;
	width: 100%;
	margin: -10px 0 0 0;
	padding: 0 0 10px 0;
	border-top: 1px solid #333;
}

#content #trailingcontent ul li {
	margin: 0 0 0 2em;
	list-style-image: url(images/trailingcontent-list-bullet.gif);
}
#content #trailingcontent ul li a { color: #000; }

#contentwrap {
	float:left;
	width: 100%; 
	margin: 0 -95% 0 0;
}

#contentfloatinner-1 {
	float:left;
	/*background: url(images/content-top-border.png) repeat-x 0 0;*/
	width: 100%;
}

#contentfloatinner-2 {
	padding: 20px 0 50px 0;
	background: url(images/content-bottom-border.png) repeat-x 0 100%;
	float:left;
	width: 100%; 
}

#col1 {
	float:right;
	width: 200px;
	margin-left: -5%;
	padding-top: 15px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#col2 {
	float:right;
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-right: 45px;
}

#double {
        clear: right;
        float: right;
        width: 400px;
        padding-right: 10px;
        margin: 0 45px 10px 0;
}
#double h3 { border-top: 1px solid #000; }


/************* IE Mac CSS Only  works for Win too **************/
* html div#contentwrap {margin: 0 -100% 0 0;}
* html div#col1 {margin: 0;}
*+html div#contentwrap {margin: 0 -100% 0 0;}
*+html div#col1 {margin: 0;}

.article-tools {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 24px;
	/*border-bottom: 1px solid #999;*/
	font-size: 80%;
	font-style: italic;
}

.article-meta {
	height: 1px;
}

.modifydate { display:block; font-size: 80%; font-style: italic; }
.createdate, .article-section { padding: 0; float: left; }
.createby { padding: 0 1em; display: none; }
.article-section { font-style: normal; font-weight: bold; float: right; }

.buttonheading {
	/*border-top: 1px solid #999;*/
	padding-right: 10px;
	text-align: right;
}

button, .button, #submit_bt, #reset_bt {
	margin: 3px 0;
	padding: 0 5px;
	background: url(images/grad1.gif) repeat-x top #118fae;
	border: 1px solid #003;
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
}

.button:hover, .button:focus, button:hover, button:focus {
	background: url(images/grad2.gif) repeat-x top #118fae;
	border: 1px solid #003;
	color: #fff;
}

* html .button, * html button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button, *+html button {
	padding: 2px 0 !important; /*IE 7*/
}

#col1 .moduletable,
#col1 .moduletable_menu,
#col2 .moduletable,
#col2 .moduletable_menu {
	text-align: left;
	font-size: 90%;
	line-height: 150%;
	margin: 0 0 20px 10px;
	padding: 0 10px 1em 10px;
	border: 0;
	background: url(images/moduletableend.gif) no-repeat 100% 100% #ddd;
}
#col1 .moduletable .moduletable,
#col1 .moduletable .moduletable_menu,
#col2 .moduletable .moduletable,
#col2 .moduletable .moduletable_menu {
	font-size: 100%;
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}

#col1 .moduletable h3,
#col1 .moduletable_menu h3,
#col2 .moduletable h3,
#col2 .moduletable_menu h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 120%;
	text-align: center;
	background: url(images/moduletableheader.gif) repeat-x 0 0;
	color: #fff;
	width: 100%;
	margin: 0 0 10px -10px;
	padding: 0 10px 0 10px;
	height: 3em;
}

#col1 .moduletable ul li {  margin: 0.2em 0 0.2em 10px; list-style: disc; }
#col2 .moduletable ul li { margin: 0.2em 0 0.2em 10px; list-style: disc; }
#col2 .moduletable ul li ul { margin-left: 5px; }
#col2 .moduletable ul li ul li {  margin: 0.2em 0 0.2em 10px; list-style-image: url(images/dash.gif); }

#col1 .moduletable ul ol li, #col2 .moduletable ul ol li {
	margin-left: 20px;
	list-style-type: decimal;
}
#col1 .menu li { margin: 1em 0 }

.moduletable_menu {
	padding: 0 1em;
	border: 1px solid #118fae;
	font-size: 80%;
}

ul.menu, li.menu {
	background-image: none;
	list-style: none;
}

h1.contentheading, .componentheading {
	width: 100%;
	font-size: 220%;
	line-height: 110%;
	margin: 0;
	color: #118fae;
}

.inputbox, #token, #password1, #password2 {
	border: 1px solid #333;
}

.search .inputbox {
	width: 120px;
	padding: 3px 5px;
	color: #333;
	background: #fff;
	font-size: 90%;
	border-top: 1px solid #339;
	border-left: 1px solid #339;
	border-right: 1px solid #bbf;
	border-bottom: 1px solid #bbf;
}

.article-content {
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	line-height: 140%;
	font-size: 100%;
}
.article-content ul, .article-content ol { margin: 0 0 0 2em; }
.article-content ul li, .article-content ol li { margin: 0.2em 0; }
.article-content ul li { list-style: disc; }
.article-content ol li { list-style-type: decimal; }
p { margin: 0.5em 0; }

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 0.5em 0.5em;
	border-bottom: 1px dotted #118fae;
	font-size: 130%;
}

th.sectiontableheader { font-size: 90%; }

td.sectiontableheader {
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #118fae;
	border-right: 1px solid #118fae;
}

td a,
td a:link,
td a:visited {
	text-decoration: none;
	color: #118fae;
}

td a:hover,
td a:active,
td a:focus {
	text-decoration: underline;
	color: #000;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	margin: 1em 0;
	width: 100%;
	border: 1px solid #118fae;
	text-align: left;
	font-size: 95%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background-color: #cce6e8;
}

table.pollstableborder thead {
	background-color: #cce6e8;
	border-bottom: 1px solid #118fae;
	text-align: center;
	font-size: 150%;
}

.smalldark {
	font-size: 90%;
	color: #333;
}

table.contentpane {
	border: none;
	width: 100%;
}

form ul {
	padding: 1em 0;
}

form ul, form li {
	background-image: none;
	list-style: none;
}

.concealed { display: none; }
.unconcealed { display: block; }

table.blog-catblog {
	width: 100%;
}

table.blog {
	width: 100%;
	table-layout: fixed;
	max-height: 100px;
	overflow: auto;
}
table.blog td { padding: 0 10px; width: 33%; }
table.blog table { table-layout: fixed; }
table.blog table tr { min-height: 8em; }
table.blog .contentpaneopen { display: block; margin-top: 5px; overflow: hidden; }
table.blog .contentpaneopen .article-content { font-size: 100%; line-height: 110%; clear: right; }
table.blog .contentpaneopen .article-content img { display: none; }
table.blog .contentpaneopen .article-content #twoj_container-1 { display: none; }
table.blog .contentpaneopen .article-content .emphasise { font-size: 100%; margin-top: 0; }
table.blog .contentpaneopen .article-content .concealed { display: block; }
table.blog .contentpaneopen .article-content .unconcealed { display: none; }
table.blog .contentpaneopen .article-content .extravote-container { display: none; }
table.blog .contentpaneopen .article-content .extravote-count { display: none; }
table.blog .contentpaneopen h2.contentheading { font-size: 120%; }

/********************************************** C O L O U R  C U E S ********************************************/

table.blog .application-retirement { border-top: 5px solid #00ADEF; }
table.blog .oracle-support { border-top: 5px solid #00ADEF; }
table.blog .database-and-application-services { border-top: 5px solid #00ADEF; }
table.blog .application-and-database-services { border-top: 5px solid #00ADEF; }
table.blog .oracle { border-top: 5px solid #00ADEF; }
table.database-and-application-services { border-top: 8px solid #00ADEF; }
table.application-and-database-services { border-top: 8px solid #00ADEF; }
.article-tools.oracle { border-top: 8px solid #00ADEF; }
.article-tools.database-and-application-services { border-top: 8px solid #00ADEF; }
.article-tools.application-and-database-services { border-top: 8px solid #00ADEF; }

table.blog .helpdesk { border-top: 5px solid red; }
table.blog .support-services { border-top: 5px solid red; }
table.blog .business-continuity { border-top: 5px solid red; }
table.support-services { border-top: 8px solid red; }
.article-tools.support-services { border-top: 8px solid red; }

table.blog .sap { border-top: 5px solid #903D97; }
table.blog .sap-bwa { border-top: 5px solid #903D97; }
table.blog .backup-and-recovery { border-top: 5px solid #903D97; }
table.blog .archiving-and-retention { border-top: 5px solid #903D97; }
table.blog .information-management { border-top: 5px solid #903D97; }
table.blog .information-management-services { border-top: 5px solid #903D97; }
table.information-management-services { border-top: 8px solid #903D97; }
.article-tools.information-management-services { border-top: 8px solid #903D97; }

table.blog .infrastructure-services { border-top: 5px solid #21B24B; }
table.blog .virtualisation { border-top: 5px solid #21B24B; }
table.blog .storage { border-top: 5px solid #21B24B; }
table.infrastructure-services { border-top: 8px solid #21B24B; }
.article-tools.storage { border-top: 8px solid #21B24B; }
.article-tools.infrastructure-services { border-top: 8px solid #21B24B; }

/****************************************************************************************************************/

table.blog .contentpaneopen .article-content h1,
table.blog .contentpaneopen .article-content h2,
table.blog .contentpaneopen .article-content h3 { display: none; }
table.blog ul.pagination {  display: none; }
.commentBlogView { display: none; }

div.blog_more { margin: 2em 0; }
div.blog_more div strong { display: none; }


form#form-login .button {
	margin: 1em 0 0 0;
}

.validate-email,
#form-login-username input.inputbox,
#form-login-password input.inputbox,
input#captchacode {
	border: 1px solid #118fae;
}

ul.newsfeed li {
	list-style: none;
	padding: 5px 0;
}

.highlight {
	background-color: #ff6;
	font-weight: bold;
}

#captchahelplink {
	display: none;
}

.contentpaneopen-catblog {
	border-bottom: 3px dotted #118fae;
	width: 100%;
}

table.contentpaneopen {
	width: 100%;
}

table.contentpaneopen td.contentheading { font-size: 140%; padding: 1em 0; }

table.contentpaneopen ul { margin: 0 0 1em 1em; }
table.contentpaneopen ul li { margin: 0 0 0 1em; }

.clearboth { clear: both; }

.lines { border-collapse: collapse; }

table.lines {
	border: 1px solid black;
	padding: 2px;
	width: 98%;
	margin-left: 0;
}
table.lines td {
	border: 1px solid black;
	padding: 0;
}
table.lines thead { vertical-align: top; }
.invert, .invert a { background-color: #118fae; color: #fff; }
.invert a, .invert a:link, .invert a:visited, .invert a:active { background-color: #118fae; color: #fff; text-decoration: underline; }
.invert a:hover, .invert a:focus { background-color: #fff; color: #118fae; }
.grey { background-color: #ccc; color: #000; }
.pale { background-color: #eee; color: #000; }
td.invert { text-align: center; }

td.tick { background: url(/images/tick.gif) no-repeat 50% 2px; }

ul.pagination {
	list-style: none;
	padding: 20px 0;
}
ul.pagination li {
	float: left;
}

span.ul { text-decoration: underline; }

/************************************************** M Y B L O G *************************************************/

#myBlog-wrap {
}

#myBlog-toolbar {
	padding: 0;
}

#myBlog-wrap #myBlog-head h3 {
	margin-top: -5px;
	color: #118fae;
	font-size: 220%;
	font-weight: lighter;
	display: block;
}

#myBlog-wrap #myBlog-head .desc {
	display: none;
}

#myBlog-wrap #myBlog-toolbar ul, #myBlog-head ul {
	margin: 5px 0 0 0;
	list-style: none;
}
#myBlog-wrap #myBlog-toolbar li {
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	height: 17px;
	line-height: 16px;
}

#myblogEntryList {
}

td.my-titleCell .entry-title h3 { padding-bottom: 10px; }

#myblog .componentheading, #myblog #myblogTabNav {
        display: none;
}

#myblogNewEntryButton { border: 0; }


.entryContent {
	position: relative;
	top: 50px;
	margin: 0 0 0 0;
	padding: 0 0;
}
.entryContent.virtualisation { border-top: 8px solid #21B24B; }
.entryContent.infrastructure { border-top: 8px solid #21B24B; }
.entryContent.architecture { border-top: 8px solid #21B24B; }

.entryContent.information-management { border-top: 8px solid #903D97; }
.entryContent.data-security { border-top: 8px solid #903D97; }
.entryContent.data-management { border-top: 8px solid #903D97; }
.entryContent.sap-netweaver-bwa { border-top: 8px solid #903D97; }

.entryContent.database-and-application { border-top: 8px solid #00ADEF; }
.entryContent.application-and-database { border-top: 8px solid #00ADEF; }

.entryContent.support { border-top: 8px solid red; }
.entryContent.training { border-top: 8px solid red; }
.entryContent.project-management { border-top: 8px solid red; }

.entryContent.it-industry { border-top: 8px solid #F1AE08; }

table.entryTitle { border-bottom: 0; }

#trackback_title,
#written_comments_title,
#write_comment_title { font-size: 130%; }

#myblogSearch label { display: block; margin-top: 5px; }

#myblogSearchSubmit { display: block; margin-top: 5px; }

#myblogSearchSubmit #submit {
	margin: 3px 0;
	padding: 0 5px;
	background: url(images/grad1.gif) repeat-x top #118fae;
	border: 1px solid #003;
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
}

#myblogSearchSubmit #submit:hover, #myblogSearchSubmit #submit:focus {
	background: url(images/grad2.gif) repeat-x top #118fae;
	border: 1px solid #003;
	color: #fff;
}

* html #myblogSearchSubmit #submit {
	padding: 2px 0 !important; /*IE 6*/
}

*+html #myblogSearchSubmit #submit {
	padding: 2px 0 !important; /*IE 7*/
}

#myBlog-wrap .entryContent a {
	color: #118fae;
	text-decoration: none;
}

#myBlog-wrap .entryContent a:hover {
	color: #000;
	text-decoration: underline;
}

#myBlog-wrap .contentheading {
	/*position: relative;*/
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.blog-categories ul, .blog-categories li {
	background-image: none;
	list-style: none;
	padding: 3px;
	text-decoration: none;
}

div.jcfav { display: none; }

.padimg { margin: 5px 10px; }
.widepad { margin: 10px 20px; }
.bulletpad { float: left; margin: 0 40px 0 0; }
.corner { margin: 0 0 10px 10px; }
.thumb { width: 64px; height: 68px; }

.my-pagenav {
	font-size: 120%;
	position: relative;
	top: 40px;
	height: 2em;
}
.my-pagenav ul, .my-pagenav li {
	background-image: none;
	list-style: none;
	float: left;
	padding: 3px;
	color: #666;
	text-decoration: none;
}
.my-pagenav a,
.my-pagenav a:visited {
	text-decoration: none;
	padding: 3px;
	color: #118fae;
}

.my-pagenav li a:hover,
.my-pagenav a:focus {
	text-decoration: underline;
	padding: 3px;
	color: #000;
}

.xmap h2 { font-size: 100%; }

.blog-latest ul, .blog-latest li {
	background-image: none;
	list-style: none;
	padding: 3px 0 3px 0;
	margin-left: 12px;
	color: #666;
	text-decoration: none;
}

.blog-tags a {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: #444;
}

.filterLabel, .filterData { display:none; }

.entry-body ul, .entry-body ul li {
	list-style: disc;
	margin: 0.2em 0 0.2em 10px;
}


/********************************************** S A L E S F O R C E ***********************************************/

.salesforce {
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 90%;
}
.salesforce label { margin: 0; padding: 0; }
.salesforce select, .salesforce input { font-size: 90%; border: 1px solid #118fae; margin: 0.5em 0 0.5em 0; }
.salesforce input { width: 90px; }
.salesforce { display: none; }

.salesforce-after {
	margin: 0 0 0 0;
	height: 4px;
	display: none;
}

.calltoaction {
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.calltoaction img { cursor: pointer; border: 0; width: 90px; }

.error { color: red; font-weight: bold; }


/********************************************** R E M O S I T O R Y ***********************************************/

#remositorypageheading { display: none; }
#remository h2 { font-size: 120%; font-weight: normal; margin-left: -0.3em; }
#remository h3 { font-size: 110%; font-weight: normal; }
#remository h4 { font-size: 100%; font-weight: normal; }
.remositorycontainer h2 { font-size: 140%; }
#remositoryfilelisting {
        display: block;
        background-color: #ddf;
}
.remositoryfileblock {
	display: block;
	background-color: #ddf;
	font-size: 90%;
}
#remositorycredits { display: none; }
#remositorysearch .button { font-size: 90% }
.remositorymessage {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	top: 10px;
	font-size: 120%;
	padding: 5px;
	background-color: #fdd;
	color: #000;
	border: 1px solid #f00;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}


/************************************************ S I T E   M A P *************************************************/

.xmap { padding-bottom: 2em; }

.tooltip {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3000;
   display: none;
}

/************************************************** 2 J T A B S ***************************************************/

.twoj_tab_content .contentheading { position: relative; top: 0; font-size: 110%; }

/********************************************* F A N C Y   S T U F F **********************************************/

.open-quote {
	float: left;
	/* margin: 0 10px 5px 0;
	vertical-align: top;
	background: url(images/oquotes.gif) no-repeat 0 0;
	width: 64px;
	height: 56px; */
}
.close-quote {
	float: right;
	/* margin: 5px 0 0 10px;
	vertical-align: text-bottom;
	background: url(images/cquotes.gif) no-repeat 0 0;
	width: 64px;
	height: 56px; */
}

span.article_separator {
	display: block;
	position: relative;
	width: 100%;
	/*border-top: 3px dotted #118fae;*/
}

p.blogger-left, p.blogger-right { height: 60px; font-size: 8pt; border: 0; }
p.blogger-left { text-align: left; }
p.blogger-right { text-align: right; }
p.blogger-left img { float: left; }
p.blogger-right img { float: right; }

/********************************************** A T T A C H M E N T S *********************************************/


.attachmentsList {
	font-size: 80%;
	width: 100%;
	margin: 0 0 0 -10px;
	padding: 0 10px 0 10px;
}

.attachmentsList table tr {
	border: 0;
}

.attachmentsList .even {
	background-color: #d5e6ec;
}

.attachmentsList caption {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 120%;
	text-align: center;
	background: url(images/moduletableheader.gif) repeat-x 0 0;
	color: #fff;
	height: 2em;
	margin: 0 -2px 0 0;
	padding: 0;
}

/*************************************************** T O O L T I P ************************************************/

#tooltip {
	position: absolute;
	z-index: 9999;
	background-color: #fffff0;
	border: 1px solid #000;
	width: 300px;
	text-align: left;
	padding: 10px;
}

/************************************************ C A L L O U T S *************************************************/

.callout, .callout-top, .callout-end {
	border: 0;
}
.callout-top {
	width: 100%;
	font-size: 120%;
	margin: 0 15px 10px 0;
	padding: 3px 0;
	/*background-color: #CCE6E8;*/
	background: url(images/ataglance.png) repeat-x 0 0;
	color: #fff;
        /*border: 1px solid #CCE6E8;*/
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
	-moz-box-shadow: 2px 4px 4px #999;
	-webkit-box-shadow: 2px 4px 4px #999;
	box-shadow: 2px 4px 4px #999;
}
.callout-end {
}
.callout {
	font-size: 95%;
	line-height: 110%;
}
.callout p, .callout ul, .callout h5 { margin: 5px 0 5px 10px; padding: 0 10px 0 5px; }
.callout h5 {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: normal;
}
.callout ul { margin-left: 25px; }
.callout li { margin-top: 3px; }

/************************************************ C A L L O U T S *************************************************/

.tcallout, .tcallout-top, .tcallout-end {
	border: 0;
}
.tcallout-top {
	width: 100%;
	font-size: 120%;
	margin: 0 15px 10px -2px;
	background-color: #CCE6E8;
        border: 1px solid #CCE6E8;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
}
.tcallout-end {
}
.tcallout {
	font-size: 90%;
}
.tcallout p, .tcallout ul, .tcallout h5 { margin: 5px 0 5px 10px; padding: 0 10px 0 5px; }
.tcallout h5 {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: normal;
}
.tcallout ul { margin-left: 25px; }

/***************************************************** L I N K S **************************************************/

.r-link, .r-pdf, .r-excel {
	font-size: 95%;
	line-height: 100%;
	margin: 3px 0 0 5px;
	padding: 0 10px 0 30px;
	min-height: 22px;
}
.r-link { background: url(images/link.gif) no-repeat 0 0; }
.r-pdf { background: url(images/pdf.gif) no-repeat 0 0; }
.r-excel { background: url(images/excel.gif) no-repeat 0 0; }

/***************************************************** P A N E L **************************************************/

.panel {
	padding: 0 0 10px 10px;
        border: 1px solid #118fae;
        -moz-border-radius: 5px;
        border-radius: 5px;
}
.panel h2.sep { position: relative; top: -1px; border-top: 1px solid #118fae; margin-right: 10px; }
.panel p, .panel ul { margin: 0.5em 10px 0.5em 0; }
.panel ul { margin-left: 20px; }

/*************************************************** C K F O R M S ************************************************/

#ckpoweredby { display: none; }
.ckCSScenter { float: left; }

/**************************************************** P O R T A L *************************************************/

.portal {
	font-family: 'Courier New', courier, monospace;
	font-size: 12px;
}
.portal .status {
	display: inline-block;
	padding: 5px 10px;
	background-color: #ccc;
	color: #000;
}

