﻿/*对三个div层的样式设计*/
/*
body
{
	background-color: #999999;
}
div.nameview
{
	background-color: #cccccc;
	color: #333366;
	border-left-color: #cccccc;
	border-bottom-color: #cccccc;
	vertical-align: top;
	border-top-style: groove;
	border-top-color: #cccccc;
	border-right-style: groove;
	border-left-style: groove;
	text-align: center;
	border-right-color: #cccccc;
	border-bottom-style: groove;
	overflow:scroll;
	
}
div.mytopic
{
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    color: #003399;
}
div.waiting
{
    font-weight: bold;
    color: #ff0000;
}
div.ItemCss
{
    color: #0000ff;
    text-decoration: underline;
    cursor: hand;
}
div.selectedItem
{
    border-right: #3333ff thick inset;
    border-top: #3333ff thick inset;
    border-left: #3333ff thick inset;
    border-bottom: #3333ff thick inset;
    cursor: hand;
    background-color: #ffcc66;
}
div.alternatingItem
{
    border-right: #ffff99 thin solid;
    border-top: #ffff99 thin solid;
    border-left: #ffff99 thin solid;
    border-bottom: #ffff99 thin solid;
    cursor: hand;
    background-color: #33cc66;
}
*/

.myAccordion
{
	/*border: 5px solid #66cc66;*/
}

.myAccordion .header
{
	background-color: #e5e5e5;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 2px;
}

.myAccordion .content
{
	padding: 5px;
}

.myAccordion .header .more
{
	float: right;
	font-weight: normal;
}
