/*****************************************************
 *  tab nav
 *****************************************************/

.cwrapper
{
}

.cheader
{
	margin: 0;
	/* background-color: white; */
	height: 38px;
	padding: 3px 10px 0 3px;
}

.cheader a:link, .cheader a:visited
{
	font-weight: bold;
	color: #666666;
}

.cheader a:hover
{
	font-weight: bold;
	color: black;
}

.ctabs
{
	padding-left: 7px;
}

.cbody
{
	border: 1px #777777 solid;
	clear: both;
	padding: 10px 12px 9px 12px;
	min-height: 672px;
}

.tabOn, .tabOff
{
	display: block;
	float: left;
	position: relative;
	top: 1px;
	font-size: 14px;
	background-color: white;
	border: 1px solid #777777;
	border-bottom: 1px solid white;
	padding: 2px 14px;
	margin: 0 3px 0 0;
	height: 18px;
	text-align: center;
}

a.tabOn:link, a.tabOn:visited, a.tabOn:hover
{
	margin-top: -2px;
	padding-top: 4px;
	font-weight: bold;
	/* height: 19px; */
	color: #333333;
	text-decoration: none;
	cursor: default;
}

a.tabOff:link, a.tabOff:visited, a.tabOff:hover
{
	font-weight: normal;
	background-color: #E8E5D3;
	border: 1px solid #999999;
	border-bottom: 1px solid #777777;
	color: #777777;
	text-decoration: none;
	cursor: pointer;
}

.tabOn img, .tabOff img
{
	position: relative;
	top: 1px;
}

/*****************************************************
 *  navigation
 *****************************************************/

.top_links
{
	float: right;
	margin-top: 4px;
	font-size: 11px;
}

.bottom_links
{
	margin: 6px 0 18px 0;
	font-size: 11px;
	color: black;
	font-weight: normal;
	letter-spacing: .05em;
	text-align: center;
	clear: both;
}


/*****************************************************
 *  modal
 *****************************************************/

div.modal_title_bar
{
	background-color: #205EAE;
	font-size: 12px;
	font-weight: bold;
	color: white;
	height: 16px;
	padding: 1px 3px 0 3px;
	margin: 0 0 3px 0;
}

#modal
{
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 400px;
	z-index: 2300;
}

#modal_content
{
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 400px;
	padding: 0;
	border: 2px solid #205EAE;
	background-color: #FFFFFF;
	z-index: 2400;
	text-align: center;
	vertical-align: middle;
}

#mask
{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #BBBBBB;
	z-index: 2000;
	height: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

.input_menu
{
	clear: both;
	display: block;
	margin-bottom: 6px;
	text-align: center;
}

.rule
{
	clear: both;
	border-bottom: 1px dotted #AAAAAA;
	height: 3px;
	margin-bottom: 7px;
}


img.tab
{
	border: 2px solid white;
}

img.tab:hover
{
	border: 2px solid red;
}

.req
{
	color: red;
	font-weight: bold;
}


/*****************************************************
 * generic label def
 *****************************************************/

.label
{
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	letter-spacing: -.05em;
}

/*****************************************************
 * shadowed box
 *****************************************************/

div.box-header
{
}

div.box-footer
{
}

div.box-contents-lg
{
	background-image: url(/images/box/box-M-1000.png);
	background-repeat: repeat-y;
	padding: 0 12px;
}

div.box-contents-md
{
	background-image: url(/images/box/box-M-650.png);
	background-repeat: repeat-y;
	padding: 0 12px;
	min-height: 400px;
}

div.box-header div.L
{
	float: left;
	width: 24px;
	height: 23px;
	background-image: url(/images/box/box-TL.png);
	background-repeat: no-repeat;
}
div.box-header div.R
{
	float: right;
	width: 24px;
	height: 23px;
	background-image: url(/images/box/box-TR.png);
	background-repeat: no-repeat;
}
div.box-header div.C
{
	position: relative;
	margin: 0 24px;
	height: 23px;
	background-image: url(/images/box/box-TC.png);
	background-repeat: repeat-x;
}

div.box-footer div.L
{
	float: left;
	width: 24px;
	height: 28px;
	background-image: url(/images/box/box-BL.png);
	background-repeat: no-repeat;
}
div.box-footer div.R
{
	float: right;
	width: 24px;
	height: 28px;
	background-image: url(/images/box/box-BR.png);
	background-repeat: no-repeat;
}
div.box-footer div.C
{
	position: relative;
	margin: 0 24px;
	height: 28px;
	background-image: url(/images/box/box-BC.png);
	background-repeat: repeat-x;
}

