﻿/*****************************************/
/* CSS DOCUMENT                          */
/*****************************************/

* { margin:0px;padding:0px; }
img { border:0; }
ul { list-style:outside none none; }
body{
	font-size: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif ;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	color: #808285;
}
.black { color: #808285; }
a { color: #00ACEC; text-decoration: none; }
a:hover { text-decoration: underline; }
.left { float: left; }
.right { float: right; }
.debugborder { border: thin black solid !important; }
.hidden { display: none; }
.relative { position: relative; }
div.clear {
	clear:both;
	padding: 0px !important;
	padding-bottom: 0px !important;
	border: none !important;
}
layer { display: none; }

/*****************************************/
/* WRAPPER                               */
/*****************************************/
#wrapper {
	background-color: transparent;
	background-image: url(../images/bgwrapper.png);
	background-repeat: repeat-y;
	width: 974px; 
	margin-left: auto;
	margin-right: auto;
	padding:0 11px;
}
.wrapperInner {position: relative;}

/*****************************************/
/* HEADER                                */
/*****************************************/
div.header {
	height: 115px;
	width: 968px;
	position: relative;
	z-index:3000;
}
div.headerInner { position: relative; }
div.header .logo a {
    display: block;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	height:32px;
	left:38px;
	position:absolute;
	text-indent:-99999px;
	top:67px;
	width:198px;
}
/*****************************************/
/* LINK TOP BAR                          */
/*****************************************/
ul.topbar {
	right:140px;
	position:absolute;
	top:16px;
}
ul.topbar li { 
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	word-spacing:0.05em;
	float: left;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 9px;
}
ul.topbar li.border
{
	border-color:#dddddd;
	border-style:solid;
	border-width:0 1px 0 0;
	width: 1px;
	padding: 0px !important;
}
ul.topbar li a {
	margin-right:9px;
}

/*****************************************/
/* LANGUAGE BAR                          */
/*****************************************/
div.langBarContainer {position: absolute; top: 0px; z-index: 9999;}

span.language {
	font-size: 11px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
	background-color: transparent;
	background-image:url(../images/bulletdown.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	left:39px;
	padding-left: 13px;
	position:absolute;
	top:16px;
	width:130px;
}

div.langbar {
	left:34px;
	position:absolute;
	top:34px;
	width:180px;
	z-index:99;
	display: none;
	background: #ffffff;
}

div.langbar ul {
	border-color:#00ACEC;
	border-style:solid;
	border-width:0 1px 1px;
	padding: 10px;
}

div.langbar ul li {
	font-size: 11px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
	margin-bottom: 3px;
}

/*****************************************/
/* CLIENT LOGIN BUTTON                   */
/*****************************************/
span.btn_client {
    height:30px;
    left:852px;
    position:absolute;
    top:11px;
    width:120px;
}
span.btn_client:hover span
{
    background:url(../images/btn_clientlogin_dn.png) no-repeat scroll left top transparent;
    text-decoration: none;
}
span.btn_client:hover a
{
    background:url(../images/btn_clientlogin_dn.png) no-repeat scroll right top transparent;
    text-decoration: none;
}
span.btn_client a {
    background:url(../images/btn_clientlogin.png) no-repeat scroll right top transparent;
    color:#FFF;
    display:block;
    font-size:14px;
    height:25px;
    padding:5px 15px 0 5px;
}
span.btn_client span {
    background:url(../images/btn_clientlogin.png) no-repeat scroll left top transparent;
    display:block;
    height:30px;
    left:-10px;
    position:absolute;
    top:0;
    width:10px;
}

/*****************************************/
/* MAIN NAVIGATION                       */
/*****************************************/
ul.mainav {
	position: relative; left:243px; top:71px;
	width: 490px;
	z-index: 1000;
}
ul.mainav li {
	background: transparent !important;
	float: left;
	display: inline; 
	margin: 0px !important;
	padding: 5px 1px 10px 1px !important;
	position: relative;
}
ul.mainav li a {
	border: none !important;
	color: #999999;
	font-size: 20px;
	letter-spacing:0.0001em;
	padding: 5px 1px 10px 1px !important;
	position: relative;
}
ul.mainav li a:hover 
{
    color: #00ACEC;
}

/*****************************************/
/* NEWS NAVIGATION - FIRST PAGE          */
/*****************************************/
.firstNewsNavContainer
{
	background-image:url(../images/hdr_main_nav.png);
	background-repeat:no-repeat;
	width:902px;
	height:56px;
	margin-top:0px;
}
.firstNewsNavContainer .first { text-transform: uppercase; }
.firstNewsNavContainer div
{
	height:60px;
	margin:0px 0px 0px 5px;
	float:right;
}
.firstNewsNavContainer ul.newsnav {
	width:700px;
	z-index: 1000;
	margin: 0px;
	padding-top:16px;
	padding-left:43px;
	float:left;
}
.firstNewsNavContainer ul.newsnav li {
	background: transparent !important;
	float: left;
	margin: 0px !important;
	padding: 0px 6px 0px 6px !important;
	color:#ededed;
	font-weight:bold;
	font-size:15px;
}
.firstNewsNavContainer ul.newsnav li.border {
	border-color:#3e669c;
	border-style:solid;
	border-width:0 0 0 1px;
	width: 1px;
	padding: 0px 0px 0px 3px !important;
}
.firstNewsNavContainer ul.newsnav li a {
	font-size: 15px;
	padding: 0px 3px 0px 0px !important;
}
.firstNewsNavContainer ul.newsnav li.selected a { color: #FFFFFF; }
.firstNewsNavContainer ul.newsnav li a:hover {text-decoration: none; border: none !important;}
.firstNewsNavContainer ul.newsnav li a:hover span {text-decoration: none; border: none !important;}
.firstNewsNavContainer #newsNavImage{ margin-top:3px; }
.firstNewsNavContainer #HeaderMainTopImage { vertical-align: bottom; }

.firstNewsNavContainer .subscribeByRss
{
	background-image:url(../images/btn_subscribe.png);
	background-repeat:no-repeat;
	width:144px;
	height:56px;
	text-align: center;
	position: relative;
}
.firstNewsNavContainer .subscribeByRss a 
{
  	color: #FFFFFF;
	font-weight:bold;
	font-size: 15px;
	letter-spacing:0.0001em;
	text-decoration: none;
	margin-top: 2px;
	padding-top: 14px;
	right: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left:0px;
	position: absolute;
	width: 100px;
}
/*****************************************/
/* NEWS NAVIGATION - SUGPAGES            */
/*****************************************/
.newsNavContainer
{
	width:902px;
	height:56px;
	margin-top:1px;
	border-top: thin #999999 solid;
}
.newsNavContainer .first { text-transform: uppercase; }
.newsNavContainer div
{
	height:32px;
    float:right;
}
.newsNavContainer ul.newsnav {
	width:700px;
	z-index: 1000;
	padding-top:10px;
    float:left;
}
.newsNavContainer ul.newsnav li {
	background: transparent !important;
	float: left;
	margin: 0px !important;
	padding: 0px 6px 0px 0px !important;
	color:#00ACEC;
	font-weight:bold;
	font-size:15px;
}
.newsNavContainer ul.newsnav li.border {
	border-color:#999999;
	border-style:solid;
	border-width:0 0 0 1px;
	width: 1px;
	padding: 0px 0px 0px 3px !important;
}
.newsNavContainer ul.newsnav li a {
	font-weight:normal;
	font-size: 15px;
	color: #999999;
	padding: 0px 3px 0px 0px !important;
}
.newsNavContainer ul.newsnav li a:hover {color: #00ACEC; }

.newsNavContainer .subscribeByRss
{
	width:144px;
	height:56px;
	text-align: center;
	position: relative;
}
.newsNavContainer .subscribeByRss a 
{
  	color: #000000;
	font-weight:bold;
	font-size: 15px;
	letter-spacing:0.0001em;
	text-decoration: none;
	padding-top: 20px;
	right: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left:5px;
	position: absolute;
	width: 90px;
}
/*****************************************/
/* Search                                */
/*****************************************/
.header .rss_box 
{
    width: 200px;
    height: 35px;
	float:right;
	margin-top: 76px;
	margin-right:30px;
	position:relative;
	text-align: right;
}
.header .rss_box a
{
    font-weight: bold;
    font-size: 15px;
    color: #999999;
}
.header .rss_box a:hover
{
    text-decoration: none;
    color: #00ACEC;
}
.header .rss_box span
{
    position: relative;
    top: -14px;
}

.header .search_box {
    width: 235px;
    height: 50px;
    background-image: url(../images/bg_search_box.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top: 65px;
	margin-right:30px;
}
.header .search_box .s {
	float: left;
	padding: 0;
	margin: 10px 0 0 20px;
	border: 0;
	width: 159px;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#999999;
}
.header .search_box .go {
	float: right;
	margin: 8px 15px 0 0;
}
.header .search_boxA
{
	width: 135px;
    right: 34px;
	bottom: -29px;
	position: absolute;
	z-index: 10;
	text-align: center;
}
.header .search_boxA a
{
	color:#fff;
}

.mainContent .search_box 
{
    width: 180px;
    background-image: url(../images/bg_search_box_small.png);
	background-repeat:no-repeat;
	margin-right: 0px;
	margin-top: 0px;
}
.mainContent .search_box .s {
	margin: 7px 35px 0 0px;
	border: 0;
	width: 126px;
	background: none;
	font-size:15px;
	font-weight: bold;
	color:#999999;
}
.mainContent .search_box .go {
	display: none;
}
.mainContent .search_boxA
{
	width: 135px;
	height: 20px;
	padding-top: 5px;
	text-align: right;
	clear: both;
}
.mainContent .search_boxA a
{
	color:#999;
}
.mainContent .search_boxA a:hover
{
    color: #00ACEC;
}

/*****************************************/
/* 	MAIN CONTENT                         */
/*****************************************/

.mainContent{
	padding:0px 24px 0px 24px;
	margin:6px auto 0px auto; 
	width:902px;
/*	position: relative;*/
}

.mainContent div.headerImage
{
	background-image:url(../images/hdr_main_empty.png);
	height:219px;
	width:902px;
	position: relative;
}
.mainContent div.headerImage h1,
.mainContent div.headerImage p { position: absolute; left: 47px; color: #FFF; font-weight: bold; letter-spacing:-0.6pt;}
.mainContent div.headerImage .p1 { top: 26px; font-size: 68px; text-transform: uppercase; }
.mainContent div.headerImage .p2 { top: 92px; font-size: 50px; text-transform: uppercase; }
.mainContent div.headerImage h1 { top: 175px; font-size: 24px; font-weight: normal; }

.mainContent div.headerImage div.btn_openAccount
{
    height: 37px;
    width: 272px;
	background-image:url(../images/btn_open_account_empty.png);
	position: absolute;
	top:170px;
	right:24px;
	text-align: center;
}
.mainContent div.headerImage div.btn_openAccount a
{
    position: relative;
    top: 5px;
    color: #FFF;
    font-size: 22px;
}
.mainContent div.headerImage div.btn_openAccount a:hover
{
    text-decoration: none;
}
.mainContent .insideHeaderText
{
    padding:0px 24px 24px 44px;
	margin:0px;
}

.mainContent h1,
.mainContent .insideHeaderText .h1
{
	font-size:50px;
	color:#920052;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.cisiongreen .insideHeaderText h1, .cisiongreen .mainText li { color: #9EC44C; }
.cisiongreen h3 {color:#75AD28;}
.cisiongreen .mainText ul  
{
    list-style-image: url(../images/greendot.png); 
    margin-left: 19px;
    padding-left: 0px;
    list-style-position: outside;
    list-style-type: square;
}
.analyze .insideHeaderText h1, .analyze .mainText li, .analyze h3 { color: #de6422; }
.connect .insideHeaderText h1, .connect .mainText li, .connect h3 { color: #920052; }
.mainContent .connect { color: #920052; }
.mainContent p.error, .error span.validation, .error span.validationSpecial { color: Red }

.mainContent .insideHeaderText h2
{
	font-size:21px;
	font-weight:bold;
}

.mainText{
	padding:0px 24px 0px 44px;
	height:100%;
    background-image: url(../images/bg_line.gif);
    background-repeat: repeat-y;
    background-position: 590px 0px;
}
.mainText h5
{
	font-size:16px;
	font-weight:bold;
}
.mainText h4
{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.mainText h3
{
	font-size:18px;
	font-weight:bold;
}
h2, h3, h4, h5
{
    color: #5c5c5c;
}
.mainText a.viewMore
{
	float:left;
	margin:4px 0px 0px 12px;
    text-transform: lowercase; 
}
.mainText a.viewMoreRight
{
    float: right;
}
.mainText a
{
	font-size:13px;
	font-weight:bold;
}
.mainText a.big
{
	font-size:22px;
	font-weight:bold;
}

/*****************************************/
/* 	LEFT CONTENT                         */
/*****************************************/

.mainText .mainTextLeft
{
	float:left;
    display: none;
    visibility: hidden;
}
.mainText .mainTextLeft p
{
    padding-right: 5px;
}

/*****************************************/
/* 	CENTER CONTENT                       */
/*****************************************/

.mainText .mainTextCenter{
	width:528px;
	float:left;
}

.mainText .mainTextCenter ul
{
    margin: 0px;
    padding: 0px;
}

.mainText .mainTextCenter .dynamicContent p,
.OneColumn .dynamicContent p
{
	padding-bottom:0.8em;
}
.mainText .mainTextCenter .dynamicContent table,
.OneColumn .dynamicContent table
{
    table-layout:fixed;
    width: 465px;
}
.dynamicContent table td,
.dynamicContent table th
{
    width:auto;
    vertical-align: top;
}

.mainText .mainTextCenter div,
.OneColumn div
{
	padding-bottom:20px;
}

.mainText .mainTextCenter .dividerLine
{
	border-top:1px solid #949A9E;
}
.mainText .insideText,
.mainText .insideText a
{
	font-size:15px;
}
.mainText .insideText p,
.mainText .insideText a,
.mainText .insideText li
{
    font-weight:normal;
    letter-spacing:-0.3pt;
    line-height:20px;
}
.mainText .insideText h1
{
    font-size: 18px;
    color: #5c5c5c;
	font-weight:bold;
	margin-bottom:10px;
}
.mainText .rssPressRelease pre
{
    font: inherit;
    white-space:normal;
}
.mainText .rssPressRelease p
{
    padding-bottom: 10px;
}
.mainText .rssPressRelease img
{
    /*max-width:460px;*/
    max-width:100%;
    height:auto;
    overflow:hidden;
}
.mainText .rssPressRelease td {
    padding:0 3px;
}

.mainText .tags a
{
    font-size: 12px;
    text-decoration: underline;
    color: #5c5c5c;
    font-weight: normal;
}

/*****************************************/
/* RIGHT CONTENT                         */
/*****************************************/

.mainText .mainTextRight
{
	width:266px;
	float:right;
	padding-left:20px;
}
.mainText .mainTextRight .dynamicContent p
{
	padding-bottom:20px;
}
.mainText .mainTextRight div.border
{
    border: thin #5c5c5c solid;
    padding: 7px;
}
.mainText .mainTextRight div.boxContent
{
    padding-bottom: 0px;
}
/*****************************************/
/* PRESS RELEASE                         */
/*****************************************/
.mainText .latestPressRelease p
{
    display: inline;
	/*float:left;*/
}
.mainText .latestPressRelease p.pMargin
{
	margin:0px 8px 0px 8px;
}

.mainText .latestPressRelease img
{
	margin:3px 6px 0px 1px;
}

.mainText .latestPressRelease .tags 
{
    float: none;
}
.mainText .latestPressRelease .tags a
{
	color:#5C5C5C;
	font-size:12px;
	text-decoration: underline;
	font-weight:normal;
}
.mainText .latestPressRelease .left
{
    width: 111px;
}
.latestPressRelease img.photo  
{
    width: 12px;
    height: 9px;
	background:transparent url(../images/icon.camera.gif) no-repeat center;
}
.latestPressRelease img.videos  
{
    width: 12px;
    height: 11px;
	background:transparent url(../images/icon.video.gif) no-repeat center;
}
.latestPressRelease img.photosandvideos  
{
    width: 20px;
    height: 11px;
	background:transparent url(../images/icon.photovideo.gif) no-repeat center;
}
/*****************************************/
/* LEFT DYNAMIC CONTENT                  */
/*****************************************/

/*****************************************/
/* RIGHT DYNAMIC CONTENT                 */
/*****************************************/
.mainText .mainTextRight .box
{
    clear: both;
    margin-top:10px;
}
.mainText .mainTextRight .relativeContainer  {
	display:block;
	position:relative;
}
.relativeContainerWide 
{
	display:block;
	position:relative;
	width: 140px;
}
.mainText .mainTextRight .relativeContainer .playButton, 
.relativeContainerWide .playButton {
	height:28px;
	margin:-14px -18px;
	left:50%;
	position:absolute;
	top:50%;
	width:30px;
}
.mainText .mainTextRight div.tagCloudContainer
{
	border:1px solid #cccccc;
	height:150px;
	margin-top:10px;
}

.mainText .mainTextRight .secondImage
{
	margin-top:24px;
}

.videoClear
{
	height:20px;
	margin-bottom:15px;
	border-bottom:1px solid #9e9e9e;
	width:507px;
}
.ThreeColumn .videoClear
{
	width:460px;
}
.mainText .prMediaContainer
{
	width:155px;
	float:left;
	margin-right:21px;
}
.ThreeColumn .prMediaContainer
{
	width:130px;
}
.mainText .prMediaContainer p
{
    line-height:normal;
	font-size:13px;
    padding-bottom: 0px;
}

.mainText .prMediaContainer a.background 
{
	display:block;
	background:url(../images/bg.pictures.gif) no-repeat top center;
	text-align:center;
	padding:12px 8px;
	height:110px;
	position:relative
}
.FirstPageLeft .sectionImageVideo a.backgroundsmall
{
	display:block;
	text-align:center;
	padding-bottom:2px;
	height:110px;
	position:relative;
}

.mainText .prMediaContainer img
{
    max-width: 123px;
}
.mainText .prMediaContainer p.date 
{
	padding-bottom: 2px;
}
.mainText .prMediaContainer p.company 
{
	border-bottom:1px solid #9c9c9c;
	padding-bottom:2px;
	margin-bottom:2px;
}

/*****************************************/
/* FOOTER CONTENT                        */
/*****************************************/
.footer
{
	height:30px;
	background-color:#dcdcdc;
	width:946px;
	margin:24px auto 0px auto;
}
.footer div
{
	padding:8px 24px 0px 24px;
}
.footer div p
{
	float:left;
	color:#5C5C5C;
	font-weight:bold;
}
.footer div a
{
	float:right;
}
.footer div p.footerDivider
{
	float:right;
	font-weight:normal;
}

/*****************************************/
/* Form                                  */
/*****************************************/

.mainText .mainTextCenter .blueForm
{
	width:521px;
    position: relative;
}
.mainText .mainTextCenter .blueForm div p
{
	padding:10px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	width:150px;
	float:left;
}
.mainText .mainTextCenter .blueForm div
{
    padding-bottom: 0px;
}
.blueForm img 
{
    vertical-align: bottom;
}
.blueForm fieldset{
	border:none;
}
.blueForm legend{
	display:none;
}
.cornerContainer
{
    position: relative;
}
.blueForm .leftCorner,
.cornerContainer .leftCorner
{
    position: absolute;
    width: 20px;
    height: 20px;
	background-image:url(../images/bg_form_corner_left.png);
	background-repeat:no-repeat;
	z-index: 2;
	padding-bottom: 0px;
}
.blueForm .rightCorner,
.cornerContainer .rightCorner
{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
	background-image:url(../images/bg_form_corner_right.png);
	background-repeat:no-repeat;
	z-index: 2;
	padding-bottom: 0px;
}
.blueForm .blueFormContainer
{
	width:521px;
	background-color:#b6d8e5;
	border-bottom:1px solid #fff;
	border-top: none;
	padding-bottom:0px;
}

.blueForm .blueFormContainer .signUpInput
{
	float:left;
	margin-right:0px;
	width:270px;
	margin-top:10px;
	font-size: 12px;
}
.blueForm .blueFormContainer .signUpInput a
{
    font-size: 12px;
}

.mainText .mainTextCenter .blueForm .blueFormContainer div
{
	border-top:1px solid #fff;
}

.mainText .mainTextCenter div.submitButton
{
	background-color:#B6D8E5;
	background-image: url(../images/bg_form_bottomcorner_left.png);
    background-position:left bottom;
    background-repeat:no-repeat;
	height:37px;
	
}
.mainText .mainTextCenter div.submitButton .left
{
    background-image: url(../images/bg_form_bottomcorner_left.png);
    background-position:left bottom;
    margin:0px;
}
.mainText .mainTextCenter div.submitButton .right
{
    background-image: url(../images/bg_form_bottomcorner_right.png);
	background-position:right bottom;
	margin:0px;
}
.mainText .mainTextCenter div.submitButton .button
{
	padding-left:10px;
    padding-right:10px;
    height: 37px;
    background-color:#00ACEC;
    background-repeat:no-repeat;
    border: none;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    min-width:110px;
}
.mainText .mainTextCenter div.submitButton a.button
{
    height: 30px;
    padding-top: 7px;
    text-decoration: none;
}

.mainText .mainTextCenter div.submitText
{
    width: 143px;
    height: 31px;
    background-image: url(../images/btn_next_step_empty.png);
    text-align:center;
    float: right;
    padding-top: 6px;
}
.mainText .mainTextCenter div.submitText a
{
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
}
.mainText .mainTextCenter div.submitText a:hover
{
    text-decoration: none;
}
.mainText .mainTextCenter .blueForm .blueFormContainer .ExtraInfo
{
    float: left;
    clear: both;
    padding-left: 170px;
    border-top: none;
    font-size: 11px;
}
.blueForm .validation,
.blueForm .validationSpecial{
	display:none;
	font-size:0.85em;
}
.blueForm .nohidevalidation
{
    display:block;
	font-size:0.85em;
}
.mainText .blueForm .fieldNav {
	position:relative;
	width: 490px;
	list-style:none;
	overflow:hidden;
	background:#004B8D;
	padding-left: 31px;
}
.blueForm .fieldNav li {
	position:relative;
	float:left;
	padding:8px 0;
	font-size: 16px;
	font-weight: bold;
	color: #59C9F5;
}
.blueForm .fieldNav li.active {
	color: White;
}
.blueForm .fieldNav li.first 
{
    background-image:url(../images/bg_form_corner_left.png) ;
    background-color: Green;
    width: 19px;
}
.blueForm .fieldNav li.last
{
    background-image:url(../images/bg_form_corner_right.png) ;
    background-color: Green;
    width: 19px;
}

.blueForm .blueFormContainer input.disabled 
{
    background-color:#D4D0C8;
    color:#808080;
}

/*****************************************/
/* PAGING                                */
/*****************************************/

.mainText .mainTextCenter .paging {
	clear:left;
	overflow:hidden;
	font-size: 13px;
}
.mainText .mainTextCenter .paging li:first-child {
	padding-left:0;
}
.mainText .mainTextCenter .paging li {
	float:left;
	font-weight:bold;
	margin:0 4px 0 0;
	padding:0
}
.mainText .mainTextCenter .paging li a {
	font-weight:bold;
}

/*****************************************/
/* TAGCLOUD                              */
/*****************************************/

.tagCloud span {
	margin:0 1px 0 -3px;
}
.tagCloud a {
	font-weight:normal;
}
.tagCloud .tag1 {
	font-size:12px;
}
.tagCloud .tag2 {
	font-size:14px;
}
.tagCloud .tag3 {
	font-size:16px;
}
.tagCloud .tag4 {
	font-size:18px;
}
.tagCloud .tag5 {
	font-size:20px;
}

/*****************************************/
/* SUBMENU                               */
/*****************************************/

.nav a 
{
    display: block;
	padding-bottom:6px;
	position: relative;
}
.nav li li a, 
.nav li.expanded li a 
{
	padding-left: 20px;
	background:none;
}
.nav .expandable a 
{
	padding-left: 10px;
	background:transparent url(../images/arrow.nav.gif) no-repeat 0px 5px;
}
.nav li.expanded a 
{
	padding-left: 10px;
	background:transparent url(../images/arrow.nav.expanded.gif) no-repeat 0px 5px;
}
.nav ul li.expanded li a 
{
    font-size:small;
    font-weight:normal;
    color:#00ACEC;
}
.nav ul li.active a, 
.nav ul li.expanded a, 
.nav ul li.expanded li.active a
{
    color: #5C5C5C;
}

/*****************************************/
/* Chart                                 */
/*****************************************/

table.chart {
  background-color:#dedede;
  border-collapse: collapse;
  margin-top:0px;
  background-color:#fff;
  width:834px;
}
table.chart tr:hover {
   background-color:#eaeaea;
}
table.chart td {
  border: 1px solid #fff;
  padding: 0.2em;
  background-color:#dedede;
}

table.chart th
{
	border:none;
	border-right: 1px  white solid;
	border-bottom: 1px white solid;
	padding:0px;
	margin:0px;
	background-color: #920052;
	color: #FFF;
	height: 30px;
}
table.chart tr.darkpurple th
{
    background-color: #69003B;
}

table.chart img 
{
    /*to fix the 2px space under the pictures*/
    vertical-align: bottom;
}

table.chart th p {
	font-weight:bold;
  	padding:5px 0px 5px 0px;
}

table.chart td p {
	font-weight:bold;
  	padding:5px 5px 5px 5px;
	font-size:12px;
	text-align:center;
}

table.chart td p.firstPChart {
	margin-left:10px;
	text-align:left;
	width:240px;
}

table.chart caption {
  margin-left: inherit;
  margin-right: inherit;
}

table.chart tr.lastRow td
{
	background-color:#00a7ee;
}

table.chart tr.lastRow p a
{
	color:#fff;
}

table.chart tr.lastRow td.firstColumn
{
	padding:0px;
}

table.chart tr.lastRow td.firstColumn img
{
	width:271px;
	height:41px;
}

table.chart tr.lastRow td.lastColumn
{
	padding:0px;
	background-image:url(../images/chart_footer_right.gif);
	background-repeat:no-repeat;
}
/*****************************************/
/* MAIL FORM                             */
/*****************************************/

.mailForm {
	padding:15px 0px 15px 15px;
	background-image: none;
	background-color: #FFF;
}
.mailForm p {
	margin-bottom:18px;
}
.mailForm .sender,.mailForm .receiver {
	overflow:hidden;
}
.mailForm .sender p,.mailForm .receiver p {
	float:left;
	width:205px;
}
.mailForm .sender input,.mailForm .receiver input {
	width:195px;
}
.mailForm .message {
	padding-right:15px;
}
.mailForm .message textarea {
	width:400px;
}
.mailForm label {
	font-weight:bold;
}
.mailForm button {
	margin-right:20px;
}
/*****************************************/
/* MIXED                                 */
/*****************************************/
.alphabetic 
{
    height: 1em;
    padding-bottom: 10px !important;
    font-size: 13px;
}
.alphabetic li {
	float:left;
	margin-right:4px;
	font-weight:bold;
}
.mainTextCenter .newsByCompany, .mainTextCenter .newsByIndustry {
	clear:both;
}
.mainText .mainTextCenter .share {
	/*background:transparent url(../images/icon.share.gif) no-repeat left center;*/
	margin:20px 0px 0px 0px !important;
	padding: 0px;
}
.actions .share2 .stico_default
{
    margin: 0px;
    padding: 0px;
    background-image: none !important;
}
.vcard .spacer
{
    margin-top: 5px;
}
.vcard .type, 
.vcard .fn
{
    font-weight: bold;
}
.vcard .photo {
    max-height:130px;
    max-width:235px;
}
table.subscribeRSS tr td img
{
    padding-left: 30px;
}
.downloadLink {
	display:block;
	padding-right:31px;
}
.downloadLink a {
	background:transparent url(../images/icon.download.gif) no-repeat 0 4px;
	display:block;
	font-size:12px;
	padding:0 0 0 15px;
	text-decoration:none;
	font-weight:bold;
}
.mainText .mainTextCenter .lead
{
    font-weight: bold;
}
.mainText .mainTextCenter ul.SpacyList
{
    margin-left: 19px;
    padding-left: 0px;
    list-style-position: outside;
    list-style-type: square;
}
.mainText .mainTextCenter ul.SpacyList li
{
    padding-bottom: 15px;
}

.mainText .mainTextCenter ul.GreenList li
{
    padding: 5px 0px;
}
/*****************************************/
/* THREE COLUMNED DESIGN                 */
/*****************************************/

.OneColumn 
{
    background: none;
}
.OneColumn iframe
{
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 834px;
}


/*****************************************/
/* THREE COLUMNED DESIGN                 */
/*****************************************/

.ThreeColumn {
    background-position: 684px 0px;
}

.ThreeColumn .mainTextLeft
{
    width: 130px;
    display: block;
    visibility: visible;
}
.ThreeColumn .mainTextCenter 
{
    width: 465px;
    padding-left: 25px;
    overflow:hidden;
}
.ThreeColumn .mainTextRight
{
    width: 175px;
}
.ThreeColumn .mainTextRight img
{
    max-width: 175px;
}

/*****************************************/
/* FIRST PAGE                            */
/*****************************************/

.mainText .mainTextRight div
{
	padding-bottom:10px;
}
.mainText .mainTextRight div.nav
{
    clear: both;
}

.FirstPage
{
    background-position: 528px 0px;
}
.FirstPage div
{
	padding-bottom:20px;
}
.FirstPageMainContent h3,
.FirstPageMainContent h4
{
	color:#ab0D47;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	padding-bottom:4px;
	padding-right:7px;
	line-height:18px;
	display:inline;
	clear:left;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
}

.FirstPageMainContent p
{
	font-size:15px;
    color: #808285; 
    font-weight:normal;
    letter-spacing:-0.3pt;
    line-height:24px;
    margin-bottom:15px;
}
.FirstPageMainContent a
{
	font-size:15px;
}
.FirstPage .dividerLine
{
	border-top:1px solid #949A9E;
}
.FirstPageLeft
{
    float: left;
    width: 472px;
}
.FirstPageRight
{
    float: right;
    width: 338px;
	margin:0px;
	padding:0px 0px 0px 12px;
}
.FirstPageLeft .firstSection
{
    float: left;
    width: 226px;
    padding-bottom: 0px;
}

.FirstPageLeft .otherSection
{
    float: right;
    width: 226px;
    padding-bottom: 0px;
    padding-left: 10px;
	background-image: url(../images/bg_line.gif);
    background-repeat: repeat-y;
    background-position: 0px 0px;
}

div.FirstPageLeft,
.FirstPageLeft .sectionImageVideo,
.FirstPageLeft div.latestPressRelease
{
	padding-bottom:0px;
}
.FirstPageRight .latestPressRelease p
{
	color:#5c5c5c;
	font-size:12px;
/*	float:left;*/
	padding:0px;
}

.FirstPageRight .latestPressRelease p.pMargin
{
	margin:0px 8px 0px 8px;
	padding:0px;
}

.FirstPageRight .latestPressRelease img
{
	margin:3px 6px 0px 1px;
}

.FirstPageRight .latestPressRelease .tags 
{
    float: none;
}
.FirstPageRight .latestPressRelease .tags a
{
	color:#5c5c5c;
	font-size:12px;
	text-decoration: underline;
	font-weight:normal;
}
.FirstPageRight .latestPressRelease .left
{
    width: 111px;
}


.FirstPageLeft .latestPressRelease p
{
	color:#5c5c5c;
	padding:0px;
	font-size:10px;
	margin:0px;
	float:left;
	line-height:12px;
}

.FirstPageLeft .latestPressRelease p.pMargin
{
	margin:0px 0px 0px 8px;
	padding:0px;
}

.FirstPageLeft .latestPressRelease .floatleft
{
	width:111px;
	float:left;
	padding-right: 2px;
	padding-bottom: 20px;
	overflow: hidden;
}

.FirstPageLeft .latestPressRelease .floatright
{
	width:111px;
	float:right;
	padding-left: 2px;
	padding-bottom: 20px;
	overflow: hidden;
}

.FirstPageLeft .latestPressRelease img
{
	margin:0px;
	padding-bottom:3px;
}

.FirstPageLeft .latestPressRelease .video
{
    width: 111px;
}

.FirstPageLeft .relativeContainer  {
	display:block;
	position:relative;
}

.FirstPageLeft .relativeContainer .playButton, 
.relativeContainerWide .playButton {
	height:28px;
	margin:-14px -18px;
	left:50%;
	position:absolute;
	top:40%;
	width:30px;
}
.FirstPageLeft .relativeContainer .playButton
{
    top: 30%;
}
.FirstPageLeft .latestPressRelease a
{
	font-size:10px;
	padding:0px;
	margin:0px;
}

.FirstPageLeft .latestPressRelease p.sideAuthor
{
	font-size:8px;
	color:#444444;
	float:none;
	margin-top:2px;
	line-height:12px;
}
.share
{
    position: absolute;
    right: 34px;
    top: -23px;
}
.FirstPageLeft div.tagCloud 
{
    clear: both;
    padding-bottom:0px;
}

.FirstPageLeft .latestPressRelease p.date {
	font-size:9px;
	padding-bottom: 2px;
}
.FirstPageLeft .latestPressRelease p.metaData {
	font-size:9px;
}
.FirstPageLeft .latestPressRelease p.company 
{
	border-bottom:1px solid #9c9c9c;
	padding-bottom: 2px;
	margin-bottom:2px;
}
.FirstPageLeft .latestPressRelease p.company a
{
    font-weight: bold;
	font-size:11px;
	line-height:15px;
}
.FirstPageRight .latestPressRelease .company a,
.mainTextCenter .latestPressRelease .company a,
.boxContent .latestPressRelease .company a
{
	color:#5c5c5c;
	text-decoration:underline;
	font-size: 12px;
}
.FirstPageRight .latestPressRelease .company,
.mainTextCenter .latestPressRelease .company,
.boxContent .latestPressRelease .company
{
	font-weight:bold;
}
