/*------------------------------------------------------------------------
# JA Fedora for Joomla 1.5 - Version 1.4 - Licence Owner JA108425
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

#TB_window {
}

#TB_secondLine {
}

#TB_window a:link {}
#TB_window a:visited {}
#TB_window a:hover {}
#TB_window a:active {}
#TB_window a:focus{}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background: #000;
}

#TB_window {
	position: absolute;
	background: #FAFAFA;
	z-index: 102;
	color: #666666;
	border: 3px solid #CCCCCC;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow {
	line-height: 30px;
	padding-right: 15px;
	font-weight: bold;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle {
	float:left;
	line-height: 30px;
	padding-left: 15px;
	font-weight: bold;
	color: #555555;
}

#TB_title {
	background: url(title-bg.gif) repeat-x bottom #666666;
	height: 30px;
	font-size: 100%;
	text-transform: uppercase;
}

#TB_title a {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

#TB_title a:hover, #TB_title a:active, #TB_title a:focus {
	text-decoration: underline;
}

#TB_ajaxContent {
	clear:both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}

#TB_load {
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index: 99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}