/*
 * Style for creating simple html boxes i.e on with a title header and a body
 */
.box {
    border: 1px solid #0062C3;
    border-top: 0px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    color: black;
}

.box a {
    color: black;
}

.box .title,
.refineSearchBox .title,
.suggestActivDirectoryBox .title  { /* override */
	color: white;
    background-color: #666666;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	padding-left: 3px;
	height: 20px;
}

.box .body {
	background-color: #e6eaea;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 3px;
	margin-left: -10px;
	margin-bottom: 5px;
	font-size: 8pt;
	height: 10px;
    color: black;
}

.box .body .node {
	font-size: 8pt;
}

.box .body a {
	font-size: 8pt;
    color: #000099;
    text-decoration: none;
}

.refineSearchBox {
    border-top: 0px;
    border-color: black;
    width: 100%;
}

.refineSearchBox .body {
    background-color: #e6eaea;
    text-align: left;
}

.refineSearchBox .body a {
    font-size: 90%;
    color: #000099;
    outline: none;
    text-decoration: none;
}
