/* First, let's reset browser styles using
CSS Reset v1.0 by Eric Meyer - Released in the public domain | 20080212
Itris Automation Square styling starts below
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Itris Automation Square styling starts here
*/

html {
	font-family: Arial, sans;
	font-size: 76%;
}

body {
	font-size: 1em;
	line-height: 1.5;
	background: #333;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#container {
	background: #fff;
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
}

#container-stories {
	background: #fff;
	margin: 0 auto;
	width: 600px;
	overflow: hidden;
}

#container-homepage {
	background: #fff;
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
}

/* Header */

#header {
	overflow: hidden;
	background: #93a3af;
	background: transparent url("../img/header.png") left top no-repeat;
}

#header h1 a {
	float: left;
	padding: 0;
	margin: 0;
	width: 253px;
	height: 103px;
	background: transparent url("../img/IAS-logo.png") left top no-repeat;
}

#header h1 span {
	display: none;
}

#header-homepage {
	overflow: hidden;
	height: 132px;
	background: #93a3af;
	background: transparent url("../img/header-bis.png") left top no-repeat;
}

#header-homepage h1 a {
	float: left;
	padding: 0;
	margin: 0;
	width: 253px;
	height: 103px;
	background: transparent url("../img/IAS-logo.png") left top no-repeat;
}

#header-homepage h1 span {
	display: none;
}

#nav {
	text-align: right;
	height: 188px;
}

#nav h2 {
	display: none;
}

#nav ul li {
}

#nav div {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

#nav-homepage {
	text-align: right;
	height: 132px;
}

#nav-homepage h2 {
	display: none;
}

#nav-homepage ul li {
}

#nav-homepage div {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

.language {
	clear: right;
}

.language, .usernav {
	padding-right: 20px;
}

.language ul li {
	display: inline;
	margin-left: 7px;
}

.usernav {
	font-size: 0.9em;
}

.usernav a:link, .usernav a:visited {
	font-weight: bold;
}

.usernav a:link, .usernav a:visited {
	text-decoration: none;
	color: #000;
}

.usernav a:hover {
	text-decoration: underline;
}

.usernav ul li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #000;
}

.usernav ul li.last {
	border-right: none;
	padding-right: 0;
}

.topnav {
	position: relative;
	top: 105px;
	float: right;
}

.topnav ul li {
	float: left;
}

.topnav ul li.profile {
	width: 96px;
	background: #fff url("/img/menu-profile.png") left top no-repeat;
}

.topnav ul li.company {
	width: 78px;
	background: #fff url("../img/company.png") left top no-repeat;
}

.topnav ul li.company-bis {
	width: 78px;
	background: #fff url("../img/company-actif-bis.png") left top no-repeat;
}

.topnav ul li.technology-market {
	width: 118px;
	background: #fff url("../img/technology-market.png") left top no-repeat;
}

.topnav ul li.technology-market-bis {
	width: 118px;
	background: #fff url("../img/technology-market-actif-bis.png") left top no-repeat;
}

.topnav ul li.products-services {
	width: 119px;
	background: #fff url("../img/products-services.png") left top no-repeat;
}

.topnav ul li.products-services-bis {
	width: 119px;
	background: #fff url("../img/products-services-actif-bis.png") left top no-repeat;
}

.topnav ul li.news-events {
	width: 111px;
	background: #fff url("../img/news-events.png") left top no-repeat;
}

.topnav ul li.news-events-bis {
	width: 111px;
	background: #fff url("../img/news-events-actif-bis.png") left top no-repeat;
}
.topnav ul li.projects {
	width: 76px;
	background: #fff url("/img/menu-projects.png") left top no-repeat;
}

.topnav ul li.quotations {
	width: 141px;
	background: #fff url("/img/menu-quotations.png") left top no-repeat;
}

.topnav ul li a {
	display: block;
	height: 18px;
}

.topnav ul li a span {
	display: none;
}

/* Main */

#maincontainer {
	float: left;
	background: #fff url("../img/content.png") left bottom repeat-y;
}

#maincontainer-homepage {
	height: 173px;
	background: #fff url("../img/background-homepage.gif") left top no-repeat;
}

#content-maincontainer-homepage {
	position: relative;
	width: 400px;
	margin-top: 0px;
	margin-left: 10px;
}

#content-maincontainer-homepage a:link, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;

}

#content-maincontainer-homepage a:hover {
	text-decoration: none;
	color: #ffb600;
	border-bottom: 1px solid #000;
}


#content-maincontainer-homepage p {
	text-align: justify;
}

#content-maincontainer-homepage h1 {
	width: 575px;
	color: #162571;
	font-size: 1.3em;
	border-bottom: 0px solid #a3a3a3;
	margin-bottom: 0em;
}

#content-maincontainer-homepage h2 {
		color: #162571;
		margin-top: 2em;
}

#content-maincontainer-homepage li {
 
 background-repeat: no-repeat;
 background-position: left top;
 list-style-type: square;
 padding-left: 12px;
 }
 
#latest-news-container-homepage {
	float: left;
	height: 177px;
	width: 307px;
	background: #fff url("../img/latest-news-container.gif") left top no-repeat;
	margin-right: 0px
}

#content-latest-news-container-homepage {
	position: relative;
	width: 307px;
	margin-top: 0px;
	margin-left: 10px;
}

#content-latest-news-container-homepage a:link, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;

}

#content-latest-news-container-homepage a:hover {
	text-decoration: none;
	color: #ffb600;
	border-bottom: 1px solid #000;
}


#content-latest-news-container-homepage p {
	text-align: right;
}

#content-latest-news-container-homepage h1 {
	width: 307px;
	text-align: left;
	padding-left: 170px;
	color: #162571;
	font-size: 1.3em;
	border-bottom: 0px solid #a3a3a3;
	margin-bottom: 0em;
}

#content-latest-news-container-homepage h2 {
	margin-top: 1em;
	text-align: right;
	padding-right: 40px;
}

#content-latest-news-container-homepage li {
 
 background-repeat: no-repeat;
 background-position: left top;
 list-style-type: square;
 padding-left: 12px;
 }
 
 #events-container-homepage {
	
	height: 177px;
	width: 493px;
	background: #fff url("../img/events-container.gif") right top no-repeat;
	padding-left: 307px;
	margin-left: 0px;
}

 #content-events-container-homepage {
	position: relative;
	width: 493px;
	margin-top: 0px;
	margin-left: 10px;
}

#content-events-container-homepage a:link, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;

}

#content-events-container-homepage a:hover {
	text-decoration: none;
	color: #ffb600;
	border-bottom: 1px solid #000;
}


#content-events-container-homepage p {
	text-align: right;
}

#content-events-container-homepage h1 {
	width: 307px;
	text-align: left;
	padding-left: 40px;
	color: #162571;
	font-size: 1.3em;
	border-bottom: 0px solid #a3a3a3;
	margin-bottom: 0em;
}

#content-events-container-homepage h2 {
	margin-top: 1em;
	text-align: left;
	padding-left: 40px;
}

#content-events-container-homepage li {
 
 background-repeat: no-repeat;
 background-position: left top;
 list-style-type: square;
 padding-left: 12px;
 }
 
 
#sidebar {
	float: left;
	width: 180px;
}

#sidebar h2 {
	display: none;
}

#sidebar li {
	width: 131px;
	display: inline;
}

#sidebar li a {
	display: block;
	width: 131px;
}

#sidebar li.homepage a {
	height: 37px;
	background: #fff url("/img/menu2-homepage.png") left bottom no-repeat;
}

#sidebar li.contact a {
	height: 27px;
	background: #fff url("/img/menu2-contact.png") left bottom no-repeat;
}

#sidebar li.faq a {
	height: 46px;
	background: #fff url("/img/menu2-faq.png") left bottom no-repeat;
}

#sidebar li.company-overview a {
	height: 37px;
	background: #fff url("../img/company-overview.png") left bottom no-repeat;
}

#sidebar li.careers a {
	height: 27px;
	background: #fff url("../img/careers.png") left bottom no-repeat;
}

#sidebar li.partners a {
	height: 27px;
	background: #fff url("../img/partners.jpg") left bottom no-repeat;
}

#sidebar li.references a {
	height: 27px;
	background: #fff url("../img/references.png") left bottom no-repeat;
}

#sidebar li.locations a {
	height: 27px;
	background: #fff url("../img/locations.png") left bottom no-repeat;
}

#sidebar li.contact-us a {
	height: 46px;
	background: #fff url("../img/contact-us.png") left bottom no-repeat;
}

#sidebar li.market-need a {
	height: 37px;
	background: #fff url("../img/market-need.png") left bottom no-repeat;
}

#sidebar li.itris-approach a {
	height: 27px;
	background: #fff url("../img/itris-approach.png") left bottom no-repeat;
}

#sidebar li.glips-language a {
	height: 27px;
	background: #fff url("../img/glips-language.png") left bottom no-repeat;
}

#sidebar li.verification-methods a {
	height: 46px;
	background: #fff url("../img/verification-methods.png") left bottom no-repeat;
}

#sidebar li.PLC-Metrics a {
	height: 37px;
	background: #fff url("../img/PLC-Metrics.png") left bottom no-repeat;
}

#sidebar li.PLC-Converter a {
	height: 27px;
	background: #fff url("../img/PLC-Converter.png") left bottom no-repeat;
}

#sidebar li.full-migration-service a {
	height: 27px;
	background: #fff url("../img/full-migration-service.png") left bottom no-repeat;
}

#sidebar li.PLC-Checker a {
	height: 27px;
	background: #fff url("../img/PLC-Checker.png") left bottom no-repeat;
}

#sidebar li.PLC-DocGen a {
	height: 27px;
	background: #fff url("../img/PLC-docgen.jpg") left bottom no-repeat;
}

#sidebar li.PLC-quality-service a {
	height: 27px;
	background: #fff url("../img/PLC-quality-service.png") left bottom no-repeat;
}

#sidebar li.training a {
	height: 27px;
	background: #fff url("../img/training.png") left bottom no-repeat;
}
#sidebar li.support a {
	height: 46px;
	background: #fff url("../img/support.png") left bottom no-repeat;
}

#sidebar li.press-releases a {
	height: 37px;
	background: #fff url("../img/press-releases.png") left bottom no-repeat;
}

#sidebar li.events a {
	height: 27px;
	background: #fff url("../img/events.png") left bottom no-repeat;
}

#sidebar li.awards a {
	height: 27px;
	background: #fff url("../img/awards.png") left bottom no-repeat;
}

#sidebar li.media-relations a {
	height: 46px;
	background: #fff url("../img/media-relations.png") left bottom no-repeat;
}

#sidebar li a {
	display: block;
	height: 18px;
}

#sidebar li a span {
	display: none;
}

#content {
	position: relative;
	width: 400px;
	margin-top: 10px;
	margin-left: 225px;
}

#content a:link, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;

}

#content a:hover {
	text-decoration: none;
	color: #ffb600;
	border-bottom: 1px solid #000;
}


#content p {
	text-align: justify;
}

#content h1 {
	width: 575px;
	color: #162571;
	font-size: 1.4em;
	border-bottom: 1px solid #a3a3a3;
	margin-bottom: 0.5em;
}

#content h2 {
	margin-top: 2em;
	font-size: 1.1em;
}

#content li {
 
 background-repeat: no-repeat;
 background-position: left top;
 list-style-type: square;
 padding-left: 12px;
 }

#content-stories {
	position: relative;
	width: 400px;
	margin-top: 10px;
	margin-left: 75px;
}

#content-stories a:link, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;

}

#content-stories a:hover {
	text-decoration: none;
	color: #ffb600;
	border-bottom: 1px solid #000;
}


#content-stories p {
	text-align: justify;
}

#content-stories h1 {
	width: 500px;
	color: #162571;
	font-size: 1.4em;
	border-bottom: 1px solid #a3a3a3;
	margin-bottom: 0.5em;
}

#content-stories h2 {
	margin-top: 2em;
	font-size: 1.1em;
}

#content-stories li {
 
 background-repeat: no-repeat;
 background-position: left top;
 list-style-type: square;
 padding-left: 12px;
 }


#footer {
	font-size: 0.85em;
	clear: left;
	margin: 0 auto;
	text-align: center;
	padding-top: 319px;
	padding-bottom: 15px;
	background: #fff url("../img/bottomcontent.png") left bottom no-repeat;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #000;
}

#footer ul li.last {
	border-right: none;
}

#footer li a {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-homepage {
	font-size: 0.85em;
	clear: left;
	margin: 0 auto;
	text-align: center;
	padding-top: 87px;
	padding-bottom: 15px;
	background: #fff url("../img/footer-homepage.gif") left bottom no-repeat;
}

#footer-homepage ul li {
	display: inline;
	border-right: 1px solid #000;
}

#footer-homepage ul li.last {
	border-right: none;
}

#footer-homepage li a {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#footer-homepage a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer-homepage a:hover {
	text-decoration: underline;
}

/* Forms */

fieldset {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #a3a3a3;
	padding: 1em;
}

label {
	display: block;
}

div.column{
	float : left;
	padding-right: 5%;
	width: 45%;
}

.required {
	font-weight: bold;
}

.optional {
	color: #444;
}

/* Tables */

table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	white-space: normal;
}
th {
	background-color: #e4e7e7;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 4px;
}
table tr td {
	border-right: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
table tr.altRow td {
	background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
	text-align: left;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 2px solid #ccc;
}

/* CakePHP error messages */

#flashMessage, .error, .error_message {
	color:#900;
	margin-bottom: 0.8em;
	font-weight: bold;
}
