html, body
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Form1
{
   border-bottom-color: #A8151C;
   border-bottom-style: solid;
   border-bottom-width: 1px;
}
#Table1, th, td
{
   border: 1px solid #A8151C;
   background-color: #EBEBEB;
   color:#A8151C;
   
}

#Text1 
{
   background-color: #ffffff;
   background-image: none;
   border: 0px #000000 solid;
   padding-bottom: 10px;
   margin: 0;
   text-align: left;
   vertical-align: middle;
}
#Text1 div
{
   text-align: left;
   vertical-align: middle;
}
#Combobox1
{
   border: 1px #A8151C solid;
   background-color: transparent;
   color :#000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#Combobox2
{
   border: 1px #A8151C solid;
   background-color: transparent;
   color :#000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#Editbox1
{
   border: 1px #A8151C solid;
   background-color: transparent;
   color :#000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   text-align: left;
   vertical-align: middle;
}
#Label1
{
   border: 1px #A8151C solid;
   background-color: transparent;
   color :#000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   text-align: center;
   vertical-align: middle;
}
#Button1
{
   border: 1px #868686 solid;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   background-color: #A8151C;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#dataviewer
{ /*word-break: keep-all;*/
 line-height: 1.6;
 word-wrap:break-word; 
   color: #000000;
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   
}
#dataviewer th,
#dataviewer td 
{
   padding: 3px 6px;
   vertical-align: top;
}
#dataviewer th 
{
   text-align: left;
   color: #FFFFFF;
   font-weight: normal;
   font-style: normal;
}
#dataviewer thead th
{ 
   background-color: #A8151C;
}
#dataviewer .sortable thead th
{
   padding-left: 18px;
}
tr.even, tr.first
{
   background-color: transparent;
}
td.sorted
{
   background: #FFFFDD;
}
th.clickable
{
   background: transparent no-repeat 0 0;
}
th.sorted-asc
{
   background-position: 0 -20px;
}
th.sorted-desc
{
   background-position: 0 -40px;
}
div.pager
{
   margin: 2px 0 2px 0;
}
#dataviewer .page-number, #dataviewer .filter
{
   padding: 0 2px 0 2px;
}
#dataviewer .page-number
{
   border: 1px solid #A8151C;
   color: #A8151C;
   margin-left: 2px;
}
#dataviewer .active
{
   border: 1px solid #A8151C;
   background: #A8151C;
   color: #FFFFFF;
}
.clickable
{
   cursor: pointer;
}
.hover
{
   text-decoration: underline;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
#logo
{
   color:#A8151C;
   font-family:Arial;
   font-size:13px;
   text-decoration: none;
}
#logo a:hover
{
   text-decoration: underline;
}
