body {
  margin: 0;
  padding: 0;
  font:70% 'Lucida Grande',Verdana, Helvetica, sans-serif;
}
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}

#error {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #ff0000;
  font: bold smaller sans-serif;
}

#header {
  background-color : #ddd;
  text-align : center;
}

#banner {
  font-size : 16px;
  text-transform : uppercase;
  color : #069;
  font-weight : bold;
  border-bottom: 2px solid;
}

#topnav {
  text-align: right;
  background-color : #eee;
}

#columns {
  background: #D1E7EE;
}

#main {
  margin-left: 12em;
  padding-top: 2ex;
  padding-left: 2em;
  background: white;
}

#side {
  float: left;
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 1em;
  width: 11em;
}

#side a {
    text-decoration: none;
    color: black;
}

.error {
   font-weight: normal;
   margin: 36px 10px 10px 10px;
   padding: 10px;
   font-size: 13px;
   line-height: 15px;
   border: 1px solid #dec5b5;
   color: #fff6d5;
   background-color: #ce3728;
}

a.additem, a.addshipment, a.cloneitem, a.deleteitem, a.deleteshipment, a.cloneshipment, a.addlogo, a.deletelogo, a.deleteemailLogo, a.deletebusinesscard, a.editlink, a.deleteoffer, a.addoffer, a.deleteoffer, a.replaceCreative, a.showLogoFromSelect, a.history, a.uploademails {
    text-decoration: underline;
    cursor: pointer;
}

a.saveorder, a.submitorder, a.deleteorder, a.submitcomment {
color: black ;
   background-color: #9cf ;
   border-top: 1px solid #c0ffff ;
   border-right: 1px solid #00f ;
   border-bottom: 1px solid #00f ;
   border-left: 1px solid #c0ffff ;
   padding: 3px 7px 3px 7px ;
   cursor: pointer;
}

.fieldError {
    color: #ff0000;
}




.sub-heading
{
        width : 99%;
        font-size : 14px;
        font-weight : bold;
        margin : 0px 0 0px 0;
        border-bottom : 1px solid #ccc;
        color : #069;
        padding : 0 0 0 3px;
        background-color : #eee;
        text-align : left;
}
.general-container
{
        float : left;
        border-bottom : 1px solid #ccc;
        margin : 0 10px 15px 0;
        clear : both;
/*      width : 100%; */
}
.general-label
{
        clear : left;
        float : left;
 /*     width : 150px; */
        margin : 5px 0 5px 0;
        font-weight : bold;
}
.general-label2
{
        clear : both;
    /*  width : 150px; */
        margin : 5px 0 5px 0;
        font-weight : bold;
}

.general-field
{
        float : left;
   /*   width : 230px; */
        margin : 5px 0 5px 0;
}
.main-heading
{
 width : 99%; 
	font-size : 16px;
	font-weight : bold;
	margin : 0px 0 5px 0;
	border : 1px solid #ccc;
	background-color : #D1E7EE;
	padding : 0px;
}

.submit
{
        font-family : arial;
        font-size : 11px;
        color : #000;
        background-color : #fc6;
}
.submit-section
{
        text-align: right;
      width : 99%; 
        padding : 10px 0 10px 5px;
        float : left;
}
.button
{
        font-family : arial;
        font-size : 11px;
        color : #000;
        background-color : #eee;
}

.filter-option
{
	float : left;
	width : auto;
	margin : 0 0px 0 5px;
	font-weight : bold;
}
.filter-option li
{
	font-weight : normal;
}
#filter-section
{
	width : 99%; 
	border : 1px solid #ccc;
	float : left;
	padding : 0px;
        background-color: #ffffff;
	margin : 0 0 0 0;
}
.section-heading
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color : #eee;
	width : 99%;
	padding : 0px;
}
.section-footer
{
	border: 1px solid #ccc;
	background-color : #eee;
	width : 99%; 
	padding : 0px;
	text-align : right;
}
.filter-section-standard
{
	float : left;
	width : auto;
}
.filter-section-standard-clear
{
    float : left;
    width : 99%;
	text-align : right;
	padding-top : 5px;
}

.filter-section-extra
{
	float : left;
	width : auto;
	margin : 0 0 0 10px;
}
.filter-section-submit
{
	float : left;
	width : 99%;
	text-align : right;
	padding : 3px;
	background-color : #f5f5f5;
	border-top : 1px solid #ccc;
	margin : 10px 0 0 0;
	
}
.pagination-section
{
	width : 99%;
	text-align : right;
	padding : 0px;
	margin : 5px;
}
table
{
	border : 1px solid #ccc;
	padding : 0px;
	border-collapse: collapse;
	width : auto;
}
th
{
	border-bottom : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-collapse: collapse;
	padding : 3px;
	background-color : #ddd;
}
td
{
	border-bottom : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-collapse: collapse;
	padding : 3px;
}

#results-section, #edit-order-section {
    display: block;
    clear: both;
    padding: 10px 0 0 0;
}

a.order-action {
    text-decoration: underline;
    cursor: pointer;
}

table.searchResults {
    width: 99%;
}

div.filter-option ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 0;
}

fieldset.shipment {
    border-width: 3px;
    border-color: black;
    border-style: double;
}

#order_table ul, div.email ul {
    margin: 0 auto;
    padding-left: 0;
}

#order_table ul li, div.email ul li {
    list-style: none;
    text-align: left;
    float: left;
    margin: 0 auto;
    padding-right: 3px;
}

table.address th {
    text-align: right;
}

a.pagination-link {
	 text-decoration: underline;
	 cursor: pointer;
}

table.editrole th {
	text-align : right;
}

table.edituser th {
	text-align : right;
}

span.required {
    color: red;
}