﻿.title {
		text-align: left;
		color: #000000;
	}
.MainTable {
            border-style: none;
            border-color: inherit;
            border-width: 2;
	padding: 5px;
	width: 95vw;
	height: 85vh;
            background-color:#6ba3ff;
            margin-left: auto;
  margin-right : auto;
    margin-bottom: 5px;
}	
.MainTable2 {
            border-style: none;
            border-color: inherit;
            border-width: 2;
	padding: 5px;
	width: 95vw;

            background-color:#6ba3ff;
            margin-left: auto;
  margin-right : auto;
    margin-bottom: 5px;
}	
.BannerCol
      {
          width: 100%;
          border-width: 1px;
          background-color:#6ba3ff;
          height: 10%;
          text-align: center;
      }
     .ShortSpaceCol
      {
          width: 100%;
          height: 2vh;
       } 
     .LongSpaceCol
      {
          width: 100%;
          height: 5vh;
       }
    .TitleCol
      {
          width: 100%;
          border-width: 1px;
          background-color:#6ba3ff;
          text-align: center;
          height: 5vh;
                } 
     .TitleText {
	font-size: 7vw;
} 
         .SmallTitleCol
      {
          width: 100%;
          height:4vh;
          border-width: 1px;
          background-color:#6ba3ff;
          text-align: center;
                }      
        
.SmallTitleText {
	font-size: 5vw;
}    
      .LabelCol
      {
        
           height: 5vh;
          border-width: 0px;
          background-color:#6ba3ff;
          text-align: center;
                }   
            .LabelText {
	text-align: right;
	font-size: 5vw;
     width: 80vw;
}       
      .FieldCol
      {
         
           height: 5vh;
          border-width: 0px;
          background-color:#6ba3ff;
          text-align: left;
                }
     
.FieldText {
	text-align: left;
	font-size: 5vw;
     width: 80%;
}        
                
      
.ListCol {
	width: 100%;
	height: 80%;
	border-width: 0px;
	background-color: #6ba3ff;
           margin-left: auto;
            margin-right: auto;
          text-align: center;
          vertical-align:top;
                }   


  .SplitLabelCol
      {
         width: 35vw;
           height: 5vh;
          border-width: 0px;
          background-color:#6ba3ff;
          text-align: right;
                }   
            .SplitLabelText {
	text-align: right;
	font-size: 5vw;
     width: 25vw;
}       
      .SplitFieldCol
      {
          width: 60vw;
           height: 5vh;
          border-width: 0px;
          background-color:#6ba3ff;
          text-align: left;
                }
     
.SplitFieldText {
	text-align: left;
	font-size: 5vw;
     width: 60vw;
} 
.SplitTitleText {
text-align: left;
	font-size: 5vw;
}       
  .Grid {
	text-align: left;
	font-size: 7vh;
   
    Width:95%;

  }                 
  .GridLargeText {
font-size: 8vh;
  }    
.ListCol {
	width: 100%;
	height: 80%;
	border-width: 0px;
	background-color: #6ba3ff;
           margin-left: auto;
            margin-right: auto;
          text-align: center;
          vertical-align:top;
                }                  
       .MenuTable
             {
          width: 100%;
          border-width: 1px;
          background-color:#6ba3ff;
          height: 6vh;
          text-align: center;
                }   
        .HeaderMenuLeft
      {
          width: 50%;
          border-width: 1px;
          background-color:#6ba3ff;
          height: 6vh;
          text-align: left;
      }  
      .HeaderMenuRight
      {
          width: 50%;
          border-width: 1px;
          background-color:#6ba3ff;
          height:6vh;
          text-align: right;
      }  
         .CommentCol
      {
          width: 60%;
           height:20vh;
          border-width: 0px;
          background-color:#6ba3ff;
          text-align: center;
                }     
         .CommentText {
	text-align: left;
	font-size: 5vw;
    width: 80vw;
    height:20vh;
}              

input {
	font-size:30px;
}




.Button {
	 background: #005EB8;
  background-image: -webkit-linear-gradient(top, #005EB8, #2c382b);
  background-image: -moz-linear-gradient(top, #005EB8, #2c382b);
 
  background-image: -o-linear-gradient(top, #005EB8, #2c382b);
  background-image: linear-gradient(to bottom, #005EB8, #2c382b);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	color: White;
	border-color: Navy;
	text-align: center;
	margin-top: 0px;
	font-size: 6vw;
}
.SmallButton {
  background: #005EB8;
  background-image: -webkit-linear-gradient(top, #005EB8, #2c382b);
  background-image: -moz-linear-gradient(top, #005EB8, #2c382b);
 
  background-image: -o-linear-gradient(top, #005EB8, #2c382b);
  background-image: linear-gradient(to bottom, #005EB8, #2c382b);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 4vw;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.mydatagrid { 
   width: 100%; 
  
    border: solid 2px black; 
   min-width: 80%; 
} 
 
.header { 
   background-color: #005EB8; 
    font-family: Arial; 
    color: White; 
    border: none 0px transparent; 
    height: 25px; 
    text-align: center; 
    font-size: 16px; 

} 

.rows { 
  background-color: #fff; 
   font-family: Arial; 
    font-size:  4vw; 
    color: #000; 
 
   text-align: left; 
  border:  solid 1px black; 

} 

.mydatagrid td { 
 padding: 5px; 

} 

.mydatagrid th { 
   padding: 5px; 

} 
.picklist {
    font-size:5vw

}
