BODY
{
	background: #e6e6da;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: "Verdana" , "Arial" , "MingLiU" , "PMingLiU";
	font-size: 12px;
	text-align: center;
	color: #666;
}

select
{
	font-size: 12px;
}

/*
h1, h2, h3, h4, h5, h6, ol, li, form, p, input, fieldset
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-size: 12px;
}
*/

ul
{
	margin: 0;
	padding-left: 18px;
	list-style: url(/Album/images/closed.gif);
	font-weight: normal;
	font-size: 12px;
}

li
{
	margin: 0;
	padding-left: 0;
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 12px;
}

fieldset
{
	border: none;
}
em, cite
{
	font-style: normal;
}
img
{
	border: none;
}
fieldset, legend
{
	border: solid 0px white;
	margin: 0;
	padding: 0;
}
legend
{
	display: none;
}
input, input[type=checkbox] label
{
	width: auto;
	display: inline;
	cursor: hand;
}
input[type=text]
{
	font-family: "Verdana";
}
input[type=radio]
{
	width: 2em;
	position: relative;
	top: .2em;
}
th, td
{
	font-size: 12px;
	vertical-align: top;
}
a
{
	color: #00b;
}
a:hover
{
	color: #f03;
}


/* ID */
#leftMenu
{
	width: 20%;
	padding: 5px;
	vertical-align: top;
}
#mainArea
{
	width: 80%;
	padding: 5px;
	vertical-align: top;
}

/* TABLE */
TABLE.main
{
	width: 98%;
}


/* TD */
TD.bgWhite
{
	padding: 4px;
	background: #FFFFFF;
	margin: 1px;
}


/* A */
A.headerlink
{
	color: #ffffff;
	font-size: 12px;
}

/* DIV */
DIV.header
{
	background: #000000;
	width: 100%;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 5px;
}
DIV.title
{
	background: #000000;
	width: 100%;
	padding: 5px;
	font-size: 16px;
	color: #FFFFFF;
}


DIV.footer
{
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
}

DIV.PhotoFrame
{
	width: 140px;
	height: 155px;
	text-align: center;
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px;
	overflow:hidden;
	behavior:url(PhotoFrame.htc);
}

DIV.PhotoFrame .mytitle
{
	font-weight:normal;
}


DIV.PhotoFrame-s
{
	width: 75px;
	height: 95px ;
	text-align: center;
	float: left;
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 5px;
	overflow:hidden;	
	behavior:url(PhotoFrame.htc);	
}

DIV.PhotoFrame-s .mytitle
{
	font-size:10px;
}


DIV.PhotoFrame-l
{
	width: 266px;
	height: 305px ;
	text-align: center;
	float: left;
	border: 1px solid #cccccc;
	padding: 8px;
	margin: 5px;
	overflow:hidden;	
	behavior:url(PhotoFrame.htc);	
}

DIV.PhotoFrame-l .mytitle
{
	font-weight:bold;
	font-size:16px;
}


/* SPAN */
SPAN.title
{
	font-size: 16px;
	font-weight: bold;
}

/* TD */
TD.header
{
	padding: 4px;
	background: #000000;
	margin: 1px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

/* other */
.container
{
	width: 100%;
	border: #cccccc 1px solid;
	background: #FFFFFF;
	margin-bottom: 5px;
}

.MenuContainer
{
	width: 95%;
	border: #cccccc 1px solid;
	background: #FFFFFF;
}

.block
{
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
}



