body {
	color: #ddaaaa; 
	background-color: #aa4444;
}

table{
	margin: 0px;
	padding: 0px;
}

tr{
	margin: 0px;
	padding: 0px;
}

td{
	margin: 0px;
	padding: 0px;
}

/*#ddaaaa#c57d7d*/
a:link {	color: #ddaaaa;	text-decoration: none;}
a:visited {	color: #c57d7d;	text-decoration: none;}
a:hover {	color: #ffeeee;	text-decoration: none;}
a:active {	color: #ffff77;	text-decoration: none;}

a.scrLink:link { color: #c57d7d; 	text-decoration: none; font-weight: bold;}
a.scrLink:visited { color: #c57d7d; 	text-decoration: none; font-weight: bold;}
a.scrLink:hover { color: #ffeeee; 	text-decoration: none; font-weight: bold;}
a.scrLink:active { color: #ffff77; 	text-decoration: none; font-weight: bold;}

.scrLink {
	display: block;
	width: 138px;
}

.table {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 500px;
	height: 550px;
	border-collapse: collapse;
}

.back{
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: top;
	border-style: solid;
	border-width:5px;
	border-color: #ddaaaa;
	background-color : #aa6666;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-image: url("img/cocoa.bmp");
}

.title {
	margin-right: 60px;
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: right;
	font-family: Comic Sans MS Bold;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}

.titleLittle{
	margin: 15px;
	font-size:25px;
}

.titleline{
	padding-left: 0px;
	margin-left: 150px;
	border-bottom: 7px dashed #ddaaaa;
}

.midasi {
	margin-top: 10px;
	margin-left: 50px;
	font-style: italic;
	font-size: 1.5em;
	font-family: Comic Sans MS Bold;
	font-weight:bold;
	letter-spacing: 5px;
}

.midasitop{
	font-size: 2em;
}

.line {
	border-bottom: 2px dotted #ddaaaa;
	margin-right: 200px;
	margin-bottom: 20px;
}

.text {
	padding-left: 15px;
	margin-left: 15px;
	line-height: 1.5em;
}

.cocoa{
	font-weight: bold;
}
	
.list {
	margin-left: 40px;
	margin-bottom: 10px;
	display: list-item;
	list-style-type: circle;
}

.tooltip{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 10px;
	margin-left: 1em;
	margin-bottom: 5px;
	color: #993333;
	font-size: 0.8em;
	font-weight: bold;
	white-space: pre;
	background-color: #ddaaaa;
	width:310px;
}

.viewer{
	margin-top: 13px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;

}

.imgView{
	background: #ddaaaa;
	text-align: center;
	width: 350px;
	height: 250px;
}

.item{
	margin: 10px;
}
.itemBack{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: #ddaaaa;
	width: 350px;
	height: 250px;
}

.cell{
	display:table-cell;	
	vertical-align: middle;
	width: 350px;
	height: 250px;
}


.cursor { 
	cursor:pointer;
}

.scrTable{
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.scrTr{
	text-align: center;
	background-image: url("img/cocoa.bmp");
}
.scrTd{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #993333;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	background-color: #ddaaaa;
}


.scrText{
	display: block;
	width: 100px;
}

.scroll{ 
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	border: none;
	width: 375px;
	height: 80px;
}

.icon{
	width: 32px;
	height: 32px;
}
