
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	 (c) 2012. Duzmáth Tamás Graphics Factory Limited Company
	 All rights reserved.
	 Author: Duzmáth Tamás
	 Package: Joomla! 2.5
	 http://www.duzmath-tamas.hu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.system-pagebreak { visibility: hidden; }

#system-message { margin-bottom: 10px; }
#system-message > dt { display: none; }
#system-message > dd { margin: 0; }
#system-message > dd > ul {
	background-repeat: no-repeat;
	background-position: 14px center;
	color: #0055BB;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 18px;
	padding: 14px;
	list-style: none;
	border-top: 3px solid #FFD324;
	border-bottom: 3px solid #FFD324;
	border-radius: 6px; }
#system-message > dd > ul > li {
	font: normal normal 20px/1.1em 'TitilliumText22LMedium', sans-serif;
	color: #900;
	text-align: left;
	margin: 0; padding-left: 48px; }

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #FFF9D7;
	background-image: url(../images/dt-system/warning.png); }

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/dt-system/error.png);
	border-color: #DE7A7B; }

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/dt-system/warning.png);
	border-color: #FFBB00; }

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #FFF9D7;
	background-image: url(../images/dt-system/info.png);
	border-color: #FFD324; }


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df; }

span.highlight { background-color:#FFFFCC; font-weight:bold; padding:1px 4px; }

/*.img-fulltext-float-right { float: right; margin-left: 10px; margin-bottom: 10px; }
.img-fulltext-float-left { float: left; margin-right: 10px; margin-bottom: 10px; }
.img-fulltext-float-none { }

.img-intro-float-right { float: right; margin-left: 5px; margin-bottom: 5px; }
.img-intro-float-left { float: left; margin-right: 5px; margin-bottom: 5px; }
.img-intro-float-none { }*/

div.tip {
	background-color: #FFF9D7; max-width: 300px; padding: 6px 12px 10px 12px; border: 1px solid #E9D756; border-radius: 5px; }
div.tip-title { font: normal normal 15px/24px 'OpenSansSemiboldItalic', sans-serif; color: #23458B; }
div.tip-text { font: normal 12px sans-serif; color: #2C56AD; }
