/*
dark red:
main text     C6A946
light bgnd    892025
normal bgnd   571100
dark bgnd     8E4D52
border        7C858D

light blue:
main text     32415E
light bgnd    F4F7FA
normal bgnd   E2E7ED
dark bgnd     C6D3DE
border        7C858D
*/


/***************/
/* P4A CLASSES */
/***************/

body {
  height: 100%;
  width:100%;
  padding:0px;
  margin:0px;
  border:0px;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #C6D3DE;
/*  overflow-y: scroll;*/
}

#sheetContainer>* {
  margin-left:auto;
  margin-right:auto;
}

#topContainer {
  width: 100%;
  position: absolute;
  top: -2px;
  z-index: 2;
}

*>#topContainer {
  position: fixed;
}

#top {
/*  background-color: #FAFAFA;*/
/*  border-bottom: 1px solid #CCC;*/
  padding: 2px;
  padding-top: 0px;
  margin: 0px;
  clear: both;
}

#mainContainer {
  text-align: center;
}

#footerContainer {
  clear: both;
  text-align: center;
  margin-top: 10px;
}

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #32415E;
}

.img_button {
  display: block;
/*  vertical-align: middle;
  border: 1px solid #FAFAFA;
  padding-left:3px;
  padding-right:3px;
  padding:3px;
  border:none;*/
}

.link_button {
  border: 1px solid #7C858D;
  background-color: #C6D3DE;
  display:block;
  text-decoration:none;
  text-align:center;
  vertical-align:top;
}

a.link_button:hover {
  border: 1px solid #7C858D;
  background-color:white;
}

.radio {
  border: none;
}

.button {
}

.border {
  border: 1px solid #7C858D;
}

.border_none {
  border: none;
}

.border_box {
  border: 1px solid #7C858D;
}

/*.color1 {
  color: #C6D3DE;
}

.color2 {
  color: #B8C6D2;
}

.color3 {
  color: #75C3E0;
}

.border_color1 {
  border-color: #C6D3DE;
}

.border_color2 {
  border-color: #B8C6D2;
}

.border_color3 {
  border-color: #75C3E0;
}

.border_color4 {
  border-color: #CCCCCC;
}

.border_color5 {
  border-color: #32415E;
}

.background_box {
  background-color: #FAFAFA;
}
*/
.background1 {
  background-color: #F4F7FA;
}

.background2 {
  background-color: #E2E7ED;
}

/*.background3 {
  background-color: #FAFAFA;
}

.background4 {
  background-color: #FcFcFc;
}

.font3 {
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica,sans-serif;
  font-weight:bolder;
  color:#588FA3;
}

.font4 {
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial, Helvetica,sans-serif;
  font-weight:bolder;
  color: #32415E;
}
*/
.font_normal {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#32415E;
}

.link {
  text-decoration:none;
  font-weight:bold;
  color: #32415E;
  cursor: pointer;
}

.link:hover {
  text-decoration: underline;
}

.align_left {
  text-align:left;
}

.align_center {
  text-align:center;
}

.align_right {
  text-align:right;
}

.clickable {
  cursor:pointer;
}

.no_wrap {
  white-space: nowrap;
}

.label {
  overflow: visible;
  display: block;
  text-align: left;
  padding: 1px;
  padding-left: 6px;
/*  background-color: #fcfcfc;*/
/*  border: 1px solid #7C858D;*/
/*  cursor: pointer;*/
  float: left;
  padding-right: 5px;
  width: 70px;
}

.table_cell, .table_cellclickable {
  white-space: normal;
  text-align: left;
}

.table_cellclickable:hover {
  text-decoration: underline;
}

.sheet_cell {
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.table_container a {
  text-decoration: none;
}

.toolbar input {
  font-weight: normal;
  margin-top: 10px;
  margin-right: 0px;
}

.hidden {
  display: none;
}

.field_error label {
  color: #8B0000;
}

.field_error input,
.field_error textarea,
.field_error select,
.field_error iframe {
  border:1px dashed red;
}

.field_error .field_error_msg {
  clear:both;
  text-align:right;
  color:#777;
}

/*************/
/* HTML TAGS */
/*************/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #32415E;
}

a {
  outline: none;
}

form {
  display: inline;
}

ul {
  margin-bottom: 0px;
  margin-top: 0px;
}

li {
  margin-top: 2px;
}

h2 {
  text-align:center;
  font-size: 16px;
}

hr {
  margin-top:10px;
  margin-bottom:10px;
  border-style:solid;
  width:1px;
  height:1px;
}

img {
  display: inline;
  border: 0px;
}

input {
  border: none;
  border: 1px solid;
}

input:focus{
  border: 1px solid #000000;
  color: #000000;
  background-color: #F0F0F0;
}

textarea {
  border: 1px solid #7C858D;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#32415E;
}

textarea:focus {
  border: 1px solid #000000;
  color: #000000;
  background-color: #F0F0F0;
}

.mceToolbarTop *, .mceToolbar * {
  display:inline;
}

.mceToolbarTop select *, .mceToolbar select * {
  display:block;
}

select {
  border: 1px solid #7C858D;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#32415E;
}

#p4a_loading {
  background-color: red;
  color: white;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 100;
  padding: 5px;
  float: right;
}

*>#p4a_loading {
  position: fixed;
}

#p4a_loading img {
  float: left;
  margin-right: 10px;
}

/***********************************************************/
/* MENU WIDGET                                             */
/* original code by Justin Koivisto - http://www.koivi.com */
/***********************************************************/

#menu {
  float:center;
  text-align:center;
  background-image:url("../../icons_/tango-1.1/psyou/images/header_bgnd.png");
/*  height: 70px;*/
}

.menu_highlight {
  background-image:url("../../icons_/tango-1.1/psyou/images/h.png");
/*  background-color: blue;*/
}

.p4a_menu img:hover {
  background-image:url("../../icons_/tango-1.1/psyou/images/h.png");
  background-repeat:no-repeat;
}

.p4a_menu {
  margin-left:auto;
  margin-right:auto;
  width:529px;
  list-style-type: none;
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  top: -3px;
	z-index: 20;
}

.p4a_menu .accesskey {
	color: #32415E;
}

.p4a_menu li {
  float: left;
  text-align: center;
  width: 100px;
	display: block;
	color: #32415E;
	cursor: pointer;
	margin-top:1px;
}

.p4a_menu ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
	z-index: 40;
	border: 1px solid #7C858D;
	border-top: 0px;
	width: 100px;
}

.p4a_menu ul li {
	width: 100px;
	margin: 0px;
}

.p4a_menu li a, .p4a_menu li div {
	display: block;
	text-decoration: none;
	color: #32415E;
	margin: 0px;
  padding: 5px 0px 5px 0px;
}

.p4a_menu a:hover, .p4a_menu li:hover {
	display: block;
/*  background-color: #C6D3DE;*/
}

.p4a_menu ul ul{
	display: none;
	margin-top: -2em;
	margin-left: 100px;
}

.p4a_menu li:hover ul ul,
.p4a_menu li:hover ul ul ul,
.p4a_menu li:hover ul ul ul ul,
.p4a_menu li:hover ul ul ul ul ul{
	display:none;
}

.p4a_menu li:hover ul,
.p4a_menu ul li:hover ul,
.p4a_menu ul ul li:hover ul,
.p4a_menu ul ul ul li:hover ul,
.p4a_menu ul ul ul ul li:hover ul{
	display:block;
}

/*******************/
/* END MENU WIDGET */
/*******************/

.message {
  width: 300px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.message dt {
  display: table-cell;
  vertical-align: middle;
}

.message dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: black;
}

#sidebar_right {
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  position: fixed;
  bottom: 10px;
  right: 0px;
  top: 0px;
  height: 6000px !important;
  height: 100%;
  padding: 10px;
  z-index: 2;
}

#sidebar_left {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  position: fixed !important;
  position: absolute;
  bottom: 10px;
  left: 0px;
  top: 0px;
  height: 6000px !important;
  height: 100%;
  padding: 10px;
  z-index: 2;
}

div.frame {
  padding: 0px;
}

.row {
  clear: both;
}

.br {
  clear: both;
}

fieldset.frame {
	background-color: #E2E7ED;
  border: 1px solid #7C858D;
  padding: 10px 10px 10px 0px;
}

legend {
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
}

/*********/
/* TABLE */
/*********/

.table {
  margin: 5px 20px 0px 10px;
  border-collapse: collapse;
  width: inherit;
}

th {
  text-align: center;
}

.table th a {
  margin: 5px;
}

.table th a, .table td a {
  display: block;
}

.table caption{
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
}

.table .select {
  width: 19px;
}

.table td{
  padding: 2px;
  border: 1px solid #7C858D;
}

.table td.action {
  background-color:#fafafa;
}
.table td a {
  display:block;
  width:100%;
}

.integer,
.decimal,
.float,
.date,
.time{
  text-align: center;
  white-space: nowrap;
}

.table_container {
  font-size:8px; /* with &nbsp to solve bug on ie on margin-bottom of table */
}

.table_container .frame{
  border-top: 1px solid #7C858D;
  background-color: #fafafa;
}

.table_container .row{
  background-color: #fafafa;
}

.accesskey {
  text-decoration: underline;
}

/***********/
/* TOOLTIP */
/***********/

#p4a_tooltip {
  display: none;
  position: absolute;
  background-color: #F4F7FA;
  width: 250px;
}

#p4a_tooltip_inner_container {
  border: 2px solid #32415E;
  padding: 10px;
}

.p4a_tooltip_handler {
  float: right;
}

/*********/
/* POPUP */
/*********/

#popup {
	position: absolute;
	top: 0;
	left: 0;
	margin:auto;
	padding: 0;
	background:white;
	z-index: 100;
	text-align: center;
	border: 2px solid #4B718A;
}

#popup h2 {
	background: #F4F7FA;
	margin: 0;
	line-height: 32px;
}

#popup #sheetContainerPopup {
	margin: 20px;
}

/* jqModal base Styling courtesy of Brice Burgess <bhb@iceburg.net> */
.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/***********/
/*  PSYOU  */
/***********/

.highlight
{
  background-color: #C6D3DE;
}

.psyou_icon
{
  width: 19px;
  height: 19px;
/*  border: 1px solid #7C858D;*/
}

.psyou
{
  
}

.aoi
{
  color: #C1AA00;
}

.title, #title
{
  color: #32415E;
  letter-spacing: 0.05em;
  padding: 3px;
  font-size: 10pt;
  font-weight: bold;
  position: relative;
  top: -1px;
/*  height: 18px;*/
  background-color: #e2e7ed;
	border-bottom: 1px solid #7C858D;
}

.breadcrumbs
{
  text-decoration: none;
  font-style:italic;
/*  font-weight: bold;*/
/*  font-size: 12px;*/
}
.breadcrumbs:hover
{
  text-decoration:underline;
}

/***************/
/* TABLESORTER */
/***************/

table.tablesorter
{
  border-spacing: inherit;
  border-collapse: collapse;
/*  background-color: #CDCDCD;*/
  width: 100%;
  text-align: left;
  padding: 0px;
  margin: 5px 0px 5px 0px;
}

table.tablesorter tbody td
{
/*  border-bottom: 1px solid #AAB7C4;*/
/*    height: 15px;*/
    padding: 0px 4px 0px 4px;
/*  7C858D*/
}

table.tablesorter thead tr .header
{
/*  background-image: url(jquery/bg.gif);*/
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  background-color: #C6D3DE;
  height: 17px;
  border-bottom: 1px solid #7C858D;
}

table.tablesorter tbody td
{
/*  padding-left: 5px;*/
}

table.tablesorter thead th
{
  font-weight: normal;
  background-color: #C6D3DE;
  border-bottom: 1px solid #7C858D;
  cursor:pointer;
}

table.tablesorter tbody th
{
  font-weight: normal;
  background-color: #C6D3DE;
  border-bottom: 1px solid #7C858D;
}

table.tablesorter thead th:hover
{
	background-color: #e2e7ed;
}

/*table.tablesorter tbody td
{
  background-color: #E2E7ED;
}*/
table.tablesorter tbody tr.even td
{
  background-color: #E2E7ED;
}
table.tablesorter tbody tr.odd td
{
  background-color: #F4F7FA;
}
table.tablesorter thead tr .headerSortUp
{
  background-image: url(jquery/asc.gif);
}
table.tablesorter thead tr .headerSortDown
{
  background-image: url(jquery/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
  font-weight: bold;
  border: 1px solid #7C858D;
  border-bottom: 0px;
  background-color: #E2E7ED;
}


table.tablesorter tbody tr.even td.gcolony, table.tablesorter tbody tr.odd td.gcolony
{
  background-color: #C6C6C6;
}

table.tablesorter tbody tr.even td.parum, table.tablesorter tbody tr.odd td.parum
{
  background-color: #8F9FFF;
}

table.tablesorter tbody tr.even td.neudaiz, table.tablesorter tbody tr.odd td.neudaiz
{
  background-color: #91FFB6;
}

table.tablesorter tbody tr.even td.moatoob, table.tablesorter tbody tr.odd td.moatoob
{
  background-color: #FFB96D;
}