@charset "UTF-8";
/* CSS Document */

/* Login form styling */
.login_form{
	
	border-style:solid;
	border:1px;
	border-color:#C60;
	height:200px;
	width:500px;
	background:url(../images/login/bg.jpg) repeat;
	position:relative;
	top:2em;
	/*left:10em;*/
}

#NU_logo{
	background:url(../images/site/nulogo.png) no-repeat;
	height:135px;
	width:393px;
}
#banner_img
{
	background:url(../images/login/bannerimg2.png) no-repeat;
	height:135px;
	width:360px;
	padding:0 0 0 0;
}
#banner_right_bg {
	background:url(../images/site/banner_right.png) no-repeat;
	width:179px;
	height:135px;
	vertical-align:top;
	text-align:right;
}
#label1{
	
	font-size:20px;
	color:#000;
	text-align:right;
	position:absolute;
	top:3em;
	left:2.6em;
	width:102px;
	height:20px;
}
#label2{
	font-size:20px;
	color:#000;
	text-align:right;
	position:absolute;
	top:5em;
	left:2.6em;
	width:102px;
	height:20px;
}
#check_mark{
	background:url(../images/login/checkmark.png) no-repeat;
	position:absolute;
	top:10px;
	left:205px;
	height:30px;
	width:30px;
	visibility:hidden;
}
.delete{
	background:url(../images/login/delete.png) no-repeat;
	height:19px;
	width:23px;
	position:absolute;
	top:2px;
	right:0px;
	visibility:hidden;
	cursor:pointer;
	z-index:25px;
}
.delete_ds{
	background:url(../images/login/icon_drops.png) no-repeat;
	height:17px;
	width:24px;
	position:absolute;
	top:1px;
	right:1px;
	visibility:hidden;
	cursor:pointer;
	z-index:0;
}
.view_details{
	background:url(../images/login/view_detail.png) no-repeat;
	height:19px;
	width:24px;
	position:absolute;
	top:2px;
	right:20px;
	visibility:hidden;
	cursor:pointer;
	z-index:20;
}
.view_details_ds{
	background:url(../images/login/icon_drops.png) no-repeat;
	height:17px;
	width:24px;
	position:absolute;
	top:1px;
	right:23px;
	visibility:hidden;
	cursor:pointer;
	z-index:19;
}
/*navigation styling*/
.page_button{
	position:absolute;
	bottom:-80px;
	left:155px;
}
.pages{
	position:absolute;
	bottom:-50px;
	left:155px;
	
}
.nextprev
{
	text-align:center;
	font-size:12px;
	border: 1px solid #989d69;
	color:#CCC;
	height:18px;
	width:50px;
}
.current
{
	color:#FFF;
	background-color:#333;
	height:18px;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    /*border: 1px solid #fff;*/
	border: 1px solid #989d69;
    background: #fff;
}

.pages span.current {
	border: 1px solid #666666;
    /*border: 1px solid #2E6AB1;*/
    font-weight: bold;
    /*background: #2E6AB1;*/
	background:#666666;
    color: #fff;
}

.pages a {
    border: 1px solid #d1d893;
    text-decoration: none;
}

.pages a:hover {
    border-color: #989d69;
}

.pages a.nextprev {
    font-weight: bold;
	height:18px;
	width:50px;
}

.pages span.nextprev {
    color: #666;
	height:18px;
	width:50px;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
	height:18px;
	width:50px;
}

.pages .nextprev-next {
    float: right;
}

/*Text boxes formatting*/
#text_box1{
	width:200px;
	border:hidden;
	position:absolute;
	top:2.2em;
	left:6.8em;
}
#text_box2{
	width:200px;
	border:hidden;
	position:absolute;
	top:4em;
	left:6.8em;
}
.text_boxes{
	width:230px; 
	height:30px;
	border:none;
	font-size:x-large;
}
.form_heading{
	width:230px; 
	height:30px;
	color:#000;
	position:absolute;
	top:10px;
	left:6.5em;
}
.submit_button{
	background:url(../images/login/bg.jpg) repeat;
	border:double;
	border-color:#CCC;
	height:40px;
	width:90px;
	font:"Times New Roman", Times, serif;
	color:#000;
	font-size:12px;
	
}
.submit_button:hover{
	background:url(../images/login/bg.jpg) repeat;
	border:double;
	border-color:#CCC;
	height:40px;
	width:90px;
	font:"Times New Roman", Times, serif;
	color:#C60;
	font-size:12px;
	
}
.fpword{
	position:absolute;
	bottom:1.3em;
	left:6em;
	font-size:12px;
	text-align:left;
	width:300px;
}
/*Styling for links on login form*/
.login_form a{
	color:#000;
	text-decoration:none;
}
.login_form a:hover{
	color:#C60;
}

.menu_bar_text{
	color:#FFF;
	font-size:14px;
}
.page_content{
	height:400px;
	width:100%;
	position:relative;
}
#menu_head{
	width:200px;
	height:20px;
	background:url(../images/login/head_bar_bg.png) repeat;
	position:absolute;
	left:0px;
	top:20px;
	color:#FFF;
	font-size:14px;
	text-align:center;
}
#page_header_bar{
	width:720px;
	height:20px;
	background:url(../images/login/head_bar_bg.png) repeat;
	position:absolute;
	left:201px;
	top:20px;
	color:#FFF;
	font-size:14px;
	text-align:center;
} 
#border1{
	height:400px;
	width:1px;
	background:url(../images/login/border.png) repeat-y;
	position:absolute;
	top:40px;
	left:8px;
}
#border2{
	height:400px;
	width:1px;
	background:url(../images/login/border.png) repeat-y;
	position:absolute;
	top:40px;
	left:201px;
}
.dot_v_border{
	background:url(../images/login/dot_border.png) repeat-y;
	height:160px;
	width:1px;
	position:absolute;
}
.dot_h_border{
	background:url(../images/login/dot_border_h.png) repeat-x;
	height:1px;
	width:329px;
	position:absolute;
}
.menu_demacator{
	background:url(../images/login/dot_border_h.png) repeat-x;
	width:160px;
	height:1px;
	position:absolute;
	left:0px
}
#menu{
	position:relative;
	top:40px;
	left:-360px;
	border:none;
	width:190px;
	height:400px;
}
#main_page_components{
	width:718px;
	height:400px;
	border:none;
	position:absolute;
	top:40px;
	left:200px;
}
/*Main page div styling*/
.main_page_div_head{
	background:url(../images/login/div_head.png) repeat;
	height:20px;
	width:330px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:absolute;
}
.full_main_page_div_head{
	background:url(../images/login/main_page_menu_bg.png) repeat;
	height:20px;
	width:720px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:absolute;
}
.main_page_div_head_text{
	color:#000;
	font-size:14px;
	text-align:center;
	position:absolute;
	left:138px;
}
.main_page_div_links{
	color:#000;
	font-size:14px;
	text-align:left;
	position:absolute;
	top:1px;
}
.main_page_div_links a{
	color:#000;
	font-size:14px;
	text-align:center;
	position:absolute;
	top:2px;
}
.main_page_div_links a:hover{
	color:#FFF;
	font-size:14px;
	text-align:center;
	position:absolute;
	top:2px;
}
.separator{
	background:url(../images/login/separator.png) no-repeat;
	height:15px;
	width:15px;
	position:absolute;
	top:7px;
	
	
}
#content_top_border{
	background:url(../images/login/content_top_border.png) no-repeat;
	width:677px;
	height:8px;
	position:absolute;
	left:221px;
	top:100px;
}
#content_bottom_border{
	background:url(../images/login/content_bottom_border.png) no-repeat;
	width:678px;
	height:8px;
	position:absolute;
	left:220px;
	top:370px;
}
.main_content_border{
	background:url(../images/login/main_content_border.png) repeat-y;
	width:5px;
	height:264px;
	position:absolute;
	left:220px;
	top:108px;
}
#content_text
{
	position:absolute;
	left:240px;
	top:110px;
	width:640px;
	height:200px;
	text-align:justify;
	font-size:12px;
}

/*Menu Icons start here*/
#home_img{
	background:url(../images/login/home_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:2px;
}
#appointment_img{
	background:url(../images/login/appointment_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:22px;
}
#events_img{
	background:url(../images/login/event_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:42px;
}
#notice_img{
	background:url(../images/login/notice_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:62px;
}
#schedule_img{
	background:url(../images/login/schedule_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:82px;
}
#resource_img{
	background:url(../images/login/resource_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:102px;
}
#rpt_card_img{
	background:url(../images/login/report_card_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:122px;
}
#assingment_img{
	background:url(../images/login/assign_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:143px;
}
#fees_img{
	background:url(../images/login/fees_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:162px;
}
#holiday_img{
	background:url(../images/login/holiday_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:182px;
}
#profile_img{
	background:url(../images/login/profile_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:202px;
}
#user_img{
	background:url(../images/login/user_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:222px;
}
#class_img{
	background:url(../images/login/class_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:242px;
}
#group_img{
	background:url(../images/login/group.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:262px;
}
#log_img{
	background:url(../images/login/log_icon.png) no-repeat;
	height:20px;
	width:100px;
	position:absolute;
	left:2px;
	top:282px;
}
#online_app_img{
	background:url(../images/login/online_app_icon.png) no-repeat;
	height:20px;
	width:150px;
	position:absolute;
	left:2px;
	top:302px;
}
#utilities_img{
	background:url(../images/login/utilities_icon.png) no-repeat;
	height:20px;
	width:150px;
	position:absolute;
	left:2px;
	top:322px;
}
.side_menu_text{
	font-size:12px;
	color:#b2b690;
	position:absolute;
	left:35px;
	width:150px;
	text-align:left;
}

/*shadow styling*/
.v_shadow{
	background:url(../images/login/v_shadow.png) repeat-y;
	height:415px;
	width:9px;
	position:absolute;
	right:1px;
	top:23px;
}
#left_corner{
	background:url(../images/login/left_corner.png) no-repeat;
	height:13px;
	width:18px;
	position:absolute;
	left:199px;
	top:435px;
}
#right_corner{
	background:url(../images/login/right_corner.png) no-repeat;
	height:14px;
	width:18px;
	position:absolute;
	right:0px;
	top:430px;
}
#page_footer{
	background:url(../images/login/page_foot.png) no-repeat;
	width:728px;
	height:15px;
	position:absolute;
	top:436px;
	left:200px;
}
#page_head{
	background:url(../images/login/page_head.png) no-repeat;
	width:728px;
	height:15px;
	position:absolute;
	top:436px;
	left:200px;
}
/*link formatting*/
a:hover{
	color:#b06110;
	text-decoration:none;
}
a {
	color:#b2b690;
	text-decoration:none;
}

/*Menu bar elements styling starts here*/
/*logout arrow*/
#menu_bar_group{
	/*background:url(../images/login/logout_arrow.png) no-repeat;*/
	height:23px;
	width:925px;
	position:absolute;
	top:-33px;
	left:0px;
}
#logout_arrow{
	background:url(../images/login/logout_arrow.png) no-repeat;
	height:9px;
	width:23px;
	position:absolute;
	margin:0 0 0 0;
	padding:0 0 0 0;
	left:900px;
	top:14px;
}
#logout_text{
	font-size:14px;
	color:#FFF;
	position:absolute;
	left:850px;
	top:10px;
}
/*styling for CSS clickable elements*/
.text a{
	display:block;
	height:9px;
	width:22px;
}
.text a span{
	visibility:hidden;
}

/* Date and time fields styling */
#time_field{
	background:url(images/site/mainmenubg.png) repeat-x;
	text-align:center;
	font-size:14px;
	color:#FFF;
	border-style:hidden; 
	border:0px;
	width:95px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	position:absolute;
	left:0px;
	top:10px;
}
#time_form{
	position:absolute;
	height:30px;
	width:80px;
	color:#FFF;
	font-size:14px;
	top:10px;
	left:200px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#date_field{
	position:absolute;
	height:10px;
	top:10px;
	left:8px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	
	font-size:14px;
	color:#FFF;
}
#username_text{
	font-size:14px;
	color:#FFF;
	position:absolute;
	left:700px;
	top:10px;
}
a img{
	border:none;
}
#ns_logo{
	background:url(../images/login/nslogo.png) no-repeat;
	height:50px;
	width:50px;
	position:absolute;
	bottom:-165px;
	left:10px;
	
}
#ns_logo_text{
	color:#666;
	font-size:12px;
	position:absolute;
	left:72px;
	bottom:-150px;
	text-align:left;
}

#ns_logo_text a{
	color:#39F;
}

#ns_logo_text a:hover{
	color:#39F;
	text-decoration:underline;
}

#network_links {
	margin-top:20px;
	margin-bottom: 40px;
	text-align:right;
	padding-right:20px;
	position:relative;
	height:20px;
}
#facebook_logo{
	background:url(../images/site/facebook.png) no-repeat;
	position:absolute;
	right:10px;
	height:35px;
	width:35px;
}

/*Drop down*/
#dropmenudiv{
	position:absolute;
	font-size:12px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	padding:1px;
	position:relative;
	background-color:#e1e3d3;
	top:17px;
	left:-37px;
	z-index:100;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: 400;
	color:#000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#b06110;
	color:#FFF;
	z-index:100;
}

#page_content_dets{
	position:absolute;
	top:65px;
	left:220px;
	height:350px;
	width:675px;
	font-size:14px;
}
#left_labels{
	position:absolute;
	top:20px;
	left:10px;
	width:100px;
	height:300px;
}
#l1{
	position:absolute;
	right:5px;
	top:10px;
	height:20px;
	width:60px;
	text-align:right;
}
#l2{
	position:absolute;
	right:5px;
	top:50px;
	height:20px;
	width:100px;
	text-align:right;
}
#l3{
	position:absolute;
	right:5px;
	top:90px;
	height:20px;
	width:100px;
	text-align:right;
}
#l4{
	position:absolute;
	right:5px;
	top:130px;
	height:20px;
	width:100px;
	text-align:right;
}
#l5{
	position:absolute;
	right:5px;
	top:170px;
	height:20px;
	width:100px;
	text-align:right;
}
#l6{
	position:absolute;
	left:323px;
	top:190px;
	height:20px;
	width:130px;
	text-align:right;
}
#l7{
	position:absolute;
	right:5px;
	top:10px;
	height:20px;
	width:130px;
	text-align:right;
}
#l8{
	position:absolute;
	left:323px;
	top:10px;
	height:20px;
	width:130px;
	text-align:right;
}
#l9{
	position:absolute;
	left:323px;
	top:10px;
	height:20px;
	width:130px;
	text-align:right;
}
#l10{
	position:absolute;
	left:323px;
	top:10px;
	height:20px;
	width:130px;
	text-align:right;
}
#l11{
	position:absolute;
	left:323px;
	top:10px;
	height:20px;
	width:130px;
	text-align:right;
}
#stud_id_lbl{
	position:absolute;
	right:5px;
	top:50px;
	height:20px;
	width:130px;
	text-align:right;
}

#left_textboxes{
	position:absolute;
	top:20px;
	left:110px;
	width:250px;
	height:300px;

}
input[type="text"]{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
}
#txt1{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:10px;
	border: 1px solid #989d69;
}
#txt2{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:50px;
	border: 1px solid #989d69;
}
#txt3{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:90px;
	border: 1px solid #989d69;
}
#txt4{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:130px;
	border: 1px solid #989d69;
}
#txt5{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:170px;
	border: 1px solid #989d69;
}
#txt6{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:170px;
	border: 1px solid #989d69;
}
#element_4_1{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:170px;
	border: 1px solid #989d69;
}
#element_4_2{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:170px;
	border: 1px solid #989d69;
}
#element_4_3{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:170px;
	border: 1px solid #989d69;
}
#element_3_1{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:170px;
	border: 1px solid #989d69;
}
#element_3_2{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:170px;
	border: 1px solid #989d69;
}
#element_3_3{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:170px;
	border: 1px solid #989d69;
}
.appointment_time{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:170px;
	border: 1px solid #989d69;
}
#inst_faculty_lbl{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:210px;
}
#inst_faculty{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:210px;
	border: 1px solid #989d69;
}
#stu_prog_lbl1{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:210px;
}
#stu_prog_1{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:210px;
	border: 1px solid #989d69;
}

	
#reset_pword{
	position:absolute;
	left:454px;
	width:20px;
	top:190px;
	border: 1px solid #989d69;
}
#edit_id_txt{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:10px;
	border: 1px solid #989d69;
}

.form_submit_button{
	position:absolute;
	top:250px;
	background-color:#989d69;
	border:double;
	border-color:#989d69;
	height:30px;
	width:90px;
	color:#000;
	font-size:12px;
}
#userp_icon{
	background:url(../images/login/users.png) no-repeat;
	height:256px;
	width:256px;
	position:absolute;
	right:10px;
	top:20px;
}
#upload_picture_icon{
	background:url(../images/login/upload_profile_pic.png) no-repeat;
	height:256px;
	width:256px;
	position:absolute;
	right:9px;
	top:30px;
}
.edit_id_text{
	position:absolute;
	top:33px;
	text-align:left;
	left:295px;
	font-size:10px;
	color:#989d69;
}
/*student fields on the right*/
#right_stu_labels{
	position:absolute;
	top:20px;
	left:360px;
	width:100px;
	height:300px;
}
#right_stu_textboxes{
	position:absolute;
	top:20px; 
	left:460px;
	width:230px;
	height:300px;

}
#student_id{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:50px;
	border: 1px solid #989d69;
}
#student_program{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:90px;
	border: 1px solid #989d69;
}
#student_prog_lbl{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:90px;
}
#rdbtn_student_y{
	position:absolute;
	left:22px;
	top:-2px;
}
#rdbtn_student_y_txt{
	position:absolute;
	left:0px;
	top:0px;
}
#rdbtn_student_n{
	position:absolute;
	left:76px;
	top:-2px;
}
#rdbtn_student_n_txt{
	position:absolute;
	left:60px;
	top:0px;
}
.rdbtn_div{
	position:absolute;
	left:0px;
	top:10px;
	width:200px;
	height:20px;
}

/*employee fields on the right*/
#right_emp_labels{
	position:absolute;
	top:20px;
	left:360px;
	width:100px;
	height:300px;
}
#right_emp_textboxes{
	position:absolute;
	top:20px;
	left:460px;
	width:230px;
	height:300px;

}
#emp_id{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:50px;
	border: 1px solid #989d69;
}
#emp_id_lbl{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:50px;
}
#is_emp_lbl{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:10px;
}
#emp_role{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:90px;
	border: 1px solid #989d69;
}
#emp_role_lbl{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:90px;
}
#rdbtn_emp_y{
	position:absolute;
	left:22px;
	top:-2px;
}
#rdbtn_emp_y_txt{
	position:absolute;
	left:0px;
	top:0px;
}
#rdbtn_emp_n{
	position:absolute;
	left:76px;
	top:-2px;
}
#rdbtn_emp_n_txt{
	position:absolute;
	left:60px;
	top:0px;
}
#inst_faculty_lbl2{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:130px;
}
#inst_faculty2{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:130px;
	border: 1px solid #989d69;
}
.rdbtn_div{
	position:absolute;
	left:0px;
	top:10px;
	width:200px;
	height:20px;
}

/*Duplicate student right fields 
/////////////////////////////////
/////////////////////////////////////*/
/*student fields on the right*/
#right_stu_labels1{
	position:absolute;
	top:20px;
	left:360px;
	width:100px;
	height:300px;
}
#right_stu_textboxes1{
	position:absolute;
	top:20px;
	left:460px;
	width:230px;
	height:300px;

}
#student_id1{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:50px;
	border: 1px solid #989d69;
}
#student_program1{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:90px;
	border: 1px solid #989d69;
}
#student_prog_lbl1{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:90px;
}
#rdbtn_student_y1{
	position:absolute;
	left:22px;
	top:-2px;
}
#rdbtn_student_y_txt1{
	position:absolute;
	left:0px;
	top:0px;
}
#rdbtn_student_n1{
	position:absolute;
	left:76px;
	top:-2px;
}
#rdbtn_student_n_txt1{
	position:absolute;
	left:60px;
	top:0px;
}
#stud_id_lbl1{
	position:absolute;
	right:5px;
	top:50px;
	height:20px;
	width:130px;
	text-align:right;
}
/*Duplicate employee right fields
////////////////////////////////////////
//////////////////////////////////////////*/
/*employee fields on the right*/
#right_emp_labels1{
	position:absolute;
	top:20px;
	left:360px;
	width:100px;
	height:300px;
}
#right_emp_textboxes1{
	position:absolute;
	top:20px;
	left:460px;
	width:230px;
	height:300px;

}
#emp_id1{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:50px;
	border: 1px solid #989d69;
}
#emp_id_lbl1{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:50px;
}
#is_emp_lbl1{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:10px;
}
#emp_role1{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:90px;
	border: 1px solid #989d69;
}
#emp_role_lbl1{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:90px;
}
#rdbtn_emp_y1{
	position:absolute;
	left:22px;
	top:-2px;
}
#rdbtn_emp_y_txt1{
	position:absolute;
	left:0px;
	top:0px;
}
#rdbtn_emp_n1{
	position:absolute;
	left:76px;
	top:-2px;
}
#rdbtn_emp_n_txt1{
	position:absolute;
	left:60px;
	top:0px;
}
#inst_faculty_lbl3{
	position:absolute;
	right:5px;
	width:200px;
	text-align:right;
	font-size:14px;
	top:130px;
}
#inst_faculty3{
	position:absolute;
	left:0px;
	width:200px;
	text-align:left;
	font-size:12px;
	top:130px;
	border: 1px solid #989d69;
}

/*** Calendar **********************/
div.calendar { position: relative; }

.calendar table {
cursor:pointer;
border:1px solid #989d69;
font-size: 11px;
color: #000;
background: #fff;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

.calendar .button { 
text-align: center;    
padding: 2px;          
}

.calendar .nav {
background:#f5f5f5;
}

.calendar thead .title { 
font-weight: bold;      
text-align: center;
background: #989d69;
color: #000;
padding: 2px 0 3px 0;
}

.calendar thead .headrow { 
background: #f5f5f5;
color: #444;
font-weight:bold;
}

.calendar thead .daynames { 
background: #fff;
color:#333;
font-weight:bold;
}

.calendar thead .name { 
border-bottom: 1px dotted #ccc;
padding: 2px;
text-align: center;
color: #000;
}

.calendar thead .weekend { 
color: #666;
}

.calendar thead .hilite { 
background-color: #444;
color: #fff;
padding: 1px;
}

.calendar thead .active { 
background-color: #d12f19;
color:#fff;
padding: 2px 0px 0px 2px;
}


.calendar tbody .day { 
width:1.8em;
color: #222;
text-align: right;
padding: 2px 2px 2px 2px;
}
.calendar tbody .day.othermonth {
font-size: 80%;
color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
color: #fbb;
}

.calendar table .wn {
padding: 2px 2px 2px 2px;
border-right: 1px solid #000;
background: #666;
}

.calendar tbody .rowhilite td {
background: #d5daaa;
}

.calendar tbody .rowhilite td.wn {
background: #FFF1AF;
}

.calendar tbody td.hilite { 
padding: 1px 1px 1px 1px;
background:#b06110 !important;
color:#fff !important;
}

.calendar tbody td.active { 
color:#fff;
background: #529214 !important;
padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { 
font-weight: bold;
border: 1px solid #888;
padding: 1px 1px 1px 1px;
background: #f5f5f5 !important;
color: #222 !important;
}

.calendar tbody td.weekend { 
color: #666;
}

.calendar tbody td.today { 
font-weight: bold;
color: #529214;
background:#D9EFC2;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { 
visibility: hidden;
}

.calendar tbody .emptyrow { 
display: none;
}

.calendar tfoot .footrow { 
text-align: center;
background: #989d69;
color: #fff;
}

.calendar tfoot .ttip { 
background: #989d69;
color: #fff;
font-size:10px;
border-top: 1px solid #989d69;
padding: 3px;
}

.calendar tfoot .hilite { 
background: #aaf;
border: 1px solid #04f;
color: #000;
padding: 1px;
}

.calendar tfoot .active { 
background: #989d69;
padding: 2px 0px 0px 2px;
}

.calendar .combo {
position: absolute;
display: none;
top: 0px;
left: 0px;
width: 4em;
border: 1px solid #ccc;
background: #f5f5f5;
color: #222;
font-size: 90%;
z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
text-align: center;
padding: 1px;
}

.calendar .combo .label-IEfix {
width: 4em;
}

.calendar .combo .hilite {
background: #444;
color:#fff;
}

.calendar .combo .active {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
background: #dedede;
font-weight: bold;
}


