@CHARSET "ISO-8859-1";

/*
* Hacks & Co
*/
.tx-yag-item-meta:after, .tx-yag-navigation-clearer:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/*
* General
*/
.tx-yag-adminLinkSection {
	width: 100%;
	border-top: 1px solid #aaa;
	margin-top: 50px
}

.tx-yag-gallery-confirmation {
    background-color: #FBF6DE;
    background-image: url("warning.png");
    border-color: #B1905C;
    color: #9E7D4A;
}

.tx-yag-gallery-confirmation a {
	 color: #9E7D4A;
}

.tx-yag-thumb-outerframe {
   float: left;
   display: block;
}


/*
* Messages 
*/

#yag-error-header {
	padding-bottom:5px;
	color: #505050;
}

.typo3-message {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    border: 1px solid;
    padding: 12px 12px 12px 36px;
}
.typo3-message a {
    text-decoration: underline;
}
.typo3-message .message-header {
    font-size: 11px;
    font-weight: bold;
}
.message-notice {
    background-color: #F6F7FA;
    background-image: url("notice.png");
    border-color: #C2CBCF;
    color: #777777;
}
.message-notice a {
    color: #777777;
}
.message-information {
    background-color: #EAF7FF;
    background-image: url("information.png");
    border-color: #C5DBE6;
    color: #4C73A1;
}
.message-information a {
    color: #4C73A1;
}
.message-ok {
    background-color: #CDEACA;
    background-image: url("ok.png");
    border-color: #58B548;
    color: #3B7826;
}
.message-ok a {
    color: #3B7826;
}
.message-warning {
    background-color: #FBF6DE;
    background-image: url("warning.png");
    border-color: #B1905C;
    color: #9E7D4A;
}
.message-warning a {
    color: #9E7D4A;
}
.message-error {
    background-color: #F6D3CF;
    background-image: url("error.png");
    border-color: #D66C68;
    color: #AA0225;
}
.message-error a {
    color: #AA0225;
}


/*
* Breadcrumbs
*/
.tx-yag-breadcrumbcomtainer {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	margin: 3px 0 7px 0;
	padding: 5px 0 5px 0;
}

.tx-yag-breadcrumb {
	color: Black;
}


/*
* Gallery
*/
.tx-yag-gallery-itemcount {
	margin-top:3px;
	font-size: 0.8em;
	color: #505050;
}

.tx-yag-gallery-albumcaption {
	font-size: 1.4em;
}

.tx-yag-gallery-albuminfo {
	padding-left:10px;
	float:left;
}

.tx-yag-gallery-albumdescription {
	padding-top:10px;
}

.tx-yag-gallery-gallerydescription {
    padding-top:10px;
}

.tx-yag-gallery-thumb-outerframe {
	height:200px;
}

.tx-yag-gallery-thumb-innerframe {
    float:left;
    display:block;
}

.tx-yag-gallery-albumcount {
    font-size: 0.8em;
    color: #505050;
}

.tx-yag-gallery-gallerycaption {
    font-size: 1.4em;
}

.tx-yag-gallery-galleryinfo {
    padding-left:10px;
    float:left;
}




/*
* Album
*/
.tx-yag-album-thumb-innerframe {
    float:left;
    display:block;
}

.tx-yag-album-thumb-outerframe {
	height:200px;
}

.tx-yag-thumb-caption {
	font-size: 10px;
	color: #808080;
}

.tx-yag-pager {
	text-align:center;	
	font-size: 11px;
}

.tx-yag-pager a {
	color: #808080;
	text-decoration: none;
}

.tx-yag-pager a:hover {
    color: #808080;
    text-decoration: underline;
}

/*
* ItemList
*/
.tx-yag-item-thumb-outerframe {
	height:200px;
}

/*
* Single View
*/
.tx-yag-singleview {
	text-align:center;
}

.tx-yag-single-download {
	margin-top: 5px;
}


.tx-yag-item-meta {
	font-size: 0.8em;
	padding: 10px;
	margin-top:5px;
	-moz-border-radius: 3px 3px 3px 3px;
   background-color: #F3F3F3;
   border: 1px solid #DDDDDD;
   clear: both;	
}

.tx-yag-item-meta-left, .tx-yag-item-meta-right {
	float:left;
	display:block;
	width:50%;
}

.tx-yag-item-meta dl dt{
    clear: left;
    float: left;
    margin: 0 15px 0 0;
    padding: 3px 0 0;
    text-align: right;
    width: 120px;
}

.tx-yag-item-meta dl dd {
    margin: 0 0 0 20px;
    padding: 3px 0 0;
    float: left;
}

.tx-yag-navigator {
	margin: 15px 0 5px 0;
	width: 100%;
}

.tx-yag-previous {
	float:left;
	width: 33%;
	text-align: left;
}

.tx-yag-next  {
    float:right;
    width: 33%;
    text-align: right;
}

.tx-yag-current {
	float:left;
	padding: 0 3px 0 3px;
	width: 33%;
	text-align: center;
}

.tx-yag-thumb-innerframe {

}

.tx-yag-thumb-innerframe {
	text-align: left;
	padding-bottom: 10px;
}

.tx-yag-thumb-innerframe img, .tx-yag-image img {
    -moz-border-radius: 3px 3px 3px 3px;
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    margin: 1px;
    padding: 7px;
}