h1, h2, h3, p {
 	color: #292929;
}

/*== Header Styles ==*/

#header #logo {
	color: #ccc;
}

#header .inline-list {
 	list-style: none;
}

#header .inline-list ul {
	list-style: none;
}

#header .inline-list li {
	padding: 5px;
	float: left;
}

#header .tabbed-list {
	margin: 0;
	padding: 0;
}

#header .tabbed-list ul {
	margin: 0;
	padding: 0;
}

#header .tabbed-list li {
	list-style: none;
	float:left;
	margin: 0;
	padding: 0;
}

#header .tabbed-list a {
	text-decoration: none;
	display:block;
	background: #3366cc;
	padding: 5px 15px;
	margin: 0px 5px 0px 0px;
	color: #fff;
}

#header .tabbed-list a:hover {
	background: #6699cc;
	color: #000;
}

#header .tabbed-list .current a {
	background: #6699cc;
	color: #000;
}

/*== Content Styles ==*/

#content {

}

#content .inline-list {

}

#content .inline-list ul {
	list-style: none;
}

#content .inline-list li {
	padding: 5px;
	display: inline;
}

#content .tabbed-list a:hover {
	color: #000;
	background-color: #6699cc;
}

/*== Footer Styles ==*/

#footer {
		border-top: 4px solid #6699cc;
		padding-top: 10px;
}

#footer .inline-list {
	text-align: center;
}

#footer .inline-list ul {
	list-style: none;
}

#footer .inline-list li {
	padding: 5px;
	display: inline;
}

#footer .p {
	
}

/*== Form Styles ==*/
form {

}

form label {
	margin-top: 10px;
	display:block;
	color: #292929;
}

form fieldset {
	padding: 0;
	border: 0;
}

form legend {
	padding-bottom: 10px;
	font-size: 1.6em;
}

form input {

}

a {
	color: #3366cc;
}

table th {
	text-align: center;
	background-color: #6699cc;
}

.even {
	background-color: #eee;
}

a.button {
	padding: 4px;
	background-color: #6699cc;
	border: 2px solid #3366cc;
	color: #000;
}

a.button {
	padding: 4px;
	background-color: #6699cc;
	border: 2px solid #3366cc;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover.button {
	background-color: #3366cc;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content label {
	padding-right: 6px;
}

#customer_summary .left {
	width: 200px;
	margin-right: 10px;
}

#customer_summary label {
	font-size: 1.2em;
	font-weight: bold;
}

#customer_summary p {
	font-size: 1.2em;
	text-align: center;
	padding: 20px;
	background-color: #eee;
	border: 4px solid #ccc;
}

.pagination {
  padding: 3px;
  margin: 3px;
}

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #3366cc;
  text-decoration: none;
  color: #6A7935;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #3366cc;
  color: #000;
}

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #3366cc;
  font-weight: bold;
  background-color: #3366cc;
  color: #FFF;
}

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */

a.button, button {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}

.callout {
	background-color: #dee7ed;
	padding: 15px;
}

#leftside {
	font-size: 1.2em;
}

#rightside p {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}