/* Global styles */
 body {color: black ; background-color:#6699ff ; background-image: url(/images/image011.jpg);}  

/* START:notice */
 
tr.even {background-color:#ffffff;}
tr.odd {background-color:#ffeeee;}

#notice {
  color : black;
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 1em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;}
/* END:notice */

/* Styles for admin/list */

#partner-list .list-title {
	color:        #244;
	font-weight:  bold;
	font-size:    larger;
}

#product-list .list-image {
  width:        60px;
  height:       70px;
}


#product-list .list-actions {
  font-size:    x-small;
  text-align:   right;
  padding-left: 1em;
}

#product-list .list-line-even {
 
}

#product-list .list-line-odd {
  
}


/* Styles for main page */

#banner-Admin {
  padding-top: 1px;
  padding-bottom: 0px;
  border-bottom: 0px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: black;
  text-align: left;  
  }
#banner {
  color : #6699ff ;
  padding-top:0px;
  padding-bottom: 0px;
  padding-left: 5px;  
  border-right: 1px;
  border-bottom: 0px solid;
  font: small-caps 14px/11px "Times New Roman", serif;
  color: black;  
  text-align: center;
  height:103;
  width: 600;
  }

#banner_login {
  background: #99CE89;
  padding-top:0px;
  padding-bottom: 0px;
  padding-left: 5px;  
  border-right: 1px;
  border-bottom: 0px solid;
  font: small-caps 14px/11px "Times New Roman", serif;
  color: black;  
  text-align: center;
  height:103;  
  width: 200;
}
  
  #banner_web {
  background: #99CE89; /*153.206.137*/
  padding-top: 1px;
  padding-bottom: 10px;
  border-bottom: 0px solid;
  font: small-caps 15px/15px "Times New Roman", serif;
  color: black;
  text-align: center;
  width: 600;
  }

#banner_img {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid;
  font: small-caps 10px/10px "Times New Roman", serif;
  color: #6699ff;
  text-align: left;
  vertical-align: top;  
}

#columns {
  color: White;
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 11em;
  font: small-caps 12px/20px "Times New Roman", serif;  
}

#topbar {
  color: White;
  background-color : White;
  background-image: url(/images/style4_blue.gif);
  text-align : Center;
  float: left;
  font: small-caps 17px/9px "Times New Roman", serif;    
}
#columnspc {

}

#main {
  color : white;
  margin-left: 9em;
  padding-top: 1ex;
  padding-left: 1em;
  padding-bottom: 5em;  
}

#mainpc {
  margin-left: 9em;
  padding-top: 1ex;
  padding-left: 1em;
  padding-bottom: 5em;
  
}
#side {
  color: White;
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 30em;
  width: 11em;
  font: small-caps 12px/20px "Times New Roman", serif;  
}

#sidepc {
  color: White;
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 11em;
  font: small-caps 12px/20px "Times New Roman", serif;
  background: #141;  
  background-color: #39a9cf;
}
#side a {
  color: #bfb;
  font-size: small;
}


h1 {
  font:  150% sans-serif;
  color: #226;
  border-bottom: 3px dotted #77d;
}

/* And entry in the store catalog */

#home  .entry {
  border-bottom: 1px dotted #77d;
}

.home  .name {
  color: #226;
  font-size: 120%;
  font-family: sans-serif;
}

.home .entry img {
  width: 75px;
  float: left;
}



/* The error box */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
