/*
* Presentation of Link Collection(Linkbank).
* class not defined in this file but that is needed is:
* .clearfix - defined in SiteCss.css
*/
/* ## Change the value of width according to the width of templateWrapper and WPSettings.SmallSizeImageWidth ## */
.FRM_subjItmBody,
.FRM_newSubjectInpt,
.FRM_newSubjectLinkInpt,
.FRM_newPostInpt,
.FRM_formToolbar,
.FRM_listLinksWrapper .FRM_tdListOfPosts
{
    width:380px;
    /* more attributes for these classes can be found further down */
}
/* ## The padding depends on the width above, hide if it is wide enough ## */
.FRM_subjLstOptSplit 
{
    padding:0 25px !important;
    display:none;
    /* more attributes for these classes can be found further down */
}
/* ## Change BASE Color for current site ## */
.FRM_postFirstInfoFooter,
.FRM_subjectListOptions a,
.FRM_subjectDetailPaging a,
.FRM_subjectDetailList .rgCurrentPage span,
a.FRM_subjItmHeader,
.FRM_subjItmBody a, 
.FRM_subjItemFotoer,
.FRM_subjItemFotoer a
{
	color:#0090cf !important;
    /* more attributes for these classes can be found further down */
}


/*
*  ~/FORUM/ForumMaster.master
*/
.FRM_masterBody { margin:0 !important; padding:0 !important; }
.FRM_masterWrapper
{
	width:100%;
	margin:0 auto;
	padding:0;
}
.FRM_masterPageTable { width:100%; }

/*
*  ~/FORUM/Controls/FORUMListSubjectsDetailedView.ascx
* -Datailed view of Forum Subjects OR Standard view for links in a Linkbank page.
*/
.FRM_subjectsWrapper
{
	position:relative;
	/*top:-28px RC1 */
}
/* Header with add-link for new subject/link */
.FRM_subjectDetailAdd
{
	padding-left:7px;
	padding-right:7px;
	width:93%;
}
.FRM_announcementMessage
{
	padding-top:10px
}
.FRM_sbjAdd
{
    margin-top:6px !important;
    display:block !important;
}
/* List of created subjects/links */
.FRM_sbjLstPageHeader
{
    background:transparent none no-repeat 0 0 !important;
}
.FRM_subjectDetailPaging
{
	padding-left:7px;
	padding-right:7px;
}
/* Subject list item */
.FRM_subjItmImage
{
	float:left; 
	padding-right: 10px;
}
.FRM_subjItmBody
{
	float:left;
	margin-bottom:-10px !important;
}
/* 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_subjItmRatingWrapper
{
	padding:5px 0 !important;
	
	clear:both;
}
.FRM_listLinksWrapper .FRM_subjItmRatingWrapper
{
    float:left;
}
.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;                                              
}
/* Information */
.FRM_subjItmInfo
{
	position: relative;
	top: -14px;
}
.FRM_subjItmInfoLong
{
	line-height:14px;
	padding-bottom:1px !important;
}
/* Item footer */
.FRM_subjItemFotoer
{
    clear:both;
    padding-top:5px;
	font-size:10px;
}
.FRM_subjItemFotoer a {font-size:10px !important; }

/* Options for listed subjects/links */
.FRM_subjectListOptions 
{
	width:100%;
	padding:5px 0 3px 0 !important;
	line-height:21px;
	font-size:11px;
}
.FRM_subjectListOptions select /*Paging DropDownList*/
{
	font-size:11px;
}
.FRM_subjLstOptLeft 
{ 
	float:left;
	padding-left:8px !important;
}
.FRM_subjLstOptSplit 
{ 
	float:left;
}
.FRM_subjLstOptRight
{ 
	float:right; 
	padding-right:8px !important;
}
/*
*  NEW POST / LINK-COMMENT
*/
.FRM_newPost
{
    margin:6px 0 !important;
}
.FRM_newPostInptHdr,
.FRM_newSubjectInpt,
.FRM_newSubjectLinkInpt,
.FRM_newPostInpt
{
    display:block;
    margin:3px 0 2px 0 !important;
}
.FRM_newPostInpt 
{
    height:90px;
}
.FRM_formToolbar
{
    text-align:right;
    margin:3px 0 !important;
}
td.FRM_newSubjectAdd { text-align:right; }
/*Buttons*/
.FRM_newSubjectCancel, 
.FRM_newSubjectAdd { width:100px; }

/*
* Forum Posts / Link Comments
*/
img.FRM_tdPostSubjectImage
{
    float:left;
    display:block;
    margin:3px 10px 0 0 !important;
}
.FRM_listLinksWrapper .FRM_tdListOfPosts
{
    float:left;
	padding-left:10px;
}
.FRM_postBreadCrumb
{
	text-align:right;
	margin-bottom:12px !important;
}
.FRM_postHeaderWrapper
{
	position:relative;
}
.FRM_postSubjectHeaderContent
{
	float:left;
	margin-bottom:8px !important;
}
.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 !important;
}
.FRM_postFirstInfo
{
	clear:both;
}
.FRM_postFirstInfoFooter
{
	margin:12px 0 18px 0 !important;
}
.FRM_pstAddForumPost
{
    clear:both;
}
.FRM_listPosts
{
   margin-top:18px !important;
}
.FRM_lnkBnkCommenntsHeader
{
	border-top:solid 1px #626262;
	padding:15px 0 0 0 !important;
}
/* Gridview for posts/comments */
.FRM_listLinksWrapper .gridDiv table
{
	border:none !important;
}
td.FRM_postItem
{
    border-bottom:solid 1px #626262 !important;
}
td.FRM_postItem.fp-highlight {
    -moz-animation: flash-bg 1s ease;
  	-moz-animation-iteration-count: 2;
  	-webkit-animation: flash-bg 1s ease;
  	-webkit-animation-iteration-count: 2;
  	-ms-animation: flash-bg 1s ease;
  	-ms-animation-iteration-count: 2; 2;
  	animation: flash-bg 1s ease;
  	animation-iteration-count: 2;
}
@-webkit-keyframes flash-bg {
    0%   { background-color:none; }
    50%  { background-color:#FFFFDA; }        
    100% { background-color:none; }
}
@-moz-keyframes flash-bg {
    0%   { background-color:none; }
    50%  { background-color:#FFFFDA; }        
    100% { background-color:none; }
}
@-ms-keyframes flash-bg {
    0%   { background-color:none; }
    50%  { background-color:#FFFFDA; }        
    100% { background-color:none; }
}
@keyframes flash-bg {
    0%   { background-color:none; }
    50%  { background-color:#FFFFDA; }        
    100% { background-color:none; }
}

.forumPost,
.forumUser,
.forumEditCol
{
    padding:2px !important;
    margin:6px 0 !important; 
}
td.forumEditCol
{
    text-align:right;
    vertical-align:top;
    padding:8px 0 !important;
    width:21px;
}
.FRM_listLinksWrapper .forumPostPostedDate h2
{
	margin:3px 0 !important;
}
.FRM_listLinksWrapper .forumPostEditedDate
{
	font-style:italic;
	font-size:10px;
	margin:6px 0 3px 0 !important;
	display:block !important;
}

/*FORUM ROUND CORNERS CONTENT IN DETAILED SUBJECT VIEW*/
.roundcont 
{
	width: 100%;
	background:#e2e2e2 url(../../FORUM/images/controls/detailedViewItemBg.gif) bottom left repeat-x; 	
	margin-bottom:5px !important;
	padding-top:1px;
}
.roundcontmain 
{
	background-color:#ffffff;
	margin:1px 2px 0 2px !important;
	padding: 15px 15px 0px 15px !important;
}
.roundbottom 
{
	background:transparent 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 
{
	height:28px;
	line-height:28px;
	background:transparent url(../../FORUM/images/controls/BgSubjectHeader.jpg) top left repeat-x; 
	color:#ffffff;
}
span.cornerHeader 
{
   width: 17px;
   height: 14px;
   display: block !important;
}
.roundtopHeader 
{ 
	background:transparent url(../../FORUM/images/controls/trc_SubjectHeader.jpg) no-repeat top right; 
}
.roundtopHeader span.cornerHeader 
{ 
    background:transparent url(../../FORUM/images/controls/tlc_SubjectHeader.jpg) no-repeat 0 0; 
}
.roundHeaderContainer
{
	z-index:101;
	position:relative;
	top:-26px;
	padding-left:20px;
	padding-top:5px;
	color:#ffffff;
}
.FRM_latestSubjectsWrapper .roundHeaderContainer 
{ 
	margin-bottom:-10px; 
}
.roundbottomHeader 
{	
	background:transparent url(../../FORUM/images/controls/drc_SubjectHeader.jpg) no-repeat top right; 
}
.roundbottomHeader span.cornerHeader 
{ 
    background:transparent url(../../FORUM/images/controls/dlc_SubjectHeader.jpg) no-repeat 0 0; 
}
img.cornerHeader 
{
   width: 17px;
   height: 14px;
   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_frameWrapper
{
    background:transparent url(../../Documents/Common/Images/lnkBnk_contPuff_btmBorder_repX.gif) bottom left repeat-x; 
}
.FRM_listLinksWrapper .FRM_frameBodyWrapper
{
    background-color:#e0e0e0; 
    padding:1px 1px 0 1px !important;
}
.FRM_listLinksWrapper .FRM_frameBody
{
    background-color: #ffffff; 
    padding:8px 10px 4px 10px !important;
}
.FRM_listLinksWrapper .FRM_frameFooter 
{
    background:transparent url(../../Documents/Common/Images/lnkBnk_contPuff_rgtCorner.gif) top right no-repeat; 
}
.FRM_listLinksWrapper .FRM_frameFooter span.FRM_frameCorner 
{
   background:transparent url(../../Documents/Common/Images/lnkBnk_contPuff_lftCorner.gif) no-repeat 0 0;
   width: 24px;
   height: 24px;
   border: none;
   display: block !important;
}
.forumMsgSentForRview,
.forumAddNewSubject
{
    display:block;
    margin:0 0 12px 0 !important;
}
.pnlToolbar
{
    padding-bottom:5px;
    border-bottom:solid 1px #333;
}
#toolbar_td_loginRight
{
    text-align:right;
}

/* NEW OVERRIDES RAD GRID */
.FRM_subjItmBody a, 
.FRM_subjItemFotoer a,
.FRM_subjectDetailPaging a
{
	background:transparent !important; 
	padding:0px !important;
	line-height:13px !important;
}
.FRM_subjectDetailPaging a:hover span 
{ 
    background:transparent !important; 
}
.FRM_subjectDetailList .rgCurrentPage span
{ 
	background:transparent !important; 
}
.FRM_subjectDetailList .NumericPages .rgNumPart,
.FRM_subjectDetailList .rgMasterTable td 
{
    padding:0 !important;
}
.FRM_subjectDetailList .rgCommandRow td         { border:none !important; }
.FRM_subjectDetailList .rgPager .rgPagerCell    { border:none !important; padding:0 0 3px 0 !important; }
.FRM_subjectDetailList .rgInfoPart              { display:none; }
