a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	cursor: pointer;
}
body {
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial;
	font-size:11px;
	color:#666666;
	background-color:#f7f6d9;
	text-align:left;
	top:0px;
	margin-top: 0px;
	padding-top: 10px;
	bottom:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	

#mainTable {
border-collapse: collapse;
}
#mainTable td {
border: 5px solid #F7F6D9; /* 'cellspacing' */
}

.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}



/* Left column --------------------------*/

.leftColumn {
background-color:#BC5A7C;
color:#FFFFFF;
width:250px;
}

.mainLeftBackground {
	float:left;
	background-color:#f7f6d9;
	width:268px;
	padding-bottom:0px;
	margin:-1px;

	}
#logo {
	float:left;
	width:268px;
	height:80px;
	background-image:url(../images/logob.jpg);
	}

#mainLogo {
	float:left;
	width:269px;
	height:80px;
	background:url(../images/logob.jpg) no-repeat center top;
}

#groupLogo {
	float:left;
	width:269px;
	/*background-color:#6d88bd;*/
	background-color:#6d88bd;
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}

.underDevelopment
{
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	color:red;
}

.partOfText
{
	text-align:center;
}

a.homepageButton {
	float:left;
	width:132px;
	height:43px;
	background-color:#6d88bd;
	text-align:center;
	margin:5px 5px 5px 0;
	padding:4px 0 4px 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
a.homepageButton:hover {
	float:left;
	width:132px;
	height:43px;
	background-color:#BC5A7C;
	text-align:center;
	margin:5px 5px 5px 0;
	padding:4px 0 4px 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
a.aboutUsButton {
	float:left;
	width:131px;
	height:43px;
	background-color:#6d88bd;
	text-align:center;
	margin:5px 0 5px 0;
	padding:4px 0 4px 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
a.aboutUsButton:hover {
	float:left;
	width:131px;
	height:43px;
	background-color:#BC5A7C;
	text-align:center;
	margin:5px 0 5px 0;
	padding:4px 0 4px 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}	

a.HighlightedGroupButton {
	background:url(../images/bt-degrade-b.gif) no-repeat left top;
	float:left;
	width:215px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
	padding:10px 0 10px 55px;
	text-decoration:none;
	}	
a.HighlightedGroupButton:hover{
	background:url(../images/bt-degrade-h-b.gif) no-repeat left top;
	float:left;
	width:215px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	padding:10px 0 10px 55px;
	text-decoration:none;
	}	
a.HighlightedGroupsButton {
	background:url(../images/bt-comunidades-destacadas-b.gif) no-repeat left top;
	float:left;
	width:215px;
/*	height:45px;*/
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
/*	padding:5px 0 0 60px;*/
	padding:10px 0 10px 55px;
	text-decoration:none;
	}	
a.HighlightedGroupsButton:hover{
	background:url(../images/bt-comunidades-destacadas-h-b.gif) no-repeat left top;
	float:left;
	width:215px;
/*	height:45px;*/
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
/*	padding:5px 0 0 60px;*/
	padding:10px 0 10px 55px;
	text-decoration:none;
	}
	
.RecentContentTitle {
	float:left;
	width:262px;
	margin-top: 0px;
	border:#BC5A7C solid 3px;
	color:#BC5A7C;
	background-color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 0px 5px 0;
	}
.recentContentDiv {
	float:left;
	width:220px;
	margin-top:5px;
	padding:20px;
	height: 100%;
	padding-top:5px;
	}
.RecentContentCard {
	float:left;
	width:210px;
	padding:5px;
	border-bottom: #FFFFFF solid 2px;
	}
.RecentContentInnerTitle{
	background:transparent url(../images/hojita-azul.gif) no-repeat top left; 
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:auto;
	color:#FFFFFF;
	padding-left:35px;
	padding-bottom:10px;
	margin-bottom:10px;
}
a.RecentContentInnerTitleLink {
	color:#FFFFFF;
	text-decoration:none;
}

a.RecentContentInnerTitleLink:hover{
	color:#FFFFFF;
  text-decoration:underline;
}
.RecentContentText {
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
	line-height:1.4em;
	margin-top:12px;
	}	
.RecentContentBy {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	margin-top:12px;
	}	

a.RecentContentReadMoreButton {
	float:right;
	width:70px;
	font-size: 16px;
	font-weight:bold;
	background:url(../images/mas-azul.gif) no-repeat bottom right;
	margin-top:10px;
	color:#FFFFFF;
	height:20px;
	text-decoration:none;
	}
a.RecentContentReadMoreButton:hover {
	float:right;
	width:70px;
	font-size: 16px;
	font-weight:bold;
	background:url(../images/mas-azul.gif) no-repeat bottom right;
	margin-top:10px;
	color:#FFFFFF;
	height:20px;
	text-decoration:underline;
	}

a.RecentContentAuthorLink {
	color:#FFFFFF;
	text-decoration:none;
	}
a.RecentContentAuthorLink:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}


.smallSearchDiv {
	float:left;
	width:252px;
	padding:5px;
	color:#FFFFFF;
	letter-spacing:1px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;

	border: #aa81a4 3px solid;
	background-color:#6d88bd;
}

.smallHomepageSearchButton {
	font-weight:bold;
	padding:0 5px 0 5px;
	letter-spacing:0;

	background-color:#9F6191;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
}	

.smallHomepageSearchField {
	border:#1f82c5 2px solid;
	font-weight:bold;
	letter-spacing:0;

	background-color:#FFFFFF;
	border:2px solid #9F6191;
	color:#999999;
}


/* PAGINATION START */

.divPager {
	float:left;
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	width:100%;
	height:20px;
	margin-top:10px;
	text-align: center;
}
a.currentPageLink {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	
	}	

a.pagerLink {
	color:#9F6191;
	}	
a.pagerLink:hover {
	color:#9F6191;
	}
a.pagerPrevious {
	margin-top:10px;
	margin-right:5px;
	font-weight:bold;
	color:#000000;
}

a.pagerNext {
	margin-top:10px;
	margin-left:5px;
	font-weight:bold;
	color:#000000;

	}

/* PAGINATION END */
/* Left column end --------------------------*/	

/* Right column --------------------------*/
			
.rightColumn {
background-color:#ffffff;
color:#000000;
width:700px;
border:3px solid #9BCF13;
}

.mainRightBackground {
	float:left;
	background-color:#f7f6d9;
	width:625px;
	}

.homepageField {
	background-color:#9f6191;
	color:#FFFFFF;
	margin:2px;
	font-weight:bold;
	}
.userButton {
	background-color:#BC5A7C;
	color:#ffffff;
	border:#999999 2px solid;
	margin:2px;
	font-weight:bold;
	font-size:9px;
	}
.homepageSearchField {
	padding:3px 0 0 0;
	background-color:#ffffff;
	color:#000000;
	border:#9f6191 2px solid;
	margin:5px;
	font-weight:bold;
	padding-left:3px;
	letter-spacing:0;
	}
.homepageSearchButton {
	background-color:#9f6191;
	color:#ffffff;
	border:#ffffff 2px solid;
	margin:5px 5px 5px 0;
	font-weight:bold;
	padding:0 5px 0 5px;
	letter-spacing:0;
	}	
	
.languageAndUserDiv {
	float:left;
	width:610px;
	height:50px;
	background-color:#FFFFFF;
	padding:5px;
	color:#000000;
	border:#9f6191 3px solid;	
  }
.languageDiv {
	float:left;
	width:150px;
	padding-left:5px;
	}
.userDiv {
	float:left;
	border-left:#9f6191 3px solid;
	width:420px;
	padding-left:5px;
	margin-left:20px;
	}
.searchDiv {
	float:left;
	width:610px;
	height:40px;
	border: #6d88bd 3px solid;
	background-color:#6d88bd;
	margin:5px 0 5px 0;
	padding:5px;
	color:#FFFFFF;
	font-size:32px;
	letter-spacing:1px;
	font-weight:bold;
	}
.searchTitleDiv {
	float:left;
	width:220px;
	height:40px;
	text-align:left;
	}
.searchFieldsDiv {
	float:left;
	width:380px;
	height:40px;
	text-align:right;
	}	

a.contributeContentButton {
	float:left;
	width:304px;
	border:#CCCCCC 3px solid;
	background-color:#9F6191;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0 10px 0;
	text-decoration:none;
	}
a.contributeContentButton:hover {
	float:left;
	width:304px;
	border:#CCCCCC 3px solid;
	background-color:#6d88bd;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0 10px 0;
	text-decoration:none;
	}	
a.contributeTranslationButton {
	float:left;
	width:304px;
	border:#CCCCCC 3px solid;
	background-color:#BC5A7C;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0 10px 0;
	margin-left:5px;
	text-decoration:none;
	}
a.contributeTranslationButton:hover {
	float:left;
	width:304px;
	border:#CCCCCC 3px solid;
	background-color:#6d88bd;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0 10px 0;
	margin-left:5px;
	text-decoration:none;
	}
.centerBannerDiv {
	float:left;
	width:616px;
	text-align:center;
	color:#FFFFFF;
	background-color:#9f6191;
	margin-top:5px;
	padding: 5px;
	font-size:11px;
	font-weight:bold;

	}

.centerBannerDiv a
{
	text-decoration:underline;	
	color:#FFFFFF;
}


.HighlightedContentTitle {
	float:left;
	width:610px;
	border: #6a8ac4 3px solid;
	background-color:#6d88bd;
	margin:5px 0 0 0;
	padding:5px;
	color:#FFFFFF;
	font-size:24px;
	letter-spacing:0.2em;
	font-weight:bold;
	}
.highlightedContentDiv {
	float:left;
	width:619px;
	background-color:#ffffff;
	margin:0px 0 0px 0;
	padding:0px;
	color:#333333;
	height: 100%;
	/*border:#aa81a4 3px solid;*/	
	}
.highlightedContentCardDiv {
	float:left;
	width:590px;
	padding:5px;
	border-bottom:#999999 solid 3px;
/*	height:90px;*/
  min-height:90px;
  height:auto !important;
  height:90px;

	}	
.highlightedContentCardDiv a{
	color:#333333;
	}

.HighlightedContentItemTitle {
	float:left;
	background:url(../images/hojita-azul2.gif) no-repeat top left;
	font-size:15px;
	font-weight:bold;
	padding-left:40px;
	padding-right:5px;
	width:150px;
/*	height:90px;*/
  min-height:90px;
  height:auto !important;
  height:90px;

	}

.HighlightedContentItemTitle a{
	color:#333333;
	text-decoration: none;
	}
.HighlightedContentItemTitle a:hover{
	text-decoration: underline;
	}

.highlightedContentAbstractWithImageDiv {
	float:left;
	font-size:11px;
	font-style:italic;
	width:250px;
	}	
.HighlightedContentAbstractTextWithImageDiv {
	float:left;
	font-size:12px;
	font-style:normal;
	border-left:#999999 solid 3px;
	width:250px;
	padding-left:10px;
	}
.highlightedContentAbstractDiv {
	float:left;
	font-size:12px;
	line-height:1.4em;
	font-style:normal;
	width:380px;
	}	
.HighlightedContentAbstractTextDiv {
	float:left;
	font-size:12px;
	font-style:normal;
	border-left:#999999 solid 3px;
	width:380px;
	padding-left:10px;
	}
.HighlightedContentAbstractImage {
	float:right;
	padding:2px;
	border: #6a8ac4 3px solid;
	text-align:center;
	}
.highlightedContentAbstractExtraTextDiv {
	float:left;
	font-size:11px;
	font-style:normal;
	width:250px;
	padding:10px 0 0 10px;
	color:#6d88bd;
	}
.highlightedContentAbstractExtraTextWithImageDiv {
	float:left;
	font-size:11px;
	font-style:normal;
	width:150px;
	line-height:1.4em;
	padding:10px 0 0 10px;
	color:#6d88bd;
	}

a.HighlightedContentAuthorLink {
	color:#6d88bd;
	text-decoration:none;
	}
a.HighlightedContentAuthorLink:hover {
	color:#6d88bd;
	text-decoration:underline;
	}

a.HighlightedContentReadMoreWithImageButton {
	float:left;
	width:70px;
	font-size:16px;
	font-weight:bold;
	background:url(../images/mas-rosado.gif) no-repeat bottom right;
	margin-top:10px;
	color:#BC5A7C;
	height:20px;
	text-decoration:none;
	}

a.HighlightedContentReadMoreButton {
	float:left;
	width:70px;
	font-size:16px;
	font-weight:bold;
	background:url(../images/mas-rosado.gif) no-repeat bottom right;
	margin-top:10px;
	color:#BC5A7C;
	height:20px;
	text-decoration:none;
	margin-left:50px;
	margin-top:8px;
	}


a.HighlightedContentReadMoreWithImageButton:hover {
	float:left;
	width:70px;
	font-size:16px;
	font-weight:bold;
	background:url(../images/mas-rosado.gif) no-repeat bottom right;
	margin-top:10px;
	color:#BC5A7C;
	height:20px;
	text-decoration:underline;
	}
	
.InstitutionalInfoTitle {
	float:left;
	width:610px;
	border: #6a8ac4 3px solid;
	background-color:#6d88bd;
	margin:5px 0 0 0;
	padding:5px;
	color:#FFFFFF;
	font-size:24px;
	letter-spacing:0.2em;
	font-weight:bold;
	}

.InstitutionalInfoBody {
	float:left;
	width:610px;
	border: #ffffff 3px solid;
	background-color:#ffffff;
	margin:5px 0 0 0;
	padding:5px;
	color:#000000;
	font-size:11px;
	}

.InstitutionalInfoAbstract {
	float:left;
	width:590px;
	border: #ffffff 3px solid;
	background-color:#ffffff;
	margin:5px 0 0 0;
	padding:5px;
	color:#000000;
	font-size:12px;
	font-style: italic;
	line-height:1.4em;
	}

.InstitutionalInfoContent {
	float:left;
	width:590px;
	border: #ffffff 3px solid;
	background-color:#ffffff;
	margin:5px 0 0 0;
	padding:5px;
	color:#000000;
	line-height:1.4em;
	font-size:12px;
	}

a.HighlightedContentEnterGroupButton {
	float:left;
	width:100px;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	height:20px;
	text-decoration:none;
	margin-top:8px;
	background:url(../images/mas-rosado.gif) no-repeat bottom right;
	color:#BC5A7C;
}

a.HighlightedContentEnterGroupButton:hover {
	text-decoration:underline;
}

a.ContentReadMoreButton {
	float:left;
	width:200px;
	font-size:16px;
	font-weight:bold;
	background:url(../images/mas-rosado.gif) no-repeat bottom right;
	margin-top:10px;
	color:#BC5A7C;
	height:20px;
	text-decoration:none;
	margin-left:10px;
	margin-top:8px;
	}

.SubTitle {
	float:left;
	font-size:15px;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:25px;
}

.contributionViewDiv 
{
	background-color:#FFFFFF;
	color:#000000;
	float:left;
	height:100%;
	margin:5px 0pt 0px;
	padding:5px 0pt 5px 5px;
	width:620px;
}

.contributionViewCard
{
	border-bottom:3px solid #9F6191;
	float:left;
	padding:5px;
	width:611px; 
}

.contributionViewTitle
{
	background:transparent url(../images/hojita-blanco-violeta.gif) no-repeat scroll left top;
	float:left;
	font-size:20px;
	font-weight:bold;
/*	height:40px;*/
	padding-left:40px;
	width:600px;
  min-height:40px;
  height:auto !important;
  height:40px;
}

.contributionViewDownloadDiv 
{
	border-bottom:1px solid #BC5A7C;
	float:left;
	padding:5px;
	width:595px;
}

.contributionViewDownloadDiv a 
{
	text-decoration: none;
	cursor: default;
	color: #666666;
}

.contributionViewDownloadDiv a:hover
{
	text-decoration: underline;
	cursor: pointer;
	color: #666666;
}

.contributionViewDownloadIcon 
{
	float:left;
	text-align:center;
	width:60px;
	color:#666666;
}

.contributionViewDownloadTitle 
{
	border-left:3px solid #999999;
	float:left;
	font-size:16px;
	font-weight:bolder;
	margin-left:10px;
	padding:5px 0pt 0pt 10px;
	width:510px;
}

.contributionViewDownloadTitle a
{
	color:#666666;
	text-decoration:none;
}

.contributionViewDownloadTitle a:hover
{
	color:#666666;
	text-decoration:underline;
}

.contributionViewDownloadAuthorsDiv 
{
	float:left;
	font-size:12px;
	padding-top:10px;
	width:510px;
}

.contributionViewDownloadAuthorsDiv a
{
	color:#9F6191;
}


.contributionViewDownloadAuthorsTitle 
{
	float:left;
	font-size:12px;
	font-weight:normal;
}

.contributionViewDownloadAuthorsNames 
{
	color:#F5C136;
	float:left;
	font-size:12px;
}

.contributionViewCCIcon 
{
	float:left;
	text-align:center;
	width:510px;
}
.contributionViewCCLicenseText
{
	float:left;
	text-align:center;
	width:510px;
	font-weight: normal;
}

.contributionViewCCLicenseText a
{
	color:#666666;
}


.contributionViewAbstractImage 
{
	float:right;
	padding:2px;
	border: #6a8ac4 3px solid;
	text-align:center;
	margin-top: -40px;
}

.contributionViewAbstract
{
	border-left:3px solid #999999;
	float:left;
	font-size:12px;	
	padding-left:10px;
	width:420px;
}

.contributionViewAbstractWithoutImage
{
	border-left:3px solid #999999;
	float:left;
	font-size:12px;	
	padding-left:10px;
	width:620px;
}

.contributionViewGroupText
{
	float:left;
	font-size:12px;	
	font-weight: normal;
	width:620px;
}

.contributionViewGroupLink
{
	font-weight: bold;
	text-decoration:none;
	color:#9F6191;
}

.contributionViewGroupLink:hover
{
	text-decoration:underline;
}

.contributionViewHitsText
{
	float:left;
	font-size:12px;	
	font-weight: normal;
	padding-left:0px;
	width:620px;
}

.contributionViewTagsText
{
	float:left;
	font-size:12px;	
	font-weight: normal;
	padding-left:0px;
	width:620px;
}

.contributionViewTagsText a
{
	font-weight: bold;
	text-decoration:none;
	color:#9F6191;
}

.contributionViewTagsText a:hover
{
	text-decoration:underline;
}

.userDataDiv
{
	font-weight: bold;
	float:right;
	clear:both;
	margin-top:20px;
	margin-bottom:15px;
	color:#000000;
}

.userDataDiv a
{
	color:#9F6191;
	text-decoration:none;
}

.userDataDiv a:hover
{
	color:#9F6191;
	text-decoration:underline;
}

.ProfileDiv 
{
	float:left;
	width:608px;
	border: #ffffff 3px solid;
	background-color:#ffffff;
	margin:0px 0 0 0;
	padding:5px;
	color:#000000;
	font-size:11px;
}

.frmErrMsg
{
	background-color:#9F6191;
	padding:5px;
	color:#ffffff;
	font-size:12px;
	font-weight: bold;
	margin: 5px;
}

legend    
{
	color: #0B55C4;
	font-size: 12px;
	font-weight: bold;
}

.form_error 
{
	color: red;
}

input, select { font-size: 10px;  border: 1px solid silver; }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 10px;  }

input.button  { cursor: pointer;   }

.formRow
{
	clear:both;
	float:left;
	margin-top:15px;
	width:600px;
	background-color: #ffffff;
}

.formLabel
{
	float:left;
	font-weight: bold;
	width:100px;
	text-align: right;
	margin-right:5px;
	background-color: #ffffff;
}

.formField
{
	float:left;
	width:490px;
	background-color: #ffffff;
}

.adminform {
	background-color: #ffffff;
	border: solid 1px #d5d5d5;
	border-collapse: collapse;
}

.calendar
{
	z-index:999999;
}

.additionalText
{
	margin-top:10px;
}

.separator
{
	background-color: #6D88BD;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}

.word {
font-family: Verdana, Tahoma, "Trebuchet MS", Arial;
padding: 1px 1px 1px 1px;
}
span.size1 {
color: #000;
font-size: 17px;
}
span.size2 {
color: #333;
font-size:16px;
}
span.size3 {
color: #666;
font-size: 15px;
}
span.size4 {
color: #999;
font-size: 14px;
}
span.size5 {
color: #aaa;
font-size: 13px;
}
span.size6 {
color: #bbb;
font-size: 12px;
}
span.size7 {
color: #ccc;
font-size: 11px;
}
span.size8 {
color: #ddd;
font-size: 10px;
}

.contributionViewAddTag
{
	padding-top: 10px;
	color:#9F6191;
	font-weight:bold;
	font-size: 12px;
}

#edit_tag_container
{
	padding-top: 10px;
	float:left;
	clear:both;
	width:600px;
}

#edit_tag_container a
{
	font-weight: bold;
	text-decoration:none;
	color:#9F6191;
}

#edit_tag_container a:hover
{
	text-decoration:underline;
}

.editinplacehover
{
	text-decoration:underline;
	cursor: pointer;
}


#edit_tag_help
{
	float:left;
	clear:both;
	width:600px;
}

.tagsContainer
{
	margin-top: 5px;
	padding-bottom: 10px;
	width: 605px;
	float:left;
	clear:both;
/*	border-bottom:1px solid #BC5A7C;*/
}

.contributionViewHits
{
	float:left;
	background-color:#BC5A7C;
	width:258px;
	padding:5px;
	margin:0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed;
}

.reportContentDiv
{
	float:left;
	background-color:#BC5A7C;
	width:258px;
	padding:5px;
	margin:0px;
	font-size: 12px;
	font-weight: normal;
}
.contributionViewAddReport
{
	padding-top:5px;
	font-size: 12px;
	font-weight: bold;
}

#edit_report_container a
{
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
}

#edit_report_container a:hover
{
	text-decoration:underline;
	cursor: pointer;
}

#reportNotification
{
	padding-top:5px;
}

.contributionViewReviewsDiv
{
	float:left;
	border-top:3px solid #9F6191;
	padding:5px;
	width:595px;
	margin-top: 10px;
}

.contributionViewReviewTitle
{
	color:#666666;
	font-size:14px;
	font-weight:bold;
}

.contributionViewReviewAddLink a{
	color:#9F6191;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	text-decoration:none;
}

.contributionViewReviewAddLink a:hover{
	text-decoration:underline;
}

.contributionViewReviewView
{
	border: 1px solid #c1c1c1;
	margin-top: 10px;
	padding:5px;

}

.contributionViewReviewStar
{
	float:right;
	background:transparent url(../images/star2-b.jpg) no-repeat scroll left top;
	width: 15px;
	height: 15px;
	margin-top: -10px;
}

.contributionViewReviewAuthorAndDate
{
	padding-top: 5px;
	font-weight:bold;
}

.loginRequiredText
{
	font-weight: bold;
	margin-top: 5px;
}

.notActiveContributionText
{
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	float:left;
	clear:both;
}

.contributionViewEditTools
{
	margin: 5px;
	padding-bottom: 5px;
}

.contributionViewEditLink
{
	color:#9F6191;
	font-weight:bold;
	font-size:12px;
}

.contributionViewEditLink a
{
	text-decoration:none;
}

.contributionViewEditLink a:hover
{
	text-decoration:underline;
}

.contributionViewIdentifier
{
	float:right;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:11px;
	
}

.notImplementedText
{
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	float:left;
	clear:both;
}

.contributionViewTranslationsDiv
{
	float:left;
	border-top:3px solid #9F6191;
	padding:5px;
	width:595px;
	margin-top: 10px;
}

.contributionViewTranslationsTitle
{
	color:#666666;
	font-size:14px;
	font-weight:bold;
}

.contributionViewAddTranslation a{
	color:#9F6191;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	text-decoration:none;
}

.contributionViewAddTranslation a:hover{
	text-decoration:underline;
}

.searchNumberOfResults
{
	clear:both;
	text-align: right;
	padding: 5px;
	
}

.searchNoResults
{
	clear:both;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	
}


.accountActivationNotice
{
	clear:both;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

.searchDetailsDiv
{
	float:left;
	background-color:#BC5A7C;
	width:258px;
	padding:5px;
	margin:0px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed;
}

.searchFiltersDiv
{
	border-bottom: 1px dashed;
	float:left;
	background-color:#BC5A7C;
	width:258px;
	padding:5px;
	margin:0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.searchFiltersDataDiv
{
	padding-left:15px;
	padding-bottom:2px;
	padding-top:3px;
	font-weight: bold;
}

.searchFiltersDataDiv a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	text-decoration:none;
}

.searchFiltersDataDiv a:hover{
	text-decoration:underline;
}

.searchFiltersDataDiv span
{
	font-weight:normal;
}

.searchFiltersTitle
{
	font-size:12px;
	font-weight:bold;
}

.searchFilteredItem
{
	padding-top:10px;
	padding-left:10px;

}

a.searchShowMoreLink
{
	padding-top:15px;
	padding-left:15px;
	color: #ffffff;
	text-decoration:none;
}

a.searchShowMoreLink:hover
{
	padding-top:15px;
	padding-left:15px;
	color: #ffffff;
	text-decoration:underline;
}

.feedText 
{
	color:#333333;
}

.rss
{
float:right;
}
.rss a
{
	color:#333333;
}

a.rss 
{
	float:right;
	font-size: 11px;
	font-weight:bold;
	background:url(../images/rss3.gif) no-repeat right;
	margin-top:10px;
	height:20px;
	text-decoration:none;
	color:#333333;
	margin-right: 20px;
	padding-right: 20px;

}

a.rss:hover 
{
	float:right;
	font-size: 11px;
	font-weight:bold;
	background:url(../images/rss3.gif) no-repeat right;
	margin-top:10px;
	height:20px;
	text-decoration:underline;
	color:#333333;
	margin-right: 20px;
	padding-right: 20px;

}

.contributionShareDiv 
{
	background-color:#BC5A7C;
	float:left;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:5px;
	width:258px;
	border-top:1px dashed;
	text-align: center;
}

.contributionShareTitle 
{
	padding-bottom: 5px;
}

.contributionViewShare
{
	font-size:14px;
	font-weight:bold;
}

.contributionViewWay
{
	font-size:12px;
	font-weight:normal;
}

#edit_share_container a 
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#edit_share_container a:hover 
{
	cursor: pointer;
	text-decoration:underline;
}

/* Right column ends --------------------------*/	

/* footer */

.bannerDiv {
	float:left;
	width:899px;
	text-align:center;
	color:#FFFFFF;
	background-color:#BC5A7C;
	margin-top:5px;
	}

.banner {
background-color:#BC5A7C;
color:#FFFFFF;
width:968px;
}

#footerDiv
	{
	clear: both;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footerDiv, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

#footerDiv {
	float:left;
	width:893px;
	text-align:center;
	color:#FFFFFF;
	background-color:#BC5A7C;
	margin-top:5px;
	padding:0; 	
	border:#BC5A7C 3px solid;
	}
a.footerLink {
	color:#FFFFFF;
	text-decoration:none;
	}
a.footerLink:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
a:focus {
	 outline:none;
	 }

.footer {
background-color:#BC5A7C;
color:#FFFFFF;
width:968px;
}

/* footer ends */

