/*
 * +--------------------------------------------------------------------------+
 * | Media Gallery Plugin - glFusion CMS                                      |
 * +--------------------------------------------------------------------------+
 * | style2.css                                                               |
 * |                                                                          |
 * | Media Gallery Style Sheet                                                |
 * +--------------------------------------------------------------------------+
 * | $Id:: style.css 5883 2010-04-11 22:01:44Z mevans0263                    $|
 * +--------------------------------------------------------------------------+
 * | Copyright (C) 2002-2009 by the following authors:                        |
 * |                                                                          |
 * | Mark R. Evans          mark AT glfusion DOT org                          |
 * |                                                                          |
 * +--------------------------------------------------------------------------+
 * |                                                                          |
 * | This program is free software; you can redistribute it and/or            |
 * | modify it under the terms of the GNU General Public License              |
 * | as published by the Free Software Foundation; either version 2           |
 * | of the License, or (at your option) any later version.                   |
 * |                                                                          |
 * | This program 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 General Public License for more details.                             |
 * |                                                                          |
 * | You should have received a copy of the GNU General Public License        |
 * | along with this program; if not, write to the Free Software Foundation,  |
 * | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.          |
 * |                                                                          |
 * +--------------------------------------------------------------------------+
 */

/*
 * mgAdminAlignLeft and mgAdminAlignRight control the alignment
 * of all the admin screens, if you use a RTL language, you may
 * want to adjust the mgAdminAlignLeft to actually be right aligned.
 */

.mgAdminAlignLeft {
  text-align: left;
  vertical-align: middle;
}

.mgAdminAlignRight {
  text-align: right;
  vertical-align: middle;
}

/* Do not change the MI classes, they are used to help
 * control the frames on images
 */

.mgPluginMI {
  padding: 0 !important;
}

.mgPluginMI tr {
  vertical-align: top;
}
.mgPluginMI td {
  padding: 0px !important;
}

.mgPluginMI img {
  border: none;
  vertical-align: bottom;
}


/*
 * the following styles add to the existing .plugin styles
 * found in the default themes style.css
 */

.plugin textarea {
  font-size: 1em;
}
.plugin fieldset legend {
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px;
}

/* Media Gallery specific styles */

.mgPluginAdmin ul {
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 15px;
  list-style: square;
  vertical-align: middle;
}

.mgPluginAdmin li {
  margin: 0px;
  padding: 0px;
}

.mgUpdated {
    color: red;
}

#adminbox,
#jumpbox,
#sortbox {
  margin: 0;
  padding: 0;
}

/* Star Rating System */
.ratingblock {
	display:block;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:2px;
	margin-top:2px;
}
.loading {
	height: 30px;
	background: url('images/working.gif') 50% 50% no-repeat;
}
.loadingsm {
	height: 10px;
	line-height:10px;
	padding:0;
	margin:0;
	background: url('images/working.gif') 50% 50% no-repeat;
}
.unit-rating { /* the UL */
	list-style:none;
	margin: 0 auto;
	padding:0;
	height: 30px;
	position: relative;
	background: url('images/starrating.png') top left repeat-x;
}
.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover{
	background: url('images/starrating.png') left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}
.unit-rating li.current-rating {
	background: url('images/starrating.png') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	left:0px;
}


/* small star rater */
.small-unit-rating { /* the UL */
	list-style:none;
	margin: 0 auto;
	padding:0;
	height: 10px;
	position: relative;
	background: url('images/star_small.png') top left repeat-x;
}
.small-unit-rating li{
    text-indent: -30000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.small-unit-rating li a {
	outline: none;
	display:block;
	width:10px;
	height: 10px;
	text-decoration: none;
	text-indent: -3000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.small-unit-rating li a:hover{
	background: url('images/star_small.png') left center;
	z-index: 2;
	left: 0px;
	line-height:10px
}
.small-unit-rating a.r1-unit{left: 0px;}
.small-unit-rating a.r1-unit:hover{width:10px;}
.small-unit-rating a.r2-unit{left:10px;}
.small-unit-rating a.r2-unit:hover{width: 20px;}
.small-unit-rating a.r3-unit{left: 20px;}
.small-unit-rating a.r3-unit:hover{width: 30px;}
.small-unit-rating a.r4-unit{left: 30px;}
.small-unit-rating a.r4-unit:hover{width: 40px;}
.small-unit-rating a.r5-unit{left: 40px;}
.small-unit-rating a.r5-unit:hover{width: 50px;}
.small-unit-rating a.r6-unit{left: 50px;}
.small-unit-rating a.r6-unit:hover{width: 60px;}
.small-unit-rating a.r7-unit{left: 60px;}
.small-unit-rating a.r7-unit:hover{width: 70px;}
.small-unit-rating a.r8-unit{left: 70px;}
.small-unit-rating a.r8-unit:hover{width: 80px;}
.small-unit-rating a.r9-unit{left: 80px;}
.small-unit-rating a.r9-unit:hover{width: 90px;}
.small-unit-rating a.r10-unit{left: 90px;}
.small-unit-rating a.r10-unit:hover{width: 100px;}
.small-unit-rating li.current-rating {
	background: url('images/star_small.png') left bottom;
	position: absolute;
	height: 10px;
	display: block;
	text-indent: -3000px;
	z-index: 1;
	left:0px;
	padding:0;
	line-height:10px;
}
/* end of small stuff */

/* end of Star rating system */

/*
 * Standard styles for controlling image drop shadows
 * and default Media Gallery borders.
 */

.out {
  display:block;
  background:#bbb;
  border:1px solid #ddd;
  position:relative;
  margin:0 auto;
}

.in2 {
  display:block;
  background:#777;
  border:1px solid #999;
  position:relative;
  padding:1px;
  margin:1px;
}

.in {
  text-align:center;
  background:#fff;
  border:1px solid #555;
  position:relative;
  padding:5px;
  font-weight:normal;
}

.ltin {
  left:-5px;
}

.tpin {
  top:-5px;
}

.rtin {
  left:5px;
}
/*
 * Slimbox2 (lightbox) classes, do not change these
 */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Star Rating System */
.mediagallery-ratingbar {
	display:block;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:2px;
	margin-top:2px;
	text-align:center;
}
.rater_loading {
	height: 30px;
	background: url('images/working.gif') 50% 50% no-repeat;
}
.rater_loadingsm {
	height: 10px;
	line-height:10px;
	padding:0;
	margin:0;
	background: url('images/working.gif') 50% 50% no-repeat;
}
.mediagallery-rating-unit { /* the UL */
	list-style:none;
	margin: 0px auto;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('images/starrating.png') top left repeat-x;
}
.mediagallery-rating-unit li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.mediagallery-rating-unit li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.mediagallery-rating-unit li a:hover{
	background: url('images/starrating.png') left center;
	z-index: 2;
	left: 0px;
}
.mediagallery-rating-unit a.r1-unit{left: 0px;}
.mediagallery-rating-unit a.r1-unit:hover{width:30px;}
.mediagallery-rating-unit a.r2-unit{left:30px;}
.mediagallery-rating-unit a.r2-unit:hover{width: 60px;}
.mediagallery-rating-unit a.r3-unit{left: 60px;}
.mediagallery-rating-unit a.r3-unit:hover{width: 90px;}
.mediagallery-rating-unit a.r4-unit{left: 90px;}
.mediagallery-rating-unit a.r4-unit:hover{width: 120px;}
.mediagallery-rating-unit a.r5-unit{left: 120px;}
.mediagallery-rating-unit a.r5-unit:hover{width: 150px;}
.mediagallery-rating-unit a.r6-unit{left: 150px;}
.mediagallery-rating-unit a.r6-unit:hover{width: 180px;}
.mediagallery-rating-unit a.r7-unit{left: 180px;}
.mediagallery-rating-unit a.r7-unit:hover{width: 210px;}
.mediagallery-rating-unit a.r8-unit{left: 210px;}
.mediagallery-rating-unit a.r8-unit:hover{width: 240px;}
.mediagallery-rating-unit a.r9-unit{left: 240px;}
.mediagallery-rating-unit a.r9-unit:hover{width: 270px;}
.mediagallery-rating-unit a.r10-unit{left: 270px;}
.mediagallery-rating-unit a.r10-unit:hover{width: 300px;}
.mediagallery-rating-unit li.current-rating {
	background: url('images/starrating.png') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	left:0px;
}

/* small star rater */
.mediagallery-small-rating-unit { /* the UL */
	list-style:none;
	padding:0px;
	height: 15px;
	position: relative;
	background: url('images/star_small.png') top left repeat-x;
	margin:0px auto;
}
.mediagallery-small-rating-unit li{
    text-indent: -30000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.mediagallery-small-rating-unit li a {
	outline: none;
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -3000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.mediagallery-small-rating-unit li a:hover{
	background: url('images/star_small.png') left center;
	z-index: 2;
	left: 0px;
	line-height:15px
}
.mediagallery-small-rating-unit a.r1-unit{left: 0px;}
.mediagallery-small-rating-unit a.r1-unit:hover{width:15px;}
.mediagallery-small-rating-unit a.r2-unit{left:15px;}
.mediagallery-small-rating-unit a.r2-unit:hover{width: 30px;}
.mediagallery-small-rating-unit a.r3-unit{left: 30px;}
.mediagallery-small-rating-unit a.r3-unit:hover{width: 45px;}
.mediagallery-small-rating-unit a.r4-unit{left: 45px;}
.mediagallery-small-rating-unit a.r4-unit:hover{width: 60px;}
.mediagallery-small-rating-unit a.r5-unit{left: 60px;}
.mediagallery-small-rating-unit a.r5-unit:hover{width: 75px;}
.mediagallery-small-rating-unit a.r6-unit{left: 75px;}
.mediagallery-small-rating-unit a.r6-unit:hover{width: 90px;}
.mediagallery-small-rating-unit a.r7-unit{left: 90px;}
.mediagallery-small-rating-unit a.r7-unit:hover{width: 105px;}
.mediagallery-small-rating-unit a.r8-unit{left: 105px;}
.mediagallery-small-rating-unit a.r8-unit:hover{width: 123px;}
.mediagallery-small-rating-unit a.r9-unit{left: 120px;}
.mediagallery-small-rating-unit a.r9-unit:hover{width: 135px;}
.mediagallery-small-rating-unit a.r10-unit{left: 135px;}
.mediagallery-small-rating-unit a.r10-unit:hover{width: 150px;}
.mediagallery-small-rating-unit li.current-rating {
	background: url('images/star_small.png') left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -3000px;
	z-index: 1;
	left:0px;
	padding:0;
	line-height:15px;
}
/* end of small stuff */

.voted {color:#000;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

/* end of Star rating system */

/* SWF-based multiple file upload */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.swfupload {
	vertical-align: top;
}


#divSWFUploadMessage {
  margin-left: 5px;
}
#divSWFUploadAlbumSelect, #divSWFUploadAllowedTypes {
  margin: 10px 0px 10px 5px;
}
#divSWFUploadSizeLimit {
  margin: 10px 0px 20px 5px;
}
#divSWFUploadButtons {
  margin: 10px 0 10px 5px;
}
#divSWFUploadStatus {
  margin: 10px 0 10px 5px;
  display: none;
}
#divSWFThumbnails {
  border-top: 1px solid;
  border-top-color: #D9E4FF;
  display: none;
}

#fsUploadProgress.fieldset {
  border:  1px solid #afe14c;
  margin: 10px 0;
  padding: 20px 10px;
}

#fsUploadProgress.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #4d77cc;
}

#fsUploadProgress.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #D9E4FF;

    -moz-border-radius-topleft : 5px;
    -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

.SWFUProgressWrapper {
	width: 357px;
	overflow: hidden;
}

.SWFUProgressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.SWFUmessage {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.SWFUred {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.SWFUgreen {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.SWFUblue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.SWFUProgressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.SWFUProgressBarInProgress,
.SWFUProgressBarComplete,
.SWFUProgressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.SWFUProgressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.SWFUProgressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.SWFUProgressCancel:hover {
	background-position: 0px 0px;
}

.SWFUcontent {
	background-color: #FFFF66;
	border-top: solid 4px #FF9966;
	border-bottom: solid 4px #FF9966;
	margin: 10px 25px;
	padding: 10px 15px;
}

/* end of SWF-based multiple file upload */

.MG_autotag_left,
.MG_autotag_right,
.MG_autotag_center,
.MG_autotag_nb_left,
.MG_autotag_nb_right,
.MG_autotag_nb_center {
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}

.MG_autotag_left,
.MG_autotag_right,
.MG_autotag_center {
	border: 1px solid silver;
}

.MG_autotag_nb_left,
.MG_autotag_nb_right,
.MG_autotag_nb_center {
	border: none;
}

.MG_autotag_left,
.MG_autotag_nb_left {
	margin-right: 5px;
	float: left;
}

.MG_autotag_right,
.MG_autotag_nb_right {
	margin-left: 5px;
	float: right;
}

.MG_autotag_center,
.MG_autotag_nb_center {
	margin-left: auto;
	margin-right: auto;
}

.MG_autotag_media {
	padding: 5px;
}

.MG_autotag_caption {
	text-align: center;
/*	font-style: italic;*/
/*	font-size: smaller;*/
	font-size: 12px;
	text-indent: 0;
}

#MG_mediamanage textarea {
	font-size: 1em;
	width: 95%;
	margin: 4px 0 0 2px;
}

.MG_editform textarea {
	font-size: 1em;
}
