/*************** PNG FIX ************************/
/***********************************************/

img { 
  behavior: url(/css/iepngfix.htc);
  margin: 0px;
  padding: 0px;
}

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;
  color: #273bff;
}

a:hover
{
  text-decoration: underline;
}

body
{
  
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #DEDEDE;
  background-image: url(/images/custom/bodyBG.gif);
  background-repeat: repeat-x;
  background-position: fixed;
  /* height: 100%; */
}

h1 {
  border-bottom: 1px solid #999;
  margin-bottom: 1em;
}

h2, h3 {
  margin-bottom: 1em;
}

#menu {
  float: left;
  width: 100px;
  background-color: #eee;
  border: 1px solid #999;
  height: 300px;
  padding: 5px;
}

#menu dl {
  margin: 0;
}

#menu dt {
  font-weight: bold;
  padding: 2px;
}

#menu dd {
  margin: 2px;
  padding: 2px;
}

#content {
  float: left;
  margin-left: 4em;
  width: 650px;
}

#content fieldset {
  padding-right: 5em;
}

.inner-form {
  margin: 1em;
}

.form-row {
  margin: 2px 0;
  padding: 2px;
}

.form-row input, .form-row select, .form-row textarea {
  min-width: 200px;
  padding: 2px;
}

.form-row .text, .form-row .select {
  font-size: 10pt;
  border: 1px solid black;
  margin-bottom: 2px;
}

.form-input .checkbox {
  margin-top: 3px;
  width: 15px !important;
  min-width: 15px !important;
  height: 15px !important;
  border: 1px solid black;
}

.form-row .label {
  font-style: normal;
  color: black;
  font-size: 10pt;
  padding-top: 4px;
}

.form-input .textarea {
  border: 1px solid black;
  font-size: 10pt;
}

.form-input a.upload-link {
  font-size: 10pt;
  display: block;
  height: 21px;
  padding-top: 5px;
  font-weight: bold;
  font-style: normal;
}

.form-row label {
  float: left;
  height: 12px;
  font-weight: bold;
  font-size: 10pt;
  padding-top: 4px;
}

.form-input label {
  margin: 0;
  float: none;
  color: black;
  font-style: normal;
}

.form-input {
  margin-left: 150px;
  font-weight: normal;
  color: #888;
  font-style: italic;
}

.form-input input {
  margin-bottom: 2px;
}

.form-group-heading {
  margin: 1em 0 0.5em 0;
  font-size: 11pt;
  width: 500px;
  color: black;
  border-bottom: 1px solid black;
  font-weight: bold;
}

.form-error {
  background-color: #993333;
  color: white;
}

.form-submit {
  margin-top: 2em;
}

.form-submit ul, .form-submit li {
  margin: 0; 
  padding: 0;
  list-style-type: none;
}

.form-submit li {
  display: inline;
  margin-right: 2em;
}

.form-submit a {
  font-weight: bold;
  font-size: 12pt;
  padding: 1px;
  color: #0036ff;
}

.form-group-label {
  background-color: #b2c4d0;
  margin-top: 1em;
  padding: 0.2em;
  font-size: 12pt;
  font-weight: bold;
  display: block;
}

.form-submit a:hover {
  color: white;
  background-color: #0036ff;
}

.text-medium {
  min-width: 105px !important;
  width: 105px;
}

.text-small {
  min-width: 30px !important;
  width: 30px;
}

.radio {
  min-width: 10px !important;
}

.form-error .form-input {
  font-weight: bold;
  color: white;
  font-style: normal;
}

.form-error input {
  background: white url(/images/error.png) right 2px no-repeat;
  padding-right: 16px;
}

fieldset {
  width: 625px;
  border: 1px solid black;
  padding: 5px;
  font-weight: bold;
  margin: 1em 0;
}

fieldset label {
  border: none;
  height: 200px;
}

fieldset legend {
  font-size: 10pt;
}

.details-input {
  font-weight: normal;
  margin-left: 120px;
  min-height: 10px;
  padding-top: 5px;
}

.table-list {
  width: 600px;
  border-collapse: collapse;
}

.table-list th {
  text-align: left;
  border: 1px solid #999;
  padding: 2px;
  background-color: #ccc;
}

.table-list td {
  padding: 2px;
  border: 1px solid #999;
  white-space: nowrap;
}

.table-list img {
  vertical-align: middle;
}

.table-list-1 td {
  background-color: #e0e0e0;
}

.table-list-0 td {
  background-color: white;
}

.table-list tr:hover td {
  background-color: #ccc;
}

.pagination {
  width: 600px;
  padding: 5px;
  margin: 5px;
  text-align: center;
}

.pagination a, .pagination span {
  padding: 2px 3px;
}

.pagination a:hover {
  border: 1px solid #ccc;
  padding: 2px 2px;
  text-decoration: none;
}

.pagination-current {
  font-weight: bold;
}

.page-menu {
  margin: 2em 0 2em 0;
}

.page-menu ul, .page-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-menu li {
  display: inline;
  padding-right: 1em;
}

.button {
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 4px;
  color: #333;
  cursor: pointer;
  background-color: white !important;
  height: 24px;
}

a.button:hover {
  text-decoration: none;
}

.icon {
  vertical-align: middle;
}

.icon-create {
  padding-left: 22px !important;
  background: url(/images/create.gif) 2px 2px no-repeat;
}

.icon-save {
  padding-left: 22px !important;
  background: url(/images/save.gif) 3px 3px no-repeat;
}

.icon-cancel {
  padding-left: 22px !important;
  background: url(/images/cancel.gif) 3px 2px no-repeat;
}

.icon-delete {
  padding-left: 22px !important;
  background: url(/images/delete.gif) 3px 2px no-repeat;
}

.icon-edit {
  padding-left: 22px !important;
  background: url(/images/edit.gif) 3px 2px no-repeat;
}

.icon-list {
  padding-left: 22px !important;
  background: url(/images/list.gif) 3px 2px no-repeat;
}

.icon-excel {
  padding-left: 22px !important;
  background: url(/images/excel.png) 3px 2px no-repeat;
}

#footer {
  clear: both;
  padding: 20px 0 20px 0;
  font-weight: bold;
  color: #333;
}

#footer div {
  border-top: 1px solid #333;
  padding: 5px 0;
}


#template_preview {
  width: 455px;
  height: 324px;
  border: 2px solid black;
}
.template_thumb {
  float: left;
  width: 70px;
  height: 70px;
  border: 3px solid #555;
  margin-right: 10px;
  margin-bottom: 10px;
}
.template_thumb:hover {
  border-color: #b22222;
  cursor: pointer;
}
.template_selected {
  border-color: #cd5c5c;
}

.flash_thumb {
  float: left;
  width: 70px;
  height: 70px;
  border: 3px solid #555;
  margin-right: 10px;
  margin-bottom: 10px;
}
.flash_thumb:hover {
  border-color: #b22222;
  cursor: pointer;
}
.flash_selected {
  border-color: #cd5c5c;
}

.loader {
  background: url(/images/loading.gif) no-repeat;
  min-height: 16px;
}

#form_captcha_container
{
  width: 60%;
  background-color: #DDD;
  border: 1px solid #000;
  padding: 10px;
  color: #000;
}

#captcha_title
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.captcha_input
{
  height: 20px;
  padding-top: 3px;
  border: 1px solid #000;
  font-family: Arial;
  font-size: 13px;
  letter-spacing: 2px;
  color: #000;
  text-align: center;
}

.clean_radio
{
		margin:0px !important;
		padding:0px !important;
		min-width:20px !important;
}
