/*******************************************************************/
/* Input */
/*******************************************************************/

.inputBox
{
color : #000000;
background : #FFFFFF;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
}


.inputSubmit
{
color: #000000;
background-color: #EEEEEE;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
font-weight: bold;

}

.inputTrigger
{
color: #000000;
background-color: orange;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
font-weight: bold;

}

.inputSave
{
color: #ffffff;
background-color: #006600;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
font-weight: bold;


}


.inputReturnPrevScreen
{
color: #FFFFFF;
background-color: #CC0000;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
font-weight: bold;

}

.inputSearch
{
color: #000000;
background-color: #FFFF00;
border-color : #000000;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
font-weight: bold;

}


/*******************************************************************/
/* TABLE */
/*******************************************************************/
table.light
{
color : #FF0000;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
background-color : #CCCCCC;
}

/*******************************************************************/
/* TR */
/*******************************************************************/

tr.dark
{
color : white;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
background-color: #FF0000;
}

tr.light
{
color : #FF0000;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
background-color : #CCCCCC;
}



	
/*******************************************************************/
/* TD */
/*******************************************************************/	
td.sectionHeader
{
color : white;
font-family : Verdana,tahoma,Arial;
font-size : 13px;
font-weight : bold;
background-color : #6699FF;
}
td.sectionHeaderDamco
{
color : white;
font-family : Verdana,tahoma,Arial;
font-size : 13px;
font-weight : bold;
background-color : #6E9C3A;
}
TD.top
{
    FONT-SIZE: 15px;
    COLOR: white;
    FONT-FAMILY: Verdana,tahoma,Arial;
    BACKGROUND-COLOR: #A1BEC0;
    font-weight: bold;
}

TD.topTrackClientsForm
{
    FONT-SIZE: 15px;
    COLOR: white;
    FONT-FAMILY: Verdana,tahoma,Arial;
    BACKGROUND-COLOR: #A1BEC0;
    font-weight: bold;
}

td.prompt
{
color : #000000;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
background-color : #6699FF; 
/* background-color : #A1BEC0; */
}

td.promptOrange
{
color : #000000;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
background-color : orange;
}


td.resultDataQuery
{
color : #FF0000;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
background-color : #E6F6F7;
}


td.head
{
color : white;
font-family : Verdana,tahoma,Arial;
font-size : 15px;
font-wieght : bold;
background-color : #FF0000;
}
td.dark 
{
color : #FF0000;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
background-color : #CCCCCCF;
}
td.dark1 
{
color : #123E04;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
background-color : #CCCCCCF;
}
td.lightHead
{
color : #FF0000;
font-family : Verdana,tahoma,Arial;
font-size : 12px;
font-weight : bold;
background-color : #E6F6F7;
}
td.light
{
color : #FF0000;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
background-color : #CCCCCC;
}

td.topBar
{
color : #FFFFFF;
font-family : Verdana,tahoma,Arial;
font-size : 18px;
font-weight : bold;
background-color : #990000;
/* background-color : #666600; */
}

td.topBarBooking
{
color : #000000;
font-family : Verdana,tahoma,Arial;
font-size : 18px;
font-weight : bold;
/* background-color : #990000; */
background-color : #A1BEC0; 
}

td.date
{
color : #FF0000;
font-family : Verdana,tahoma,Arial;
font-size : 10px;
font-weight : bold;
background-color : #E6F6F7;
}

/*******************************************************************/
/* DIV */
/*******************************************************************/


/*=====================================================================*/
/*  div */
/*=====================================================================*/
div
{
color : red;
font-family : Verdana,tahoma,Arial;
font-size : 12px;
font-weight : bold;
background-color : white;

}

div.black
{
color : black;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
}

div.topBarInfo
{
color : yellow;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
}


/*******************************************************************/
/* A */
/*******************************************************************/

A
{
color : BLUE;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
text-decoration : underline;
}

A:hover
{
color : red;
font-family : Verdana,tahoma,Arial;
font-size : 11px;
font-weight : bold;
text-decoration :underline;
}
input, select, span.nudge {
	font-family: Tahoma;
	font-size: 10px;
	padding: 1px;
	margin: 1px;
	border: 1px solid #777;
	background: #fff;
}
input.btn{
   size:50px;
   color:#003;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   text-align : center;
   background-color:#CCCCCC;
   border:2px solid;
   border-top-color:#FFFFFF;
   border-left-color:#FFFFFF;
   border-right-color:#999999;
   border-bottom-color:#999999;}



input.btnhov{
   border-top-color:#999999;
   border-left-color:#999999;
   border-right-color:#FFFFFF;
   border-bottom-color:#FFFFFF;}
