﻿/*Created and last modified by C.P.Uthama Kumar(TMS/1334) on 19 July 2012*/

a:link 
{
    text-decoration: none;
}

a:visited 
{
    text-decoration: none;    
}

a:hover 
{
    text-decoration: none;
}

a:active 
{
    text-decoration: none;
}

.FileCSS
{
    color:Black;
    font-size:10px;
    font-family:Tahoma;
}

body
{   
    margin-top:0px;
    margin-bottom:0;
    font-family:Tahoma;
    font-size:11px;                 
}

hr
{
    color:#c8c8c8;
    height:1px;
    border-color:WHITE;
}

button
{
    width:60px;
    height:23px;
    font-size:10px;
    font-weight:bold;
    color:#4E4E4E;
    border-style:solid;
    border-width:1px;
    border-color:#C3C3C3;
    cursor:pointer;
    background-color:transparent;
    
}

form
{
    margin:0px 0px 0px 0px;
    
}

.ECMUnderLine
{   
    border-bottom-width:1px;
    border-bottom-color:#CCCCCC;
    border-bottom-style:solid;    
}

.ECMText
{
    font-size:11px;  
    text-align:left;
    margin-right:20px;        
}

.ECMTextBold
{
    font-size:10px; 
    text-align:left;
    margin-right:20px;    
    font-weight:bold;
}

.ECMAJAXPageOutline
{
    margin-bottom:5px;
    margin-left:5px;
    margin-right:5px;
    margin-top:10px;   
    
}

.ECMButtonIcon
{
    cursor:pointer;
}

.ECMComboRootStyle
{
    font-size:10px; 
    width:125px;
    border-color:#eaeaea;
    border-style:solid;
    border-width:1px; 
    width:150px;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.modalPopup
{
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: #1D82B2;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 100px;
}

