
.mainTable {
	width:940px;
}
.tableLeft {
	border: thin dashed #000033;
	padding: 10px 5px 10px 10px;
	width:18%;
}
.table2 {
	border: thin dashed #000033;
	width:82%;
}

.table3 {
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
}


.subtable {
	border: thin solid #000033;
	border-spacing: 0px;
}

.subtable td{
	border: thin solid #000033;
	padding : 3px;
}

.style7
{
	width:710px;
	height:560px;
	overflow:scroll;
}

.style8 { color: #FF0000; }



body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000033;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000033;

}
A:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	line-height: 15px;
}
A:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
A:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}
A:hover {
	text-decoration: underline overline;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
input {
	border: thin dashed #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

textarea {
	border: thin dashed #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.HEADER {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}
.form-container {text-align:left;padding-bottom:1em;margin-bottom:1em;}
.modal-blocker {background-color:#828386;color:white;font-size:20px;height:80px;text-align:center;padding-top:40px;}
.hostel-room {clear:both;}
.hostel-bed {margin-bottom:4px;width:16px;float:left;border:1px solid #CCC;margin-right:4px;text-align:center;cursor:hand;}
.hostel-bed-occupied {margin-bottom:4px;width:16px;float:left;border:1px solid #CCC;margin-right:4px;text-align:center;cursor:not-allowed;background-color:#CCC;}
.hostel-bed-occupied-student {margin-bottom:4px;width:auto;float:left;border:1px solid #CCC;margin-right:4px;text-align:center;cursor:not-allowed;background-color:#CCC;}
.hostel-bed-assigned {background-color:#6FD530;}
.student-photo {width:150px;border:2px solid #CCC;}
.student-photo-empty {width:150px;height:150px;border:2px dashed #CCC;text-align:center;color:grey;}
.print-link {float:right;clear:both;}
#occupant-list {display:none;}
.kaunter-done {background-color:#6FD530;}
.kaunter-not-done {border:1px solid grey;}
.table-overflow
{
	overflow:scroll;
}
.crop {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border:1px solid #CCC;
}

.crop img {
    width: 557px;
    height: 226px;
    margin: -10px 0 0 -200px;
}
@media print
{
    .print-div
	{
	    width:710px;
	    height:560px;
	    overflow:scroll;
	    font-size: 9px;
	    color: #FF0000;
	}
	.no-print, .no-print *
    {
        display: none !important;
    }
    .printer-friendly {padding:2px;}
    td{padding:1px;}
    hr {border-top:1px dashed #333;}
    .print-copy {float:right;clear:both;color:#CCC;font-size:7px;}
    .student-photo {width:150px;border:2px solid #CCC;}
    .student-photo-empty {width:150px;height:150px;border:2px dashed #CCC;text-align:center;color:grey;}
    .crop {
	    width: 150px;
	    height: 150px;
	    overflow: hidden;
	    border:1px solid #CCC;
	}

	.crop img {
	    width: 557px;
	    height: 226px;
	    margin: -10px 0 0 -200px;
	}

}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
    padding-left:1em;
    padding-right:1em;
}



ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}
