/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);
/*****table****/
#customers
  {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	background-position:center;
	font-size: 10px;
  }

#customers td, #customers th 
  {
	font-size:12px;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
  }

#customers th 
  {
  font-size:12px;
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
  color:#ffffff;
  }

#customers tr.alt td 
  {
  color:#000000;
  background-color:#EAF2D3;
  }
 /****contact us***/
  #contactus
  {
	font-family:Arial, Helvetica, sans-serif;
	width:90%;
	height:600;
	border-collapse:collapse;
	background-position:center;
  }

#contactus td, #contactus th 
  {
	font-size:12px;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
  }

#contactus th 
  {
  font-size:12px;
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
  color:#ffffff;
  }

#contactus tr.alt td 
  {
  color:#000000;
  background-color:#EAF2D3;
  }

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 4px;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}