body {       
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #D3D3D3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	HEIGHT: 100%;

}
#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -34px; /* half width of the spinner gif */
    margin-top: -34px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 68px; /* width of the spinner gif */
    height: 70px; /*hight of the spinner gif +2px to fix IE8 issue */
}             
td.windowhead
{  
	background-color: #fa5000;
}
  
.windowend {
	BACKGROUND-COLOR: #d3d3d3;
}

.footer {
	BACKGROUND-COLOR: #e1e1e1
}
     
.nix_windowborder {
	BORDER-RIGHT: #D5D0D0 0px solid; 
	BORDER-TOP: #D5D0D0 0px solid; 
	BORDER-LEFT: #D5D0D0 0px solid; 
	BORDER-BOTTOM: #D5D0D0 5px solid; 
	WIDTH: 100%; 
	HEIGHT: 100%
}
        
.menuexplorer {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: #ffffff
}
          
TABLE.organizer {
	BACKGROUND-COLOR: #f2f2f5;
	PADDING-RIGHT: 50px; 
	PADDING-LEFT: 50px; 
	PADDING-BOTTOM: 50px; 
	PADDING-TOP: 50px; 
}
   
 
TD.organizer {
	BACKGROUND-COLOR: #f2f2f5;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
}

.orangebar {
	background-color: #c3c3c3;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ABABAB;
}	
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ABABAB;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

hr {
	color: #ABABAB;
	height: 1px;
	margin:0;
	border-style: solid; 
}

td.header1{
	font-style: italic;
}

td.value1{
	background-color: #FFFFFF;
}
td.hrline{
	height: 2px;
	max-height: 2px;
}

.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.headline2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FA5000;
}

.explorer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

.explorer  a {
	text-decoration:none;
	color:#000000;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	WIDTH: 30px; 
	WHITE-SPACE: nowrap
}

.explorer  a:hover {
	text-decoration:underline;
	color:#000000;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	WIDTH: 30px; 
	WHITE-SPACE: nowrap
	}
	
.explorer  a:active {
	text-decoration:none;
	color:#000000;
	background:#FFFFCC;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	WIDTH: 30px; 
	WHITE-SPACE: nowrap
	}
.headline1_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 5pt;
	font-weight: bold;
}
.headline2_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-indent: 5pt;
}   
.box {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

/*
table.box td {
    padding: 4px;
    font-size: 14px;
}

table.box input, table.box select{
	padding: 3px;
}*/

.orderListHeaderLeft {
	text-align: left;
}
.orderListHeaderRight {
	text-align: right;
}
.sortable {
	text-align: left;
}

.roweven{
	background-color: white;
}
.rowodd{
	background-color: lightgrey;
}

th {
	text-align: left;
}
td.col1{
	text-align: right;
}

td.col2{
	text-align: left;
}

td.col3{
	
}

td.col4{
	text-align: right;
}

td.col5{
	text-align: left;
}	
td.right{
	text-align: right;
}

td.center{
	text-align: center;
}

.greybar {
	background-color: #ABABAB;

}
	
.td_contentbox {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ABABAB;
}

/**from here datagrid **/

table.datagrid {
	width: 100%;
	padding:0;
	font-size: 1em;
	background-repeat:no-repeat;
	list-style-type:none;
}

th.datagrid {
  	background-color: #DDDDDD;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #000000;
}

tr.datagridodd {
  background-color: #fff;
  font-size: 12px;
  
}
tr.datagrideven {
  background-color: #fea;
  font-size: 12px;
}

td#help {
    align:left;
}

.fileWindow {
    BACKGROUND-COLOR: #FFFFFF;
    PADDING-RIGHT: 5px; 
    PADDING-LEFT: 5px; 
    PADDING-BOTTOM: 5px; 
    PADDING-TOP: 5px;
    min-height: 20px;
    width: 100%;
    border: 1px solid grey;
    horizontal-align: top;
}

.userinteraction {
	width: 800px; 
}

.userinteraction .nowrap {
	white-space: nowrap;
}

.userinteraction pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.userinteractionTop a {
    font-size: 12px; 
}

.userinteraction .sortable {
    font-size: 12px; 
}

.userinteraction .rowodd {
    font-size: 12px; 
}

.userinteraction .roweven {
    font-size: 12px; 
}
   
.mx_number {
    text-align: right;
}	   

td.subtopic {
	background-color:#6699CC;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
}

td.fieldlabel {
	background:#C0C0C0 none repeat scroll 0 0;
	vertical-align:top;
	white-space:nowrap;
	width:100pt;
}

td.head {
	background:#C0C0C0 none repeat scroll 0 0;
	font-weight:bold;
}

tr.alter1 {
	background:#EFEFEF none repeat scroll 0 0;
}

tr.alter2 {
	background:#FFFFFF none repeat scroll 0 0;
}

td.flbooklist {
	font-size:8pt;
}

table.dlist{
}

table.dlist tr th{
	background-color:#6699CC;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;	
}

table.dlist tr td{
	vertical-align: top;
	padding: 10px;	
	white-space: nowrap;
	font-family:"Courier New", Courier, monospace;
}

table.dlist tr td.price{
	text-align:right;
	font-family:"Courier New", Courier, monospace;
}

.dlist .rowodd{
	background-color: #e0e0e0;
}

tr.borderBottom td {
	border-bottom: 1px dotted #CECECE;
}

.toggleTableField {
	font-size: 10px;
	color: #000000;
	cursor: pointer;
}

.button {
	border: 1px solid #ABABAB;
	padding: 1px 5px 1px 5px;
	background-color: #EAE2DB;
	color:black;
	text-decoration:none;
}
table.dlist tr td.seats {
	padding: 3px;
}
table.dlist tr td.seats td {
	padding: 1px 10px;
}