/**
 *  Copyright (c) 2011 Xtivia, Inc. All rights reserved.
 *
 *  This file is part of an Xtivia Portal application.
 *
 *  This library is free software; you can redistribute it and/or modify it under
 *  the terms of the GNU Lesser General Public License as published by the Free
 *  Software Foundation; either version 2.1 of the License, or (at your option)
 *  any later version.
 *
 *  This library is distributed in the hope that it will be useful, but WITHOUT
 *  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 *  FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 *  details.
 */
 
/*
PCM: This causes display issues in Liferay 6.2.
     I removed and tested in 6.1 and saw no side effects.
#wrapper {
	padding: 0px;
}
*/

.aui-carousel-item {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: -2;
}

.aui-carousel-item-transition {
	z-index: -1;
}

.aui-carousel-item-active {
	z-index: 0;
}

.aui-carousel-menu {
	z-index: 1;
}



.aui-carousel-menu-active{
	background: url(../images/selectedImage.png) no-repeat scroll 0 0 transparent ;
	height: 18px ;
    width: 18px ;
    margin: 0 3px;
} 

.aui-carousel-menu-index ,.aui-carousel-menu-prev, .aui-carousel-menu-play , .aui-carousel-menu-next , .aui-carousel-menu-pause {
    height: 18px ;
    width: 18px ;
    margin: 0 3px;
}

.portlet-form-field-label {
	font-weight: bold;
	color: #333333;
}

table.carouselTable td {
	padding: 0.1em 1em;
}
	
.pageTitle {
	font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;  
}

.configHelp {
	find-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.saveButton {
	  margin:10px 10px; 
}

.indentParagraph{
	 text-indent:20px ;
}

p.indentParagraph{
	 margin-bottom:0em ;
}

#cssStyleHelpText{
	 font-size:15px;
	 font-style: italic; 
	
}