
/*******************************************************************************
  Resets / Rewrites
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {
  border: 0px;
}

body {
	font: 12px "Lucida Grande", Verdana, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background: #DEDEDE;
}

#print_preview_header {
  display: none;
}

button, input, textarea, select {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

button, input, textarea, select {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius:4px;
  border: 1px solid #CCCCCC;
  padding: 3px;
}

.ctrlHolder input{
	border-radius: 4px;
	-moz-border-radius: 7px;
	-webkit-border-radius:7px;
	padding-left:10px;
	padding-right:10px;
	width:230px;
}
.ctrlHolder label{ margin-left:0px; }


.master_checkbox,
.slave_checkbox,
.checkbox input,
input.input_checkbox,
input.input_radio {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  background: none;
  width: auto !important;
}

optgroup option {
  padding-left: 10px;
}

a {
	text-decoration: none;
}

a:focus {
  outline:0;
}

a:hover {
	text-decoration: underline;
}

p {
  margin: 8px 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 8px 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 120%;
  font-weight: bolder;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  border-bottom: 1px solid #ccc;
  padding: 5px;
  text-align: left;
}

table th i {
  font-weight: normal;
  color: #999;
}

table td {
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 20px;
}

.url_link {
  border: 1px solid #ccc;
  text-decoration: none !important;
  color: #333;
  padding: 1px 5px;
  background-color: #eee;
}






/* LOGIN FORM */

#auth_dialog_container {
  padding: 0px 0px;
  margin: 0px;
}

#auth_dialog_container .focused {
  background: transparent;
}

#auth_dialog {
  width: 320px;
  margin: 0px auto;
  border: 10px solid #C6C4C4;
}

#auth_dialog .error {
  background-color: transparent;
}

#auth_dialog .error label {
  color: #333;
} 

#auth_dialog .error p.errorField {
  text-align: center;
  margin-bottom: 16px;
}

#auth_dialog .form {
  padding: 15px 25px 30px;
  width: auto !important;
  text-align: left;
  background: #FFF;
}
.blockLabels
{
	padding: 15px 25px 15px 0px;
}


#login_company_logo {
  padding: 35px 0px 20px;
}

#auth_dialog button {
  margin-right: 20px;
  float: right;
}

#loginFormRemember {
  margin-left: 7px;
}

.forgot_password_link {
  float: left;
  margin-left: 17px;
  text-decoration: underline;
  font-size: 11px;
  margin-top: 4px;
}

#auth_dialog .errorField {
  float: none;
  width: 257px;
}

.auth_elements {
  padding-left: 6px !important;
}

.height_limited_popup {
  max-height: 400px !important;
  overflow-y: auto;
}

.height_limited_popup.quick_add_col_container {
  max-height: 340px !important;
  overflow-y: auto !important;
}

/** Objects list **/

table.objects_list {
  font-size: 11px;
  border-top: 1px dotted #DDD;
}

table.objects_list td {
  padding: 5px;
}

table.objects_list th.star, table.objects_list td.star {
  margin: 0;
  padding: 5px 6px;
  width: 16px;
}

table.objects_list td.priority {
  width: 14px;
}

table.objects_list th.checkbox, table.objects_list td.checkbox {
  padding: 5px;
  width: 16px;
  text-align: right;
}

.displayBox_overlay {
  background: #000 !important;
}




