/*
Netscape 4 safe font sizes
*/
body, div, p, th, td, li, dd	{
	font-family:	 Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
  background: #fff;
  margin:0;
  padding:0;
}

body#popup {
  margin:10px;
}

form {
  margin:0px;
}

div.spacer {
  overflow: hidden;
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	font-size: 1px;
}

.small {
  font-size: 85%;
}

a {
  color: #003BD1;
}

a.selected {
  font-weight:bold;  
}

p {
  margin-top:0px;
}

img {
  border:0;
}

ul {
  list-style:none;
  margin:0;
  padding:0;
}

li {
  list-style:none;
  margin:0;
  padding:0;
}


/*--------------------------------- Default -----------------------------------------------*/
h1 {
  font-size: 140%;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
  line-height:20px;
}

h2 {
  font-size: 125%;
  font-weight: bold;
  color: #000;
  margin: 1em 0 4px 0;
  border-bottom:1px solid #000;
  position:relative;
}

h2 small {
  position:absolute;
  right:0;
  bottom:0;
  font-size:80%;
  font-weight:normal;
}

h2 a {
  text-decoration:none;
}

h1 em, p em, h2 em, h3 em, #navigationPath em {
  background-color: #cfc;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  color: #000;
  margin: 4px 0 2px 0;
}

h4 {
  font-size: 110%;
  font-weight: bold;
}

.textLight {
  color: #777;
}

a:active {
  color: #c00;
}


/* =header */
#header {
  margin:10px 10px 5px 10px;
  height: 40px;
  position:relative;
}

#headerAbout {
  font-size:11px;
}

#header #logo {
  position:absolute;
  bottom:0;
}

#header #headerAbout {
  float:right; 
  text-align:right;
}

#header #ctrlCms {
  position:absolute;
  bottom:0;
  right:0;
}

#header a {
  color: #000;
}

/* =menus */

#mainMenu {
}

#mainMenuBar {
  clear:both;
  background-color:#bababa;
  text-align:right;
  padding: 2px 10px;
}

#mainMenuBar input {
  font-size:10px;
}

#mainMenu ul {
  margin:0 10px;
  padding:0;
  list-style:none;
  width:95%;
}

#mainMenu ul li {
  display:block;
  float:left;
  margin:0;
  padding:0;
  list-style:none;
}

#mainMenu ul li a {
  display:block;
  background-color:#eee;
  padding: 2px 10px;
  margin: 0 1px;
  font-size:12px;
  color:#000;
  text-decoration:none;
  border-top:3px solid #fff;
}

#mainMenu ul li a:active {
  color:#DC0000;
}

#mainMenu ul li a.selected {
  background-color:#bababa;
  border-top:3px solid #bababa;
}

#navigationPath {
  margin: 5px 10px 5px 180px;
  font-size:11px;
  color:#666;
}

#navigationPath a {
  color:#666;
  text-decoration:none;
}

#navigationPath a em {
  text-decoration:none;
}

.submenu {
  margin: 0 0 20px 0; 
}

.submenu h2 {
  background-color:#bababa;
  font-size:12px;
  margin:0;
  padding:0 0 0 20px;
  font-weight:normal;
  color:#000;
  line-height:20px;
  border:none;
}

.submenu li {
  padding:0 0 0 20px;
  line-height:20px;
  font-size:12px;
}

.submenu a {
  color:#000;
}


/* =tabs */

.tabs {
  margin:0px 0 10px 0;
}

.tabs ul li {
  display:block;
  float:left;
  border-left: 1px solid #000;
  padding: 0 4px 0 4px;
}

.tabs ul li:first-child {
  border:none;
  padding-left:0;
}

.tabs ul li a {
  color:#000;
  display:block;
}

.tabs ul li a.selected {
  font-weight:bold;
  text-decoration:none;
}

/* =contextMenu */
.contextMenu {
  margin:0 0 10px 0;
  width:100%;
}

.contextMenu ul {
}

.contextMenu ul li {
  float:left;
  margin: 0 6px 0 0;
}

.button {
  color:#000;
  display:block;
  padding: 2px 5px 2px 5px;
  border: 1px solid #BABABA;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position: 2px 2px;
  height:16px;
  float:left; 
}

a em {
  text-decoration:underline;
  font-style:normal;
}

a small {
  color:#66f;
}

a.button:hover {
  background-color:#eee;
}

.buttonDisabled {
  display:block;
  background-color:#fff;
  color:#aaa;
  padding: 2px 5px 2px 5px;
  border: 1px solid #BABABA;
  background-repeat:no-repeat;
  background-position: 2px 2px;
  height:16px;
}

a.button2 {
  color:#000;
  padding: 2px 2px;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position: 2px 2px;
}

a.textButton {
  color:#c00;
  font-size:11px;
  text-decoration:none;
}

/* =footer */
#footer {
  margin:11px;
  font-size:85%;
}

#pageActions ul {
  float:right;
  margin-right:5px;
}

#pageActions ul li {
  margin:5px 5px 8px 0;
  float:left;
  display:block;
}


/*--------------------------------- DataView -----------------------------------------------*/
.dataView {
  width: 100%;
  border: 1px solid #BABABA;
}

table.dataView {
  border-collapse: collapse;
}

.dataView .toolbar {
  background: #DEDEDE;
  font-size:11px;
  text-align:right;
}

table.dataView th {
  background-color: #CFCFCF;
  color:#000;
  font-weight:bold;
  text-align:left;
}

table.dataView th a {
  color:#000;
}

table.dataView tr.tr1 {
  background-color:#fff;
}

table.dataView tr.tr2 {
  background-color:#F0F0F0;
}

table.dataView td, table.dataView th {
  empty-cells: show;
  padding: 2px 3px;
}

td.dataViewMonospaced {
  font-family: Courier New, Courier, mono;
}

td.dataViewNumber {
  text-align: right;
  font-family: Courier New, Courier, mono;
}

table.dataViewRecord {
}

table.dataViewRecord thead.formContainer {
}

table.dataViewRecord tbody.formContainer {
}

table.dataViewRecord, .dataEditRecord {
  width: 100%;
  border: 1px solid #BABABA;
}

table.dataViewRecord th, table.dataViewRecord td {
  padding: 3px 0px;
}

table.dataViewRecord th {
  text-align:left;
  width:120px;
  background-color: #F0F0F0;
  color:#000;
  font-weight:normal;
  vertical-align:top;
  padding-top:3px;
}

/*--------------------------------- Dialog -----------------------------------------------*/
.dialog, .dialogAlert, .message {
  padding:0.5em; 
  margin: 0 0 10px 0;
  border:1px solid #BABABA;
}

.dialog {
  background-color:#FFFBCE;
}

.dialogMenu li {
  float:left;
  margin: 0 10px 0 0;
}

.dialogIcon {
  float:left;
  margin-right: 10px;
}

.dialogContent {
  float:left;
}

.dialogContent h2 {
  font-size:100%;
  margin:0 0 0.5em 0;
  border:none;
}

.message a {
  color: #000;
}

/*--------------------------------- FORMS -----------------------------------------------*/
.form {
  margin:0;
  padding:0;
}

.formName {
}

.formDescription {
}

.formError {
  background-color:#ffe; 
  padding:0.5em; 
  border:1px dotted #f00;
}

.formTable {
  width:100%;
}

.toolbar {
  background: #DEDEDE;
  font-size:11px;
  text-align:right;
}

.toolbar ul {
  float:right;
}

.toolbar ul li {
  display:block;
  float:left;
  border-left: 1px solid #bababa;
  padding: 0 4px 0 4px;
  font-size:11px;
}

.tabs ul li:first-child {
  border:none;
  padding-left:0;
}

.formTable td  {
}

.formTable td.td1 {
  width: 120px;
  background: #F0F0F0;
  vertical-align:top;
  padding-top:3px;
}

.formTable td.td2 {
  width:auto;
}

.formContainer {
  margin:5px 0;
}

.formContainer .stateLink {
  color:#000;
  background-repeat:no-repeat;
  padding-left:16px;
  display:block;
  background-color:#ddd;
  text-decoration:none;
  font-size:11px;
  text-transform:uppercase;
}

.formContainer .formTable {
}


.formField {
}

.formFieldText {
}

.formFieldTextarea {
}

.formFieldTextMonospaced {
  font-family: Courier New, Courier, mono;
}

.formFieldName {
}

.formFieldObligatory {
  font-weight: bold;
}

.formFieldDescription {
}

.formFieldError {
  color: #c00;
}

.formFieldObligatorySymbol {
  font-weight: bold;
  color: #f00;
}

.formFieldTextareaMonospaced {
  font-family: Courier New, Courier, mono;
}


/* */
ul.ul {
  margin:0 0 1em 1em;
}

ul.ul li {
  list-style-type: circle;
}

/* =recordMenu */
.recordMenu {
}

.recordLink {
  background: url(../ic/link.png) left 5px no-repeat;
  padding-left:10px;
  font-size:85%;
  text-decoration:none;
}
/* =custom */
.t1 {
  width:100%;
  position:relative;
}

.t1Column1 {
  width: 160px;
  margin: 0 10px 0 10px;
  position:absolute;
  left:0;
}

.t1Column2 {
  margin: 0 10px 0 180px;
}

.t2 {
  width:100%;
  position:relative;
  margin-bottom:1em;
}

.t2Column1 {
  width: 48%;
  margin: 0 1% 0 0;
  float:left;
  display:inline;
}

.t2Column2 {
  width: 48%;
  margin: 0 0 0 1%;
  float:left;
  display:inline;
}


