/*
	CMS Made Simple  : Main CSS
	Created by : Benjamin Magits
	Upgrade by : Jeremy Michel 
	Morris & Chapman
	
	Browser proof list : 
	--------------------
	Windows : IE 7.0+, Firefox 2.0+
	MacOSx :  Safari 1.3.2+, Firefox 2.0+, IE not supported anymore
	Linux : not tested
*/


body {
	margin: 0em 0em 0em 0em; /* Top Right Bottom Left */
	padding: 0em 0em 0em 0em; /* Top Right Bottom Left */
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	background-image:url(/images/back.body.jpg);
	background-repeat:repeat-x;
	color:#727272;
}


/* Links apparence*/

a {
	text-decoration: none;
	color:#7aaf43;	
}
a:hover {
	text-decoration: underline;
}

.summary a{
	text-decoration:underline;
}

.FooterContent a{
	color:#848484;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color:#7aaf43;
	padding-top:0px;
	margin-top:50px;
}


h2 {
	font-size: 1.5em;
	font-weight: bold;
	color:#7aaf43;
	padding-top:0px;
	margin-top:0px;
}


h3{
	font-size:14px;
	padding:0;
	margin: 0.7em 0em; 
}

img {
	border: 0;
}

p {
	line-height: 1.5em;
	margin: 0.7em 0em; 
}


hr{
  color: #eee;
  background-color: #eee;
  height: 1px;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
	padding-right:35px;
}

div#PageWrapper, .FooterContent{
	width:950px; /*Change this value to modify global site width*/
	padding: 0em 0em 0em 0em; /* Top Right Bottom Left */
	margin: 0em auto 0em auto; /* Top Right Bottom Left : Change left & right margin to align layout left/right (default:auto->centered layout) */ 
}

div#SideBarLeft {
	float: left;
	width: 126px;
	height:450px;
	background-image:url(/images/back.left.jpg);
	background-repeat:no-repeat;
}

div#SideBarRight {
	float: right;
	width: 45px;
	height:450px;
	background-image:url(/images/back.right.jpg);
	background-repeat:no-repeat;
}


#Header{
	height:55px;
	clear:both;	
}
#Menu{
	padding:0;
	margin:0;
	background-color:#7aaf43;
}

#Menu ul{
	list-style-type:none;
	margin:24px 0 0 0;
	padding:0;
	background-color:#7aaf43;
	height:38px;
	font-size:13px;
	
}

#Menu li{
	float:left;	
	background-color:#7aaf43;
	padding-right:15px;	

	margin:0;
	}

li.link{
	background:url(/images/menu.background.gif);
	background-repeat:no-repeat;
}

li.selected{
  background-image:url(/images/bg_menu_hover.jpg);
  background-color:#93cf54
  color:#666;
}

li.current{
	font-weight:bold;
	color:#fff;
	padding-top:20px;
	background:url(/images/menu.background.current.gif);
	background-repeat:no-repeat;
}

#Menu li a{
	line-height:38px;
	color:#fff;
}

.header_tagline{
	margin:17px 0 0 120px;
}

#Footer {
	clear:both;
	height:100px;
	margin-top:55px;
	padding-top:50px;
	background-image:url(/images/footer.background.jpg);
	background-repeat:repeat-x;
}

.FooterContent{
	width:800px;
	padding: 0 0 0 100px; /* Top Right Bottom Left */
	margin: 0em auto 0em auto; /* Top Right Bottom Left : Change left & right margin to align layout left/right (default:auto->centered layout) */
	font-size:11px; 
}

#Breadcrumbs {
	text-align:right;
	padding-top:10px;
}

#Content {
	height:100%;
	margin:15px;

}
#LeftPart, #RightPart, .LeftPartInside {
	float:left;
	width:360px;
}

#LeftPart{
	margin-top:45px;
	padding-right:20px;
	border-right:2px solid #d7d7d7;
}

#RightPart{
	margin-top:45px;
	padding-left:20px;
}

.LeftPartInside {
	margin-top:0px;
	padding-right:20px;
}

.homeBox{
	border-top:2px solid #7aaf43;
	border-bottom:2px solid #7aaf43;
	height:175px;
	margin-top:15px;
}

.homeBox ul{
	list-style-type:none;
	padding:20px 0 0 0 ;
	margin:0;
}

.homeBox li{
	float:left;
	padding:0 7px;
	margin:0;
}

.homeBox li.border{
	border-right:2px solid #d7d7d7;
}

ul.noticeBoard{
	list-style-type:none;
	padding-left:10px;
	margin:20px 0 0 0;

}

.noticeBoard li{
	padding:7px 0;
	margin:0;
}

/* specific style for text */

.title{
	font-size:14px;
	color:#7aaf43;
}

.green{
	color:#7aaf43;
}

.date{
	color:#a8a8a8;
}

/* FORMS */

.form_1{
	background-image:url(/images/form.background.jpg);
	background-repeat:repeat-y;
	background-position:bottom;
	width:355px;
	margin-top:25px;
}


.form_2{
	background-image:url(/images/form.background.jpg);
	background-repeat:repeat-y;
	background-position:bottom;
	width:355px;
	margin-top:25px;
	margin-left: 150px;
}


.form_content{
	padding:0 0 15px 25px;
}

.form_content_2{
  padding:0 0 15px 50px;
}

.form_content ul{
	list-style-type:none;
	border-left:1px solid #7aaf43;
	margin-left:5px;
	padding-left:25px;
}

.form_content li{
	margin:0;
	padding:0;
}

#CodePart1, #CodePart2, #CodePart3{
	width:78px;
	height:20px;
	float:left;
	margin-right:7px;
	border:1px solid #9f9f9f;
	background-color:#f8f8f8;
}

.form_title{
	padding-bottom:15px;
}

.FormTechnav{
	text-align:right;
	padding-right:20px;
	font-size:11px;
}

.title_company{
	font-weight:bold;
	font-size:14px;
}

#country {
  width:150px;
}

#registerForm{
  border:1px solid #ccc;
  margin-bottom:15px;
}

#registerForm th{
  text-align:left;
  width:120px;
  padding-left:15px;
}

#registerForm td{
  padding-right:15px;
}

.firstLine{
  padding-top:15px;
}

.lastLine{
  padding-bottom:15px;
}

.registerSubmit{
  height:45px;
}
.registerSubmitEmpty{
 
}


.form_submit{
padding-top:5px;
}



.suppliersList td, .suppliersList th{
  padding:5px 10px;
}

.inside{
  list-style-type:none;
  margin:0;
  padding:0;
  /*list-style-image:url(/images/arrow_right.gif);*/
}

.inside li{
  background-image:url(/images/arrow_right.gif);
  background-repeat:no-repeat;
  padding:0 0 0 015px;
  margin:5px 0 0 10px;
  
}

/* NOTICE BOARD */

.description_notice{
  margin-bottom:15px;
}

#number1, #number2, #letter{
  width:25px;
  margin-right:10px;
}

.edit{
  line-height:25px;
  border-bottom:1px solid #ddd;
  list-style-type:none;
  margin:0;
  padding:0;
}

.number{
  float:left;
  width:75px;
}

.location{
  float:left;
  width:200px;
}

.close{
  color:#e95353;
}

.open{
  color:#7aaf43;
}

.forgot{
  border-top:1px solid #ddd; 
  margin-right:25px;
}

.gray{
  color:#ccc;
<<<<<<< .mine
}

div.save-ok
{
	padding: 6px;
	margin: 6px;
	color: white;
	background-color: #7aaf43;
}

.save-ok p 
{
  margin: 12px;
/*  padding: 4px;*/
}



