html, body { background:#5D924A; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
#container { min-width: 980px; width:95%; margin: 20px auto;}
#head { background: white; overflow: hidden; clear: left; float: left; width: 100%; position: relative;
/* CS3 - Rounded Borders */
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;}
#head div { padding: 10px}
#nav {
  background:#419061; 
  overflow:hidden; 
  padding:10px;
  margin: 20px;
  font-weight:bold;
  float: right;
  clear: right;
  /* CS3 - Rounded Borders */
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#nav ul { overflow:hidden;}
#nav li { float:left; padding:3px 5px; color:white; overflow:hidden }
#nav li a {display:block; color:#FFF; padding:5px 7px 5px 7px; text-decoration:none; overflow: hidden; font-size: 106.7%;
/* CS3 - Rounded Borders */
			border-top-left-radius: 10px;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			-moz-border-radius-topright: 10px;
			-webkit-border-top-right-radius: 10px;
			border-bottom-left-radius: 10px;
			-moz-border-radius-bottomleft: 10px;
			-webkit-border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			-webkit-border-bottom-right-radius: 10px;}
#nav li a.active, #nav li a:hover { background: #073319; border: 1px solid #000; padding: 4px 6px;}
#content {min-width: 980px; background:white; padding: 10px; clear: left; overflow-x: auto;}
.hidden { display: none }
h1 { font-size: 150%; }
h2 { font-size: 115%; color:gray}
table { min-width: 970px; width: 99%; margin: 0 auto; font-size: 86.7%; border: 1px solid #ccc; clear: both; }
th { padding:5px; background:#419061; color:white; font-weight: bold;  }
tr:hover td { background:#c2f29e}
tr.editing td { background:	#FFDEAD }
tr.line_a { background:#ededed; }
tr.line_b { background:#f3f3f3; }
td { padding:10px 5px; border-top:1px solid #dedede; }
td.customer { text-transform: capitalize; }

a { color:#419061; }
input {
	color:#000000;
	border:1px solid gray;
	padding:4px;
	margin: 2px 0px;
}
#search {
	color:#000000;
	border:1px solid gray;
	padding:4px;
	margin:3px 0 3px 0;
	width:400px;
}

button[type=submit],
input[type=submit] {
	color:#666;
	border:1px solid #ccc;
	padding:4px;
	margin:3px 0 3px 0;
	background:#ededed;
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
/* CS3 - Rounded Borders */
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
button[type=submit]:hover,
input[type=submit]:hover {
	color: #333;
	background: #dedede;
}

#footer { background-color: #FFF; padding:10px; padding-top: 20px; clear:both; text-align: center;
/* CS3 - Rounded Borders */
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;}


/* CSS - JS helpers */
.SI-FILES-STYLIZED label.cabinet
{
    width: 79px;
    height: 22px;
    background: url(images/btn-choose-file.gif) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
		margin:10px;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


.error {
	color:#990000;
}


.pagination {
	margin:10px 0 0 0;
}

.pagination p.showing {
	padding:0 0 10px 0px;
	color:#666;
}

.pagination p.pages span.disabled {
	border-color:#CCCCCC;
	color:#777777;
	cursor:default;
}


.pagination p.pages span, .pagination p.pages a {
	border:1px solid #419061;
	color:#419061;
	padding: 2px 5px;
	margin: 2px;
	text-decoration:none;
	overflow: hidden;
	float: left;
}

.pagination p.pages span.current, .pagination p.pages a:hover {
	background:#419061 none repeat scroll 0 0;
	border-color:#419061;
	color:#FFFFFF;
	cursor:default;
}
.edit {
  padding-left: 25px;
  background: transparent url(images/edit.gif) no-repeat scroll center left;
}
.loading {
  padding-left: 22px;
  background: transparent url(images/table-ajax-loader.gif) no-repeat scroll center left;
}
.save {
  padding-left: 22px;
  background: transparent url(images/save.png) no-repeat scroll center left;
}
.success-link {
  padding-left: 22px;
  background: transparent url(images/checkmark.png) no-repeat scroll center left;
}
.delete {
  padding-left: 22px;
  background: transparent url(images/trash-can.png) no-repeat scroll center left;
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  text-decoration: underline;
}
#agent-list td {
  line-height: 18px
}
#agent-list td input {
	color:#000000;
	border:1px solid gray;
	padding:0;
	margin:0;
	width: 100%;
}
div.change-password {
  width: 400px;
  margin: 25px auto;
  overflow: auto;
}
div.change-password div {
  overflow: hidden;
}
div.change-password input[type="password"] {
  float: left;
}
div.change-password label {
  width: 200px;
  float: left;
  line-height: 26px;
}
div.error {
  background: #FBE3E4; 
  color: #8a1f11;	
  border: 2px solid #FBC2C4; 
  text-align: center;
  padding: .8em;
  margin: .8em;
}
div.success {
  background: #E6EFC2; 
  color: #264409;	
  border: 2px solid #C6D880; 
  text-align: center;
  padding: .8em;
  margin: .8em;
}
div.button {
  padding: .8em;
  text-align: center;
}
#phone-number {
  color: #000;
  font-size:120%;
  font-weight:bold;
  float: right;
  padding: 100px 20px 0;
}
.right {
	float: right;
}
