/*
h1 	{ font-size: 12pt; color: #d08030; font-weight: normal; }
*/
/*
h2	{ padding-left: 3px; color: #8181D6; font-size: 12pt; background-color: #FFD1EA;}

h3 	{ padding-left: 3px; color: #FF0000; font-size: 10pt;}
h4  { padding-right: 3px; color: #000000; font-size: 10pt;}
h5  { padding-left: 3px; color: #000000; font-size: 10pt;}
*/

html
{
overflow:scroll;
background-color: #E8E8E8;
}

body 
{
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
background-image:url('CITU1.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top right;
}


textarea {
color: #0000ff;
background-color: #D5D5D5;
border: 1px solid #781351
}

select {
background-color: #D5D5D5;
color: #660000;
border: 1px solid #781351
}

input
{
color: #8E0000;
background-color: #D5D5D5;
border: 1px solid #781351
}

input:hover
{
border: 1px solid #050DA7;
}

input:focus, textarea:focus, select:focus
{
color: blue;
background: #ffffff;
}



span.blue {color:blue;font-size: 10pt}
span.green {color:green;font-weight:bold}
span.red {color:red;font-weight:bold}


#list_normal
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
margin-left: auto;
margin-right: auto;
overflow:scroll;
}
#list_normal td, #list_normal th
{
font-size:.7em;
border:1px solid #7CA6CF;
padding:3px 7px 2px 7px;
}
#list_normal th 
{
font-size:.8em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#7A7A7A;
color:#ffffff;
}

#list_normal tr:hover {
color: red;
background-color: #e1eafe;
}


#input_table
{
width:50%;
border-collapse:collapse;
margin-left: auto;
margin-right: auto;
padding:3px 7px 2px 7px;
}

#input_table tr
{
height:30px;
}

#input_table tr th
{
font-size:12px;
background-color:#7A7A7A;
color:#ffffff;
padding:3px 7px 2px 7px;
text-align:left;
font-weight: bold;
font-style:normal;
border: 1px solid #006;

}

#input_table tr td
{
font-size:12px;
background-color:#C4CFFF;
padding:3px 7px 2px 7px;
border: 1px solid #006;

}

#note
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
margin-left: auto;
margin-right: auto;
overflow:scroll;
}
#note td, #note th
{
font-size:.7em;
padding:3px 7px 2px 7px;
}


#message
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:40%;
border-collapse:collapse;
margin-left: auto;
margin-right: auto;
overflow:scroll;
border: 1px solid #006;
}
#message td, #message th
{
font-size:.7em;
padding:3px 7px 2px 7px;
}

