/* CSS Document */

/*body, h1, h2, h3, p {
margin:0;
padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	background-image: url(Images/bg_body.gif);
}
table {
	    border-collapse:collapse;
	    font-size: 11px;
      }
h1{
font-size:14px;
}
h2{
font-size:13px;
}
h3 {
font-size:12px;
}
textarea {
	height: 10%;
	width: 80%;
}
a:link, a:visited {
	color: #CC6600;
}
.right {
	text-align: right;
	padding-right: 10px;	
}   
.MasterPageContent {
    height : 100%;
    vertical-align:top;
    padding-top: 5px;
    padding-left: 5px;
    text-align:justify;
    overflow:scroll;
    overflow-x: hidden;
    }*/

.MenuLogo {
    background-image: url(~/images/logo_ift.gif);
	background-repeat: no-repeat;
	}

.MenuArea {    
    background-color: #DADADA;
    padding-top: 5px;
}

.MenuHeader {
    background-image: url(~/images/e-chief_banner.jpg);
    background-color: Blue;
    height : 5%;
    vertical-align: top;
    text-align:right;
    width:100%
    }
    
.MenuBottom {
    background-color:Blue;
    height : 5%;
    vertical-align: bottom;
    text-align:right;
    color:White
    }
    
/*others*/
.loading {
	padding:1px;
	background-color:#CC4444;
	position:absolute;
	right:15px;
	top:1px;
	color:#FFFFFF;
}

.TabContainer {
    height : 100%;
}

.TabPanel {
    height : 100%;
}

.alignleft {/*Logo的位置*/
	background-image: url(../images/logo_ift.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 220px;
	background-color: #DADADA;
}
.alignleft h1 {/*左上方logo下面的句子*/
	padding-top: 55px;
	padding-bottom: 10px;
	text-align: center;
}
.alignright {/*右上方login/logout*/
	text-align: right;
	color: #FFFFFF;
	background-color: #006699;
	padding-right: 10px;
}
.alignright a:link, .alignright a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.alignleft, #left {
	background-color: #DADADA;
}


.MBannerArea {
    background-color: #cccccc;
}

#container {/*整頁寬度*/
	width: 1000px;
	height: 100%;
}
#left{/*Tree menu on Left*/
	line-height: 20px;
	background-color: #cccccc;
}
#right {/*右邊背景色*/
	background-color: #FFFFFF;
}
#left, #right {
	text-align: left;
	padding:20px;
	vertical-align: top;
}

/*Content area*/
#PReq, #NReq {
	white-space: nowrap;
}


/*button*/
#ExportExcelBtn {
	background-image: url(Images/bg_topleft.gif);
	border: 1px solid #666666;
}

/*others*/
.loading {
	padding:1px;
	background-color:#CC4444;
	position:absolute;
	right:15px;
	top:1px;
	color:#FFF;
}

/*
    #footer {
	height: 30px;
	background-image: url(Images/bg_footer.gif);
	background-repeat: repeat-x;
}
*/

