﻿
 
 .alignR
 {
	text-align:right;
 }
 
.alignTop
{
	vertical-align:top;
}
.alignBottom
{
	vertical-align:bottom;
	
}

.td1 
{
	width:30%;
	text-align:right;
}

.td2
{
	width:10%;
	text-align:right;
}

select.DDL
{
	width:95%;
	
}
/*-------------------------------------------------------------*/
/*GridView Style*/
/*-------------------------------------------------------------*/
.GridViewStyle
{
    
    table-layout: auto;
    padding: 3px;
   /* background-color: #ffffff;*/
    width: 620px;
    height: 100px;
}

/*Header and Pager styles*/
.HeaderStyle, .PagerStyle
{
    /*background-color: #ffffff;*/
}
.HeaderStyle th
{
    padding: 1px;
    padding-top: 3px;
    color: #4A3C8C;
}
.HeaderStyle a
{
    text-decoration: none;
    color: #4A3C8C;
    text-align: left;
    font-weight: normal;
}
.PagerStyle table
{
    text-align: center;
    margin: auto; /* */
}
.PagerStyle table td
{
    /* */
    border: 0px;
    padding: 5px;
}
.PagerStyle td
{
    /*border-top: #1d1d1d 3px solid;*/
}
.PagerStyle a
{
    color: #4A3C8C;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}

.PagerStyle a:hover
{
    color: #4A3C8C;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
    background-color: #FFFFCC;
}

.PagerStyle span
{
    font-size: x-small;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
    background-color: #3366CC;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 2px;
}
.RowStyle td
{
    background-color: #F7F7F7;
}


.AltRowStyle td
{
   /* background-color: #ffffff;*/
}
.EmptyRowStyle
{
}

.inst_title
{
   /* color: #0066cc;*/
    font-weight: bold;
    font-size: medium;
    
}

.instImg
{
	width:120px; 
	height:80px; 
	min-height:80px;
	
	
}
/*-------------------------------------------------------------*/
/*End GridView Style*/
/*-------------------------------------------------------------*/

.btnSubmit
{
	vertical-align:top;
	position:relative;
	text-align:center;
}


