html, body
{
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    background: #ffffff;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
   /*font-size: 10pt;*/
    color: #000;
}
.txt-box
{
    border: 1px solid #b3b9c3;
    height: 24px;
    font-size: 1.0em !important;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}

.searchLabel
{
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    font-weight: bold;
}

.lbl-Section
{
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #0E74CB;
}
.drop-down
{
    background: url(images/txt-bg.gif) repeat-x bottom;
    border: 1px solid #b3b9c3;
    height: 18px;
    font-size: 10pt;
}
.span-chk-box
{
    margin: 5px 0 0 0;
    padding: 0;
}
.chk-box
{
    margin: 0;
    padding: 0;
}



#ctable
{
    width: 100%; /*font-family: Arial !important;*/
    font-size: 1.2em !important;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}
#ctable .ctable-top-left
{
}
#ctable .ctable-top-mid
{
}
#ctable .ctable-top-right
{
}
#ctable .ctable-mid-left
{
}
#ctable .ctable-mid-mid
{
}
#ctable .ctable-mid-right
{
}
#ctable .ctable-bot-left
{
}
#ctable .ctable-bot-mid
{
}
#ctable .ctable-bot-right
{
}


#sh_title
{
    padding-top: 3px;
    font-size: 10pt;
    margin: 6px 0 6px 0;
}
#sh_title a
{
    
    text-decoration: none;
}
#sh_title a:hover
{
    color: #000000;
    text-decoration: underline;
}

#sh_title a:visited
{
    color: #0000CC;
    text-decoration: none;
}

.border-td
{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0 5px 0;
}
#btn-table
{
    width: 100%;
}
#btn-table td
{
    text-align: center;
}
.float-left
{
    float: left;
}

.feild-text
{
    text-align: right;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 14px;
}

.feild-text-section
{
    text-align: left;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 14px;
}
.p-bar
{
    width: 100px;
    height: 8px;
    border: 1px solid #d2d0d0;
    float: right;
}

a.hlink
{
    color: #003399;
    font-weight: bold;
}
a.hlink:hover
{
    color: #FF0000;
    font-weight: bold;
}




/*--Grid--*/
.Grid
{
    width: 100%;
    background-color: #fff;
    margin: 0;
    border: 1px solid #e1e2df;
}
.Grid td
{
    padding-left: 5px;
    color: #000000;
    height: 20px;
    border: 1px solid #e1e2df;
}
.Grid .alt
{
    background: #f5f9fb;
    height: 20px;
}
.Grid th
{
    /*background: url(Images/grid-hd-bg.gif) repeat-x #ddedfc bottom;*/
    background: repeat-x #A5A4A4 bottom;
    height: 20px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    text-align: center;
    border: 1px solid #e1e2df;
}
.Grid .pgr table
{
    margin: 5px 0;
}
.Grid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #74ac01;
    line-height: 12px;
}
/*--End Grid--*/

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    text-align: left;
    width: 85%;
    z-index:18000 !Important;
}
.modalPopupstd
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    text-align: left;
    width: 75%;
}
/* Wait window for Modal popup */





.icon-bar
{
    background: url(../images/login-images.jpg) no-repeat top left;
    width: 240px;
    height: 140px;
    float: left;
}
.login-box
{
    float: left;
    width: 300px;
    background: url(../images/login-bg.jpg) no-repeat top left;
    padding-top: 50px;
}
.email-box
{
    font-weight: bold;
    float: left;
}
.login-txt-bg
{
    background: url(../images/login-txt-bg.gif) repeat-x bottom center;
    border: 1px solid #d7d7d7;
    padding: 4px;
    width: 220px;
}
.pw-box
{
    font-weight: bold;
    float: left;
    padding-left: 10px;
}
.login-pw-bg
{
    background: url(../images/login-txt-bg.gif) repeat-x bottom center;
    border: 1px solid #d7d7d7;
    padding: 4px;
    width: 150px;
}
a.forgot-pw
{
    font-weight: normal;
    color: #2474e4;
    font-size: 1.0em !important;
}
a.forgot-pw:hover
{
    text-decoration: none;
}
.login-as
{
    font-weight: bold;
    float: left;
}
.user-radio
{
    width: 228px;
    height: 25px;
    border: 1px solid #d7d7d7;
}
.login-buttons
{
    float: left;
    padding-top: 13px;
    margin-left: 10px;
}

.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


.ToolTip
{
    cursor: pointer; /*font-weight:bold; 	font-family: Verdana; 	color: #0000FF; 	background-color:#A5D0F8;*/
    display: inline-block;
    background: url(         "images/help.jpg" ) no-repeat top center;
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
    text-indent: -9999px;
}

.txt-Font
{
    height: 16px;
    font-size: 1.2em !important;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif !important;
}

.fieldFont
{
   /* height: 16px;*/
    font-size: 14px !important;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}


/* asp:DataGrid */
.aspDataGrid
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    color: #393425 !important;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 100%;
    border-left: solid 1px #A5D0F8;
    border-right: solid 1px #A5D0F8;
    border-bottom: solid 1px #A5D0F8;
}

.aspDataGrid_HeaderStyle
{
    border-bottom: solid 3px #A5D0F8;
    background-image: url(         "images/header-bg.png" ) !important;
    background-position: top !important;
    background-repeat: repeat !important;
    color: #0f2d9d !important;
    font-weight: bold !important;
    height: 30px !important;
    padding-right: 0.8em !important;
    padding-left: 0.8em !important;
}

.aspDataGrid_FooterStyle
{
    border-bottom: solid 1px #A5D0F8;
    height: 22px;
}

.aspDataGrid_SelectedItemStyle
{
    border-bottom: solid 1px #A5D0F8;
    padding-left: 5px;
    height: 22px;
}

.aspDataGrid_ItemStyle
{
    border-bottom: solid 1px #A5D0F8;
    padding-left: 5px;
    height: 22px;
}


.aspDataGrid_AlternatingItemStyle
{
    border-bottom: solid 1px #A5D0F8;
    padding-left: 5px;
    height: 22px;
}

.aspDataGrid_AlternatingItemStyle TD
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    padding-left: 5px;
}

.aspDataGrid_AlternatingItemStyle A:link
{
    color: blue !important;
    text-decoration: none;
}

.aspDataGrid_AlternatingItemStyle A:visited
{
    color: blue !important;
    text-decoration: none;
}

.aspDataGrid_EditItemStyle TD
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    padding-bottom: 0.5em !important;
    padding-right: 0.8em !important;
    padding-top: 0.5em !important;
    padding-left: 4px;
}

.aspDataGrid_EditItemStyle TD A:link
{
    color: blue !important;
    text-decoration: none;
}

.aspDataGrid_EditItemStyle TD A:visited
{
    color: #7d745a !important;
    text-decoration: none;
}



.aspDataGrid_FooterStyle TD
{
}




.aspDataGrid_HeaderStyle TD A
{
    color: #0f2d9d !important;
    text-decoration: none;
}

.aspDataGrid_HeaderStyle A:link
{
    color: #0f2d9d !important;
    text-decoration: none;
}

.aspDataGrid_HeaderStyle A:visited
{
    color: #0f2d9d !important;
    text-decoration: none;
}

.aspDataGrid_HeaderStyle A:hover
{
    text-decoration: none !important;
    text-decoration: none;
}

.aspDataGrid_ItemStyle TD
{
    background: #f8f8f9 !important;
    background-color: #f8f8f9 !important;
    padding-left: 5px;
}

.aspDataGrid_ItemStyle A:link
{
    color: blue !important;
    text-decoration: none;
}

.aspDataGrid_ItemStyle A:visited
{
    color: blue !important;
    text-decoration: none;
}

.aspDataGrid_PagerStyle
{
    padding: 2px;
    border: none;
}


.aspDataGrid_PagerStyle TD
{
    color: #07345C !important;
    font-size: 1.2em !important;
    padding-bottom: 0.2em !important;
    padding-left: 0.2em !important;
    padding-right: 0.2em !important;
    padding-top: 0.5em !important;
    vertical-align: middle !important;
}



.aspDataGrid_PagerStyle TD A:link
{
    color: #07345C !important;
    font-weight: bold !important;
    background-color: #f3f3f3;
    padding: 2px;
    margin: 2px;
    border: solid 1px #A5D0F8;
    text-decoration: none;
}

.aspDataGrid_PagerStyle TD A:visited
{
    color: #07345C !important;
    font-weight: bold !important;
    background-color: #F8CBA3;
    padding: 2px;
    margin: 2px;
    border: solid 1px #A5D0F8;
    text-decoration: none;
}



.aspDataGrid_SelectedItemStyle TD
{
    background: #f8f8f9 !important;
    background-color: #f8f8f9 !important;
    text-align: left !important;
}

.aspDataGrid_SelectedItemStyle A:link
{
    color: blue !important;
    text-decoration: none;
}

.aspDataGrid_SelectedItemStyle A:visited
{
    color: #7d745a !important;
    text-decoration: none;
}


.highlight TD
{
    background-color: #F8F4D3 !important;
    border-bottom: solid 1px #A5D0F8;
    padding-left: 5px;
    color: #000000;
    height: 22px;
}

.highlight TD a:hover
{
    color: red;
}
.aspDataGrid_ItemStyle a.green:link
{
  padding-left: 15px;
    text-indent: 15px;
    /*background-image: url(images/ico-edit.gif);*/
    background-repeat: no-repeat;
    color: Green !important;
}

.aspDataGrid_ItemStyle a.green:visited
{
    padding-left: 15px;
    text-indent: 15px;
    /*background-image: url(images/ico-edit.gif);*/
    background-repeat: no-repeat;
    color: Green !important;
}
.aspDataGrid_SelectedItemStyle a.green:link
{
	padding-left: 15px;
    text-indent: 15px;
     /*background-image: url(images/ico-edit.gif);*/
    background-repeat: no-repeat;
    color: Green !important;
   /* color: blue !important;
    text-decoration: none;*/
}

.aspDataGrid_SelectedItemStyle a.green:visited
{
	padding-left: 15px;
    text-indent: 15px;
    /* background-image: url(images/ico-edit.gif);*/
    background-repeat: no-repeat;
    color: Green !important;
  /*  color: #7d745a !important;
    text-decoration: none;*/
}
.aspDataGrid_AlternatingItemStyle a.green:link
{
    padding-left: 15px;
    text-indent: 15px;
    /*background-image: url(images/ico-edit.gif);*/
    background-repeat: no-repeat;
    color: Green !important;
}

.aspDataGrid_AlternatingItemStyle a.green:visited
{
    padding-left: 15px;
    text-indent: 15px;
     /*background-image: url(images/ico-edit.gif);*/
    background-repeat: no-repeat;
    color: Green !important;
}

.highlight TD a.green:hover
{
    padding-left: 15px;
    text-indent: 15px;
    /*background-image: url(images/ico-edit.gif);*/
    background-repeat: no-repeat;
    color: Green;
}
/*
.th-active{
		background:url(images/grid-hd-bg-active.gif) repeat-x bottom #ececec;
		text-align:left;
		padding-left:5px;
		width:170px;
		}
*/
/*---- Active Grid ----*/
.active-grid
{
    width: 100%;
    background-color: #fff;
    margin: 0;
    border: 1px solid #d4d2d2;
    background-image: url(         "images/header-bg.png" ) !important;
}
.active-grid a
{
    color: #245ab4;
}
.active-grid a:hover
{
    color: #245ab4;
    text-decoration: none;
}
.active-grid td
{
    color: #000000;
    height: 22px;
    border: 1px solid #d4d2d2;
    padding: 0 5px 0 5px;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 8pt !important;
}
.active-grid .alt
{
    background: url(images/grid-row1-bg.gif) repeat-x;
    height: 22px;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 8pt !important;
}
.active-grid th
{
    background: url(images/header-bg.png) repeat-x bottom #ffffff;
    color: #393838;
    font-weight: bold;
    height: 25px;
    padding: 0 5px;
    text-align: left;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif !important;
    font-size: 8pt !important;
}
.active-grid th a
{
    color: #000000;
}
.active-grid .pgr table
{
    margin: 5px 0;
}
.active-grid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #74ac01;
    line-height: 12px;
}
.active-grid .th-active, #membership-grid .th-active
{
    background: url(images/grid-hd-bg-active.gif) repeat-x bottom #ececec;
    text-align: left;
    padding-left: 5px;
    width: 170px;
}
/*---- End Active Grid ----*/

/*---- Common Grid ----*/
.common-grid
{
    width: 100%;
    background-color: #fff;
    margin: 0;
    border: 1px solid #d4d2d2;
}
.common-grid a
{
    color: #245ab4;
}
.common-grid a:hover
{
    color: #245ab4;
    text-decoration: none;
}
.common-grid td
{
    color: #000000;
    height: 22px;
    border: 1px solid #d4d2d2;
    padding: 0 5px 0 5px;
    padding-left: 2px !important;
}
.common-grid .alt
{
    background: url(images/grid-row1-bg.gif) repeat-x;
    height: 22px;
    padding-left: 2px !important;
}
.common-grid th
{
    background: url(images/header-bg.png) repeat-x bottom #ffffff;
    color: #393838;
    font-weight: bold;
    height: 25px;
    padding: 0 5px;
    text-align: left;
}
.common-grid .pgr table
{
    margin: 5px 0;
}
.common-grid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #74ac01;
    line-height: 12px;
}
/*---- End Active Grid ----*/

/* table */
.table
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-collapse: collapse !important;
    border-color: #FFFFFF !important;
    border-style: solid !important;
    border-width: 0px;
    color: #172E57 !important;
    font-size: 8pt !important;
    width: 98%;
}

.table tr td
{
    border-bottom-color: #e4dbc0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important;
    padding-bottom: 0.2em !important;
    padding-left: 1em !important;
    padding-right: 0.5em !important;
    padding-top: 0.2em !important;
    text-align: left !important;
}

.table tr th
{
    background: url(Images/grid-hd-bg.gif) repeat-x #ddedfc bottom; /* background: url("./images/shared_headerbg.jpg") !important;*/
    background-image: url(         "./images/shared_headerbg.jpg" ) !important;
    background-position: top !important;
    background-repeat: repeat !important;
    color: #000000 !important;
    font-size: 1.1em !important;
    height: 26px !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

/* tbody */
.tbody
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-collapse: collapse !important; /*border-color: #e4dbc0 !important;     border-style:  solid !important;*/
    color: #172E57 !important;
    font-size: 8pt !important;
    width: 100%;
}

/* td */
.tbody tr td
{
    border-bottom-color: #e4dbc0 !important; /*padding-bottom: 0.2em !important;     padding-left: 1em !important;     padding-right: 0.5em !important;     padding-top: 0.2em !important;*/
    text-align: left;
}
.tbody tr th
{
    /*background: url("./images/shared_headerbg.jpg") !important;     background-image: url("./images/shared_headerbg.jpg") !important;*/
    background-position: top !important;
    background-repeat: repeat !important;
    font-size: 8pt !important;
    height: 22px !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}
/* tfoot */
.tfoot
{
}

/* th */
.th
{
    color: Red;
}

/* thead */
.thead
{
}



.lbl-box-status
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.lnkStatus
{
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #A5A4A4 !important;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}


.legentStyle
{
    font-weight: bold;
    font-size: large; /* color:Purple;*/
}
.style1
{
    width: 100px;
}

.maphead
{
    background: url(  "images/block-header-image.png" ) no-repeat scroll left bottom #666666;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0.8em;
    padding: 4px 5px 13px;
    width: auto;
}

.bgImage
{
    background: url(  "images/bg-arrow-big.gif" ) no-repeat scroll 0 0 transparent;
    padding: 0px 0px 0px 25px;
    color: Black;
    vertical-align: text-top;
}



.collegename
{
    font-size: 25px;
    font-weight: normal;
    color: #444444;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}
.info
{
    border-top: 2px solid #58BED8; /* padding-top: 15px*/
}

.maintable
{
    width: 800px; /* border-right: 1px solid #999999;*/ /* border-style: solid solid solid;*/
    border-width: 1px 1px 1px;
}

.collegeDetails
{
    background-color: #58BED8;
    color: White;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    padding: 5px 10px; /*  margin:20px 12px 12px 12px; */
    height: auto;
    border: medium none;
    width: 70px;
}


.modalBackground
{
    /*background-color: #333333;  This is the color that is given to the background when the PopUp control Pops Up */ /*filter: alpha(opacity=70); 	opacity: 0.7;*/
     filter: alpha(opacity=70); opacity: 0.7;
}
/*.modalPopup
{
	border-width: 3px;
	border-style: solid;
	border-color: #2882BD;
	background-color: White;
	overflow: scroll;
	width: 750px !important;
	height: 450px !important;
	padding: 10px 0px 0px 10px;
	left: 235.5px !important;
	top: 30px !important;
}*/
.textstyle
{
    font-size: medium;
    font-size: 12px;
    font-weight: bold;
}


.menusetting
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left ;
}
.menusetting li
{
list-style:none;
margin-bottom:2px;
margin-top:2px;
margin-left:2px;
}