<!-- 
#raidenLogo{
	width: 320;
	filter: progid:DXImageTransform.Microsoft.MotionBlur(direction=135,strength=15);
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Microsoft Sans Serif, Tahoma, Arial, Verdana;
	font-size: 12px;
}

body#addressBook{
	background-image: url("BG_addressBook.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white;
}

body#addressBook tr td{
	color: white;
}

td{
	font-family: Microsoft Sans Serif, Tahoma, Arial, Verdana;
	font-size: 12px;
	color: black;
}

form{
	margin: 0px;
	padding: 0px;
}

li{
	list-style: none;
	padding: 2px;
}

.tblStyle{
	border-bottom: double 3px #816A65;
}

.tblStyle_top{
	border-bottom: double 3px #816A65;
	background-color: black;
}

.tblStyle2{
	border: outset 2px #e0e0e0;
}

.menuStyle{
	background-color: #5F769D;
}

a{
	color: blue;
}

a.menuLink{
	color: white;
	text-decoration: none;
}

a.menuLink:hover{
	color: #ffffc0;
	text-decoration: underline;
}

a.noLink{
	cursor: hand;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	color: black;
}

.folder{
	cursor: hand;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	color: blue;
}

.copyright{
	font-family: verdana;
	font-size: 9px;
	color: white;
	cursor: default;
}

#loginCopyright{
	position: relative;
	top: 50%;
	margin-top: 205;
	font-family: verdana;
	font-size: 9px;
	color: black;
}

#folderBody{
	width: 100%;
	height: 100%;
	border: solid 1px #816A65;
	background: #939DAF;
	padding: 2px;
	color: black;
}

#listBody{
	width: 100%;
	height: 100%;
	background: white;
}

.tblTitle{
	border: outset 1px #A79B82;
	background: #697EC2;
	text-align: center;
	color: white;
}

.tblTitle2{
	border: outset 1px;
	background: #697EC2;
	padding-left: 5px;
	color: white;
}

.tblRowStyle{
	background: white;
	border: outset 1px buttonface;
	color: black;
}

.fontStyle{
	color: black;
}

.tblRowStyle2{
	border: groove 2px #e0e0e0;
	background: #e6e6e6;
	color: black;
}

.time{
	font-family: verdana;
	font-size: 9px;
}

.funcOfList{
	border-bottom: solid 1px black;
	padding: 3px;
}

.listInfo{
	margin: 3px;
	border: dashed 1px black;
	padding: 3px;
	color: darkblue;
}

.listInfoNum{
	color: red;
}

.pathStyle{
	font-family: verdana;
	color: red;
}

.btn{
	padding-top: 2px;
	border-width: 1px;
	font-family: verdana;
	font-size: 12px;
	background-color: #498FC9;
	color: white;
}

.btn_green{
	border-width: 1px;
	font-family: Tahoma, Microsoft Sans Serif;
	font-size: 12px;
	background: buttonface;
	color: black;
}

.btn_red{
	border-width: 1px;
	font-family: Tahoma, Microsoft Sans Serif;
	font-size: 12px;
	background: buttonface;
	color: black;
	width: 95px;
}

.btn_black{
	border-width: 1px;
	font-family: Tahoma, Microsoft Sans Serif;
	font-size: 12px;
	background: buttonface;
	color: black;
	width: 220px;
}

.hostFont{
	color: white;
}

.txt{
	border: solid 1px black;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: blue;
	background: white;
}


.menuItem {
	background-color: menu;
	padding: 3px;
}

.highlightItem {
	background-color: highlight;
	color: white;
	padding: 3px;
}

#loginDiv{
	width: 100%;
	height: 400;
	position: absolute;
	top: 50%;
	margin-top: -200;
	background-color: #88BDE7;
	border-top: double 4px #65627C;
	border-bottom: double 4px #65627C;
}

#normalDiv{
	display:;
}

#autoreplyDiv{
	display: none;
}

#memoDiv{
	display: none;
}

#addressDiv{
	display: none;
}

#blacklistDiv{
	display: none;
}

#pop3Div{
	display: none;
}

#passDiv{
	display: none;
}

.tabMenuHighlight{
	background-color: menu;
	border: outset 2px buttonface;
	color: black;
	padding-left: 3px;
	cursor: hand;
}

.tabMenu{
	background-color: gray;
	border: inset 2px buttonface;
	color: #d0d0d0;
	padding-left: 3px;
	cursor: hand;
	width: 100%;
}

.tabMain{
	border: groove 2px buttonface;
	background-color: menu;
	padding: 5px;
}

.memo{
	background: #697EC2;
	border: solid 1px black;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: white;
}

.headerStyle{
	width: 100%;
	height: 100%;
	background-color: #5F769D;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: white;
	padding: 5px;
}

.hrStyle{
	color: white;
}

.logoutBG{
	background-image: url("BG_logout.jpg");
	width: 380;
	height: 220;
}

.logoutBG tr td{
	font-family: ΌΠ·’Ει, Verdana, Arial;
	font-size: 32px;
	font-weight: bold;
	color: darkblue;
}

.loginBG{
	background-image: url("BG_login.jpg");
	width: 380;
	height: 220;
}

.loginBG tr td{
	color: black;
}

.information{
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: darkblue;
}

.uploadBG{
	background-image: url("BG_upload.jpg");
	color: white;
}

.uploadBG table tr td{
	color: white;
}

-->
