/**
 * @name   		Joomla Style
 * @package   	Traveller Template
 * @version   	1.0.0
 * @author    	Colorz http://www.icolorz.com
 * @copyright 	Copyright (C) 2013 Open Source Matters, Inc. All rights reserved.
 */
  
/* Joomla Style - Column Layout
----------------------------------------------------------------------------------------------------*/

.column-1, .column-2, .column-3 {
	text-align:justify;
}
.cols-1 {
	display: block;
	float: none;
	margin:0px;
}
.cols-2 .column-1 {
	width:48%;
	float:left;
}
.cols-2 .column-2 {
	width:48%;
	float:right;
	margin:0px;
}
.cols-3 .column-1 {
	float:left;
	width:31%;
	margin-right:3.5%;
}
.cols-3 .column-2 {
	float:left;
	width:31%;
	margin-left:0;
}
.cols-3 .column-3 {
	float:right;
	width:31%;
}
.column-2 {
	width:55%;
	margin-left:40%;
}
.column-3 {
	width:30%;
}
.items-leading,
.items-row {
	overflow:hidden;
	margin-bottom:20px
}
.item-separator,
.row-separator {
	display: none;
	clear: both;
	margin: 0px;
}


/* Joomla Style - Messages (Override)
----------------------------------------------------------------------------------------------------*/
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	display: none;
}

#system-message > dd {
	margin: 0;
}
#system-message > dd > ul {
	clear: both;
	color: #9F6000;
	font-size: 100%;
	background: #FEEFB3;
	padding: 10px;
	margin:0px;
	margin-bottom:20px;
	border: 1px solid #F0DC7E;
	list-style:none;
}
#system-message > dd > ul > li {
	margin:0;
	background:none;
	line-height:normal;
	text-indent:0px;
	padding:0px;
}
#system-message > .message > ul {
	background: #CDD5BE;
    border: 1px solid #C0F0B9;
    color: #48A41C;
}
#system-message > .warning > ul,
#system-message > .notice > ul {
	background: #C8C8BB;
    border: 1px solid #F0DC7E;
    color: #9F6000;
}
#system-message > .error > ul {
	background: #DAC1BE;
    border: 1px solid #FBD3C6;
    color: #CB4721;
}


/* Joomla Style - Tooltip
----------------------------------------------------------------------------------------------------*/

.tip-wrap {
	color: #fff;
	padding: 10px;
	z-index: 13000;
	background: url(http://bahrainairport.com/templates/traveller/images/tool-tip.png) center;
	border-radius: 6px;
	/*max-width:250px;*/
}
.tip-top {
	display:none;
}
.tip-bottom {
	display:none;
} 
.tip-title {
	font-weight: bold;
	font-size: 85%;
	display:none;
}
.tip-text {
	font-weight: normal;
	font-size: 80%;
	line-height:normal;
	font-style:italic;
}


/* Joomla Style - Icons
----------------------------------------------------------------------------------------------------*/

ul.actions {
	text-align:right;
	padding:0;
	width:100%;
	margin:0
}
ul.actions li {
	display:inline
}
ul.actions a {
	text-decoration:none
}


/* Joomla Style - Pagination
----------------------------------------------------------------------------------------------------*/

.pagination {
	margin:10px 0;
	padding:10px 0 10px 0px;
	clear:both;
	display:block;
	overflow:hidden;
}
.pagination ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}
.pagination li {
	display:inline-block;
	padding:2px 5px !important;
	text-align:left;
	border:solid 0px #eee;
	margin:0 2px;
	background:none !important;
}
.pagenav {
	padding:2px;
	clear: both;
}
.pagination li.pagination-start, .pagination li.pagination-next, .pagination li.pagination-end, .pagination li.pagination-prev {
	border:0
}
.pagination li.pagination-start, .pagination li.pagination-start span {
	padding:0
}
p.counter {
	font-weight:bold;
}


/* Joomla Style - Search Results Page
----------------------------------------------------------------------------------------------------*/

dl.search-results {
	display:block;
	overflow:hidden;
}
dl.search-results dt.result-title {
	padding:15px 15px 0px 5px;
	font-weight:bold;
}
dl.search-results dd {
	padding:2px 15px 2px 5px
}
dl.search-results dd.result-text {
	padding:10px 15px 10px 5px;
	line-height:1.7em
}
dl.search-results dd.result-url {
	font-size:90%;
	padding:2px 15px 15px 5px;
}
dl.search-results dd.result-created {
	padding:2px 15px 15px 5px
}
dl.search-results dd.result-category {
	padding:10px 15px 5px 5px
}


/* Joomla Style - Contact Page
----------------------------------------------------------------------------------------------------*/

.contact-address,
.contact-contactinfo,
.contact-form {
	margin:20px 0px;
	display:block;
	overflow:hidden;
	margin-top:5px;
}
.jicons-icons {
	display:inline-block;
	margin-right:10px;
	float:left;
}
.contact-address address {
	display:block;
	margin-left:30px;
	font-style:normal;
}
.contact-image {
	display:block;
	overflow:hidden;
	float:right;
}



/* Joomla Style - Common
----------------------------------------------------------------------------------------------------*/

#client-form dl {
	margin:0;
	padding:0;
}
#client-form dl dt {
	float:left;
	margin-right:10px;
	width:30%;
	line-height:25px;
	min-height:25px;
}
.contact-form #client-form dl dt {
	width:20%;
}
#client-form dl dd {
	margin:15px 0;
	line-height:25px;
	min-height:25px;
}

/*form legend {
	font-weight:bold;
	margin:5px 0px;
}
form dl {
    margin: 0;
    padding: 0;
}
form dl dt {
    float: left;
    line-height: 25px;
    margin-right: 10px;
    min-height: 25px;
    width: 25%;
}
form dl dd {
    line-height: 25px;
    margin: 15px 0;
    min-height: 25px;
}*/
.contact-form input,
.contact-form file, 
.contact-form textarea {
	padding:4px;
	font-size:100%;
}

.star,
label.invalid {
	color:#FF0000;
}
input.invalid,
file.invalid,
textarea.invalid {
	border:1px solid #FF0000 !important;
}

.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}