/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


/*html, body {
min-height: 100%;
height: auto !important;
height: 100%
}*/

DIV.popup_add {
	margin-left: 84px;
}

DIV.popup_add DIV.link {
	clear: both;
}

DIV.popup_add DIV.link A {
	text-decoration: none;
	color: red !important;
	padding: 0 2px 0 2px;
}

DIV.popup_add DIV.link A:hover {
	background-color: red;
	color: white !important;
}

DIV.popup_item {
	margin: 0 10px 0 10px;
	padding-top: 10px;
}

DIV.popup_item2 {
	margin: 0;
	padding-top: 10px;
}

.edit_txt {
	margin-left: 84px;
	padding-top: 10px;
}
.edit_txt2 {
	margin-left: 49px;
	padding-top: 10px;
	padding-right: 9px;
}
.edit_txt3, .edit_txt4, .edit_txt5 {
	margin-left: 57px;
	padding-top: 10px;
}

DIV.edit_txt2 INPUT.button, DIV.edit_txt3 INPUT.button, DIV.edit_txt4 INPUT.button {
	font-size: 10px;
	padding: 3px 3px 3px 3px;
}

DIV.popup_icons IMG {
	cursor: pointer;
}

DIV.popup_icons {
	visibility: hidden;
	float: left;
	white-space: nowrap;
}

DIV.popup_icons DIV.del_icon {
	background: url(imgs/butt_del.gif) no-repeat;
	width: 20px;
	height: 20px;
	float:left;
	cursor:pointer;
	margin: 2px 2px 2px 2px;
}

DIV.popup_icons DIV.edit_icon {
	background: url(imgs/butt_edit.gif) no-repeat;
	width: 20px;
	height: 20px;
	float:left;
	cursor:pointer;
	margin: 2px 2px 2px 2px;
}

DIV.popup_icons DIV.move_icon {
	background: url(imgs/butt_move.gif) no-repeat;
	width: 20px;
	height: 20px;
	float:left;
	cursor:move;
	margin: 2px 2px 2px 2px;
}

DIV.popup_icons DIV.add_icon {
	background: url(imgs/butt_plus.gif) no-repeat;
	width: 20px;
	height: 20px;
	float:left;
	cursor:pointer;
	margin: 2px 2px 2px 2px;
}

DIV.popup_icons2 IMG {
	cursor: pointer;
}

DIV.popup_icons2 {
	visibility: hidden;
	float: left;
	white-space: nowrap;
}

DIV.popup_icons2 DIV.del_icon {
	background: url(imgs/butt_del_small.gif) no-repeat;
	width: 15px;
	height: 15px;
	float:left;
	cursor:pointer;
	margin: 2px 2px 2px 2px;
}

DIV.popup_icons2 DIV.edit_icon {
	background: url(imgs/butt_edit_small.gif) no-repeat;
	width: 15px;
	height: 15px;
	float:left;
	cursor:pointer;
	margin: 2px 2px 2px 2px;
}

DIV.popup_icons2 DIV.add_icon {
	background: url(imgs/butt_plus.gif) no-repeat;
	width: 15px;
	height: 15px;
	float:left;
	cursor:pointer;
	margin: 2px 2px 2px 2px;
}

DIV.popup_item IMG.ajax_loader {
	float: right;
	position: relative;
	top: -19px;
}

#new_area IMG.ajax_loader {
	position: relative;
	top: 20;
	left: -300;
}

#edit_area IMG.ajax_loader {
	vertical-align: top;
	position: relative;
	left: 10px;
	top: 5px;
}

#TB_title IMG.ajax_loader {
	width: 14px;
	height: 14px;
}

DIV.popup_selement {
	float: left;
	padding: 5px 0 0 5px;
}

DIV.popup_selement IMG {
	vertical-align: middle;
	margin-right: 3px;
	cursor: pointer;
	visibility: hidden;
}

#cancelsR {
	margin-left: 32px;
}
#cancelsS {
	margin-left: 39px;
}
#cancelsSp {
	margin-left: 39px;
}
#cancelsH {
	margin-left: 39px;
}
#cancelsHp {
	margin-left: 39px;
}

DIV.popup_add2 {
	margin-left: 54px;
}

DIV.popup_add2 DIV.link {
	clear: both;
}

DIV.popup_add2 DIV.link A {
	text-decoration: none;
	color: red !important;
	padding: 0 2px 0 2px;
}

DIV.popup_add2 DIV.link A:hover {
	background-color: red;
	color: white !important;
}

DIV.popup_select INPUT, DIV.popup_select SELECT {
	font-size: 11px;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight:bold
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#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;
}

DIV.report_loader {
	padding: 10px;
	text-align: center;
}
DIV.report_loader IMG, DIV.report_loader SPAN {
	vertical-align: middle;
}
