﻿*
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
   
}h4 {
	font-size: 12px;
	color: #005995;
	text-align: right;
	padding-right: 10px;
	width: 150px;
	font-style: normal;
	display: block;
}
/*------   GRID 700PX    -----*/
.mGrid {
    background-color: #fff;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size: 13px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    min-width: 700px;
}
.mGrid td
{
	padding: 2px;
	border: solid 1px #c1c1c1;
	color: #717171;
	width: auto;
}
.mGrid td a
{
    text-decoration: none;
    color: #CC0005;
}
.mGrid td a:hover
{
    color: #666666;
}
.mGrid th {
	padding: 4px 2px 4px 5px;
	color: #fff;
	background: #424242 url('../images/gridview/grd_head.png') repeat-x top;
	border-left: solid 1px #525252;
	font-size: 1.1em;
	text-align: left;
}
.mGrid .alt { background: #fcfcfc url('../images/gridview/grd_alt.png') repeat-x top; }
.mGrid .pgr
{
    background: #CC0000 url('../images/gridview/grd_pgr.png') repeat-x top;
}
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }

/* =============================  GRIDVIEW =========================== */

/*------      GRID 100%    -----*/
.mGridFULL {
	background-color: #fff;
	border: solid 1px #525252;
	border-collapse: collapse;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.mGridFULL td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
    width: auto;
}
.mGridFULL td a
{
	text-decoration: none;
	color: #006699;
}
.mGridFULL td a:hover
{
    color: #666666;
}
.mGridFULL th {
	padding: 4px 2px 4px 5px;
	color: #fff;
	background: #424242 url('../images/gridview/grd_head.png') repeat-x top;
	border-left: solid 1px #525252;
	font-size: 1.1em;
	text-align: left;
}
.mGridFULL .alt { background: #fcfcfc url('../images/gridview/grd_alt.png') repeat-x top; }
.mGridFULL .pgr
{
    background: #CC0000 url('../images/gridview/grd_pgr.png') repeat-x top;
}
.mGridFULL .pgr table { margin: 5px 0; }
.mGridFULL .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGridFULL .pgr a { color: #666; text-decoration: none; }
.mGridFULL .pgr a:hover { color: #000; text-decoration: none; }
.content {
	margin: auto;
	width: 98%;
}


/* =============================  GRIDVIEW =========================== */



body
{
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	font-size: 12px;
	
}
.header
{
    background-color: #FFFFFF;
    background-image: url('../images/bannar_r1_c3.png');
    height: 99px;
}
.banner_left
{
    height: 99px;
    background-image: url('../images/bannar_r1_c1.png');
    background-repeat: no-repeat;
}
.banner_right
{
    background-image: url('../images/bannar_r1_c5.png');
    background-repeat: no-repeat;
    background-position: right top;
    height: 99px;
}
.banner_right a
{
    display: block;
    width: 99px;
    height: 99px;
    margin-left: 40px;
}

h1
{
    font-size: 21px;
    font-family: "Trebuchet MS";
    font-weight: normal;
    margin: 15px 50px 15px;
}
.main_wrapper
{
	border: 1px solid #BEBEBE;
	width: 960px;
	background-color: #F5F5F5;
	 
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.txtLabel
{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
	margin-left: 50px;
	display: inline-block;
	float: left;
	clear: left;
}
.txtBox
{
	padding: 2px;
	width: 370px;
	border: 1px solid #B7B7B7;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	/* [disabled]font-size: 16px; */
	/* [disabled]float: left; */
}
.textbox {
	padding: 2px;
	width: 230px;
	border: 1px solid #B7B7B7;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	/* [disabled]font-size: 16px; */
	/* [disabled]float: left; */
}
.TextBox {
	padding: 2px;
	width: 270px;
	border: 1px solid #B7B7B7;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	/* [disabled]font-size: 16px; */
	/* [disabled]float: left; */
}
.TextArea {
	padding: 2px;
	width: 270px;
	border: 1px solid #B7B7B7;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	/* [disabled]font-size: 16px; */
	/* [disabled]float: left; */
	height: 100px;
}

.txtBoxMultiLine
{
	padding: 2px;
	width: 370px;
	border: 1px solid #B7B7B7;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	/* [disabled]font-size: 16px; */
	min-height: 80px;
	overflow: auto;
	height: 80px;
}
.msg_summary
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 13px;
    background-color: #FCD1D2;
    border: 1px solid #A4A4A4;
    margin-right: 32px;
    margin-left: 32px;
    margin-bottom: 32px;
    float: right;
}

.msg_summary ul
{
    margin-left: 20px;
}
.require_field
{
    color: #9D1C1C;
    padding-left: 10px;
    position: absolute;
}
.searchRadioButtons INPUT
{
    COLOR: black;
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.searchRadioButtons label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 210px;
    float: left;
}
.searchRadioButtons
{
    margin-left: 50px;
}
.button
{
	border: 1px solid #808080;
	width: 100px;
	height: 30px;
	background-color: #005995;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.buttonSubmit
{
	border: 1px solid #808080;
	width: 180px;
	height: 30px;
	background-color: #005995;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.wrapper_login
{
    margin: 50px auto 15px auto;
    border: 1px solid #BEBEBE;
    width: 700px;
    background-color: #FFFFFF;
    padding-bottom: 20px;
    position: relative;
    direction: ltr;
}
.creat_new p
{
    margin-bottom: 0px;
}
.wrapper_login a
{
    text-decoration: none;
    color: #005995;
    font-size: 14px;
    padding-left: 10px;
    border-left-color: #808080;
    border-left-width: 1px;
    border-left-style: dashed;
    display: inline;
}
.wrapper_login h2
{
    background-position: left center;
    background-image: url('../images/login.png');
    background-color: #E3E3E3;
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 100px;
    margin-bottom: 20px;
    padding-top: 40px;
    color: #333333;
    padding-bottom: 20px;
    font-size: 24px
}
.wrapper_login h2 em
{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    left: 500px;
    right: 0px;
    top: 30px;
}
.wrapper_login h2 a
{
    padding: 5px 10px 5px 10px;
    border: 1px solid #C1C1C1 ;
    background-position: bottom;
    text-decoration: none ;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    background-image: url('../images/create.png');
    margin-left: 5px;
}




.lblMessage
{
    font-family: Arial, Helvetica, sans-serif;
    color: #CC3300;
    margin-left: 20px;
    }


.msg_summary_login
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 13px;
    background-color: #FCD1D2;
    border: 1px solid #A4A4A4;
    margin-top: 20px;
    margin-bottom: 20px;
}
.msg_summary_login ul
{
    margin-left: 20px;
}
.wrapper_forget_register
{
    color: #808080;
    font-size: 13px;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}
.wrapper_forget_register a
{
    padding: 5px 10px 5px 10px;
    border: 1px solid #C1C1C1;
    background-position: bottom;
    text-decoration: none;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    background-image: url('../images/create.png');
    margin-left: 5px;
}
.main_wrapper_grid
{
    margin: 15px auto 15px auto;
    border: 1px solid #BEBEBE;
    background-color: #F5F5F5;
    padding-bottom: 20px;
    min-width: 700px;
    max-width: 97%;
    
}
.main_wrapper_grid h2
{
    background-position: left center;
    background-image: url('../images/grid_h2.png');
    background-color: #E3E3E3;
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 100px;
    margin-bottom: 20px;
    padding-top: 40px;
    color: #333333;
    padding-bottom: 20px;
}
.wrapper_login h3
{
    background-position: left center;
    background-image: url('../images/class_report.png');
    background-color: #E3E3E3;
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 100px;
    margin-bottom: 20px;
    padding-top: 40px;
    color: #333333;
    padding-bottom: 20px;
    font-size: 24px;
}
.admin_box
{
    border-color: #C0C0C0;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.admin_box h4
{
    height: 30px;
    background-image: url('../images/gridview/grd_head.png');
    background-repeat: repeat-x;
    background-position: bottom;
    color: #FFFFFF;
}
.admin_box_1
{
    background-position: center -100px;
    width: 127px;
    height: 118px;
    border: 1px solid #C0C0C0;
    background-color: #EACF8B;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
    background-image: url('../images/icons/mainbk.png');
    background-repeat: repeat-x;
    padding-bottom: 20px;
}
.admin_box_1 a
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    width: 110px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    letter-spacing: 1px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
.admin_box_1 a:hover
{
    color: #6193CF;
}
.admin_box_2
{
    margin: 5px;
    width: 120px;
    height: 120px;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    float: left;
}
.clear
{
    clear: both;
}
.admin_box_1 img
{
    margin: 10px auto 18px auto;
    display: block;
    padding-top: 10px;
    width: 64px;
    height: 64px;
}
.buttonBack
{
    border: 1px solid #808080;
    margin-left: 10px;
    width: 120px;
    height: 30px;
    background-color: #005995;
    color: #FFFFFF;
}
.detailView
{
    width: 489px;
    margin-left: 20px;
    float: left;
}

.detailView h4
{
    background-image: url('../images/gridview/grd_head.png');
    color: #FFFFFF;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.footer
{
	background-position: center top;
	width: 100%;
	min-height: 30px;
	bottom: 0px;
	clear: both;
	height: 80px;
	background-image: url('../images/footer.jpg');
	margin-top: 50px;
}
.footer p
{
    padding-left: 30px;
    font-size: 12px;
    padding-top: 20px;
}
.picture
{
    float: right;
    margin-right: 20px;
    height: 139px;
}
.msgPrint
{
    padding: 2px;
    width: 370px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #2770A5;
    text-transform: capitalize;
}
.wrapperAll
{
	background-color: #EEEEEE;
	min-height: 500px;
	width: 100%;
	position: relative;
    
}
.footer em
{
    font-size: 11px;
    color: #666666;
    padding-left: 50px;
    padding-top: 50px;
    display: inline-block;
}
.footer strong
{
    color: #980001;
    font-size: 13px;
    margin-top: 50px;
}
.login_link
{
    padding: 4px;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    right: 0px;
    position: absolute;
}
.login_link a
{
    color: #A10101;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
}
.login_link a:hover
{
    color: #808080;
}
.main_wrapper h1
{
    background-color: #93C4F4;
    padding: 8px;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}
.main_wrapper h2
{
	background-position: left center;
	background-image: url(../images/select.png);
	background-color: #E3E3E3;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	color: #333333;
	display: block;
	line-height: 50px;
	padding-left: 40px;
	height: 50px;
}
.main_wrapperBox
{
    margin: 15px auto 15px auto;
    border: 1px solid #BEBEBE;
    width: 960px;
    background-color: #F5F5F5;
    padding-bottom: 10px;
    padding-top: 10px;
}
.msg1
{
    font-size: 18px;
}
.msg2
{
    font-size: 14px;
    font-weight: normal;
}
.std_info_lft
{
    float: left;
    width: 632px;
}
/*
.std_info_lft div
{
    
    width: 630px;
    
}*/
.std_info_right
{
    float: left;
    width: 276px;
    padding-left: 30px;
    border-left-color: #8CC3FA;
    border-left-width: 1px;
    border-left-style: dashed;
    margin-left: 10px;
}
.pictureStdInfo
{
    margin-right: auto;
    width: 136px;
    height: 139px;
    margin-left: auto;
    margin-bottom: 20px;
}
.std_right_uploader
{
    width: 250px;
    margin-bottom: 10px;
    height: 25px;
    border: 1px solid #D6D6D6;
    margin-left: 0px;
    margin-top: 5px;
    padding: 3px;
    background-color: #FFFFFF;
}
.buttonStndInfo
{
    border: 1px solid #808080;
    width: 120px;
    height: 30px;
    background-color: #005995;
    color: #FFFFFF;
}
.card_print
{
    width: 500px;
    margin-right: auto;
    width: 4.5in;
    min-height: 374px;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
}
.note_admin
        {
            margin-right: auto;
            margin-left: auto;
            width: 663px;
            margin-top: 40px;
        }
        .signatureAdmin
        {
    margin-top: 35px;
    font-size: 11pt;
    font-style: italic;
}











/*.card_dp
{
    width: 236px;
    height: 374px;
    margin-left: 10px;
    float: left;
    background-image: url('../images/card.jpg');
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
}
.card_dpBK
{
    width: 236px;
    height: 374px;
    margin-left: 10px;
    float: left;
    background-image: url('../images/cardBack.jpg');
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
}
.stdDegree
{
    position: absolute;
    width: 236px;
    font-size: 11px;
    color: #FFFFFF;
    top: 76px;
    text-align: center;
    z-index: 1001;
}
.pic_print
{
    height: 130px;
}
.print_name 
{
    text-align: center;
    font-size: 15px;
    position: absolute;
    width: 236px;
    top: 250px;
    font-weight: bold;
    text-transform: capitalize;
}
.print_code
{
    text-align: center;
    font-size: 13pt;
    position: absolute;
    width: 236px;
    top: 334px;
    font-weight: normal;
    left: 0px;
    color: #FFFFFF;
}
.print_Date
{
    text-align: center;
    font-size: 12px;
    position: absolute;
    width: 236px;
    top: 290px;
    font-weight: bold;
    color: #A01B20;
}
.NIC
{
    position: absolute;
    left: 80px;
    top: 15px;
    font-size: 12px;
}
.NICCopy
{
    position: absolute;
    left: 80px;
    top: 30px;
    font-size: 12px;
}
.adress
{
    position: absolute;
    left: 80px;
    top: 46px;
    font-size: 12px;
    width: 149px;
    height: 42px;
}
.card_bg
        {
    border: 1px solid #808080;
    position: absolute;
    z-index: 0;
    width: 236px;
    height: 374px;
}

.hide_print 
{display: none;
  border: 1px groove #808080;
    margin-left: 250px;
    width: 100px;
    height: 30px;
    background-color: #005995;
    color: #FFFFFF;
  }
.pic_card_center
{
    position: absolute;
    width: 236px;
    text-align: center;
    top: 113px;
    left: 0px;
}*/
.calender div
{
    width: 150px;
  
    
    display: block;
}
.calender
{
    width: 630px;
    float: none;
}
.faculty-left
{
    float: left;
    width: 632px;
}
.ErrorPage
{
    font-family: "Stencil Std";
    font-size: 100px;
    font-weight: lighter;
    color: #800000;
    font-variant: normal;
    font-style: normal;
    text-decoration: line-through;
    position: inherit;
    z-index: inherit;
}
.linkButton
{
    border: 1px groove #808080;
    margin-left: 10px;
    width: 120px;
    height: 30px;
    background-color: #005995;
    color: #FFFFFF;
}

.linkButton a
{
    text-decoration: none;
}
.instructions
{
    font-size: 12px;
    font-weight: normal;
    margin-left: 50px;
    margin-bottom: 30px;
}
.instructions h4
{
    background-image: url('../images/icons/orange-tabs-32.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    line-height: 20px;
    color: #A90000;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

.creat_new
{
    position: absolute;
    top: 20px;
    left: 500px;
    font-size: 13px;
}
.creat_new a
{
    padding: 5px 10px 5px 10px;
    border: 1px solid #C1C1C1;
    background-position: bottom;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    background-color: #FCBD22;
    margin-top: 5px;
}
.introductions
{
    margin-left: 50px;
}
.txtBoxSmalCap
{
    padding: 2px;
    width: 370px;
    border: 1px solid #B7B7B7;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 16px;
}
.menu {
}
.fluid {
	float: left;
	width: 30%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E4D0;
	margin-left: 2%;
	padding-right: 2%;
}
.fluid-last {
	float: left;
	width: 28%;
	margin-left: 2%;
}
.main_wrapper ul {
	list-style-type: none;
}
.main_wrapper ul li a {
	font-variant: small-caps;
	color: #C90;
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;
}
form {
	margin-bottom: 25px;
	padding: 5px;
	border: 1px dashed #A40000;
	margin-right: 25px;
	margin-left: 25px;
}
.msg-print {
	color: #C03 !important;
	font-size: 16px;
}