﻿

/* Star Rating */
.rlInlineRating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

.rlRating,
.rlRating a:hover,
.rlRating a:active,
.rlRating a:focus,
.rlRating .rlRatingAverage,
.rlRating .rlRatingUser
{
	background: url(images/ResourceLibrary/starRate.gif) left -1000px repeat-x;
}
.rlRating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.rlRating li{
	display: inline;
}
.rlRating a,
.rlRating .rlRatingAverage,
.rlRating .rlRatingUser
{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.rlRating a:hover,
.rlRating a:active,
.rlRating a:focus{
	background-position: left -50px;
}
.rlRating .rlRatingAverage{
	z-index:1;
	background-position: left -25px;
}

.rlRating .rlRatingUser
{
	z-index:2;
	background-position: left bottom;
}

.txtTagHomeSearch,
.rlTextBox
{
	width: 150px;
	margin-top:2px;
}
input,select,textarea
{
	margin-top:2px;
}
.TextBox
{
width: 98%;
margin-top:2px;
}
.rlTextBoxWide
{
	width: 98%;
	margin-top:2px;
}
.rlColumns TR TD 
{
padding-left:9px;
vertical-align:top;
}
.rlColumns TR TD Table TR TD
{
padding-left:3px;
}
.rlColumns TR TD Table TR TD a
{

}
.rlMultiLineText
{
	width: 540px;
	height: 50px;
}
.rlTextArea
{
	width: 98%;
	height: 60px;
}
.rlTextAreaLong
{
	width: 99.25%;
	height: 250px;
}
.normalFileUpload
{
	width:100%;
}
.wrapdescinput
{
	width: 750px; 
	overflow: auto;
	word-wrap: break-word;
	height: 85px;
}

.rlButton
{
    font-size: 11px;
    FONT-WEIGHT: bold;
    color:white;    
    background-image: url("images/button.jpg" );
    background-repeat: no-repeat;
    text-align: center;
    border-width: 0px;
    width: 65px;
    height: 19px;
    cursor: hand;
}
.rlBigButton
{
    font-size: 11px;
     FONT-WEIGHT: bold;
    color: white;   
    background-image: url("images/BigButton.jpg" );
    background-repeat: no-repeat;
    text-align: center;
    border-width: 0px;
    width: 123px;
    height: 19px;
    cursor: hand;
}
.EventRowPadding
{
	padding-bottom:10px;
	/*for IE*/
	height:10px;
}
.rlMediumlstbox
{
	/*border:solid 1px $outlineColor;*/
	border:solid 1px #B4B9BF;
    width: 320px;            
    font-weight: normal;
}
.rlError
{
	color:Red;
}

.rlDataLabel
{
	FONT-WEIGHT: bold;	FONT-FAMILY: Arial Unicode MS
}
.fontdetail
{
	font-weight:normal;
}
.rlInlineBlock
{
	/*
	display : -moz-inline-block;
	display : -moz-inline-box;
*/
	display:inline-block;
}
.rlItem Table Td Table
{
Border:0;
}

.rlItemHeader, .rlSectionHeader, .rlCollapseHeader
{

	background:#ebedf9;
	background-position: right top;
	border: #223FA5 solid 1px;
	
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	
	color:Black;
}

.rlDescriptionWidth
{
width:60%;
}
.rlHeaderText
{
width:45%;
}
.rlCollapseHeader a 
{
	/*color: $headerTextColor;*/
	color:White;
}

.rlCollapseHeader a:hover 
{
	text-decoration:none;
	background:none;
}

.rlCollapse
{
	/*width:100%;
	background-color:white;*/
	/*overflow:hidden;*/
	-moz-outline-width : 100%;
}



div.rlCollapseHeader div
{
	padding: 1px; 
	cursor: pointer; 
	vertical-align: middle;
}

div.rlCollapseHeader
{
	/*Adjustment for firefox, and fix for IE*/
	margin-right:2px;
	#margin-right:0px;
}

div.rlCollapseHeader .rlHeaderTitle
{
	display:inline;
}

div.rlCollapseHeader .rlHeaderStatus
{
	display: none;
	/*color: $headerStatusColor;*/
	color:#EBEDF9;
	font-size: 80%;
	margin-left: 20px;
}

div.rlCollapseHeader .rlCollapseButton
{
	float:right;
	display:inline;
	vertical-align: middle;
}

.rlAlt
{
	/*background: $altBack;*/
	background:#EEEEEE;
}

.rlItem
{
	/*border: solid $outlineColor 1px;*/
	border: solid #223fa5 1px;
}

.rlItem rlAlt
{
	border: 0px 1px 0px 1px;
	border-style:solid;
	border-color:#223fa5;
	}

.rlSection, .rlCollapse
{
	/*border: solid $outlineColor 1px;*/
	border: solid #B4B9BF 1px;
	padding-bottom: 0px;
}

.rlSection .rlItem, .rlCollapse .rlItem
{
	border: none;
	/*border-bottom: solid $outlineColor 1px;*/
	border-bottom: solid #223FA5 1px;
	width: auto;

}

.rlTop
{
	/*border-bottom: solid $outlineColor 1px;*/
	border-bottom: solid #B4B9BF 1px;
	padding: 3px;
	/*background: $topBack;*/
	 background-color:#EBEDF9;
}
.rlTop TH
{
padding-left: 9px;
}
.rlTop a
{
color:black;
font-weight:bold;
}

.rlMiddle
{
	padding: 3px;
}


.rlBottom
{
	padding: 3px;
	font-weight: bold;
	font-size: 90%;
}

.rlLeft, .rlCenter, .rlRight
{
	/* The min-height must be tall enough to enclose anything in the floating div */
	min-height: 100px;
	/* Min-height CSS hack for IE 6*/
	height: auto !important; 
	height: 100px;
}
.borderforlistbrief
{
	border-left:none;
	border-bottom:none;
	border-right:none;
	border-top:none;
}

table.rlColumns
{
	width:100%;
	border-bottom:none;
	border-right:none;
}

.rlMiddle table.rlColumns
{
	width:98%;
}

td.rlLeft
{
	vertical-align:top;
	/*border-left: solid $outlineColor 1px;*/
	border-left: solid #B4B9BF 1px;
	padding: 3px;
	width: 19%;
}

td.rlCenter
{
	vertical-align:top;
	width:auto;
	padding: 3px;
	padding-top:0px;
}

td.rlRight
{
	text-align: center;
	vertical-align:top;
	/*border-left: solid $rightAltBackgroundColor 1px;border-left: solid  #E0E1DB 1px;*/
	padding: 3px;
	width: 17%;
	font-weight:bold;
	font-size: 95%;
	/*color: $rightColor;*/
	color:#000000;
	background-color:  #f2f6ff;
	
}

td.rlRight .rlAlt
{
	/*background-color: $rightAltBackgroundColor;*/
	background-color:  #EEEEEE;
}

td.rlRight .rlBottom
{
	text-align:center;
}

tr.rlBottom
{
	font-weight: normal;
	/*color: $lightColor;*/
	color:Gray;
}

fieldset label,span label
{
padding:0px 2px 0px 2px;
}
#rlToggleButton
{
vertical-align:top;
margin-right:4px;	
}
#rlToggleButton a
{
top:1;
}
div#rlToggleButton div
{
	display:inline;
	/*Adjustment for firefox, and fix for IE*/
	top:-16px;
	top:0px;
}

#rlDocumentListDetails.rlItem
{
	border:none;
	/*border-bottom: dashed 1px $outlineColor;*/
	/*border-bottom: dashed 1px #B4B9BF;*/
	border-bottom-style:solid ;
	border-bottom-color:#858585;
	padding:0px;
}

/* Styles for modal pop up */
.modalBackground
{
	background-color:White;
	filter:alpha(opacity=10);
	opacity:0.7;
}

.rlModalBackground {
	background-color:White;
	filter:alpha(opacity=10);
	opacity:0.7;
}
.rlModalPopupBackground {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:790px;
	height:450px;
	overflow:auto ;
	
}
.rlModalPopupBackgroundAddNewLibrary
 {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:660px;
	height:395px;
	overflow:auto ;
	
}

.rlModalPopupBackgroundsmall /*to change*/ 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:550px;
	height:165px;
	overflow:auto;
	
}
.rlModalPopupBackgroundForComment /*to change*/ 
 {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:525px;
	height:185px;
	overflow:auto;
	
}
.rlModalPopupBackgroundForEmail /*to change*/ 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:550px;
	height:390px;
	overflow:auto;
	
}
.rlModalPopupBackgroundMedium /*to change*/ 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:630px;
	height:190px;
	overflow:auto;
	
}
.rlModalPopupBackgroundsmallForHelp {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:355px;
	height:172px;
	overflow:auto;
	
}
.rlModalPopupBackgroundForAddFile {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:450px;
	height:auto;
	overflow:auto;
	
}
.rlModalPopupBackgroundsmallForEditUrl {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
	height:105px;
	overflow:auto;
	
}
.rlUrlModalPopupBackground {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:360px;
	height:140px;
	overflow:auto;
	
}
.rlModalPopupBackgroundMoveDocument
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:450px;
	height:210px;
	overflow:auto;
}
/* Style for tab on top of page */
.selectedtab
{
	/*background-image:url(images/SelectedTab.jpg);*/
	background:#003CA5;
	width:150px;
	/*font-family: Verdana;*/
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border-width: 0px;
	border-color: #000000;
	cursor:hand;
}
.deselectedtab
{
	background:#EFF3F7;
	width:150px;
    font-size: 13px;
    color: #0053A3;
    font-weight: bold;
    text-decoration: none;
    border-width: 0px;
	border-color: #000000;
	cursor:hand;
}
.rlMessage
{
    font-size: 11px;
    color: #FF0000;
    font-weight: normal;
}
.rlMediumTxtbox
{
	/*border:solid 1px $outlineColor;*/
	border:solid 1px #B4B9BF;
    width: 223px;            
    font-weight: normal;
}
/* Style for link to display in bold */
.rlLinkBold,.rlLinkBold:hover
{
   /* font-family: Verdana;*/
    font-size: 11px;
    color: #9A3200;
    font-weight: bold;
}
/* Style for Document File Name in Document File list brief */
.rlFileNameColor,.rlFileNameColor:hover
{
	font-size:13px;
	color:#FF6600;
	font-weight:bold;
}
.rlFileName,.rlFileName:hover
{
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
.rlStatus
{
	padding:3px;
    font-size: 11px;
    color: #020266;
    font-weight: bold;
    text-decoration: none;
}
.rlSubLabel
{
    font-size: 11px;
    color: Gray;
    font-weight: bold;
}
.rlSectionBackground
{
	background-color: #ebedf9;
	/*height:26px;*/
}

.rltagBulider
{
	padding-left:5px;
	padding-right:2px;
	padding-bottom:5px;
	padding-top:5px;
	z-index:1000;
}
.HeaderMiddle
{
	background-image: url("images/ResourceLibrary/strip.gif" );
	color:White;
	/*font-family:Verdana;*/
	font-size:11px;
	font-weight:bold;
	/*height: 33px;*/
	text-decoration: none;
	background-repeat:repeat-x;
}
.HeaderLeft
{
	background-image: url("images/ResourceLibrary/digest1L.jpg" );
	height: 33px;
	/*font-family: Verdana,sans-serif ,Arial, Helvetica,;*/
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.HeaderRight
{
	background-image: url("images/ResourceLibrary/digest1R.jpg" );
	height: 33px;
	/*font-family: Verdana,sans-serif ,Arial, Helvetica,;*/
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.HeaderBottom
{
	background-image: url("images/ResourceLibrary/g2.jpg" );
	height: 7px;
}
.ForTabMenu
{
    background-image: url("images/ResourceLibrary/TabBar.gif" ) ;
    background-repeat : no-repeat;
    height: 26px;
    width: 222px;
}

.ForTabColor
{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}
.SubHeader
{
	/*background-image: url("images/Gh.gif" );*/
	background-color: #ebedf9;
	height: 30px;
	font-size: 12px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.linkO
{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-decoration : none;
}
.rlScore,.rlScore:hover
{
   FONT-WEIGHT: bold;	COLOR: #203ca7;	FONT-FAMILY: @Arial Unicode MS:    font-size: 12px
}
.rlLinkNormal
{
    font-size: 11px;
    font-weight: bold;
    text-decoration:underline;
    color: #C26905;
    cursor:hand;
}
.rlFavs
{
	color: black; 
	text-decoration:none;
	font-weight:bold;
	cursor:hand;
	font-size:9.6pt;
	font:Verdana;
}
/* Styles for positioning varius options available in Document Viewer - Added for easy maintenace in different sites*/
.rlRatePosition
{
	padding-left: 8px;
	float: left;
	padding-bottom: 2px;
}
.rlScorePosition
{
	padding-left: 30px;
	float: left; 
	padding-bottom: 2px; 
	padding-right: 30px;
}
.rlFavoritePosition
{
	padding-top: 8px;
	padding-left: 8px;
	float: left; 
	padding-bottom: 2px;
	font-size: 8px;
	font-size: small;
}
.rlAddTagPosition
{
	padding-left: 12px; 
	float: left; 
	padding-right: 44px;
	 padding-bottom: 2px;
}
.rlAddFilePosition
{
	padding-left: 12px; 
	float: left; 
	padding-right: 44px;
	 padding-bottom: 2px;
}
.rlAddResourcePosition
{
	padding-left: 12px; 
	float: left; 
	padding-right: 44px;
	 padding-bottom: 2px;
}
.rlAddCommentPosition
{
	padding-left: 12px;
	 float: left; 
	 padding-right: 10px; 
	 padding-bottom: 2px;
}
.rlPermalinkPosition
{
	padding-left: 12px; 
	float: left; 
	padding-right: 22px; 
	padding-bottom: 2px;
}
.rlSharePosition
{
	padding-left: 12px; 
	float: left; 
	padding-right: 90px; 
	padding-bottom: 2px;
}
.rlStatusPosition
{
	padding-top: 15px; 
	padding-left: 12px; 
	padding-bottom: 8px;
}

/* Styles for positioning varius options available in Document Viewer  above*/

.rlDate
{
	white-space:nowrap;
}
.labelappove
{
	 color:Black; 
}

.lblratingBig
{
	color:#3e7eff;
	font-size:13px;
	font-weight:bold;
}
.head
{	
	background:#F2F6FF;
	background-position: right top;	
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	/*color: $headerTextColor;*/
	color:Black;
}
.tdstyle
{
	color:White;
	font-size:11px;
	font-weight:bold;
}
.trbgcolor
{
	background-color:#bfcdee;
}
.tdborder1
{
border: solid 1px #223fa5;
}
/*.tdline
{
	border-bottom: solid 1px #858585;
} */
.tdDFL
{
border-bottom: solid 1px #223fa5;
 border-top: solid 1px #223fa5;
  border-right: solid 1px #223fa5;
}
.tdDS
{
	border-right: solid 1px #223fa5;
	/* border-bottom: solid 1px #858585;*/
}
.lblstyle
{
	font-size:12px;
	font-weight :bold;
}
.imgTD
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.documentDescription
{
	vertical-align:top;
	width:auto;
	padding: 3px;
	padding-top:0px;
}
.documentOwner
{
	border: solid 1px #223fa5;
	font-size: 10pt;
	vertical-align: top;
	padding: 3px;
	background-color: #ebedf9;
}
.documentStatus
{
	border: solid 1px #223fa5;		
	vertical-align: top;
	padding: 3px;
	background-color: #ebedf9;
}
.documentTag
{
	font-size: 8pt;
	vertical-align: top;
	padding: 3px;
	background-color: White;
}

.descriptionSubHeader
{
background-color:#f2f6ff;
 height: 20px; 	
}
.WhiteBackground
{
background-color:White;	
}
.SubHeaderFont
{
	font-size:9.6pt;
	
}
.descriptionFont
{
	font-size:9pt;
}
.ViewDetailsFont
{
	font-size:9.6pt;	
}

 .lblRating
{
	font-size:8pt;
	font-family:arial;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

 .tdline
{
	background-image: url(images/ResourceLibrary/line.gif);
	background-repeat: repeat-y;
	background-position-x: center;
} 
.longtextbox
{
    font-family: Verdana, Microsoft Sans Serif, Arial;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    color: #000000;
    width: 350px;
    border-width: 1px;
    height: 16px;
    font-size: 12px;
}
.watermarker
{
	color:Gray;
}
.rlHr
{
	color:Black;
	height:1px;
	background-color:Black;
	border:sold 1px Black;
}
hr
{
	height:1px;
}
.imbDownload
{  
  font-size :14px;
  color :#FF6600;
  font-weight :bold;
  background-color:#4c8fd3;
  padding:5px;
}

.Heading
{
	background-image:url("main/images/document_bar.jpg");
	background-repeat:repeat-x;
	height:31px;
	font-size :9.6pt;
	font-family :verdana;
	color :black;
	text-align:left;
} 


/*For Tabs*/

.filterTabSelected
{
		border-left-width:1px;
		border-left-style:solid;
		border-left-color:#213EA6;
		text-align:center;
		width:92px;
		background-color:#a1a6c4;
		height: 32px;
}


.filterTab
{
		border-left-width:1px;
		border-left-style:solid;
		border-left-color:#213EA6;
		text-align:center;
		height: 32px;
		width:92px;
}



.filterTabTable
{
	border : 1px solid #213EA6 ;		
	background-color:#f2f6ff;
	font-weight:bold;
	font-family:Arial Unicode MS,Arial, Verdana,Helvetica;
	font-size:12px;
}

.filterTab a
{
	text-decoration: none;
	color:Black;
}

.filterTabSelected a
{
	text-decoration: none;
	color:White;
}


/*End of For Tabs*/

.lblStyle
{
	color :#cc3300;
	font-size:139%;
	text-decoration: none;
}

.lblChartHeading
{
	color :Black;
	font-size:139%;
	text-decoration: none;
}
.GridHeader a
{
	color:White;
}
#MPContentArea .rlColumns Table tr td
{
padding:0px 3px 0px 3px;
} 
.WrapDescListItemNoImage 
{
width:350px;
}
.allFiles
{
		background-color:#a1a6c4;
		color:White;
}
.homeTab
{
		border-left-width:1px;
		border-left-style:solid;
		border-left-color:#213EA6;
		width:110px;
		text-align:center;
		color:Black;
}
.homeTabTable
{
		border-left-width:1px;
		border-left-style:solid;
		border-left-color:#213EA6;
		border-right-width:1px;
		border-right-style:solid;
		border-right-color:#213EA6;
		border-top-width:1px;
		border-top-style:solid;
		border-top-color:#213EA6;
		border-bottom-width:1px;
		border-bottom-style:solid;
		border-bottom-color:#223FA5;
} 
.homeTabSelected
{
		border-left-width:1px;
		border-left-style:solid;
		border-left-color:#213EA6;
		width:110px;
		text-align:center;
		background-color:#a1a6c4;
		color:White;
}
.homeTabTable a,.homeTabTable,.homeTabTable a:visited
{
FONT-WEIGHT: bold;	
FONT-SIZE: 12px;	
COLOR: black;	FONT-FAMILY: Arial Unicode MS,Arial,Verdana,Helvetica;	
TEXT-DECORATION: none
}
.tdLeft
{
border-left: solid 1px #223FA5;
}
.rlHeaderFont
{
	font-size:12px;
}
 .rlBtnfordownload
{
	/*font-family: Verdana;*/
    font-size: 11px;
    color: #000000;    
    background-image: url("images/BigButton.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border-width: 0px;
    width: 123px;
    height: 19px;
    cursor: hand;
}
.EventDetailsHeader
{
	border-bottom: solid #223FA5 1px;
	border-top: solid #223FA5 1px;
	font-family: Arial;
	font-size: 10pt;
	vertical-align: top;
	padding: 3px;
	background-color: #ebedf9;
}
.ContextMenuPanel a
{
FONT-SIZE: 11px;
FONT-FAMILY: Arial Unicode MS,Arial,Verdana,Helvetica;	
FONT-WEIGHT: normal;
TEXT-DECORATION: underline;	
}

 #rlToggleButton div
{
vertical-align:top;
 padding-right:5px; 
} 

