﻿.errorText
{
	color:Red;
}
div#login
{
	margin-top:40px;
}
a
{
	color: #005685;
}
.FileTypesTable
{
	width: 90%;
}
.FileTypesTable, .FileTypesTable tr td,.FileTypesTable tr th,  .FileTypesTable tr
{
	border : 1px black solid;
	border-collapse: collapse;
}

 .FileTypesTable tr td, .FileTypesTable tr th
 {
	padding : 3px;
 }
 .FileTypesTable tr th.First
 {	
	width:20%;
 }
 
  .FileTypesTable tr th.Others
 {	
	width:40%;
 }
 
.clear-both {
	clear: both;
	}
	
.edit-entry
{
    clear:both;
    font-weight: bold;
    float:left;
    
    }

.AspNet-GridView table tbody tr td.incomplete-highlight
{
    background-color: #ff9999;
    }
    
.AspNet-GridView table tbody tr td.incomplete-highlight
{
     text-align: left;
    }
    
.AspNet-GridView table tbody tr td
{
     text-align: left;
    }
    
    
