
html {
    overflow: scroll;
}
body {
    font-size: 12px;
    color: #323A47;
    background: #fff url('../img/bgPattern.png') repeat-x;
    font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
    margin: auto;
    text-align: center;
    position: relative;
}
b, strong {
	font-weight: bold;
	font-size: 1.1em;
}

td {
    font-size: 12px;
    color: #323A47;
    text-align: center;
    font-family: Calibri, Arial, sans-serif;
	line-height: 1.5em;
}
th {
    font-size: 12px;
    color: #323A47;
    text-align: center;
    font-family: Calibri, Arial, sans-serif;
	line-height: 1.5em;
}
samp {
    font-size: 12px;
    color: #DC143C;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}
big {
    font-variant: small-caps;
}
p {
	margin: 10px 10px 10px 15px;
	text-align: justify;
}
a.external {
    background: transparent url('../img/external.gif') no-repeat right center;
    padding: 0 14px 0 1px;
}

abbr {
	border-bottom: 1px dotted #55d;
	margin-top: 10px;
}

hr {
    border: solid 1px #aac;
}

input {
	margin-top: 5px;
}

img {
    border: 0px;
}

sub {
     font-size:8px;
	 margin-bottom: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.detailLeft{
  width: 140px;
}
  
.cLeft {
  clear: left;
}

.cRight {
  clear: right;
}

.cBoth {
  clear: both;
}

.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
h2 {
	font-family: Calibri, Trebuchet MS;
	font-size: 20px;
	margin: 0px;
	position: relative;
}

h3 {
	font-family: Calibri, Trebuchet MS;
	font-size: 22px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #3074cd;
}

.h3pad {
	padding-top: 5px;
}

h4 {
	font-family: Calibri, Trebuchet MS;
	font-size: 20px;
	margin: 0px 0px 0px 5px;
	color: #3074cd;
}

h5 {
	font-family: Calibri, Trebuchet MS;
	margin: 5px 0px 0px 15px;
	font-weight: bold;
	font-size: 1.2em;
}


ul {
    list-style-image:url('../img/puce.png');
    list-style-type: none;
}

li {
	margin: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}

fieldset {
	border: 1px solid #999;
	margin-bottom: 15px;
	display: block;
	padding: 5px;
}
legend {
	font-weight: bold;
	color: #99804c;
	padding: 0px 5px 0px 5px;
}

a:link {
    color: #003366; 
    /*font-weight: bold;*/
    text-decoration : none;
}

a:visited {
    color: #000066;
    /*font-weight: bold;*/
    text-decoration: none;
}

a:active {
    color: #003366;
    text-decoration: none;
}

a:hover {
    color: #003366;
    text-decoration: underline;
}

td.alignCenter {
	text-align: center;
}

td.alignRight {
	text-align: right;
}

td.alignLeft {
	text-align: Left;
}

td.blue {
	background-color: rgb(245,245,255);
}

td.yellow {
	background-color: rgb(255,255,230);
}

.ico {
	width: 16px;
	height: 16px;
}

.redNeeded {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: red;
	vertical-align: 40%;
}

.boxCenter {
	margin: 100px 125px 0px 125px;
	width: 300px;
	border: 1px solid #999;
	text-align: center;
	padding: 0px 10px 10px 10px;
}

#innerHeader {
	width: 770px;
	height: 134px;
	margin: auto;
}

#header .logoLeft {
	float: left;
	margin-top: 20px;
}

#header .logoRight {
	float: right;
	margin-top: 20px;
}

#home td {
    vertical-align: top;
    border: solid 1px #aaa;
    padding: 5px;
    text-align: justify;
}

#alertBox {
	border: 1px dotted #a00;
	color: #a00;
	width: 557px !important;
	width: 545px;
	margin: 0px 5px 5px 0px; 
	padding: 5px;
	background-color: #faa;
	display: none;
}

#confirmBox {
	border: 1px dotted #0a0;
	color: #0a0;
	width: 557px !important;
	width: 545px;
	margin: 0px 5px 5px 0px; 
	padding: 5px;
	background-color: #afa;
	display: none;
}

.fullBox {
	padding: 5px;
	width: 572px;
	float:left; 
}
.marginRight, .halfLeft {
	margin-right: 10px;
}
.marginTop {
	margin-top: 10px;
}
.borderTable, .borderTable td {
	border: 1px solid #c6aa7b;
}
.borderBox {
	border: 1px solid #999;
}
.rightborderBox {
	border-right-width:  1px solid #999;
	padding 0px;
}

.halfBox {
	padding: 5px;
	width: 275px;
	float:left;
}

.oneThirdBox {
	width: 190px;
	float: left;
}
.oneFourthBox {
	width: 120px;
	float: left;
}

.twoThirdBox {
	width: 390px;
	float: left;
}
.oneSixthBox {
	width: 95px;
	float: left;
}

.silk {
	vertical-align		: -20%;
}
.silk_right {
	vertical-align		: -20%;
	margin-right		: 5px;
}
.silk_left {
	vertical-align		: -20%;
	margin-left			: 5px;
}


#content li {
	list-style-type: square;
	margin-left: 15px;
}

#histo td {
 	border: 0px;
 }
#histo th {
 	border-bottom: 1px solid #999;
 	background-color: #aaf;
 	text-align: left;
 }
#histo .bis, #ajaxClientName .bis {
	background-color: #ffa;
}

#ajaxClientName table {
	width: 550px;
    border-collapse: collapse;
    border: 1px solid #999;
}

#ajaxClientName th, #ajaxClientName td {
    padding: 5px;
    height: 30px;
}
#ajaxClientName th {
	border-bottom: 1px solid #999;
}

#taskList {
    list-style-type: none;
    padding-left: 0px;
    vertical-align: text-bottom;
    list-style: none inside none;
}
#taskList li {
    list-style-type: none;
}

#boaClientList, #boaCgpList {
	position: relative;
	margin-top: 20px;
  	display: block;
}
#boaAddClient td {
    background-color: #f0f0ff;
    padding : 0px 5px 5px 5px;
    vertical-align: top;
}
#boaAddClient th {
    background-color: #e9e9ff;
    padding : 5px;
}
#boaAddClient .label {
    padding-top : 10px;
    text-align: right;
}
#cancelled {
	display: none;
}
#boaUpload table {
	width: 350px;
}
#knowledgeBase li {
	height: 20px;
	list-style-type: none;
	margin-left: 20px;
}
#knowledgeBase ul, #bopClientDetail ul, #content ul {
	padding: 10px;
	margin: 0px;
}
#clientName ul, #clientName li {
	margin: 0; padding: 0;
}
#knowledgeBase li {
	height: 20px;
	margin-left: 20px;
	list-style-type: none;
	list-style-image: none;
}
#bopClientDetail li {
	height: 20px;
}
.bouHomeSubsc {
	margin: 10px;
	padding-left: 15px;
	line-height: 20px;
}
.bouHomeSubsc legend {
	font-size: 1.2em;
}
#content {
	z-index: 2;
}
#echoBox {
	position: fixed;
	top: -65px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-color: #eee;
	text-align: center;
	font-size: 20px;
	padding-top: 15px;
}
div.editInfo { margin-bottom: 0.5em; }
div.editInfo img.editIcon { visibility: hidden; }
div:hover.editInfo img.editIcon { visibility: visible; }

.onclick {
    cursor: pointer;
}
.onclick:hover {
    text-decoration: underline;
}

#histo .bis, #dtdCommunication .bis {
	background-color: #ffa;
}

#dtdCommunication table {
	width: 550px;
    border-collapse: collapse;
    border: 1px solid #999;
}

#dtdCommunication th, #dtdCommunication td {
    padding: 5px;
    height: 30px;
}
#dtdCommunication th {
	border-bottom: 1px solid #999;
}

