/**
* @desc Default css for the fade box codereck javascript suite plug-in.
*
* @author Ryan Zec | ryan.zec@kaizendigital.com
* @copyright Ryan Zec 2007-2009. All Rights Reserved
*
* @license BSD (see LICENSE file included, the generic templete can be found at http://www.opensource.org/licenses/bsd-license.php)
*/
.cr_fade_box_dim
{
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 10000;
}

.cr_fade_box_dim.black_60
{
	background: url('../../images/fade_box/backgrounds/black/full_60.png') repeat;
}

.cr_fade_box_dim.red_60
{
	background: url('../../images/fade_box/backgrounds/red/full_60.png') repeat;
}

.cr_fade_box_dim.blue_60
{
	background: url('../../images/fade_box/backgrounds/blue/full_60.png') repeat;
}

.cr_fade_box_dim.green_60
{
	background: url('../../images/fade_box/backgrounds/green/full_60.png') repeat;
}

.cr_fade_box_dim.yellow_60
{
	background: url('../../images/fade_box/backgrounds/yellow/full_60.png') repeat;
}

.cr_fade_box_dim.no_fade
{
	background: none;
	opacity: 1;
}

.cr_fade_box_loading
{
    position: fixed;
    z-index: 10001;
}

.cr_fade_box_content
{
    position: fixed;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    z-index: 10001;
    overflow: auto;
}

.cr_fade_box_title_bar
{
    float: right;
    height: 20;
    background: #999999;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid black;
}

.cr_fade_box_title_bar p
{
    height: 20px;
    color: #FFFFFF;
    padding: 3px;
    margin: 0px;
}

.cr_fade_box_title_bar .close
{
    position: absolute;
    top: 3px;
    right: 3px;
}

.cr_fade_box_title_bar a:link,
.cr_fade_box_title_bar a:hover,
.cr_fade_box_title_bar a:active,
.cr_fade_box_title_bar a:visited
{
    color: #FFFFFF;
}

.cr_fade_box_block_ui
{
	z-index: 1005;
	display: block;
	top: 0;
	left: 0;
	position: fixed;
	background-color: transparent;
}

.cr_fade_box_loading
{
	background: url(../../images/fade_box/spinner.gif) no-repeat 50% 50%;
	height: 16px;
	width: 16px;
}

/************************/
/* fade box corners css */
/************************/
.cr_fade_box_dim table,
.cr_fade_box_dim table tbody,
.cr_fade_box_dim table tr,
.cr_fade_box_dim table th,
.cr_fade_box_dim table td
{
	padding: 0;
	margin: 0;
	border: none;
}

.cr_fade_box_dim table .top_left_black_60,
.cr_fade_box_dim table .top_right_black_60,
.cr_fade_box_dim table .bottom_left_black_60,
.cr_fade_box_dim table .bottom_right_black_60,
.cr_fade_box_dim table .full_black_60,
.cr_fade_box_dim table .top_left_blue_60,
.cr_fade_box_dim table .top_right_blue_60,
.cr_fade_box_dim table .bottom_left_blue_60,
.cr_fade_box_dim table .bottom_right_blue_60,
.cr_fade_box_dim table .full_blue_60,
.cr_fade_box_dim table .top_left_yellow_60,
.cr_fade_box_dim table .top_right_yellow_60,
.cr_fade_box_dim table .bottom_left_yellow_60,
.cr_fade_box_dim table .bottom_right_yellow_60,
.cr_fade_box_dim table .full_yellow_60,
.cr_fade_box_dim table .top_left_green_60,
.cr_fade_box_dim table .top_right_green_60,
.cr_fade_box_dim table .bottom_left_green_60,
.cr_fade_box_dim table .bottom_right_green_60,
.cr_fade_box_dim table .full_green_60,
.cr_fade_box_dim table .top_left_red_60,
.cr_fade_box_dim table .top_right_red_60,
.cr_fade_box_dim table .bottom_left_red_60,
.cr_fade_box_dim table .bottom_right_red_60,
.cr_fade_box_dim table .full_red_60
{
	width: 15px;
	height: 15px;
}

.cr_fade_box_dim table
{
	width: 100%;
	height: 100%;
}

/* default - black */
.cr_fade_box_dim table .top_left_black_60
{
	background: url('../../images/fade_box/backgrounds/black/top_left_60.png') no-repeat;
}

.cr_fade_box_dim table .top_right_black_60
{
	background: url('../../images/fade_box/backgrounds/black/top_right_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_left_black_60
{
	background: url('../../images/fade_box/backgrounds/black/bottom_left_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_right_black_60
{
	background: url('../../images/fade_box/backgrounds/black/bottom_right_60.png') no-repeat;
}

.cr_fade_box_dim table .full_black_60
{
	background: url('../../images/fade_box/backgrounds/black/full_60.png');
}

/* blue */
.cr_fade_box_dim table .top_left_blue_60
{
	background: url('../../images/fade_box/backgrounds/blue/top_left_60.png') no-repeat;
}

.cr_fade_box_dim table .top_right_blue_60
{
	background: url('../../images/fade_box/backgrounds/blue/top_right_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_left_blue_60
{
	background: url('../../images/fade_box/backgrounds/blue/bottom_left_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_right_blue_60
{
	background: url('../../images/fade_box/backgrounds/blue/bottom_right_60.png') no-repeat;
}

.cr_fade_box_dim table .full_blue_60
{
	background: url('../../images/fade_box/backgrounds/blue/full_60.png');
}

/* yellow */
.cr_fade_box_dim table .top_left_yellow_60
{
	background: url('../../images/fade_box/backgrounds/yellow/top_left_60.png') no-repeat;
}

.cr_fade_box_dim table .top_right_yellow_60
{
	background: url('../../images/fade_box/backgrounds/yellow/top_right_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_left_yellow_60
{
	background: url('../../images/fade_box/backgrounds/yellow/bottom_left_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_right_yellow_60
{
	background: url('../../images/fade_box/backgrounds/yellow/bottom_right_60.png') no-repeat;
}

.cr_fade_box_dim table .full_yellow_60
{
	background: url('../../images/fade_box/backgrounds/yellow/full_60.png');
}

/* green */
.cr_fade_box_dim table .top_left_green_60
{
	background: url('../../images/fade_box/backgrounds/green/top_left_60.png') no-repeat;
}

.cr_fade_box_dim table .top_right_green_60
{
	background: url('../../images/fade_box/backgrounds/green/top_right_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_left_green_60
{
	background: url('../../images/fade_box/backgrounds/green/bottom_left_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_right_green_60
{
	background: url('../../images/fade_box/backgrounds/green/bottom_right_60.png') no-repeat;
}

.cr_fade_box_dim table .full_green_60
{
	background: url('../../images/fade_box/backgrounds/green/full_60.png');
}

/* red */
.cr_fade_box_dim table .top_left_red_60
{
	background: url('../../images/fade_box/backgrounds/red/top_left_60.png') no-repeat;
}

.cr_fade_box_dim table .top_right_red_60
{
	background: url('../../images/fade_box/backgrounds/red/top_right_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_left_red_60
{
	background: url('../../images/fade_box/backgrounds/red/bottom_left_60.png') no-repeat;
}

.cr_fade_box_dim table .bottom_right_red_60
{
	background: url('../../images/fade_box/backgrounds/red/bottom_right_60.png') no-repeat;
}

.cr_fade_box_dim table .full_red_60
{
	background: url('../../images/fade_box/backgrounds/red/full_60.png');
}