ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
  margin: 0;
  padding: 0;
}

a img,:link img,:visited img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
}

td {
  vertical-align: top;
}

body,td {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  /*background-color: #fff;*/
}

body {
  width: 80%;
  margin: 0px 10%;
}

#header {
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
}

#header #logo {
  width: 100px;
  float: left;
  margin-left: 15px;
}

#header #info {
  float: right;
  width: 330px;
}

#header #title {
  height: 14px;
  background-color: #0000f4;
  background-image: url("../images/corn1.jpg");
  background-position: left;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px 0px;
  text-align: center;
}

#header #userInfo {
  color: #FF0000;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  padding-top: 15px;
}

#menu,#menu a {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #0000f4;
  padding: 3px 10px;
}

table#page {
  width: 100%;
}

div#page {
  width: 94%;
  padding: 3%;
}

#left_bar, #content_bar {
  vertical-align: top;
  padding: 5px;
}

#left_bar {
  width: 25%;
  border-right: 1px solid gray;
}

.filter {
  width: 100%;
}

.filter td {
  padding: 1px 0 1px 3px;
}

.filter td.name {
  width: 40%;
}
.filter td SELECT {
  width: 90%;
}

.filter ul {
  list-style-type: none;
  padding-left: 10px;
}

.filter li {
  margin: 10px 0px;
}

.strong_li {
  font-weight: bold;
}

th, #cont_title {
  background-color: #CCCCCC;
  font-size: 10pt;
  font-weight: bold;
  padding: 1px 10px;
}

.actions
{
  float: right;
}

.actions a
{
  margin-left: 10px;
}

.filter .filter th {
  background: none;
  text-align: left;
  font-size: 9pt;
}

#cont_title {
  text-align: left;
  margin-bottom: 5px;
}

.withBorder,
.withBorder > tbody > tr > td,
.withBorder > tbody > tr > th
{
  border: 1px solid gray;
}

#content
{
  width: 100%;
}

.message {
  text-align: center;
  font-weight: bold;
}

.input_block
{
  padding: 3px;
  width: 400px;
  clear: both;
}

.caption_input_block
{
  display:inline
  margin-left: 0px;
  float: left;
  width: 150px;
}

.input_block SELECT,
.input_block INPUT {
  float: left;
  width: 150px;
}

h2.title {
  width: 50%;
  font-weight: bold;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}

.customerInfo,
.contactList
{
  background-color: #CCCCCC;
  padding: 5px;
  vertical-align: top;
}

.contactList table td,
.contactList table th
{
  border: 1px solid black;
  padding: 1px;
}

.contactList td
{
  background-color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.call_center_message{
  border: 1px solid black;
  padding: 1px;
  background-color: #fff;
  min-height: 50px;
}

#sf_admin_container #sf_admin_bar {
  float: right;
  position: inherit !important;
}
#sf_admin_container #sf_admin_content {
  margin-right: 255px !important;
}

.form-error
{
  color: #f33;
  margin-left: 0px;
}

.form-error_call
{
  color: #f33;
  margin-left: 150px;
}

ul.td_actions li {
  display:inline;
  list-style-type:none;
}

ul#filter_actions li {
  margin:0px 0px;
  display:inline;
  list-style-type:none;
}

input#filter_actions {
  background:transparent url(/sf/sf_admin/images/filter.png) no-repeat scroll 3px 2px;
  border-right:4px solid #6666FF !important;
}

#filter_actions .reset_actions {
  background:transparent url(/sf/sf_admin/images/reset.png) no-repeat scroll 3px 2px;
  border-right:4px solid #E75C58 !important;
}

#filter_actions {
  border-style:none solid none none;
  border-width:0px 0px 0px 0px;
  color:#333333;
  cursor:pointer;
  font-family:Arial,sans-serif;
  font-size:11px;
  padding:3px 3px 3px 20px;
  float:right;
}

.calendar{
 width: 300px;
}

#sf_admin_container .sf_admin_action_print {
  background:transparent url(../images/print.png) no-repeat scroll 3px 2px;
  border-right:4px solid #FFFF7F !important;
}

.clink {
	cursor: pointer;
}

.clink div{
	padding-left:3px;
	text-align: left;
}

.main_title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  float: center;
  margin: 20px 20px 20px 20px;
  padding: 20px 20px 20px 20px;
  text-align: center;
}