.PageContainer {
	BORDER-RIGHT: 1px solid; BORDER-TOP: 0px solid; MARGIN-LEFT: auto; BORDER-LEFT: 1px solid; WIDTH: 780px; MARGIN-RIGHT: auto; BORDER-BOTTOM: 1px solid
}


a.helpLink {
color: Green;
text-decoration: none;
border-bottom: 1px dashed Green;
cursor: help;
}

a.helpLink:hover {
color: Red;
text-decoration: none;
border-bottom: 1px dashed Red;
}

.help-tooltip {
position: absolute;
width: 250px;
border: 1px Solid WindowFrame;
background: Infobackground;
color: InfoText;
font: StatusBar;
font: Status-Bar;
padding: 3px;
filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
z-index: 10000;
}


.help-tooltip a,
.help-tooltip a:hover {
color: blue !important;
background: none;
}


.hidden { display: none; }
.unhidden { display: block; }






.commentBox
{
	width: 440px;	
}

.commentRow
{
	border: #CBCBCB 0px solid; 	
	width: 100%;	
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.commentTextArea
{
	border: #CBCBCB 1px solid; 	
	width: 100%;
	height: 60px;	
	margin-bottom: 5px;

}

.commentSubmit
{
	border: #CBCBCB 1px solid; 	
	width: 100px;
	height: 20px; 	
}


.commentMSG
{
	padding-left: 10px;
	padding-bottom: 2px;
}

.commentInfo
{
	background-color: #F9F9F9; 	
	width: 450
}

.commentUser
{
	padding-left: 0px;

}
.commentDate
{
	padding-right: 5px;
}

.post {
}

.post .meta {
	margin: 0 0 0.1em 0;
	padding: 0 0 1px 10px;
	background: url(<?php echo _THEME_DIR; ?>/images/img08.png) no-repeat left bottom;
	line-height: normal;
}

.post .meta small {
	font-size: 12px;
}


.tutorialWrapper{
width: 100%;
}
    
.tutorialWrapper form{
background-color: #ffc;
border: 1px solid #cc9;
padding: 10px;
font-family: verdana;
width: 75%;
font-size: 1em;
}

.fieldWrapper{
margin: 2px 0 2px 0;
padding: 0;
}
    
.tutorialWrapper label{
float: left;
text-align: right;
margin: 0 5px 0 0;
width: 30%;
}
    
.tutorialWrapper input{
width: 200px;
border: 1px solid #cc9;
}
    
.confirmMessage{
margin: 0;
padding: 0;
font-size: .8em;
}
