/*
	NCHC- All Rights Reserved.
	NCHC 國家高速網路與計算中心_Intranet CSS Style(writed by NCHC/Carol13 a00cis00@nchc.org.tw)
	2007.4
*/

@import url("mainMenu.css");
@import url("list.css");
@import url("path.css");
@import url("tableSet1.css");


body {
	margin: 0px auto;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ALL {
	width: 905px;
	margin: 0px auto;
}

h1 {
	font-size: 16px;
	color:#222;
	border-bottom: 1px dashed #ccc;
	border-left: 7px solid #ccc;
	padding: 5px;
}
h2 {
	font-size: 15px;
	color:#333;
}

p {
	line-height: 1.5em;
	color: #222;
	padding: 0px 10px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #3d8898;
}
a:hover {
	text-decoration: underline;
}


.quickLinks {
	background: #ddd;
	padding: 5px 10px 2px 10px;
	line-height: 1.5em;
}
.quickLinks a {
	font-weight: normal;
}

.top {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
}
.top a {
	font-weight: normal;
	background: #ccc;
	padding: 0px 3px;
	color: #444;
}

#PageHead .logoLinks {
	position: absolute;
	top: 0px;
	width: 895px;
	text-align: right;
	margin: 0px;
}
#PageHead .logoLinks img {
	padding: 0px;
	margin: 0px;
}



#PageHead {
	background: url(../images/PageHeadBg.jpg) left top no-repeat;
	height: 87px;
}
#PageHead img {
	margin-top: 0px;
	margin-left: 0px;
}
#PageHead .subMenu {
	padding-right: 10px; 
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -10px; 
}
#PageHead .subMenu a {
	text-decoration: none;
	color:#000000;
}
#PageHead .subMenu a:hover {
	color:#edf600;
	background: #000;
}



#PageBody {
	text-align: left;
}
#PageBody .layoutTable {
	width: 100%;
	border-collapse: collapse;
	margin: 4px 0px 0px 0px;
}
#PageBody .layoutTable .columnLeft {
	width: 181px;
	background: #cedbe7 url(../images/columnLeftBg.jpg) left top no-repeat;
	vertical-align: top;
}
#PageBody .columnLeft .Time {
	font-size: 11px;
	color: #4878a7;
	padding: 10px 5px 10px 5px;
}

#PageBody .layoutTable .columnRight {
	vertical-align: top;
	padding: 0px 0px 0px 4px;
}
#PageBody .columnRight .border {
	border: 1px solid #ccc;
	padding: 10px 5px 20px 10px;
}
#PageBody .columnRight table {
	width: 100%;
	
}

#PageFoot {
	color: #555;
	font-size: 11px;
	padding: 5px 10px 3px 10px;
	border: 1px solid #bbb;
	background: #ddd;
	margin: 3px 0px;
	text-align:center;
}




