﻿body
{
	margin: 0px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	background-color:#fff;
}

.clear
{
	clear:both;
}

.admintopbar
{
	background-color: #444;
	border:solid 1px #999;
	padding:2px;
	color:#aaa;
}

.admintopbar a
{
	color: #fff;
	margin-right:10px;
}


.messagepanel
{
    margin:10px 0 10px 0;
    padding:5px;
    border:solid 1px #ccc;
    width: 400px;
}

.messageicon
{
	margin-right:10px;
}

.messagelabel
{
	color:#fff;
	font-weight: bold;
}

#breadcrumbcontainer
{
	padding:3px;
	margin:10px 0 20px 0;
	display:none;
}

#breadcrumbcontainer a:link, #breadcrumbcontainer a:visited, #breadcrumbcontainer a:active
{
	color:#002e79;
	text-decoration:none;
}

#breadcrumbcontainer a:hover
{
	color:#012258;
	text-decoration:underline;
}


#maincontainer
{
	margin:50px;
	padding:50px;
	background-color:#fff;
}

#commentcontainer
{
	margin-top:20px;
}

.comment{margin-bottom:10px;}

.comment span.quote
{
	font-size:20px; 
	font-style:italic; 
	font-weight:bold; 
	font-family:Times New Roman;
}

#commentformcontainer
{
	margin-top:20px;
	width:400px;
}

#commentformcontainer .label
{
	font-weight:bold;
}

#commentformcontainer .input
{
	margin-left:20px;
	width:250px;
}

#commentformcontainer .caption
{
	font-style:italic;
	font-size:80%;
}
.displayNone{display:none;}
/* ------------------Comment Bubble --------------------*/
#box{display:block; width:491px; background-color:#fff;}
#topContainer{width:491px; height:64px;}
.topLeft{background:url(/images/comment/topLeft.jpg) no-repeat top left; height:64px; width:20px;float:left;}
.topCenter{background:url(/images/comment/topAcross.jpg) no-repeat top; height:64px; width:450px; float:left;}
.topCenter p{text-align:left; font-weight:bold;}
.topRight{background:url(/images/comment/topRight.jpg) no-repeat top right; height:64px; width:21px; float:left;}
		
#middleContainer{width:481px; min-height:64px;}
.contentComment{display:block; background:url(/images/comment/leftSide.jpg) repeat-y; width:492px; min-height:64px; float:left;}
.contentComment .photo{float:left; padding:5px;}
.contentComment p{padding:0 10px 10px;}
	
#bottomContainer{width:491px; height:25px;}
.botLeft{background:url(/images/comment/bottomLeft.jpg) no-repeat top left; height:25px;	width:20px;	float:left;}
.botCenter{background:url(/images/comment/bottomCenter.jpg) no-repeat top; height:25px; width:450px; float:left; text-align:right; font-size:10px; font-style:italic;}
.botRight{background:url(/images/comment/bottomRight.jpg) no-repeat top right; height:25px; width:21px; float:left;}
/* ------------------Comment Bubble --------------------*/