/* 
================================
 Container Styles for cerulean
================================
*/   
.Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: Bold;
    color: #666666;
}
#title .Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight: normal;
    color: #000000;
}
.container {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.innercontainer {
	background-color: transparent;
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.containerrow {
	background-color: transparent
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: Bold;
    color: #666666;
}
.innercontainerrow {
	background-color: transparent
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: Bold;
    color: #666666;
}
.innerhr {color: #999999;}



