/* 
    Document   : common
    Created on : 08-May-2014, 11:55:41
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.indexs:hover
{
    text-decoration: underline
}
a
{
    text-decoration: none
}
.style1{background-color: #EFF8FB}
.initial { background-color: #EFF8FB; color:#000000 }
.normal { background-color:#EFF8FB; }
.highlight { background-color: #8DD7EF;}/*font-weight: bold;*/
.style2{background-color: #EFF8FB}
.initial { background-color: #EFF8FB; color:#000000 }
.normal { background-color:#EFF8FB; }
.highlight { background-color: #8DD7EF;}/*font-weight: bold;*/
.h1font
{
  color: #1D34B7;
}
#txtpi,#txtstation,#txttit,#txtbud,#txtout,#txtdur
{
    background-color:#EFF8FB;
}
#txtphysical,#txtsummary,#txtnewob,#txtasset
{
     background-color:#EFF8FB;
}
table.gradienttable
{
    font-family:sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
}
table.gradienttable th
{
    padding: 0px;
    background-color:#489cdf;
    border: 1px solid #999999;
}
table.gradienttable td
{
    padding: 0px;
    background-color:#EFF8FB;
}
table.gradienttable th p
{
    margin:0px;
    padding:10px;
    border-bottom:0px;
    border-right:0px;
}
table.gradienttable td p
{
    margin:0px;
    padding:10px;
    border-bottom:0px;
    border-right:0px;
}
input[type='text'] /* setting style of text box */
{
    font-size: 11pt;
    color: blue;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    font-family:sans-serif;
    padding-left: 0px;
    background-color:#EFF8FB;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
label
{
    font-family: Helvetica;
}
select
{
    font-size: 11pt;
    color: blue;
    border-style: groove;
    background-color: white;
    font-family:sans-serif;
    background-color:#EFF8FB;
    border-radius: 5px;
    width:120px;
     border-radius: 5px;
     border-color: black;
   
}
textarea
{
    font-size: 11pt;
    color: blue;
    border-style: groove;
    font-family:sans-serif;
    background-color:#EFF8FB;
    -moz-border-radius: 15px;
    border-radius: 5px;
     border-radius: 5px;
     border-color: black;
    
}
select
{
    font-size: 11pt;
    color: maroon;
    border-style: groove;
    font-family: sans-serif;
    background-color:#EFF8FB;
    border-color: black;
}
input
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: black;
   
}
