/*
	Image Discussion CSS
*/
#divImageDiscussion
{
	position: relative;
	width: 70%;
	margin: 0px auto;
	margin-top: 30px;
	overflow: hidden;
}

#divImageDiscussion #top
{
	
}

#divImageDiscussion #bottom
{
	
}


.discuss_hide
{
	display: none;
}


.divDiscussPost
{
	background-color: #ECECEA;
	margin-top: 8px;
	text-align: left;
}

.divDiscussPost .header
{
	width: 100%;
	min-height: 10px;
	background-image: url('/images/vertical_gradient.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px 8px;
	padding-top: 8px;
	margin-bottom: 1px;
	
	position: relative;
	border-bottom: 2px solid #DCDCDA;
}

.divDiscussPost .header .title
{
	float: left;
	width: 400px;
	font-weight: bold;
	font-size: 120%;
	font-family: Georgia, serif;
}

.divDiscussPost .header .sub
{
	clear: left;
	font-size: 80%;
	font-weight: normal;
	vertical-align: top;
}

.divDiscussPost .header .bar
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-right: 20px;
	margin-top: 15px;
}

.divDiscussPost .header .bar .delim
{
	margin-right: 20px;
}

.divDiscussPost .content
{
	padding: 5px 8px;
}

.divDiscussPost .footer
{
	width: 100%;
	min-height: 10px;
	background-image: url('/images/vertical_gradient_bottom.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 8px;
}


.divPostLine
{
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}

.divPostLine .first
{
	position: absolute;
	left: 0;
	bottom: 0;
	
	font-weight: bold;
}

.divPostLine .top
{
	bottom: auto;
	top: 0;
}

.divPostLine .second
{
	margin-left: 120px;
}

.divPostLine .second .widen, .divPostLine .second textarea
{
	width: 550px;
}

.divPostLine .second textarea
{
	height: 150px;
}


.divPostCtl
{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	text-align: left;
	width: auto;
}

.divPostCtl input
{
	margin-right: 5px;
}


.divNoPosts
{
	text-align: left;
	font-style: italic;
}

.divNoPosts img
{
	margin: 0px 5px;
}


.divQuote
{
	border: 1px solid #CCCCCC;
	background-color: #f7f7f7;
	padding: 5px 20px;
	padding-top: 3px;
	font-style: italic;
}

.divQuote span
{
	margin-left: -10px;
	font-style: normal;
	font-weight: bold;
}


.divModliner
{
	font-size: 80%;
	font-style: italic;
	margin-top: 10px;
}
