@media screen{
	.no-screen{
		display: none;
	}
    h1 {
        font-family: "copperplate gothic", arial;
        font-weight: bold;
        //text-align: center;
        font-size: 300%;
        margin-top: 60px;
        left: 170px;
        position: relative;
    }

    h2 {
        font-family: "copperplate gothic", arial;
        font-weight: bold;
        text-align: center;
        font-size: 200%;
        margin-top: 90px;
        right: 500px;
        position: relative;
    }

    body {
        font-family: arial;
        font-weight: bold;
        background-color: #f2f2f2;
        position: relative;
        left: 200px;
    }
	
	td#phone{
		font-family: "copperplate gothic", arial;
		font-weight: bold;
		vertical-align: bottom;
		text-align: center;
	}
	

    ul#horizontal {
        font-family: "copperplate gothic", arial;
        font-weight: bold;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        background-color: #333;
    }

        ul#horizontal li {
            display: inline;
            float: right;
            font-size: 16px;
        }

            ul#horizontal li a {
                display: block;
                color: white;
                text-align: center;
                padding: 14px 22px;
                text-decoration: none;
            }

                ul#horizontal li a.active {
                    background-color: black;
                }

                ul#horizontal li a:hover {
                    background-color: #111;
                }

ul#horizontal2 {
        font-family: "copperplate gothic", arial;
        font-weight: bold;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        position: relative;
        float: right;
        top: 50px;
        right: 200px;
        width: 27%;
        background-color: #666666;
    }

        ul#horizontal2 li {
            display: inline;
            float: right;
            font-size: 16px;
        }

            ul#horizontal2 li a {
                display: block;
                color: white;
                text-align: center;
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 15px;
                padding-right: 15px;
                text-decoration: none;
            }

                ul#horizontal2 li a.active {
                    background-color: black;
                }

                ul#horizontal2 li a:hover {
                    background-color: #111;
                }


    ul#vertical {
        font-family: "copperplate gothic", arial;
        font-weight: bold;
        font-size: 20px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        padding-left: 15px;
        width: 180px;
        background-color: #666;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
    }

        ul#vertical li a {
            display: block;
            width: 100%;
            text-decoration: none;
            color: #d9d9d9;
        }


            ul#vertical li a:hover {
                background-color: #333;
            }

    ul#verticalsub li {
        list-style-type: none;
    }

        ul#verticalsub li a {
            display: block;
            text-decoration: none;
            color: #d9d9d9;
            font-size: 16px;
        }

    ul#vertical li {
        color: #d9d9d9;
    }

        ul#vertical li a.active {
            background-color: #333;
        }


    ul#verticalsub li a.active {
        background-color: #333;
    }

    table#tablesection1 {
        font-size: 14px;
        font-weight: "bold";
    }

        table#tablesection1 td {
            padding: 2px;
        }
        td#topborder{
        	border-top: 2px solid #000000;
        }
        	select#grower{ width: 140px; }
        	input#visitdate{ width: 130px; }
        	input#runtimecurrent{ width: 80px; text-align: right; }
        	select#storage{ width: 140px; }
        	input#lastvisit{ width: 130px; }
        	input#runtimelast{ width: 80px; text-align: right; }
        	input#writtenby{ width: 140px; }
        	input#weather{ width: 130px; }
        	input#runtimedelta{ width: 80px; text-align: right; }

    table#tablesection2 {
        font-size: 14px; }
    		input#plenumsetpt{ width: 50px; text-align: right; }
    		input.mode{ width: 200px; }
    		input#castemp{ width: 100px; }
			input.ramp{ width: 130px; }

        table#tablesection2 td {
            padding-top: 2px;
            padding-bottom: 2px;
        }

    table#tablesection3 {
        font-size: 14px;
    }

        table#tablesection3 td {
            padding-top: 2px;
            padding-bottom: 2px; }
            	input#osatemp{ text-align: right; width: 40px; }
            	input#orhwb{ text-align: right; width: 80px; }
				input#orhwbeditnew{ width: 80px; }

    td#checkboxlabel {
        font-size: 14px;
    }
	

        table#tablesection4 td {
            padding-top: 2px;
            padding-bottom: 2px;
        }
        	input#fans{ width: 75px; }
		td#checkboxlabel{ font-size: 14px; font-weight: bold; }
		td#checklabel{ font-size: 11px; }
		input#othereditnew{ font-size: 14px; }
		td#othereditlabel{ font-size: 14px; font-weight: bold; }
		input[type="checkbox"] + label{ font-weight: normal; }
		input[type="checkbox"]:checked + label{
			font-weight: normal;
			text-decoration: underline;
			font-style: italic; }
		input[type="radio"] + label{ font-weight: normal; }
		input[type="radio"]:checked + label{
			text-decoration: underline;
			font-style: italic; }
		input#other{ width: 700px; }
		input.pulsebox{
			width: 150px;
			font-size: 14px;
			}
		
		

    table#storageinput td {
        padding: 5px;
    }
    tr#userheader td{
        padding: 3px;
    }
    tr#userrow td{
    	padding-top: 4px;
    	padding-left: 15px;
    	padding-bottom: 4px;
    	padding-right: 6px;
    }
    
    	input#riskfactor{ font-size: 24px; width: 30px; }
		
    .temp_label{
		font-size: 12px;
		font-weight: bold;	}
	input.temps{
		text-align: right;
		font-weight: normal;
		font-size: 12px;
		width: 36px;	}
	
    table#storagetemps{
        position: relative; left: 200px;
        font-size: 12px; font-weight: bold; 
        background-repeat: no-repeat; background-position: center; background-color: transparent; }
        
        input.temptop1{ text-align: right; font-weight: normal; width: 36px; }
        input.temptop2{ text-align: right; font-weight: normal; width: 36px; }
        input.tempbottom1{ text-align: right; font-weight: normal; width: 36px; } 
        input.tempbottom2{ text-align: right; font-weight: normal; width: 36px; }
        input.tempdelta1{ text-align: right; font-weight: normal; width: 36px; }
        input.tempdelta2{ text-align: right; font-weight: normal; width: 36px; }
        input.temptop3{ text-align: right; font-weight: normal; width: 36px; }
        input.temptop4{ text-align: right; font-weight: normal; width: 36px; }
        input.tempbottom3{ text-align: right; font-weight: normal; width: 36px; } 
        input.tempbottom4{ text-align: right; font-weight: normal; width: 36px; }
        input.tempdelta3{ text-align: right; font-weight: normal; width: 36px; }
        input.tempdelta4{ text-align: right; font-weight: normal; width: 36px; }
        
    table#storagetemps td{ padding: 1px; }
    
    table#storagetempsrp{ font-size: 12px; font-weight: bold; 
    			  background-repeat: no-repeat; background-position: center; }
    table#storagetempsrp td{ padding: 1px; }
    
    table#editnav {
        font-size: 12px;
        font-weight: "bold";
    }

        table#editnav td {
            padding: 2px;
        }
	table#exceltable tr{
		
	}	
		
		
	td.statusbox{
			font-size: 11px;
	}
	.tsslogo{
		 margin-top: 60px;
		 left: 170px;
		 text-align: center;
	}
	.boldlabel{
		font-weight: bold;
	}
	.runlabel{
		 font-size: 13px;
	}
	.notesbox{
		font-size: 14px;
		width: 750px;
	}
	.checklabel{
		font-size: 11px;
	}
	.no-screen{
		display: none;
	}
	
	input.duct_liquid{
		width: 70px;
		font-weight: normal;
		font-size: 12px;
	}
	input.contact_one_row{
		width: 400px;
	}
	textarea.contact_box{
		resize: none;
		width: 400px;
		height: 150;
	}
	table.contact_table td{
		padding:6px;
	}

}


