@import "forms.css";

body{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#172034;
    font-size:100%;
    line-height:1.25em;
    margin:0;
}

form{
    margin:0;
}

input[disabled], select[disabled], button[disabled] {
color:#AAAAAA;
}

.container{
    width:750px;
    margin: 0 auto;
}

#header{
    background: #666666;
    color: white;
    height: 80px;
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 0.75em;
}

    #header a{
        color: #C3D0DF;
    }

    #logo{
        margin: -15px 0 0;
        line-height: 1.5em;
        float:left;
    }

        #logo a{
            text-decoration: none;
            display: block;
            width: 200px;
            height: 114px;
            background-repeat: no-repeat;
        }

        #logo span{
            display:none;
        }


#headerInfo{
    float: right;
    margin-top: 5px;
    text-align: right;
}

#sessionInfo{
    margin-top: 5px;
}

#footer{
    height: 80px;
    width:750px;
    margin: 30px auto 10px;
}

    #footer span{
        display: none;
    }

    #footer p{
        font-size: 0.75em;
        text-align:center;
        color: #666666;
        line-height: 1.2em;
    }

#UNMCE{
    float: left;
    width: 300px;
    height: 62px;
    background: url("../image/unmce.jpg") no-repeat;
}

#NMDT{
    float: right;
    width: 244px;
    height: 71px;
    background: url("../image/nmdt.gif") no-repeat;
}

.clear{
    clear: both;
    height: 1px;
}

.noShow{
    display: none;
}

h1,h2,h3,h4{
    color: #778DA8
}

.debug, noscript div{
    padding: 10px 20px;
    border: 2px dashed darkred;
}

noscript div{
    margin: 10px auto;
    width:750px;
}

noscript h1{
    color: darkred;
    font-size: 1.3em;
}

/* MODAL */

#modalMask{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
	background-color: #666666;
}

#modalBox {
	border:1px solid #ABB1B1;
	padding:0px;
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
}
#modalTitle{
	font-weight: bold;
	font-size:14px;
	padding: 4px;
	padding-left:4px;
	background-color:#0B63A2;
	border-bottom:1px solid #ABB1B1;
	color:white;
}
#modalContent{
        font-size: 0.85em;
        background: white;
	padding:10px;
}
