﻿ 
html body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    background-color: #11EE11;
    /*height:100%;*/
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*width:100%;*/
    height:100%;  
    /*background-color:#11EE11;*/
}

body table
{
     font-size:50px;     
     width:100%;
     text-align:center;
     vertical-align:top;
     border:none; 
     margin:none; 
     padding:0px;     
    }
    

 
header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}




.bodyChangeRed
{
    background-color:Red;
    }

.bodyChangeGreen
{
    background-color:#11EE11;
    }   


.logo {
	/*position:relative;*/	
 	
	height:50px;	
     font-size:45px;
     width:500px;
     background:url(../../images/Toppan-Logo.gif) no-repeat; /*  bottom;*/     
}



.table tr th{ border-bottom:1px black solid; text-align:center;}
.table tr td{text-align:center; }


.roomTitleFontSize
{
    font-size:120px;
    font-weight:bold;
    font-family:Arial;
    text-align:center;
    height:140px; 
    border:1px soild red; 
   
    }
 
    
.projectNameStyle
{
    font-size:80px;
    font-weight:bold;
    font-family:Arial;
    position:relative;
    top:20px;
    vertical-align:text-bottom;
    text-align:center;
    /*word-break:break-all;*/
    min-height:200px;
    
    /*background-color:Gray;*/
    }

.greenTableStyle
{
    min-height:180px;
    }

.tdDateTimeStyle
{    
    font-size:40px;
    text-align:right;
    font-weight:bold;
    vertical-align:text-top;
    /*background-color:Gray; */
    
}

.tdDDMMYYStyle
{    
    font-size:40px;
    text-align:left;
    font-weight:bold;
    width:50%;
    text-align:center;
    /*background-color:Gray; */
    
}

.tdHHMMStyle
{    
    font-size:40px;
    text-align:right;
    font-weight:bold;
    text-align:center;
    /*background-color:Yellow; */
    
}

.dropdownlistStyle
{
     height:50px;
     font-size:large;
     
    }
    
.buttonStyle
{
    height:50px;
     font-size:large;
     width:96px;
    }