/* Standard html elements */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #F2F2F2;
	background-image: url(../img/background-page.gif);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	text-align: center;					
}

div {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	color: #108FC7;
	margin-top: 0px;
	margin-bottom: 2px;
}

h2 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #108FC7;
	margin-bottom: 4px;
}

h3 {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #108FC7;
	margin-top: 0px;
	margin-bottom: 4px;
}

div, p, td, li {
	font-size: 12px;
	margin-top: 0px;
}

li {
	line-height: 20px;
}

a {
	color: #007ABA;
}

a:hover {
	color: #C4080C;
}

/* Building blocks for a normal page (780px) */

div.container {
	width: 792px;
	margin: 0px auto;
	background-image: url(../img/background-container.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: left;
}

div.container2 {
	width: 792px;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(../img/background-container2.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

div.header {
	background-image: url(../img/header.jpg);
	height: 65px;
}

div.main {
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 16px;
	padding-bottom: 20px;
	min-height: 550px;
}

div.right {
	float: right;
	width: 240px;
	/* padding-left: 20px; */
}

div.footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 30px;
	text-align: right;
	color: White;
	font-size: 11px;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 11px;
}

div.footer-text {
	text-align: center;
	font-size: 11px;
	color: #8A8A8A;
	padding-top: 3px;
	padding-bottom: 12px;
}

div.footer-text a {
	color: #8A8A8A;
}

/* Building blocks for a wide page (920px) */

body.wide div.container {
	width: 932px;
	background-image: url(../img/background-container-wide.gif);
}

body.wide div.container2 {
	width: 932px;
	background-image: url(../img/background-container2-wide.gif);
}

body.wide div.header {
	background-image: url(../img/header-wide.jpg);
}

body.wide div.footer {
	background-image: url(../img/footer-wide.jpg);
}

/* Standard components */

div.subtitle {
	font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #8A8A8A;				
}

p.intro {
	margin-top: 16px;
	margin-bottom: 8px;
	padding-left: 19px;
	font-size: 9pt;
	line-height: 18px;
	background-image: url(../img/triangle-bigblue.gif);
	background-repeat: no-repeat;
}

p.homepage, p.info {
	line-height: 18px;
	font-size: 9pt;
}

span.red {
	color: #C4080C;
}

div.dottedline {
	background-image: url(../img/dottedline.gif);
	height: 1px;
	overflow: hidden;
}

div.triangle {
	padding: 3px;
	padding-left: 20px;
	background-image: url(../img/triangle-blue.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

select.small {
	background-color: White;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 11px;
}

div.warning {
	padding: 16px;
	padding-left: 56px;
	height: 50px;
	background-image: url(../img/warning.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-color: #F2F0EF;
	border: solid 1px #D4D0C8;
}

div.testsession {
	margin-top: -9px;
	margin-bottom: 3px;
	color: #C4080C;
	font-weight: bold;
	font-size: 14px;
}

/* Homepage specific */

/*

input.text {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	border: solid 1px #808080;
	padding-left: 3px;
	height: 19px;
	line-height: 15px;
}

*/

/* Menu */

#Menu {
	background-color: White;
	border-top: solid 6px #65BBE2;
	border-bottom: solid 1px #65BBE2;
	text-align: left;
	padding-top: 3px;
	padding-left: 26px;
	padding-right: 26px;
}

#Menu td {
	color: #007ABA;
	vertical-align: top;
	font-size: 11px;
	border-bottom: solid 3px White;
}

#Menu td.active {
	border-bottom: solid 3px #65BBE2;
	color: #007ABA;
}

#Menu td.spacer {
	width: 12px;
}

#Menu a {
	color: #007ABA;
	text-decoration: none;
}

#Menu a:hover {
	color: #C4080C;
}

#Menu div.right {
	float: right;
	width: 300px;
	text-align: right;
	color: #007ABA;
	font-size: 11px;
}

/* Dossier Navigation */

#DossierNavigation {
	padding-top: 3px;
	padding-left: 40px;
	padding-bottom: 3px;
	background-image: url(../img/dossiernavigation-background.gif);
	border: solid 1px #D4D0C8;
	border-bottom-color: #817E78;
	border-right-color: #817E78;
	margin-bottom: 12px;
}

#DossierNavigation td {
	padding-right: 40px;
	padding-top: 3px;
}

#DossierNavigation td.line {
	background-position: 0px 3px;
	background-image: url(../img/dossiernavigation-line.gif);
}

#DossierNavigation a, #DossierNavigation span.link {
	text-decoration: none;
	color: #0076AC;
	font-size: 11px;
	font-weight: bold;
}

#DossierNavigation span.disabled {
	text-decoration: none;
	color: #C1BFB9;
	font-size: 11px;
	font-weight: bold;
}

#DossierNavigation span.selected {
	text-decoration: none;
	color: #CB0101;
	font-size: 11px;
	font-weight: bold;
}

#DossierNavigation a.text:hover {
	text-decoration: underline;
}

div#SaveAndClose {
	float: right;
	width: 132px;
	height: 20px;
	background-color: White;
	margin-top: -8px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #007ABA;
	text-decoration: underline;
	background-image: url(../img/button-save-and-close.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 19px;
	cursor: pointer;
}

/* Tabbar */

table.tabbar {
	margin-top: 20px;
	margin-bottom: 0px;
}

td.tab, td.activetab {
	font-size: 11px;
	color: Black;
	height: 21px;
	padding-left: 15px;
	padding-right: 15px;
	border: solid 1px #65BBE2;
	white-space: nowrap;	
}

td.tabbar {
	border-bottom: solid 1px #65BBE2;
}


td.tab {
	background-color: #CCECFA;
}

a.tab {
	color: Black;
	text-decoration: none;
}

a.tab:hover {
	text-decoration: underline;
}

td.activetab {
	background-color: White;
	border-bottom: solid 1px White;
}

/* javascript tabbar */

div.tabbar div.background, div.tabbar div.spacer {
	height: 21px;
	border-bottom: solid 1px #65BBE2;
}

div.tabbar div.background {
}

div.tabbar div.spacer {
	float: left;
	width: 5px;
}

div.tabbar div.tab, div.tabbar div.activetab {
	font-size: 11px;
	height: 21px;
	float: left;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	border: solid 1px #65BBE2;
}

div.tabbar div.tab {
	background-color: #CCECFA;
	cursor: pointer;
}

div.tabbar div.activetab {
	border-bottom: solid 1px White;
	background-color: White;
}

/* Tab */

div.tab {
	border: solid 1px #65BBE2;
	border-top: none;
	padding: 16px;
	padding-bottom: 10px;
	background-image: url(../img/background-tab.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.tab p {
	line-height: 18px;
}

#StartSwitchSession 
{
	display: block;
	margin-top: -10px;
	width: 450px;
}

/* Contract Choice Section */

div.first-choicesection {
	border-top: solid 1px #E1D3AD;
}

div.choicesection, div.first-choicesection {
	border-bottom: solid 1px #E1D3AD;
	background-color: #FFF7D9;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
}

/* Login */

div.login-header {
	margin-top: 6px;
	color: White;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
	background-color: #D23C06;
	border: solid 1px #C4080C;
	border-bottom: none;
	background-image: url(../img/triangle-white.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
}

div.login {
	padding-left: 12px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 8px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	border: solid 1px #ECCB34;
	border-top: none;
	background-image: url(../img/background-login.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

div.login table {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.login td {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 2px;
}

div.login input.text {
	border: solid 1px #D1B328;
	font-size: 11px;
	padding-left: 2px;
	width: 128px;
}			

div.login-mailpassword {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 2px;
	padding-bottom: 16px;
}
			
div.loginbox span.message {
	color: AA0000;
	font-weight: bold;
}

/* Logout in the menubar */
span.userinfo {
	background-image: url(../img/userinfo.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* Styles for the servicedesk infobar on the left side */
div.infoheader {
	font-size: 11px;
	font-weight: bold;
	border-top: solid 1px #C4080C;
	border-left: solid 1px #C4080C;
	border-right: solid 1px #C4080C;
	background-color: #D23C06;
	color: White;
	padding: 2px;
}

div.infodiv, div.lastinfodiv {
	font-size: 11px;
	padding: 2px;
	background-color: #FBF0BA;
	border-left: solid 1px #DED197;
	border-right: solid 1px #DED197;
	border-bottom: solid 1px #DED197;
}

div.infodiv a.action, div.lastinfodiv a.action {
	background-position : 1px 0px;
	background-repeat: no-repeat;
	padding-left: 22px;
	color: Black;
	text-decoration: none;
	line-height: 17px;
}

div.infodiv a.action:hover, div.lastinfodiv a.action:hover {
	text-decoration: underline;
}

div.lastinfodiv {
	margin-bottom: 12px;
}

div.partnerinfo, div.realworksinfo {
	background-color: #FBF0BA;
	padding: 6px;
	padding-left: 10px;
	border: solid 1px #DED197;
	display: none;
	cursor: pointer;
	position: absolute;
	font-size: 11px;
	margin-left: 144px;
	margin-top: -64px;
	width: 280px;
}

div.realworksinfo {
	width: 345px;
}

div.partnerinfo td {
	font-size: 11px;
	padding: 1px;
}

/* style for the document status list */

div.documentStatus {
	border: solid 1px #CCCCCC;
	padding: 8px;
	padding-left: 10px;
	padding-right: 16px;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-top: -10px;
}

div.documentStatus div.document {
	margin-bottom: 5px;
}

div.documentStatus div.document-event {
	padding-left: 20px;
	background-image: url(../img/triangle-blue.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}

a.pdfLink, a.faxLink, a.removeDocLink, a.imageLink {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 19px;
	padding-top: 1px;
	height: 16px;
}

a.pdfLink {
	background-image: url(../img/pdf.gif);
	padding-right: 16px;
}

a.faxLink {
	background-image: url(../img/fax.gif);
}

a.removeDocLink {
	background-image: url(../img/cross.png);
}

/* comments and alerts */

div.alert, div.comment {
	background-color: #FFFFEE;
	border: solid 1px #BBBBAA;
	padding: 10px;
	padding-left: 30px;
	display: none;
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.alert {
	background-image: url(../img/exclamation.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

div.comment {
	background-image: url(../img/information.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

span.help {
	cursor: pointer; 
	padding-left: 19px; 
	background-image:url(../img/help.png); 
	background-position: 3px -1px; 
	background-repeat: no-repeat
}

/* NutSelect buttons */

button.nutselect-button {
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 4px 2px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin-right: 10px;
	overflow: visible;
	background-color: #E7E4DE;
}

/* Overlay */

a.overlay-close {
	font-size: 11px;
	color: #97968F;
	background-image: url(../img/overlay-close.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	padding-right: 16px;
}

a.overlay-close:hover {
	color: #D23C06;
	background-image: url(../img/overlay-close-hover.gif);
}

/* Datagrid */

tr.datagrid-header td {
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
	background-color: #108FC7; 		
	font-size: 11px;
	color: white;
	text-align: left;
}

tr.datagrid-header a {
	color: white;
	text-decoration: none;	
}

tr.datagrid-header a:hover {
	text-decoration: underline;
}

tr.row1 td, tr.row2 td {
	vertical-align: top;
	font-size: 11px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 3px;
	border-bottom: solid 1px #CDCDAA;
}

tr.row1 td{
	background-color: #F3F3E9;
}

tr.row2 td{
	background-color: #E7E7D3;
}

td.column-white {
	background-color: White;
	border-color: White;
	padding-left: 2px;
	padding-right: 2px;
}

/* Warmth table */

table.warmth td {
	font-size: 11px;
	padding: 2px;
	padding-left: 5px;
	border-bottom: solid 1px #CCCCCC;
	vertical-align: top;
}

table.warmth th {
	padding: 2px;
	padding-left: 5px;	
	font-size: 12px;
	text-align: left;
	border-bottom: solid 2px #CCCCCC;
}

/* Cancel link on the order phase of the dossier */

a.cancellink {
	background-repeat: no-repeat;
	background-image: url(../img/cross.png);
	background-position: 0px 0px;
	padding-left: 19px;
	padding-top: 1px;
	height: 16px;
}