/*
*  ~/FORUM/ForumMaster.master
*/
.FRM_masterBody { margin:0; padding:0; }
.FRM_masterWrapper
{
	width:99%;
	margin:0 auto;
	padding:0;
}
.FRM_masterPageTable { width:99%; }
.FRM_masterToolbar {}
.FRM_masterContentHolder {}

/*
*  FORUMShowLatestUpdatedForums.ascx
*/
.FRM_latestSubjectsWrapper {}
.FRM_latestSubjectsHeader {}


/*
*  ~/FORUM/Controls/FORUMListSubjectsDetailedView.ascx
* -Datailed view of Forum Subjects OR Standard view for links in a Linkbank page.
*/
.FRM_detailedWrapper
{
	
}
.FRM_subjectsWrapper
{
	position:relative;
	top:-28px
}
/* Header with add-link for new subject/link */
.FRM_subjectDetailAdd
{
	padding-left:7px;
	padding-right:7px;
	width:93%;
}
.FRM_announcementMessage
{
	padding-top:10px
}
/* List of created subjects/links */
.FRM_subjectDetailList
{
	
}
.FRM_subjectDetailPaging
{
	padding-left:7px;
	padding-right:7px;
}
/* Subject list item */
.FRM_subjItmImage
{
	float:left; 
	padding-right: 10px;
}
.FRM_subjItmBody
{
	float:left;
	width:315px;
	margin-bottom:-10px;
	*margin-bottom:-25px;
}
/* link to open post/link */
a.FRM_subjItmHeader:link 	{ font-size:13px !important; font-weight:bold !important; }
a.FRM_subjItmHeader:visited { font-size:13px !important; font-weight:bold !important; }
a.FRM_subjItmHeader:hover 	{ font-size:13px !important; font-weight:bold !important; }
.FRM_subjItmHeaderAsURL img /*link*/
{
	border:none;
	margin-left:4px;
}
/* Subject/link Rating */
.FRM_subjItmRatingPanel
{
	_zoom: 1;
}
.FRM_subjItmRatingWrapper
{
	padding:5px 0;
	*padding:1px 0 2px 0;
	clear:both;
}
.FRM_latestSubjectsWrapper .FRM_subjItmRatingWrapper
{
	_position:relative;
}
.FRM_subjItmRatingBackground
{
	width: 75px;
	background-color: #e7e7e7; 
}
.FRM_subjItmRatingSlider
{
	width: 0px;
	line-height: 15px; 
	background-color: #1E9CD9;
	font-size: 1px;                                                               
}
.FRM_subjItmRatingImage
{
	position: relative;
	top: -15px;
	z-index: 2;
	*top: -18px;      
	_top: -15px;                                                  
}

.FRM_subjItmMyRating
{
}
/* Information */
.FRM_subjItmInfo
{
	position: relative;
	top: -14px;
	*top: -20px;
	_top: -13px;
}
.FRM_subjItmInfoShort
{
}
.FRM_subjItmInfoLong
{
	line-height:14px;
	padding-bottom:1px;
}
/* Item footer */
.FRM_subjItemFotoer
{
    clear:both;
    padding-top:5px;
	font-size:10px;
	color:#0090cf;
}
.FRM_subjItemFotoer a {font-size:10px !important; }
.FRM_subjItmDate {}
.FRM_subjItmForumName {}
.FRM_subjItmAddPost {}
.FRM_subjItmRatePost {}

/* Options for listed subjects/links */
.FRM_subjectListOptions 
{
	width:99%;
	padding:5px 0 3px 0;
	line-height:21px;
	font-size:11px;
}
.FRM_subjectListOptions span /*Labels*/
{
}
.FRM_subjectListOptions a /*Sort order links*/
{
}
.FRM_subjectListOptions select /*Paging DropDownList*/
{
	font-size:11px;
}
.FRM_subjLstOptLeft 
{ 
	float:left;
	padding-left:8px;
}
.FRM_subjLstOptSplit 
{ 
	float:left;
	padding:0 25px; 
}
.FRM_subjLstOptRight
{ 
	float:right; 
	padding-right:8px;
}
/*
*  NEW POST / LINK-COMMENT
*/
.FRM_newPostTable
{
}
.FRM_newSubjectInpt,
.FRM_newSubjectLinkInpt { width:200px; }
.FRM_newPostInpt 
{
	width:300px;
	height:90px;
}
td.FRM_newSubjectCancel {}
td.FRM_newSubjectAdd { text-align:right; }
/*Buttons*/
.FRM_newSubjectCancel, 
.FRM_newSubjectAdd { width:100px; }

/*
* Forum Posts / Link Comments
*/
.FRM_tdPostSubjectImage,
.FRM_tdListOfPosts
{
	vertical-align:top;
	padding-right:10px;
}
.FRM_tdPostSubjectImage { padding-top:3px; }
.FRM_postBreadCrumb
{
	text-align:right;
}
.FRM_postHeaderWrapper
{
	position:relative;
}
.FRM_postSubjectHeaderContent
{
	float:left;
	margin-bottom:8px;
}
.FRM_postSubjectHeaderContent h1 { margin-bottom:3px !important; }
.FRM_postSubjectHeaderContent a { display:inline-block; }
.FRM_postSubjectHeaderEdit 
{
	float:right;
}
.FRM_subjItmMyRating
{
	float:right;
	color:#808080;
	padding-top:8px;
}
.FRM_postFirstInfo
{
	
}
.FRM_postFirstInfoFooter
{
	color:#0090cf;
	margin-bottom:18px;
}
.FRM_lnkBnkCommenntsHeader
{
	border-top:solid 1px #626262;
	padding:15px 0 0 0;
}
/* Gridview for posts/comments */
.FRM_listLinksWrapper .gridDiv table,
.FRM_listLinksWrapper .gridDiv table td
{
	border:none;
}
.FRM_listLinksWrapper .forumPostPostedDate h2
{
	margin:3px 0;
}
.FRM_listLinksWrapper .forumPostMessage
{
	
}
.FRM_listLinksWrapper .forumPostEditedDate
{
	font-style:italic;
	font-size:10px;
	margin:6px 0 3px 0;
	display:block !important;
}

/*FORUM ROUND CORNERS CONTENT IN DETAILED SUBJECT VIEW*/
.roundcont 
{
	width: 99%;
	background:#e2e2e2 url(../../FORUM/images/controls/detailedViewItemBg.gif) bottom left repeat-x; 	
	margin-bottom:5px;
	padding-top:1px;
}
.roundcontmain 
{
	background-color:#ffffff;
	margin:1px 2px 0 2px;
	padding: 15px 15px 0px 15px;
}
.roundbottom 
{
	background: url(../../FORUM/images/controls/detailedViewItemBg_rcorn.gif) no-repeat top right; 
}

img.corner {
   width: 25px;
   height: 20px;
   border: none;
   display: block !important;
}
/*Forum header*/
.roundcontHeader {
	width: 99%;
	height:28px;
	background:transparent url(../../FORUM/images/controls/BgSubjectHeader.jpg) top left repeat-x; 
	color:#ffffff;
}
.roundtopHeader 
{ 
	background: url(../../FORUM/images/controls/trc_SubjectHeader.jpg) no-repeat top right; 
}
.roundHeaderContainer
{
	z-index:101;
	position:relative;
	top:-28px;
	padding-left:20px;
	padding-top:5px;
	color:#ffffff;
}
.FRM_latestSubjectsWrapper .roundHeaderContainer 
{ 
	margin-bottom:-10px; 
}
.roundbottomHeader 
{	
	background: url(../../FORUM/images/controls/drc_SubjectHeader.jpg) no-repeat top right; 
}
img.cornerHeader 
{
   width: 17px;
   height: 14px;
   border: none;
   display: block !important;
}
/*
* CONTENT PUFF
*/
.FRM_listPostsWrapper .FRM_frameWrapper,
.FRM_listPostsWrapper .FRM_frameBodyWrapper,
.FRM_listPostsWrapper .FRM_frameBody,
.FRM_listPostsWrapper .FRM_frameFooter,
.FRM_listPostsWrapper img.FRM_frameCorner 
{
	background-color:transparent;
	background-image:none;
}
.FRM_listPostsWrapper .FRM_frameFooter img {display:none;}

.FRM_listLinksWrapper 
{
}
.FRM_listLinksWrapper .FRM_frameWrapper
{
    background:transparent url(../../Documents/UngKommunikation-SprakLank/Images/slp_contPuff_btmBorder_repX.gif) bottom left repeat-x; 
}
.FRM_listLinksWrapper .FRM_frameBodyWrapper
{
    background-color:#e0e0e0; 
    padding:1px 1px 0 1px;
}
.FRM_listLinksWrapper .FRM_frameBody
{
    background-color: #ffffff; 
    padding:8px 10px 4px 10px;
}
.FRM_listLinksWrapper .FRM_frameFooter 
{
    background:transparent url(../../Documents/UngKommunikation-SprakLank/Images/slp_contPuff_rgtCorner.gif) top right no-repeat; 
}
.FRM_listLinksWrapper img.FRM_frameCorner 
{
   width: 24px;
   height: 24px;
   border: none;
   display: block !important;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
