﻿body 
{
    margin:0px 0px 0px 0px;     
    background-color:#F7FDF8; 
    color:#666666;
    
scrollbar-3dlight-color: white; 

scrollbar-arrow-color: white; 

scrollbar-darkshadow-color: white; 

scrollbar-face-color: white; 

scrollbar-highlight-color: silver; 

scrollbar-shadow-color: gray; 

scrollbar-track-color: white;

scrollbar-arrow-color: black; 
}
img
{
    border:none 0px black;
}


body,td,div,th
{
    font-family:Arial;
    font-size:11px;    
   
}
th
{
    color:white;
    background-color:#5FC253;
    font-weight:bold;
    height:20px;
    padding-left:5px;
    padding-right:5px;
    
}

h2
{
    margin:5px 0px 5px 0px ;
    color:#5FC253;
    font-size:11px;
}
h1
{
    margin:5px 0px 5px 0px ;
    color:#5FC253;
    font-size:16px;
}

select,option
{
    font-size:11px;
    margin-bottom:1px;
    
}

a
{
    text-decoration:none;
    color:#5FC253;
    margin-left:0px;
    margin-right:0px;
}
a:visited
{
    text-decoration:none;
    color:#5FC253;
}

a:hover
{
    text-decoration:underline;
}
/* skin clases */

.button
{
    height: 22px;
    border: solid 1px #D5D5D5;
    font-weight: bold;
    color: White;    
    font-size: 11px;
    background-image: url(Images/btnBgGreen.gif);
    background-repeat: repeat-x;
    padding-top:0px;
    padding-left:5px;
    padding-right:5px;
}

.textbox
{
    border:solid 1px #336633;
    margin-bottom:1px;
    font-size:11px;
}

/*skin gridview*/
.gridViewHeader th
{
    font-weight: bold;
    color: white;
    background-color: #5fc253;    
     border-right:solid 1px white;
}

.gridViewHeader a:link
{
    font-weight: bold;
    color: white;
    background-color: #5fc253;   
}

.gridViewHeader a:visited
{
    font-weight: bold;
    color: white;
    background-color: #5fc253;
}
.gridViewHeader a:hover
{
    font-weight: bold;
    color: white;
    background-color: #5fc253;
}
.gridViewHeader a:active
{
    font-weight: bold;
    color: white;
    background-color: #5fc253;
}


.gridViewRow td
{
   
/*    border-bottom:dotted 1px #666666;*/
    vertical-align:top;
    background-image: url(Images/separatorDashedHorizontal.gif);
    background-repeat: repeat-x;  
    background-position:bottom;
    padding:0px 5px;
    height:20px;
}

#tdMasterFooter
{
    height:30px;
    padding-left:10px;
    padding-right:10px;
    background-color:white;
}

#tdMasterHead
{
    height:100px;
    background-color:white;
    background-image: url(Images/separatorDashedHorizontal.gif);
    background-repeat: repeat-x;  
    background-position:bottom;
}

#tdMasterHead h1
{
    color:#5FC253;
    margin:0px;
    font-size:16px;
}

#tdMasterBody
{
    padding:5px;
    background-color:white;
    
}



/* general clases  MUST BE LAST ONE*/
.messageText
{
    color:Red;    
}
.box
{
    border:solid 1px #000000;
}
.tableHeader
{
    font-weight:bold;
}
.green
{
    color:#5FC253;
}
.bgGreen
{
    background-color:#5FC253;
}
.grey
{
    color:#666666;
}
.white
{
    color:White;
}
.hand
{
    cursor:pointer;    
}
.normalValidator
{
    color:Red;
    font-size:11px;
}
.noPadding
{
    padding:0px;
}
.bgSeparator
{
    background-image: url(Images/separatorDashedHorizontal.gif);
    background-repeat: repeat-x;  
    background-position:center;

}

.TdData
{
    padding-left:5px;
    padding-right:5px;    
}

.displayNone
{
    display:none;    
}
.displayInline
{
    display:inline-block;
}