/************************************************************/
/* ELEMENT (TD,H1,BODY,UL,INPUT,SELECT,etc.) BASED STYLES	*/
/************************************************************/


/* TOP LEVEL STYLES */
BODY {
  background-color: white;
  font-family: Tahoma, Verdana;
  font-size: 11px;
  margin-top: 5px; 
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}

TD
{
   font-family: Tahoma;
   font-size: 8pt;
   text-decoration: none;
   vertical-align : top;
   color=blue;
}

TH
{
   font-family: Tahoma;
   font-size: 8pt;
   text-decoration: none;
   vertical-align : top;
   color=black;
}



/************************************************************/
/* ANCHOR STYLES											*/
/************************************************************/

.TEXTFIELD {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 11px; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-IMAGE:  url(http://www.dtw.co.za/images/textfield_bg.gif); BORDER-LEFT: #ffffff 1px solid; COLOR: #333333; BORDER-BOTTOM: #a5acb2 1px solid; FONT-FAMILY: Tahoma, Verdana, Arial
}
A {
   cursor: hand;
   color: #003366;
   font-family:Tahoma;
   FONT-SIZE: 8pt; 
   text-decoration: underline;
}

A:link A:visited {
   cursor: hand;
   text-decoration: none;
   color: #003366;
}

A:hover {
   color: maroon;
}

A.Link {
  text-decoration: underline;
}

A.listTableHeaderAnchorStyle {
  color: black;
  text-decoration: none;
  cursor: hand;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

P{
	font-family: Tahoma; 
    font-size: 11pt; 
    font-style: normal;       
}
/************************************************************/
/* HEADER STYLES											*/
/************************************************************/

H2 {
    color: black;
    background-color: #6699CC;
    font-family: Tahoma; 
    font-size: 11pt; 
    font-style: normal; 
    font-weight: bold; 
    text-align: center;
    vertical-align: top;
    border-top: 1px black solid; 
    border-right: 1px black solid; 
    border-bottom: 1px black solid; 
    border-left: 1px black solid;
    margin-bottom: 5px;
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 1px;
}

/************************************************************/
/* INPUT Styles												*/
/************************************************************/


INPUT.littleButton {
   cursor: hand;
   font-size: 8.5pt;
   font-family: Tahoma;
   font-weight: bold;
   width: 75;
   color: black;
   background: #6699CC;
   border: outset 2 #9999cc;
   line-height: 11pt;
   align: center;
}

SELECT {
  border-top: 1pt black solid;
  border-right: 1pt black solid;
  border-bottom: 1pt black solid;
  border-left: 1pt black solid;
  text-align: center;
  font-family: Tahoma;
  font-size: 100%;
}


/************************************************************/
/* TEXTAREA Styles											*/
/************************************************************/

TEXTAREA { 
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-align: left;
  font-family: Tahoma;
  font-size: 11pt;
}

/************************************************************/
/* Html lists												*/
/************************************************************/
UL {
  text-align: center;
  font-weight: normal;
  margin-left: 11px;
  margin-bottom: 0px;
}


/************************************************************/
/* FORM														*/
/************************************************************/


FORM {
  margin-top: 0px; 
  margin-right: 0px; 
  margin-left: 0px; 
  margin-bottom: 0px;
}


/************************************************************/
/* STATUS BAR Style											*/
/* Use an image, transparent, background color will be the  */
/* status bar.												*/
/************************************************************/

.statusBarStyle {
	background-color: #6699CC;
}

.button {
  background-color: #31669A;
  color: #000000;
  font-family: Tahoma;
}


/************************************/
/*********ListView Styles************/
/************************************/
th.ViewHeaderStyle
{
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
  border-right: 1px black solid;
  padding-left: 5px;
  padding-right: 2px;
  font-famliy: Tahoma;
  font-weight: bold;
  font-size: 11;
  text-align: left;
  text-decoration: none;
}

table.ViewTableStyle
{
  width:100%;
}

td
{
font-size: 11px;
font-family: Tahoma;
}

td.DisplayCellLines
{
border-bottom : 1px solid #DDDDDD;
}

.ViewRowSelectedStyle {
  color: highlighttext;
  background: highlight;
  text-align: left;
  font-family: Tahoma, Arial;
  padding-left: 5px;
  padding-right: 2px;
  cursor: hand;
}

.subheader
{
font-family: Tahoma;
font-size: 11pt;
background-color: #6699CC;
width: 25%;
color: white;
border-top: 1px black solid; 
border-right: 1px black solid; 
border-bottom: 1px black solid; 
border-left: 1px black solid;
margin-bottom: 5px;
margin-top: 2px;
margin-left: 1px;
margin-right: 1px;
}
