/**
*
* @version $Id: components.css 1261 2009-07-03 01:11:45Z midget $
*
* @license http://www.midworld-networks.com/licenses/outsoursing.html
* @author Dario Minnucci <dario.minnucci@midworld-networks.com>
* @copyright Copyright 2009, Dario Minnucci <dario.minnucci@midworld-networks.com>
*
* @package midworld.net
* @subpackage css
* @access public
*
*/ /* Development */
.sql {
	background-color: #DDD;
	border: 2px #CC0000 solid;
	color: #CC0000;
	padding: 10px;
	margin: 0 auto;
}

/* Banners */
.banner {
	border: 0px #CC0000 solid;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* Roundies */
.rounded1 {
	border: solid #CCC;
	border-width: 1px 1px 1px 1px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
}

.rounded2 {
	border: solid #CCC;
	border-width: 2px 2px 2px 2px;
	background: #FFF;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.rounded3 {
	border: solid #CCC;
	border-width: 3px 3px 3px 3px;
	background: #FFF;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

/* Boxes and Messages | Warnings | Errors */
.box {
	border: 1px #CCC solid;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}

.box.warning {
	color: #333333;
	background-color: #FFFFFF;
	width: 98%;
	margin: 0 auto;
	padding: 5px;
	border: 1px orange solid;
	margin-bottom: 5px;
}

.box.error {
	color: #CC0000;
	background-color: #FCFCA0;
	width: 98%;
	margin: 0 auto;
	padding: 5px;
	border: 1px #CC0000 solid;
	margin-bottom: 5px;
}

.box.message {
	color: #333;
	background-color: #EEE;
	padding: 10px;
	padding-left: 25px;
	border: 1px #008AB8 solid;
}

/* Directory */
.geoindex.box {
	margin: 10px;
	padding: 10px;
}

.geoindex.country_name a {
	color: #CC0000;
	font-size: large;
	font-weight: bold;
}

.geoindex.state_name a {
	margin-left: 30px;
	color: blue;
}

.geoindex.counter {
	font-size: small;
}

/* Stats */
.stat_box {
	border: 0px #AAA solid;
	margin: 0 auto;
	margin-top: 25px;
	padding: 20px;
	text-align: center;
}

.stat_name {
	border: 0px #AAA solid;
	margin: 10px;
	position: relative;
	top: 30px;
	font-size: small;
}

.stat_value {
	border: 1px #AAA solid;
	width: 300px;
	margin: 10px;
	font-size: xx-large;
	font-weight: bold;
	position: relative;
	top: 5px;
	padding: 20px;
}

/* Property info */
.property_info {
	font-size: 0.8em;
}

.property_info ul {
	border: 0px red solid;
	margin-left: -20px;
	margin-top: -10px;
}

.property_info ul li {
	height: 25px;
}

.property_info ul li.error {
	list-style-image: url('../images/icons/common/16x16/error.png');
}

.property_info ul li.warning {
	list-style-image: url('../images/icons/common/16x16/warning.png');
}

.property_info ul li.ok {
	list-style-image: url('../images/icons/common/16x16/ok.png');
}

.image_small {
	border: 3px #AAA double;
	width: 90px;
	height: 70px;
}

/* TABS */ /*
<div id="tab-container" style="width:500px">

	<div id="tab-titles">
	<ul>
		<li><a id="tab1" class="tab" onclick="activateTab(this.id);" href="#"><span><?=TAB_USER_ACCOUNT_DATA?></span></a></li>
		<li><a id="tab2" class="tab" onclick="activateTab(this.id);" href="#"><span><?=TAB_USER_ACCOUNT_CHANGE_PASSWORD?></span></a></li>
		<!--  li id="tab3" class="tab" onclick="activateTab(this.id);"><?=TAB_USER_ACCOUNT_HISTORY?></li -->
	</ul>
	</div>

	<div id="tab-contents">
		<div id="content-tab1" class="content">[content1]</div>
		<div id="content-tab2" class="content">[content2]</div>
		<div id="content-tab3" class="content">[content3]</div>
	</div>

</div>
*/
#tab-container {
	border: 0px #AAA solid;
	margin: 0 auto;
	margin-top: 20px;
}

#tab-container #tab-titles {
	border: 0px orange dotted;
}

#tab-container #tab-titles ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tab-container #tab-titles ul li {
	display: inline;
}

#tab-container #tab-titles ul li a {
	background: url('../images/css/tab-left.gif') left top no-repeat;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #FFF;
	/*
	text-transform:uppercase;
	*/
}

#tab-container #tab-titles ul li a span {
	background: url('../images/css/tab-right.gif') right top no-repeat;
	padding: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#tab-container #tab-titles ul li a.selected {
	background: url('../images/css/tab-left-selected.gif') left top
		no-repeat;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #FFF;
}

#tab-container #tab-titles ul li a.selected span {
	background: url('../images/css/tab-right-selected.gif') right top
		no-repeat;
	padding: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#tab-container #tab-contents .content {
	border: 1px #AAA solid;
	display: none;
	padding: 15px;
	margin-top: 5px;
}

/* BOTTOM */
#bottom {
	border: 0px red solid;
	text-align: center;
	background-color: #FFF;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#bottom dl {
	display: inline-table;
	text-align: left;
	width: 280px;
	padding: 15px;
}

#bottom dt {
	border-bottom: 1px #AAA dotted;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#bottom dd {
	margin: 0px;
	padding: 2px;
	padding-left: 5px;
}

/* STATISTICS */
.stats {
	background-image: url("../images/backgrounds/button_200.jpg");
	border: 0px #AAA solid;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #444;
	float: left;
}

.stats .stat_number {
	border: 0px #AAA solid;
	font-family: "Georgia";
	font-size: 3em;
	font-weight: bold;
	position: relative;
	top: 65px;
}

.stats .stat_name {
	border: 0px #AAA solid;
	font-family: "Georgia";
	font-weight: normal;
	position: relative;
	top: 60px;
}