/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 17, 2012 */

@font-face {
    font-family: 'HelveticaLight';
    src: url('fonts/helveticaneue-lightcond-webfont.eot');
    src: url('fonts/helveticaneue-lightcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-lightcond-webfont.woff') format('woff'),
         url('fonts/helveticaneue-lightcond-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-lightcond-webfont.svg#HelveticaNeue47LightCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747474;
}

/* Headings
-------------------------------------------------------------- */

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

h1 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	
	font-family: 'HelveticaLight', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #20669c;
	font-weight: normal;
}

h2 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;

	font-family: 'HelveticaLight', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #747474;
	font-weight: normal;
}

h3 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	
	font-family: 'HelveticaLight', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #20669c;
	font-weight: normal;
} 

h4{ 
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	
	font-size: 14px;
	color: #20669c;
	font-weight: normal;
}

/* hr
-------------------------------------------------------------- */

hr {
	height: 1px;
	margin: 10px 0 !important;
	margin: 10px 0 !important;
	padding: 0;
	border: 0;
	background-color: #d2d2d2;

	color: #d2d2d2;
}

/* a
-------------------------------------------------------------- */

a {	color: #20669c; text-decoration: none}
a:hover, a:focus { color:#000; text-decoration: underline; }

/* Links
-------------------------------------------------------------- */

.link {
}

	.link a {
		display: block;
		padding: 9px;
		border-bottom: 1px dotted #fff;
		
		color: #484848;
		font-size: 14px;
		text-decoration: none;
	}	

	.link a:hover,
	.link a.active {
		border-bottom: 1px solid #fff;
		background: url('images/customer/bg_link.gif') right 0 no-repeat #20669c;

		color: #fff;
	}

	.link a.sub { 
		padding: 4px 10px 4px 20px;
		margin: 0 20px 0 0;


		font-size: 11px; 
		color: #777;
	}

		.link a.sub:hover, .link a.sub.active { background-image: none; background-color: #20669c; color: #fff; }

.cadre {
	padding: 10px;
	border: 1px solid #EAEAEA;
	text-align: center;
	background: #fff;
}

/* Text elements
-------------------------------------------------------------- */

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
acronym     { border-bottom: 1px dotted #666; }
del         { color:#666; }
code { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

p { margin: 0 0 10px 0;}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin: 15px; }
ul, ol      { margin: 15px 0; *margin: 15px 0 0 40px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

/* Tables
-------------------------------------------------------------- */

table			{ }
th				{ text-align: left; font-weight: bold; color: #fff; background: #2e71a6; }
thead th 		{ background: #c3d9ff; }
th,td,caption	{ padding: 3px; }
tr.even td		{ background: #f3f2f2; }
tfoot			{ font-style: italic; }
caption			{ background: #eee; }

table.table{
	font-size: 11px;
	margin: 0;
}

table.table th{
	padding: 6px;
	background-color: #20669c;

	color: #ffffff;
}

table.table td{
	padding: 3px 6px;
	border-bottom: 1px solid #eaeaea;
}

table hr{
	margin: 3px;
}

/* Misc classes
-------------------------------------------------------------- */

.highlight  { background: #ff0; }
.added      { background: #060; color: #fff; }
.removed    { background: #900; color: #fff; }
