/* hide from IE mac \*/
html {
    height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	text-align: center;
	margin:  0px;
	padding: 0px;
	min-height: 101%;
	min-width: 800px;
}

img {
	border: 0;
}

/* holder styles */
#siteHolder {
	width: 80%;
	text-align: left;
	margin: 0 auto;
}

#upperNavHolder {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
/*	border-bottom: 1px solid #ffffff;*/
	background: #A5D7D2;
}

#upperNavLeft {
	width: 112px;
	margin: 10px;
	padding: 0;
	float: left;
	text-align: center;
}

#upperNavLeft a {
	width: 100.1%;
	color: #000000;
	padding: 6px 0 5px 0;
	text-decoration: none;
	display: block;
}
#upperNavLeft a:hover {
	background: #EAEBEC;
}

#upperNavRight {
	width: 500px;
	float: right;
}

#upperNavRight ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#upperNavRight li{
	margin: 0;
	padding: 0;
	float: left;
	border-left: #ffffff solid 1px;
}
.lastNav{
	float: right;
}


#upperNavRight p{
	padding: 6px 5px 5px 5px;
	margin: 0;
	background: #EAEBEC;
	display: block;
}
#upperNavRight a {
	color: #000000;
	padding: 6px 5px 5px 5px;
	text-decoration: none;
	display: block;
}

#upperNavRight a:hover {
	background: #EAEBEC;
}

/* header styles */
#bannerContain {
/* 	width: 100%; */
	height: 80px;
	border: 10px solid #A5D7D2;
	border-radius: 5px;
	background: #A5D7D2 /*url(../images/headerBack.jpg) repeat; */
}

#banner {
	height: 80px;
	margin: 0px 0px 0px 112px;
	text-align: center;
/*	border-left: 1px solid #ffffff;*/
	background: #A5D7D2; /*url(../images/banner_svg.png) no-repeat bottom right;*/
}
#banner a{
	width: 98%;
	height: 65px;
	padding: 12px 0px 0 2%;
	margin: 0px;
	text-decoration: none;
	display: block;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	border-radius: 5px;
}

#bannerLeft {
	width: 112px;
	height: 80px;
	float: left;
	text-align: center;
	border-radius: 5px;
}
#bannerLeft a{
	width: 100%;
	height: 74px;
	padding: 3px 0 3px 0;
	display: block;
}



/* navigation styles */
#nav {
  z-index: 4;
	width: 112px;
	height: 403px;
	float: left;
	padding: 0; /* side padding is added to total width above for a 160px "real total" */
	margin: 0;
	background: #ffffff; /*url(../images/navBack.jpg) repeat-x;*/
	min-width: 100px;
}

#nav ul {
  z-index: 4;
	width: 100.1%;
	margin: 20px 0 0 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	float: left;
}

#nav li {
  z-index: 4;
	width: 100%;
	margin: 0;
	float: left;
	border-top: 1px solid #ffffff;
}
.lastLi {
	border-bottom: 1px solid #ffffff;
}

#nav a {
  z-index: 4;
	width: 96%;
	color: #000000;
	font-size: 100%;
	padding: 7px 0 7px 4%;
	margin: 0;
	text-decoration: none;
	display: block;
}

#nav a:hover {
  z-index: 4;
	background: #EAEBEC;
	color: #000000 !important;
	border-radius: 5px;
}

#nav p {
  z-index: 4;
	width: 96%;
	color: #000000;
	font-size: 100%;
	padding: 7px 0 7px 4%;
	margin: 0;
	margin: 0;
	background: #EAEBEC;
}

#this_nav {
  z-index: 4;
	background: #2D373C;
	color: #FFFFFF !important;
	border: 5px;
	margin: 0;
	margin: 0;
	border-radius: 5px;
}

#this_subnav {
  z-index: 4;
	background: #797F82;
	color: #FFFFFF !important;
	border: 5px;
	float: right;
	border-radius: 5px;
}

#subnav li {
  z-index: 4;
	width: 90%;
	margin: 0;
	margin: 0;
	padding:0 0 0 10%;
	float: right;
	background: #EAEBEC;
border-radius: 5px;
}
#subnav li:hover {
  z-index: 4;
	background: #EAEBEC;
}

/* content styles */
#content {
/*	float: right; */
	margin: 0 0 0 112px;
	background-color: #ffffff;
}
#content h1 {
	color: #2D373C;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	padding: 20px 0 10px 30px;
}

#content h2 {
	color: #2D373C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
/*	font-style: italic;*/
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0;
}

#content h3 {
	color: #2D373C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
/*	font-style: italic;*/
	padding-left: 30px;
	padding-bottom: 0px;
	margin-bottom: 7px;
}

#content h4 {
	color: #D20537;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
/*	font-style: italic;*/
/*	padding-left: 30px;*/
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#content h5 {
	color: #D20537;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
/*	font-style: italic;*/
/*	padding-left: 30px;*/
	padding-bottom: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#content h6 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
/*	padding-left: 30px;*/
	padding-bottom: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}


#content p{
	padding: 0px 0 10px 30px;
	margin: 3px 65px 0px 0;
	text-align: justify;
	font-size: 110%;
}

#content table{
	padding: 0;
	margin: 0 0 0 0;
	max-width: 100%;
	border-collapse: collapse;
}

#content tr th{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size:100%;
}

#content tr td{
	vertical-align: top;
/* 	padding: 0px 4px 4px 4px; */
	text-align:left;
	font-size:100%;
	border-bottom: 1px solid #EAEBEC;
}

#content ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 0px;
	list-style: none;
}

#content ol{
	font: 110% Verdana, Arial, Helvetica, sans-serif;
/*	margin-top: 8px;
	margin-bottom: 9px;
	margin-left: 48px;*/
/*	padding-left: 0px;
	padding-top: 0px;
	text-align:justify;*/
	padding: 0 0 0 30px;
	margin: 0px 65px 8px 20px;
	text-align: justify;
}

#content li{
	margin-bottom: 7px;
/*	margin-right: 30px;*/
}

#content a{
	text-decoration: none;
	color: #2263A3;
}
#content a:hover{
	color: #666666;
}

#content ol li ol{
        font-size: 90%;
}

#content ol.nothing.oll {
        font-size: 90%;
        padding-left: 10px;
}

#content ol.romans.oll {
        font-size: 90%;
        padding-left: 0px;
}

.bullets {
	cursor: default;
	list-style-type: disc;
}

.romans {
	cursor: default;
	list-style-type: lower-roman;
}

ol.nothing {
	cursor: default;
	list-style-type: none;
}

.links {
	cursor: default;
	list-style-type:square;
}

.links a{
	padding-top: 7px;
	text-decoration: none;
}

.inoperative {
        background-color: #ff0000;
}

.operative {
        background-color: #00ff00;
}

.BoxOK {
	padding: 10px;
	border: 5px solid #00ff00;
	border-radius: 10px;
}

.BoxPENDING {
	padding: 10px;
	border: 5px solid #ffaa00;
	border-radius: 10px;
}

.BoxFAIL {
	padding: 10px;
	border: 5px solid #ff0000;
	border-radius: 10px;
}

.BoxEMPTY {
	padding: 10px;
	border: 5px solid #EAEBEC;
	border-radius: 10px;
}

.CHECK {

        background-color: #00aaff;
}

.OK {

        background-color: #00ff00;
}

.PENDING {
        background-color: #ffaa00;
}

.FAIL {
        background-color: #ff0000;
}

#imgContent {
	margin: 40px 0 0 0;
	padding: 0 0 0 30px;
	float: right;
}

#imgContent img{
/*	width: 112px; */
	margin: 0 0 10px 0;
	padding: 0;
}



/* footer styles */
#footer {
	padding: 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #9F978A;
	text-align: center;
	font-size: 80%;
	color: #000000;
	background: #FFF;
	clear: both;
}
#footer a{
	text-decoration: none;
	color: #000000;
}
#footer a:hover{
	color: #666666;
}

/* miscellaneous styles */
.brclear {
     clear:both;
     height:0;
     margin:0;
     font-size: 1px;
}

.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

.backgr {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #EAEBEC;
	border-radius: 10px;
}
.backgrBott {
/* 	height: 100%;  */
	display: block;
	border: 5px solid #EAEBEC;
	border-radius: 0px 0px 10px 10px;
}

#experiment {
	margin:  20px 0 0 10px;
	height:700px;
        position: relative;
}

#experiment table{
	padding: 0;
	margin: 0 0 0 0;
	max-width: 100%;
	border-collapse: collapse;
}

#experiment tr th{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size:100%;
}

#experiment tr td{
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	text-align:left;
	font-size:100%;
	border-bottom: none;
}

#logoutform, #chefform , #experimentform, #assistantform, #studentform, #time {
        z-index: 3;
        position: absolute;
	top:0;
	right:0;
}
#chefform {
	width: 170px;
	left:-170px;
	top: 400px;
	right:none;
}

#time {
	z-index: 2;
	right:60px;
}

#experimentform {
	left:0;
	right:none;
}

#assistantform {
	left:120px;
	right: none;
}

#studentform {
	left:275px;
	right: none;
}

#userform {
        z-index: 1;
	position: relative;
	margin: 0 0 0 0;
	height: 20px;
	text-align: center;
/*        position: absolute;
	width: 100%;
	top: 5px;
	text-align: center;
	right:none;*/
}

#infotitle {
	position: relative;
	margin: 20px 0 0 0;
	height: 40px;
	text-align: center;

/*        position: absolute;
	margin-top: 40px;
	margin-left: 0;
	height: 40px;
	width: 100%;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	background: #EAEBEC;
}

#experimentinfo {
        position: absolute;
        top: 7px;
	left:5px;
}

#legendCheck {
        position: absolute;
        top: 7px;
	right:283px;
	width:195px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#legendOK {
        position: absolute;
        top: 7px;
	right:191px;
	width:85px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#legendPENDING {
        position: absolute;
        top: 7px;
	right:99px;
	width:85px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#legendFAIL {
        position: absolute;
        top: 7px;
	right:7px;
	width:85px;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#chefbar {
        position:absolute;
	top:200px;
	left:-170px;
	width:170px;
        text-align: center;
	height:470px;
        overflow:auto;
}

#cheflisthead, #cheflist {
        position:relative;
	width:800px;
        text-align: center;
	top: 14px;
}

#cheflisthead table {
	border: 4px solid grey;
	width: 783px;
	height:25px
}

#cheflisthead thead {
	position:relative;
	z-index: 1;
	height:25px
}

#cheflisthead thead td {
	background-color: grey;
}

#cheflist {
	height:470px;
        overflow-y:scroll;
}

#cheflist table {
	width: 100%;
	margin: 0 0 0 0;
	border: 4px solid #eeeeee;
}

#assischedlist {
        position:relative;
	top:10px;
        left:10px;
	width:1000px;
        text-align: center;
/*  	height:470px;  */

}
#assischedlist2 {
            width: 1000px;
            overflow-x:scroll;
            margin-left:7em;
            overflow-y:visible;
            padding-bottom:1px;
        }
#assischedlist2 table {
	padding: 0;
	margin: 0 0 0 0;
	max-width: 100%;
	border-collapse: separate;
}

.headcol {
            position:absolute;
            width:7em;
            left:0;
            top:auto;
            border-right: 0px none black;
}

#schedlist {
        position:relative;
	top:10px;
        left:10px;
/* 	width:1000px; */
        text-align: center;
/*  	height:470px;  */
}
#schedlist table{
    border:1px solid;
}

#schedlist td,th{
    border:1px solid;
    width:75px;
}

.col1{
    overflow: hidden;
}

.col1, #sideTable{
    height: 452px;
}

#leftSideTable{
    overflow: hidden;
    width: 982px;
}

.col1 td{
    height: 55px;
}

.xscroll{
    overflow: auto;
    width: 1000px;
}

.xscroll div{
    overflow: auto;
    width: 1000px;
}

/*.xscroll td,th {
    width: 80px;
}*/

#add_assi_list {
        position:absolute;
	top:50px;
        left:850px;
	width:300px;
        text-align: center;
	height:470px;
        overflow:auto;
	z-index: 2;
}

#chefbutton {
        z-index: 2;
        position: absolute;
	top:240px;
	left:0px;
}

#button_1 {
        z-index: 2;
        position: absolute;
	top:280px;
	left:0;
}

#button_2 {
        z-index: 2;
        position: absolute;
	top:320px;
	left:0;
}

#button_3 {
        z-index: 2;
        position: absolute;
	top:360px;
	left:0;
}

#button_4{
        z-index: 2;
        position: absolute;
	top:390px;
	left:0;
}

#button_5{
        z-index: 2;
        position: absolute;
	top:420px;
	left:0;
}

#distri_button {
        z-index: 2;
        position: relative;
	top:20px;
	left:0;
}
#bar_ical {
        position:absolute;
	top:305px;
	left:-120px;
	width:120px;
        text-align: center;
	height:470px;
        overflow:auto;
}

#button_ical {
        z-index: 1;
        position: absolute;
	top:50px;
	left:30px;
/* 	background-color: #42b142; */
/* /* 	background: url(../images/ical.png) no-repeat scroll 60px 60px; */ */
	padding-left:30px;
	color: #42b142;
	border-radius: 2px;
}

#link_ical {
        z-index: 2;
        position: absolute;
	top:80px;
	left: 30px;
}

#recentlisthead, #recentlist {
        position:relative;
	max-width: 100%;
        text-align: center;
}

#recentlisthead {
        top: 10px;
}

#recentlisthead table {
	border: 4px solid grey;
	width: 98.5%;
}

#recentlisthead thead {
	position:relative;
	z-index: 1;
}

#recentlisthead thead td {
	background-color: grey;
}

#recentlist {
	margin: 10px 0 0 0;
	height: 600px;
/*        position:absolute;
        top:90px;
        left:0;
	height:400px;
*/
/*         overflow-y:scroll; */
        overflow:auto;
}
