/**
* @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:0;
	padding:0;
	position:fixed;
	z-index:10000;
	}
.cr_fade_box_dim.black_60 {
	background:url(/images/codereck/fade_box_backgrounds/black/full_60.png) repeat;
	}
.cr_fade_box_dim.red_60 {
	background:url(/images/codereck/fade_box_backgrounds/red/full_60.png) repeat;
	}
.cr_fade_box_dim.blue_60 {
	background:url(/images/codereck/fade_box_backgrounds/blue/full_60.png) repeat;
	}
.cr_fade_box_dim.green_60 {
	background:url(/images/codereck/fade_box_backgrounds/green/full_60.png) repeat;
	}
.cr_fade_box_dim.yellow_60 {
	background:url(/images/codereck/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:#fff;
	border:1px solid #000;
	z-index:10001;
	overflow:auto;
	}
.cr_fade_box_title_bar {
	float:right;
	height:20px;
	background:#999;
	margin:0;
	padding:0;
	width:100%;
	border-bottom:1px solid #000;
	}
.cr_fade_box_title_bar p {
	height:20px;
	color:#fff;
	padding:3px;
	margin:0;
	}
.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:#fff;
	}
.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/codereck/cr.fade_box_spinner.gif) 50% 50% no-repeat;
	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/codereck/fade_box_backgrounds/black/top_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .top_right_black_60 {
	background:url(/images/codereck/fade_box_backgrounds/black/top_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_left_black_60 {
	background:url(/images/codereck/fade_box_backgrounds/black/bottom_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_right_black_60 {
	background:url(/images/codereck/fade_box_backgrounds/black/bottom_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .full_black_60 {
	background:url(/images/codereck/fade_box_backgrounds/black/full_60.png);
	}

/* blue */
.cr_fade_box_dim table .top_left_blue_60 {
	background:url(/images/codereck/fade_box_backgrounds/blue/top_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .top_right_blue_60 {
	background:url(/images/codereck/fade_box_backgrounds/blue/top_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_left_blue_60 {
	background:url(/images/codereck/fade_box_backgrounds/blue/bottom_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_right_blue_60 {
	background:url(/images/codereck/fade_box_backgrounds/blue/bottom_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .full_blue_60 {
	background:url(/images/codereck/fade_box_backgrounds/blue/full_60.png);
	}

/* yellow */
.cr_fade_box_dim table .top_left_yellow_60 {
	background:url(/images/codereck/fade_box_backgrounds/yellow/top_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .top_right_yellow_60 {
	background:url(/images/codereck/fade_box_backgrounds/yellow/top_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_left_yellow_60 {
	background:url(/images/codereck/fade_box_backgrounds/yellow/bottom_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_right_yellow_60 {
	background:url(/images/codereck/fade_box_backgrounds/yellow/bottom_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .full_yellow_60 {
	background:url(/images/codereck/fade_box_backgrounds/yellow/full_60.png);
	}

/* green */
.cr_fade_box_dim table .top_left_green_60 {
	background:url(/images/codereck/fade_box_backgrounds/green/top_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .top_right_green_60 {
	background:url(/images/codereck/fade_box_backgrounds/green/top_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_left_green_60 {
	background:url(/images/codereck/fade_box_backgrounds/green/bottom_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_right_green_60 {
	background:url(/images/codereck/fade_box_backgrounds/green/bottom_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .full_green_60 {
	background:url(/images/codereck/fade_box_backgrounds/green/full_60.png);
	}

/* red */
.cr_fade_box_dim table .top_left_red_60 {
	background:url(/images/codereck/fade_box_backgrounds/red/top_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .top_right_red_60 {
	background:url(/images/codereck/fade_box_backgrounds/red/top_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_left_red_60 {
	background:url(/images/codereck/fade_box_backgrounds/red/bottom_left_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .bottom_right_red_60 {
	background:url(/images/codereck/fade_box_backgrounds/red/bottom_right_60.png) 0 0 no-repeat;
	}
.cr_fade_box_dim table .full_red_60 {
	background:url(/images/codereck/fade_box_backgrounds/red/full_60.png);
	}
