/*phpmyedit css by fardeen (http://fardeen.biz)*/ 
body {
  margin:0;
  padding:0;
  font: Verdana;
  font-size: 11px;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  font-size: 11px;
}

table.pme-main {
  border : 1px;
}


a {
  color : Black;
}

a:hover {
	text-decoration :none ;
}

hr.pme-hr		     { 
  border: 0px solid; 
  padding: 0px; 
  margin: 0px; 
  border-top-width: 0px; 
  height: 1px; 
}

table.pme-main 	     { 
  border: #B6B6B6 1px solid; 
  border-collapse: collapse; 
  border-spacing: 0px;
  font: Verdana;
  font-size: 11px;
  margin-left:30px;
  margin-top:0px;
  margin-bottom:10px;
  margin-right:10px;
}

table.pme-navigation { 
  border: #666666 px solid; 
  border-collapse: collapse; 
  border-spacing: 3px;
    margin-left:30px;
}

th.pme-header	     { 
  border-right: #B6B6B6 1px solid; 
  border-bottom: #B6B6B6 1px solid;
  padding: 5px; 
  color : Red;
  	backgroud: Red;
	/*background-image: url('../../../img/bg4XXX.jpg');*/
	background-repeat: repeat-x;
}

th.pme-header a{ 
  color : Black;
}

th.pme-header a:hover{ 
  text-decoration :none ;
}


td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
td.pme-key-1, td.pme-value-1, td.pme-help-1, td.pme-navigation-1, td.pme-cell-1,
td.pme-sortinfo, td.pme-filter { 
  border: #B6B6B6 1px solid; 
  padding: 4px; 
}

td.pme-cell-0,td.pme-navigation-0 {
  background : ;
}

td.pme-cell-1,td.pme-navigation-1 {
  background : #E5E5E5;
}

/*edition*/
td.pme-key-0, td.pme-value-0, td.pme-help-0 {
  background : #E0E1E1;
}

td.pme-key-1, td.pme-value-1, td.pme-help-1 {
  background : #E5E5E5;
}

td.pme-key-0,td.pme-key-1 {
  font-weight  : bold ;
}

td.pme-sortinfo {
	background-image: url('../../../img/bg2.jpg');
	background-repeat: repeat-x;
}	

.pme-input-0, .pme-input-1 {
  border: #B6B6B6 1px solid; 
  background : white;
  color : black;
}

td.pme-stats {
  color : #666;
  font-size: 10px;
}

td.pme-buttons { 
  text-align: left;   
}

td.pme-message { 
  text-align: center; 
}
td.pme-stats { 
  text-align: right; 
}

input {
  border: Silver 1px solid;
  background : white;
  color : black;
}

input:hover {
  border: Silver 1px solid; 
  background : #DEDEDE;
  color : black;
}

input:disabled {
  border: #CCC 1px solid; 
  background : #666;
  color : #FFF;
}

textarea {
  border: black 1px solid; 
  background : black;
  color : white;
}

textarea:hover {
  border: white 1px solid; 
  color : black;
  background : #D1D1D1;
}

/*premiere colonne*/
#first_col {
  width : 100px;
}

/*message en bas du tableau*/
.pme-message {
  clear:both;
  font-size : 11px;
  margin : 0;
  padding: 1;
  border-top : 1px solid Silver;
  border-left : 1px solid Silver;
  border-right : 1px solid Silver;
  border-bottom : 1px solid Silver;
  font-weight : bold ;
  color : Green ;
  background-image: url('../../../img/bg_textarea.jpg');
}


/*messages*/
#msg_ok {
	background : #D4FFBF;
	width : 98%;
	padding : 5px;
	border : 1px solid white;
	margin : 10px;
	color : black;
}

#msg_ok h3{
  	color : red;
	font-size : 11px;
	padding : 0;
	margin : 0;
	text-transform : uppercase;
}

#msg_error {
	background : #FF978F;
	width : 98%;
	padding : 5px;
	border : 1px solid white;
	margin : 10px;
	color : black;
}

#msg_ok h3{
  color : green ; 
	font-size : 11px;
	padding : 0;
	margin : 0;
	text-transform : uppercase;
}
