/****************************** GLOBAL STYLES *********************************/

body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: verdana, sans-serif;
  font-size: 11px;
}

div.input_header {
  text-align: left;
  margin: 0;
  padding: 0;
}

input {
  border: solid 1px #0e2e7d;
  width: 100%;
  font-size: 1em;
  font-family: verdana, sans-serif;
}

input.readonly {
  background-color: #ccc;
}

select {
  border: solid 1px #0e2e7d;
  width: 100%;
  font-size: 1em;
  font-family: verdana, sans-serif;
}

textarea {
  border: solid 1px #0e2e7d;
  width: 100%;
  font-size: 1em;
  font-family: verdana, sans-serif;
  height: 8em;
}

div.buttons {
  text-align: right;
  clear: both;
  padding: 1em 0 0 0;
}

div.buttons input.button, div.buttons input.button_hover {
  width: 10em;
  background-color: #e5e7f2;
  border: solid 1px #0e2e7d;
  margin: 0 5px;
  font-weight: bold;
}


div.buttons input.button_hover {
  background-color: #d2d6e7;
}

div.radios {

}

div.radios input {
  width: auto;
  border: 0;
}

div.radios img {
  margin-right: 1em;
}

html body input.radio {
  width: auto;
  border: 0;
  margin: 0 0.3em 0 0;
  padding: 0;
}

label.checkbox {
  display: block;
}

label.checkbox input {
  width: auto;
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding: 0;
}

div.input_field_50 {
  width: 295px;
  float: left;
  margin: 0 5px 1em 0;
}

div.input_field_66 {
  width: 395px;
  float: left;
  margin: 0 5px 1em 0;
}

div.input_field_33 {
  width: 195px;
  float: left;
  margin: 0 5px 1em 0;
}

div.input_field_33_calendar {
  width: 195px;
  float: left;
  margin: 0 5px 1em 0;
}

div.input_field_33_calendar input {
  width: 175px;
}

div.input_field_50_calendar {
  width: 295px;
  float: left;
  margin: 0 5px 1em 0;
}

div.input_field_50_calendar input {
  width: 275px;
}


div.input_field_33_calendar a, div.input_field_50_calendar a {
  display: block;
  float: right;
  border: 0;
}


div.input_field_20 {
  width: 55px;
  float: left;
  margin: 0 5px 1em 0;
}

div.input_field_100 {
  clear: both;
  margin: 0 0 1em 0;
}

div.input_field_clear {
  clear: both;
}


form {
  margin: 0;
  padding: 0;
  width: 600px;
}

img.icon {
  border: 0;
  vertical-align: middle;
}

h3 {
  color: #0e2e7d;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.1em 0 0.5em 0;
  font-style: italic;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.add_link {
  clear: both;
  display: block;
  padding: 1em;
}

a.add_link img {
  vertical-align: middle;
  margin-right: 5px;
}

table {
  clear: both;
  font-size: 1em;
  border-collapse: collapse;
}

table.list {
  border: solid 1px #0e2e7d;
  width: 100%;
}

table.list th {
  background-color: #0e2e7d;
  color: white;
  padding: 0.2em 10px;
}

table.list th.sort_up {
  background-color: #1e3e8d;
  background-image: url(images/icons/th_sort_up_16.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

table.list th.sort_down {
  background-color: #1e3e8d;
  background-image: url(images/icons/th_sort_down_16.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

table.list th a {
  color: white;
  text-decoration: none;
}

table.list th a:hover {
  color: #aaf;
}

table.list td {
  padding: 0.2em 0.5em;
}

table.list tr.odd {
  background-color: #e5e7f2;
}

table.list tr.even {
  background-color: white;
}

table.list tr.odd_hover, table.list tr.even_hover {
  background-color: #c6cbe1;
}

table.list tr.red_odd {
  background-color: #fdd;
}

table.list tr.red_even {
  background-color: #fcc;
}

table.list tr.red_odd_hover, table.list tr.red_even_hover {
  background-color: #fbb;
}

table.list tr.yellow_odd {
  background-color: #ffb;
}

table.list tr.yellow_even {
  background-color: #ff9;
}

table.list tr.yellow_odd_hover, table.list tr.yellow_even_hover {
  background-color: #ff6;
}

table.list tr.green_odd {
  background-color: #bfb;
}

table.list tr.green_even {
  background-color: #9f9;
}

table.list tr.green_odd_hover, table.list tr.green_even_hover {
  background-color: #7f7;
}


table.list tr.add_line td {
  background-color: #d2d6e7;
}

table.list tr.invisible {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

table.list tr.invisible td {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

div.error {
  border: solid 1px #c00;
  padding: 0.1em 0.5em;
  background-color: #fdd;
  color: #c00;
  font-weight: bold;
  margin-bottom: 1em;
}

div.error img {
  margin-right: 0.5em;
  vertical-align: middle;
}

div.progress_bar {
  border: solid black;
  border-width: 1px;
  width: 100%;
  text-align: left;
  background-color: white;
}

div.progress_bar div {
  background-color: #8888ff;
  height: 10px;
  line-height: 10px;
  font-size: 1px;
}

p {
  margin: 0;
  padding: 0;
}

/*************************** LOGIN SCREEN STYLES ******************************/

div.login {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 379px;
  height: 127px;
  margin-left: -189px;
  margin-top: -63px;
  background-image: url(images/login.jpg);
}

div.login form {
  margin: 38px 18px 0 138px;
  text-align: center;
  width: auto;
}

div.login form input {
  border: 0;
  margin-bottom: 23px;
  float: left;
  width: 162px;
}

div.login input.button, div.login input.button_hover {
  width: 54px;
  height: 54px;
  float: right;
  filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

div.login input.button_hover {
  filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}

div.login_error {
  position: absolute;
  width: 100%;
  top: 30%;
  color: red;
  text-align: center;
  font-weight: bold;
  border: 0;
  background-color: white;
}

/************************************ MAIN GUI ********************************/

body#main {
  background-image: url(images/main_menu_bg.gif);
  background-position: left;
  background-repeat: repeat-y;
}

div#menu {
  position: absolute;
  left: 0;
  top: 150px;
  width: 156px;
}

div#menu a {
  display: block;
  margin: 0;
  text-decoration: none;
  color: black;
  padding: 2px 5px;
  line-height: 22px;
  font-size: 11px;
  font-weight: bold;
  color: #0e2e7d;
  font-style: italic;
  margin-bottom: 2px;
}

div#menu a:hover {
  background-color: #d2d6e7;
}

div#menu a img {
  float: left;
  margin-right: 8px;
}

div#menu span {
  display: block;
  height: 0;
  overflow: hidden;
  border: 0;
  border-bottom: dashed 1px white;
  margin: 4px 0 5px 0;
  padding: 0;
  line-height: 0;
}

div#menu div {
  text-align: left;
  padding: 0 5px;
}

div#menu div.work {
  border: solid 1px red;
  margin: 0 5px 5px 5px;
  padding: 0.1em 0.5em;
  color: #920000;
  background-color: #ffe2e2;
}

div#menu div.work div {
  padding: 0;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

html div#menu div.work div.links {
  display: block;
  margin: 0.5em 0 0.1em 0;
  padding: 0;
  text-align: right;
  line-height: 1em;
  color: #920000;
  font-style: normal;
  font-weight: normal;
}

html div#menu div.work a {
  width: auto;
  display: inline;
  color: #920000;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

html div#menu div.work a:hover {
  text-decoration: underline;
  background-color: #ffe2e2;
}

div#heading {
  background-image: url(images/main_heading.gif);
  background-repeat: repeat-x;
  background-position: left 34px;
}

div#heading img#title {
  position: absolute;
  top: 34px;
  left: 180px;
}

div#content {
  margin: -30px 10px 5px 167px;
}

/******************************************************************************/

form.filters_outer {
  border: solid 1px #d2d6e7;
  padding: 0.5em 0 0.5em 0.5em;
  background-color: #f0f2f7;
  margin-bottom: 1em;
  width: auto;
}

div.filters {
  color: #0e2e7d;
  clear: both;
  margin-bottom: 1em;
}

div.filters input.radio {
  margin-right: 0.1em;
}

div.filters input, div.filters div select {
  width: 10em;
}

div.filters div {
  float: left;
  border: solid 1px #0e2e7d;
  margin-right: 0.5em;
  white-space: nowrap;
  background-color: #e5e7f2;
}

div.filters div span {
  display: block;
  line-height: 1.5em;
  padding: 0.1em 0.3em;
} 

div.filters div span.division {
  border-top: solid 1px #0e2e7d;
} 

form.filters_outer div.buttons {
  padding-top: 0;
}

/******************************************************************************/

div.work_status {
  background-color: #ffe2e2;
  border: solid 1px red;
  color: #920000;
  padding: 0.3em 0.5em;
  width: 300px;
  margin-top: 30px;
}

div.work_status img.bg {
  float: right;
  position: relative;
  left: 19px;
  top: -29px;
}

div.work_status h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 1em 0;
}

div.work_status div.buttons {
  margin-right: -0.3em;
}

div.work_status div.buttons input.button,div.work_status div.buttons input.button_hover {
  margin: 0 0.1em 0 0;
  font-weight: normal;
  width: 5em;
}

/******************************************************************************/

div.user_color {
  height: 1em;
  border: solid 1px black;
}
