﻿/**** MODAL DIALOG XLARGE ***/

/* General Panel */
#modalDialogXLarge.yui-panel
{
	position: relative;
	border: none;
	overflow: visible;
}

/* Close Button */
#modalDialogXLarge.yui-panel .container-close
{
	display: none;
}

/* span:hover not supported on IE6 */
#modalDialogXLarge.yui-panel .container-close:hover
{
}

/* Header Style */
#modalDialogXLarge.yui-panel .hd
{
	padding: 0;
	border: none;
	background: transparent url(../images/dialogs/modal/cdhx.png);
	color: #000;
	height: 26px;
	width: 480px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	overflow: visible;
}

/* Body Style */
#modalDialogXLarge.yui-panel .bd
{
	overflow: hidden;
	width: 480px;
	height: 520px;
	background: transparent url(../images/dialogs/modal/cdmx.png);
}

/* Footer Style */
#modalDialogXLarge.yui-panel .ft
{
	font-size: 75%;
	color: #666;
	width: 480px;
	height: 16px;
	overflow: hidden;
	background: transparent url(../images/dialogs/modal/cdf_greyx.png);
}
/**** MODAL DIALOG LARGE ***/

/* General Panel */
#modalDialogLarge.yui-panel
{
	position: relative;
	border: none;
	overflow: visible;
}

/* Close Button */
#modalDialogLarge.yui-panel .container-close
{
	display: none;
}

/* span:hover not supported on IE6 */
#modalDialogLarge.yui-panel .container-close:hover
{
}

/* Header Style */
#modalDialogLarge.yui-panel .hd
{
	padding: 0;
	border: none;
	background: transparent url(../images/dialogs/modal/cdh.png);
	color: #000;
	height: 26px;
	width: 430px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	overflow: visible;
}

/* Body Style */
#modalDialogLarge.yui-panel .bd
{
	overflow: hidden;
	width: 430px;
	height: 440px;
	background: transparent url(../images/dialogs/modal/cdm.png);
}

/* Footer Style */
#modalDialogLarge.yui-panel .ft
{
	font-size: 75%;
	color: #666;
	width: 430px;
	height: 16px;
	overflow: hidden;
	background: transparent url(../images/dialogs/modal/cdf_grey.png);
}

/**** MODAL DIALOG ***/

/* General Panel */
#modalDialog.yui-panel
{
	position: relative;
	border: none;
	overflow: visible;
}

/* Close Button */
#modalDialog.yui-panel .container-close
{
	display: none;
}

/* span:hover not supported on IE6 */
#modalDialog.yui-panel .container-close:hover
{
}

/* Header Style */
#modalDialog.yui-panel .hd
{
	padding: 0;
	border: none;
	background: transparent url(../images/dialogs/modal/cdh.png);
	color: #000;
	height: 26px;
	width: 430px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	overflow: visible;
}

/* Body Style */
#modalDialog.yui-panel .bd
{
	overflow: hidden;
	width: 430px;
	height: 340px;
	background: transparent url(../images/dialogs/modal/cdm.png);
}

/* Footer Style */
#modalDialog.yui-panel .ft
{
	font-size: 75%;
	color: #666;
	width: 430px;
	height: 16px;
	overflow: hidden;
	background: transparent url(../images/dialogs/modal/cdf_grey.png);
}

/**** MODAL DIALOG SMALL ***/

/* General Panel */
#modalDialogSmall.yui-panel
{
	position: relative;
	border: none;
	overflow: visible;
}

/* Close Button */
#modalDialogSmall.yui-panel .container-close
{
	display: none;
}

/* span:hover not supported on IE6 */
#modalDialogSmall.yui-panel .container-close:hover
{
}

/* Header Style */
#modalDialogSmall.yui-panel .hd
{
	padding: 0;
	border: none;
	background: transparent url(../images/dialogs/modal/cdh.png);
	color: #000;
	height: 26px;
	width: 430px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	overflow: visible;
}

/* Body Style */
#modalDialogSmall.yui-panel .bd
{
	overflow: hidden;
	width: 430px;
	height: 190px;
	background: transparent url(../images/dialogs/modal/cdm.png);
}

/* Footer Style */
#modalDialogSmall.yui-panel .ft
{
	font-size: 75%;
	color: #666;
	width: 430px;
	height: 16px;
	overflow: hidden;
	background: transparent url(../images/dialogs/modal/cdf_grey.png);
}


/* Section Headers */

.grayheader .rightcap
{
	background: transparent url(../images/framework/grayheader_g_r.gif) no-repeat;
}

.grayheader .leftcap
{
	background: transparent url(../images/framework/grayheader_g_l.gif) no-repeat;
	height: 26px;
}

.grayheader .headercaption
{
	font: bold 12px "lucida grande" , tahoma, verdana, arial, sans-serif;
	color: #333333;
	padding-left: 12px;
}

.grayfooter .rightcap
{
	background: transparent url(../images/framework/grayfooter_g_r.gif) no-repeat;
}

.grayfooter .leftcap
{
	background: transparent url(../images/framework/grayfooter_g_l.gif) no-repeat;
	height: 16px;
}

.grayfooter .center
{
	color: #ffffff;
}

.simpleheader .rightcap
{
	background: transparent url(../images/framework/simpleheader_g_r.gif) no-repeat;
}

.simpleheader .leftcap
{
	background: transparent url(../images/framework/simpleheader_g_l.gif) no-repeat;
	height: 26px;
}

.simpleheader .headercaption
{
	font: bold 12px "lucida grande" , tahoma, verdana, arial, sans-serif;
	color: #333333;
	padding-left: 12px;
}

.simplefooter .rightcap
{
	background: transparent url(../images/framework/simplefooter_g_r.gif) no-repeat;
}

.simplefooter .leftcap
{
	background: transparent url(../images/framework/simplefooter_g_l.gif) no-repeat;
	height: 16px;
}

.simplefooter .center
{
	color: #f7f7f7;
}