/* ------------------------------------------------ */
/* Content Container [BEGIN]			    */

#main_message_container {
	color: #ffffff;
	height: 140px;
	clear: both;	
}

#main_message_image {
	color: #ffffff;
	height: 140px;
	clear: both;	
	background-repeat: no-repeat;
	background-position: top right;
}

.private_message_img_bgr {
	background-image: url('../images/backgrounds/main_message/private_message_img_bgr.jpg');	
}

.corporate_message_img_bgr {
	background-image: url('../images/backgrounds/main_message/corporate_message_img_bgr.jpg');
}

#main_message {
	height: 140px;
	background-repeat: no-repeat;
	background-position: top left;
	width:453px;
	border-style:solid;
	border-width:0 1px 0 0;
	border-color: #ffffff;
}

#main_message a {
	color: #fff !important;
}

#main_message img {
	border:none;
}

#left_content_container {
	width: 450px;
	float: left;
}

#right_content_container {
	width: 213px;
	float: right;	
}

/*  		         Content Container [END]    */
/* ------------------------------------------------ */
/* Main message container [BEGIN]		    */

#main_message_content h1 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.9em;
/*	padding-top: 20px;	*/
	padding-top: 10px;	
	padding-left: 100px;
}

.noimage_bgr {
	background-image: url('../images/backgrounds/main_message/noimage_main_message_bgr.gif');
}

.press_image_bgr {
	background-image: url('../images/backgrounds/main_message/press_main_message_bgr.gif');
}

.sso_image_bgr {
	background-image: url('../images/backgrounds/main_message/sso_main_message_bgr.gif');
}

.network_id_image_bgr {
	background-image: url('../images/backgrounds/main_message/network_id_main_message_bgr.gif');
}

.internet_id_image_bgr {
	background-image: url('../images/backgrounds/main_message/internet_id_main_message_bgr.gif');
}

.otp_image_bgr {
	background-image: url('../images/backgrounds/main_message/otp_main_message_bgr.gif');
}

.sdk_image_bgr {
	background-image: url('../images/backgrounds/main_message/sdk_main_message_bgr.gif');
}

.products_image_bgr {
	background-image: url('../images/backgrounds/main_message/products_main_message_bgr.gif');
}

.company_image_bgr {
	background-image: url('../images/backgrounds/main_message/company_main_message_bgr.gif');
}

.contact_image_bgr {
	background-image: url('../images/backgrounds/main_message/contact_main_message_bgr.gif');
}

.secureloginmypc_image_bgr {
	background-image: url('../images/backgrounds/main_message/secureloginmypc_main_message_bgr.gif');															  
}



/* 					   Main message container [END]	*/
/* ------------------------------------------------ */
/* Content [BEGIN]									*/

#content_container a {
	color: #233599;	
}

#content_container a:hover {
	color: #000;
}

#content {
	padding-top:10px;
}

#content p {
	color: #333333;
	line-height: 150%;
	padding: 2px 15px 2px 15px;
}

#content h1 {
	color: #233599;
	text-transform: lowercase;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #666666;
	color: #233599;	
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 3px;
	margin-left: 15px;
}


#content h2 {
	color: #233599;
	text-transform: lowercase;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #666666;
	color: #233599;	
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 3px;
	margin-left: 15px;
	margin-right: 15px;
}

#content h3 {
	color: #233599;
	text-transform: lowercase;
	color: #233599;	
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 3px;
	margin-left: 15px;
	margin-right: 15px;
}

#content ul {
	list-style: circle;
	padding: 0;
	margin: 0;
	padding-left: 40px;
}

#content li {
 line-height: 150%;
}

#content hr {
	margin: 10px 0;
	border:none;
	border-style:solid;
	border-width: 1px 0 0 0;
	border-color: #666666;
	height: 1px;
}

#content .important {
	font-size: 1.2em;
	line-height: 1.6em;
}

/* -> forms */
#content form {
	padding-left:15px;
}

#content fieldset {
	border: none;
	padding:0;
	margin:0;
}

#content label {
	text-transform: lowercase;
	width: 10em;
	float: left;
}

#content #mailformformtype_mail {
        background-color: #fff;
}

#content input {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin-bottom: 10px;
}

#content textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin-bottom: 10px;
}


/* <- forms */

#content .product {
	padding-left: 60px;
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 20px;
}

#content .product h2 {
	padding:0;
	margin:0;
	border: none;
	text-transform: none;
	font-size: 1.2em;
	padding-top:3px;
}

#content .product p {
	padding:5px 0 15px;
	margin:0;	
}


.sso_big_icon {
	background-image: url('../images/icons/big/sso_icon.gif');
}

.network_id_big_icon {
	background-image: url('../images/icons/big/network_id_icon.gif');
}

.internet_id_big_icon {
	background-image: url('../images/icons/big/internet_id_icon.gif');
}

.otp_big_icon {
	background-image: url('../images/icons/big/otp_icon.gif');
}

.sdk_big_icon {
	background-image: url('../images/icons/big/sdk_icon.gif');
}

.secure_login_mypc_big_icon {
	background-image: url('../images/icons/big/secure_login_mypc_icon.gif');
}


#content strong {
	color: #233599;
	font-weight: normal;
}	

#colRight {
	margin-top: 15px;
	padding-left: 40px;
	background-position: top left;
	background-repeat: no-repeat;	
}

#colRight h1 {
	margin: 0;
	padding: 0;
	color: #233599;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 7px;
}

#colRight h2 {
	margin: 0;
	padding: 0;
	color: #233599;
	font-size: 1em;
	font-weight: normal;	
	padding-bottom: 7px;
}

#colRight hr {
	margin: 10px 0;
	border:none;
	border-style:solid;
	border-width: 1px 0 0 0;
	border-color: #666666;
	height: 1px;
}

#colRight .submenu {
	line-height: 130%;
}

#colRight .submenu .actual {
	
}

#colRight .submenu .not_actual {
	
}

#colRight .submenu .download {
	padding-top:10px;
}

#colRight .submenu .download img {
	border:none;
}

#colRight .submenu2 {
	width: 190px;
	margin-left: -15px;
	margin-bottom: 20px;
}

#colRight .submenu2 .submenu_top {
	background-image: url("../images/backgrounds/submenu_top_bgr.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height:11px;
	line-height: 11px;
}

#colRight .submenu2 .submenu_content {
	border-style: solid;
	border-color: #9BA2C6;
	border-width: 0 2px;
}

#colRight .submenu2 .submenu_bottom {
	background-image: url("../images/backgrounds/submenu_bottom_bgr.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height:11px;
	line-height: 11px;
}

#colRight .submenu2 .actual a {
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
}

#colRight .submenu2 .actual a:hover {
	text-decoration: underline;
}

#colRight .submenu2 .actual {
	background-color: #20328E;
	color: #ffffff;
	font-size: 110%;
	padding-left: 20px;
	line-height: 150%;
	font-weight: normal;
	margin: 0 1px;
}

#colRight .submenu2 .not_actual {
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #1C2B7D;
	line-height: 170%;
	margin: 0 1px;
}

#colRight .submenu2 .not_actual a {
	text-decoration: none;
	color: #20318C;
	padding-left: 20px;
	text-transform: lowercase;
}

#colRight .submenu2 .not_actual a:hover {
	text-decoration: underline;
}



#colRight .submenu2 .submenu_bottom {

}




#colRight .products_menu {
	line-height: 130%;
}

#colRight .products_menu .product {
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	background-position: top left;
	background-repeat: no-repeat;
}

.sso_icon {
	background-image: url('../images/icons/sso_icon.gif');
}

.network_id_icon {
	background-image: url('../images/icons/network_id_icon.gif');
}

.internet_id_icon {
	background-image: url('../images/icons/internet_id_icon.gif');
}

.otp_icon {
	background-image: url('../images/icons/otp_icon.gif');
}

.sdk_icon {
	background-image: url('../images/icons/sdk_icon.gif');
}

.secure_login_mypc_icon {
	background-image: url('../images/icons/network_id_icon.gif');
}


#colRight .phone {
	background-image: url('../images/icons/phone_icon.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#colRight #sector_button {
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;

}

/* -> CSC [begin] */
.csc-textpic {
	padding-left:15px;
}

.csc-mailform-submit {
	text-transform: lowercase;
	cursor: hand;
	cursor: pointer;
	border-style: solid;
	border-width: 1px 2px 2px 1px !important;
	border-color: #000;
}

/* <- CSC [end] */

/* -> Company specific [begin] */
.big_text {
	font-size: 1.2em;
	line-height: 150%;
	margin-left: 30px;
	padding-bottom: 10px;
	padding-top: 30px;
}

.poem {
	margin-bottom: 20px;
	width: 400px;
}

.poem p {
	font-size: 1.2em;
	line-height: 150%;
	font-style: italic;
	margin-left: 20px;	
}

.poem .author {
	text-align:right;
}

/* <- Company specific [end] */

/* -> Contact specific [begin] */
#right_content_container .contact {
	text-align: right;
	line-height: 150%;
	font-size: 1.1em;
}
#right_content_container .contact img {
	padding-bottom: 5px;
}
/* <- Contact specific [end] */

/* -> Press specific [begin] */
.news_item {
	margin-left: 15px;
	margin-right: 15px;
/*	padding-top: 10px; */
	border-style: dashed;
	border-style: solid;
	border-color: #000000;
	border-color: #cccccc;
	border-width: 0 0 1px 0;
/*	padding-left: 2em; */
	margin-top: 5px;
	margin-bottom: 10px;
/*	width: 420px; */
}

.news_item .more {
	text-align: left;
	padding-bottom: 1.5ex;
	text-align: left;
	padding-top: 0.5ex;
}

.news_item .header {
/*	border-style:dashed;
	border-width: 0 0 1px 0;
	border-color: #cccccc; */
	font-size: 1.2em;
	padding-bottom: 0.2ex;
}

.news_item .date {
/*	border-style:solid;
	border-width: 0 0 1px 0; */
	padding-bottom: 1ex;
	font-size: x-small;
}

.header .title {
	float: left;
	color: #233599;	
}

.header .big_title {
	font-size: large;
	line-height: 140%;
	text-decoration: none;
}

.header .big_title a {
	text-decoration: none;
}



.header .title a {
	text-decoration: none;
}

.header .title a:hover {
	text-decoration: underline;
}

.header .date {
	float: right;
	font-size: x-small;
}

.news_item .subheader {
/*	clear: both;
	border-style: solid; */
}

.news_item .subheader p {
	padding: 3px 0 0 0 !important;
	margin: 0 !important;
	font-size: 90%;
}

#main_message .latest_news {
	height: 125px;
}

#main_message .latest_news .date {
	width: 85px;
	float: left;
	text-align: center;
	padding-top: 17px;
	font-size: 0.8em;
}

#main_message .latest_news .centering {
}

#main_message .news_item {
	border-style: none;
	padding: 0 !important;
/*	padding-top: 28px; */
	line-height: 120%;
	width: 320px;
	float: left;
	margin-top: 27px;
	
/*	#position: relative;  #top: -50%; */
}

#main_message .news_item .header {
	border-color: #ffffff;
	margin-bottom: 5px;
	font-size: 120%;
	padding-bottom: 3px;
	padding-top: 0;

	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 1px 0; 
}

#main_message .news_item .date {
/*	border-style: solid;
	border-width: 5px; 
	border-color: #ffff00; */
/*	margin-top: -5px;
	float: left;
	margin-left: -75px; */
}

#main_message .news_item a {
/*	display: block; */
/* 	float: right; */
/*	border-style: solid;
	border-width: 5px;
	border-color: #000000;
	
*/
}

#main_message .news_item .title {
	color: #fff;
}

#main_message .news_item .subheader p {
	font-size: 90%;
}

#main_message .news_item .subheader a {
	display: block;
	text-align: right;
}

#main_message .news_item h3 {
	font-weight: normal;
	font-size: 1em;
	padding: 0;
	margin: 0;
	padding-top: 3px;
}

dd {
	padding-right: 20px;
	margin: 0;
	text-align: right; 
}


.file_link {
	text-align: left;
	padding-left: 12px;
	
}

.file_link dt {
	padding: 0;
	margin: 0;
	color: #aaaaaa;
	margin-bottom: 5px;
	color: #233599;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-size: 130%;
	margin-left: 5px;
}

.file_link dd {
	padding: 0;
	margin: 0;
	text-align: left;
	padding-bottom: 6px; 
	height: 1.3em; 
/*	width: 400px; */
	float: left;
	clear: both;
}

.file_link dd img {
	display: block;
	float: left;
	padding-right: 0.5em; 
	clear: left;
	margin-left: 4px;
}

.file_link dd a {
	display: block;
	float: left;
	line-height: 10px;
	height: 20px;
	padding-top: 2px;
	text-decoration: none;
}

.news-list-browse {
	padding-left: 15px;
}

.no_description {
	padding-left: 0 !important;
	margin-top: 5px;
	margin-bottom: 10px; 
}

.no_description dd {
	padding: 0;
	margin: 0;
	text-align: left;
	height: 1.3em;
/*	width: 400px; */
	float: left;
	padding-top: 5px;
/*	margin-bottom: 10px; */
}

.no_description dd a {
	display: block;
	float: left;
	line-height: 10px;
	height: 20px;
	padding-top: 2px;
	text-decoration: none;
}

.no_description dd img {
	float: left;
}

.no_description dt {
	display: none; 
}

.no_description .news-single-files {
	padding: 0 !important;
	margin: 0 !important;
}

.no_description .bodytext {
	padding: 0; 
	margin: 0 !important;
	padding-left: 4px !important;
}

.news_item .source {
	padding: 0;
}

.news_item .source .bodytext {
	padding: 0 !important;
	margin: 0 !important;	
}

dl {
	margin:0 !important;
	padding:0 !important;
}

/* newsletters form */

#newsletters_signup {
	text-align: center;
	margin-left: -15px;
}

#newsletters_signup h2 {
	font-size: 1.2em !important;
}

#newsletters_signup form {
	margin: 0;
	padding: 0;
}

#newsletters_signup input {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	text-align: center;
	border-style: solid;
	border-color: #1C2B7D;
	border-width:1px;
	width: 180px;
	height: 15px;
/*	line-height: 17px; */
	color: #23369A;
	padding-top: 2px;
}

#newsletters_signup .button {
	margin-top: 0.5em;
	width: 8em;
	height: 20px;	
	border-style: solid;
	border-color: #1C2B7D;
	border-width:1px 2px 2px 1px;
	background-color: #ffffff;
}

#newsletters_signup p {
	color: #23369A;
	font-size: 0.8em;
	line-height: 140%;
}

/* <- Press specific [end] */

/* 					   				Content [END]	*/
/* ------------------------------------------------ */
