/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_LinkExchange
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */
 
/**
 * Link Exchange extension
 *
 * @category   skin_default
 * @package    MageWorx_LinkExchange
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */

.linkexchange-rules {
	padding-bottom: 5px;
}
.linkexchange-category-desc {
	font-size: 0.95em;
	line-height: 1.3em;
}
/* Form linkexchange */
.linkexchange-group-select { padding: 10px 0; }
.linkexchange-group-select li { padding: 4px 8px; }
.linkexchange-group-select li .input-box { float: left; width: 275px; }
.linkexchange-group-select li .input-text, .linkexchange-group-select li select, .linkexchange-group-select li textarea { width: 525px; }
.linkexchange-group-select li .input-box .input-text, .linkexchange-group-select li .input-box textarea { width: 250px; }
.linkexchange-group-select li .input-box select { width: 256px; }

/* Star box */
.linkexchange-star-box {
	padding-bottom: 10px;
}
.linkexchange-star-box table {
	margin: 8px 0 0;
	width: 456px;
}
.linkexchange-star-box td, .linkexchange-star-box th {
	text-align: center;
}
.linkexchange-star-box td.label {
	text-align: left;
	width: 100px;
}
.linkexchange-data-table {
	border: 1px solid #BFBFBF;
	width: 100%;
}
.linkexchange-data-table thead th {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-color: #DFDFDF;
}
.linkexchange-data-table tr {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF none repeat scroll 0 0;
}
.linkexchange-data-table td {
	padding: 3px 8px !important;
}
.linkexchange-data-table th {
	border-right: solid 1px #BFBFBF;
	border-bottom: solid 1px #BFBFBF;
	color: #0A263C;
	padding: 2px 8px;
	white-space: nowrap;
}
.linkexchange-data-table th.last {
	border-right: 0 none;
}

.linkexchange-content {
	padding-top: 5px;
}
.linkexchange-body {
	padding-top: 10px;
}

/* Search */
.linkexchange_search {
	padding-bottom: 5px;
}
.linkexchange_search_input {
	width: 300px !important;
}
.linkexchange_button_search {
	margin-left: 0.2em;
	margin-right: 3px;
}

.linkexchange-alert {
	padding-top: 5px;
}
.linkexchange-alert a {
	color: #E26703;
	font-size: 1.0em;
}
.linkexchange-stars {
	cursor: pointer;
}
.linkexchange-link-title {
	font-size: 1.1em !important;
}
.linkexchange-captcha {
	padding-top: 16px;
}
.linkexchange-button-set {
	margin-top: 0 !important;
}

/* PopUp */
.overlay_linkexchange_popup {
	background-color: #000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.overlay___invisible__ {
	background-color: #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.linkexchange_popup_nw {
	background: #fff url(../images/linkexchange/bg.gif) no-repeat 0 0;			
	width: 10px;
	height: 25px;
}

.linkexchange_popup_n {
	background: #fff url(../images/linkexchange/bg.gif) repeat-x 0 0;			
	height: 25px;
}

.linkexchange_popup_ne {
	background: #fff url(../images/linkexchange/bg.gif) no-repeat 0 0;			
	width: 10px;	  
	height: 25px;
}

.linkexchange_popup_w {
	background: #fff url(../images/linkexchange/bg.gif) repeat-y top left;			
	width: 7px;
}

.linkexchange_popup_e {
	background: #fff url(../images/linkexchange/bg.gif) repeat-y top right;			
	width: 7px;	  
}

.linkexchange_popup_sw {
	background: #fff url(../images/linkexchange/bg.gif) no-repeat 0 0;			
	width: 7px;
	height: 7px;
}

.linkexchange_popup_s {
	background: #fff url(../images/linkexchange/bg.gif) repeat-x 0 0;			
	height: 7px;
}

.linkexchange_popup_se {
	background: #fff url(../images/linkexchange/bg.gif) no-repeat 0 0;			
	width: 7px;
	height: 7px;
}

.linkexchange_popup_sizer {
	width: 15px;
	height: 15px;
	background: transparent url(../images/linkexchange/resize.gif) no-repeat 0 0;	
	cursor: se-resize;	
}

.linkexchange_popup_close {
	width: 23px;
	height: 23px;
	background: transparent url(../images/linkexchange/button-close.gif) no-repeat 0 0;			
	position: absolute;
	top: 0px;
	right: 11px;
	cursor: pointer;
	z-index: 1000;
}

.linkexchange_popup_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../images/linkexchange/button-min.gif) no-repeat 0 0;			
	position: absolute;
	top: 0px;
	right: 55px;
	cursor: pointer;
	z-index: 1000;
}

.linkexchange_popup_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../images/linkexchange/button-max.gif) no-repeat 0 0;			
	position: absolute;
	top: 0px;
	right: 33px;
	cursor: pointer;
	z-index: 1000;
}

.linkexchange_popup_title {
	float: left;
	height: 14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #000;
}

.linkexchange_popup_content {
	overflow: auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

.top_draggable, .bottom_draggable {
	cursor: move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
	border-collapse: collapse; 
	border-spacing: 0; 
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
	padding: 0; 
}

.dialog .title_window {
	-moz-user-select: none;
}
/* End PopUp */
