/* @override http://mimage.opentext.com/alt_content/binary/emea/eim/styles/eim.css */

/* Table of Contents:

	Typography
	Header
	Primary Navigation
	Content
	Home page
	
*/

/* Typography
--------------------------------------------------------------------------------------- */


a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	}

body { 
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	} 
	
p, ul { 
	font-size: 1em; /* 14px */ 
	line-height: 1.5em; /* 21px */ 
	margin: 0 0 1.5em 0; 
	}

h1	{
	font-size: 2em; /* 24px */ 
	line-height: 1.3em; /* 36px */ 
	margin-top: 0em; 
	margin-bottom: 1em; 
	font-weight: normal;
	color: #005C9C;
	}
	
h2 {
	font-size: 1.3333em; /* 16px */ line-height: 1.125em; /* 18px */ margin-top: 1em; margin-bottom: .4em;   
	color: #004471;
	}
	
h3 {
	font-size: 1.1667em; /* 14px */ line-height: 1.2857em; /* 18px */ margin-top: 1em; margin-bottom: .2857em; 
	color: #004471;
	}
	

/* Header
--------------------------------------------------------------------------------------- */
	
#layer_buttons {
	position: absolute;
	right: 0px;
	top: 35px;
	width: 477px;
	height: 25px;
	}
	
body.sap #layer_buttons {
	width: 356px;
	}
	
#layer_buttons a {
	text-decoration: none;
	}
	
#layer_buttons img.arrow_button {
	position:  absolute;
	top: 4px;
	right: 10px;
	}
	
.flag_language {
	float:  left;
	padding: 4px 10px 0px 0px;
	margin-left: 5px;
	}

#button_info {
	position: relative;
	float: left;
	width: 172px;
	height: 25px;
	background-image: url('http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_button_info.png');
	vertical-align: middle;
	}
	
#button_stf {
	position: relative;
	float: left;
	width: 172px;
	height: 25px;
	margin-left: 12px;
	background-image: url('http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_button_stf.png');
	vertical-align: middle;
	}

#button_language_top {
	position: relative;
	float: left;
	width: 111px;
	height: 25px;
	margin-left: 10px;
	vertical-align: middle;
	background-image: url('http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_button_language_top.png');
	}

#button_language {
	position: relative;
	float: left;
	width: 111px;
	height: 25px;
	margin-left: 10px;
	background-image: url('http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_button_language.png');
	}

.link_button {
	color: #0072AA;
	text-decoration: none;
	line-height: 25px;
	top: 50%;
	margin-top: -10px;
	font-size: 0.9286em; /* 13px */
	margin-left: 25px;
	}
	
.link_language {
	color: #0072AA;
	text-decoration: none;
	line-height: 25px;
	top: 50%;
	margin-top: -10px;
	font-size: 0.9286em; /* 13px */ 
	margin-left: 10px;
	}

#languages {
	position: absolute;
	top: 60px;
	width: 111px;
	height: 75px;
	z-index: 100;
	display: none;
	right: 0px;
}

.languages_choose {
	width: 111px;
	/*height: 25px;*/
	background-image: url('http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_button_language.png');
	z-index: 100;
	margin-top: 0px;	
	}
	
	

/* Primary Navigation
--------------------------------------------------------------------------------------- */

#primarylist {
	position: absolute; 
	top: 70px; 
	right: 0;
	font-size: 0.8571em; /* 12px */ 
	width: 698px;
	background: url(http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_primarynav.png) no-repeat;
	}
	
ul#primarylist li {
	float: left;
	height: 30px;
	position: relative;
	text-align: center;
	}
	
ul#primarylist li a {
	float: left;
	display: block;
	padding: 0 1.7em;
	line-height: 2.1em;
	text-decoration: none;
	color: #FFF;
	}
	
#primarynav a.toplink:hover,
#primarynav li.hovering a.toplink {
	background-image: none;
	}
	
	
/* Content
--------------------------------------------------------------------------------------- */
	
#content {
	position: relative;
	float: left;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3+, Chrome */
	border-radius: 8px; /* Opera 10.5, IE 9 */
    background-color: #dce9f2;
    padding: 20px 0px;
    width: 950px;
	}
	
#content-nobg {
	position: relative;
	float: left;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3+, Chrome */
	border-radius: 8px; /* Opera 10.5, IE 9 */
    background-color: none;
    padding: 20px 0px;
    width: 950px;
	}
	
#content-oneCol {
	position: relative;
	/*margin: 0px 35px;*/
	width: 950px;
	/*margin-left: 35px;*/
	margin: 0px;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 3px 3px 4px #c5c6c6; /* FF3.5+ */
  	-webkit-box-shadow: 3px 3px 4px #c5c6c6; /* Saf3.0+, Chrome */
    box-shadow: 3px 3px 4px #c5c6c6; /* Opera 10.5, IE 9.0 */
    background: #ffffff url(http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_content_oneCol_bg.jpg) right bottom no-repeat;
    border: 1px solid #c6c6c6;
	}
	
#oneCol_copy {
	padding: 35px;
	}

#main_content {
	position: relative;
	display: inline;
	float: left;
	width: 583px;
	margin: 0px 20px;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 3px 3px 4px #c5c6c6; /* FF3.5+ */
  	-webkit-box-shadow: 3px 3px 4px #c5c6c6; /* Saf3.0+, Chrome */
    box-shadow: 3px 3px 4px #c5c6c6; /* Opera 10.5, IE 9.0 */
    background: #ffffff url(http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_main_content_bg.jpg) left bottom no-repeat;
    border: 1px solid #c6c6c6;
	}
	
#sub_content {
	position: relative;
	float: left;
	margin-top: 0px;
	width: 325px;
	height: 475px;
	background: url(http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_folders.jpg) right top no-repeat;
	}
	
#main_copy {	
	padding: 40px;
	}
	

/* Home page
--------------------------------------------------------------------------------------- */

#home_content {
    position: relative;
	display: inline;
	float: left;
    width: 538px;
    margin: 0px 20px;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 3px 3px 4px #c5c6c6; /* FF3.5+ */
  	-webkit-box-shadow: 3px 3px 4px #c5c6c6; /* Saf3.0+, Chrome */
    box-shadow: 3px 3px 4px #c5c6c6; /* Opera 10.5, IE 9.0 */
    background: #ffffff url(http://mimage.opentext.com/alt_content/binary/emea/eim/images/EMEA_EIM_home_content_bg.gif) left bottom no-repeat;
    border: 1px solid #c6c6c6;
	}
	
#home_sub_content {
	position: relative;
	float: left;
	width: 350px;
	height: auto;
	margin-top: 0px;
	background: none;
	}

.home_copy {
	margin: 20px;
	}
	
.home_copy h1 {
	margin-left: 40px;
	}

.home_copy h2, .home_copy p {
	margin-left: 160px;
	}
	
#home_movie {
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 3px 3px 4px #c5c6c6; /* FF3.5+ */
  	-webkit-box-shadow: 3px 3px 4px #c5c6c6; /* Saf3.0+, Chrome */
    box-shadow: 3px 3px 4px #c5c6c6; /* Opera 10.5, IE 9.0 */
    background-color: #ffffff;
    border: 1px solid #c6c6c6;
    padding: 4px 6px 6px 6px;
	}
	
#home_resources {
	position: relative;
	margin-top: 20px;
	width: 300px;
	background-color: #fff;
	border: 1px solid blue;
	}
	
#home_resources .copy {
	padding: 0em 1.5em;
	}
	
#home_postit {
	position: relative;
	margin-top: 20px;
	width: 346px;
	}
	
#home_postit h2 {
	margin: 0;
	padding: 1em 1em .5em 1em;
	color: #963;
	background-color: #f6f795;
	border-right: 1px solid #efe994;
	}
	
#home_postit .copy {
	margin: 0;
	padding: 0 1.4em;
	background-color: #f4f593;
	border-right: 1px solid #efe994;
	}
	
#home_postit p {
	margin: 0;
	}
	
#home_postit .bot {
	margin: 0;
	padding: 0;
	height: 65px;
	background-color: #e6e87e;
	background: url('http://img.en25.com/eloquaimages/clients/OpenTextGlobal/{b27ddd34-c732-4ccd-a952-e2ebcbd1199c}_EMEA_EIM_postit_bot.gif') bottom left no-repeat;
	}
	
	
/* Forms
--------------------------------------------------------------------------------------- */

table.form_table td {
	padding: 3px 10px 3px 3px;
	}
	
td .elqLabel {
	display: block;
	width: 180px;
	text-align: right;
	}
	
td .elqField {
	width: 300px;
	}
