/* -------------------------
DevNote: These are styles that correspond to the system's layout
and overall look and feel. Styles associated with custom modules
should be placed in "/ckbe/custom/style/style_custom.css".
------------------------- */

/* ------------------------- HTML Styles ------------------------- */

a {
	color:#000000;
	text-decoration:none;
}

body {
	background-color:#FFFFFF;
	margin:0px;
	overflow:auto;
	cursor:default;
}

body.system {
	overflow-y:auto; /* ------------------------- DevNote: These styles control horizontal shifting in IE when scrollbars appear/disappear. ------------------------- */
	overflow-x:auto;
}

body, input.button, input.button_small, input.normal, input.search, input.signin, select, span, table, td, textarea {
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

iframe {
	width:100%;
	height:100%;
	margin:0px;
	border:none;
	overflow:auto;
}

img {
	border:none;
}

table {
	border:none;
	border-collapse:collapse;
}

td {
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
}

/* ------------------------- Action Styles ------------------------- */

a.action {
	color:#000000;
	padding-left:3px;
	text-decoration:none;
}

a.action:Hover {
	color:#536EF4;
	text-decoration:underline;
}

a.action-unavailable, span.action-unavailable {
	color:#777777;
	padding-left:3px;
	text-decoration:none;
	cursor:default;
}

table.action-overlay-container, td.action-overlay-item-normal, td.action-overlay-item-over {
	background-color:#2679E6;
	border:solid 1px #2679E6;
	-moz-box-sizing:border-box; /* Corrects border issue in FireFox. */
}

img.action-overlay-icon, td.action-overlay-item-normal, td.action-overlay-item-over {
	width:15px;
	height:15px;
}

td.action-overlay-item-normal {
	background:url(/ckbe/system/image/layout/layout_overlay_menu_action_BGND_normal.gif);
	background-color:#0057CA;
}

td.action-overlay-item-over {
	background:url(/ckbe/system/image/layout/layout_overlay_menu_action_BGND_over.gif);
	background-color:#549AFF;
}

/* ------------------------- Item Styles ------------------------- */

div.item, table.item {
	-moz-box-sizing:border-box; /* Corrects border issue in FireFox. */
	-webkit-box-sizing:border-box; /* Corrects border issue in Safari. */
	background-color:#FFFFFF;
	border:solid 1px #C5C5C5;	
}

div.item-holder {
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}

div.item-removed, div.item-pending {
	visibility:hidden;
	width:0px;
	height:0px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:20;
}

/* ------------------------- Option Styles ------------------------- */

a.option {
	color:#000000;
	text-decoration:none;
}

a.option:Hover, a.option-hover {
	color:#536EF4;
	text-decoration:underline;
}

a.option-unavailable, span.option-unavailable {
	color:#777777;
	text-decoration:none;
	cursor:default;
}

/* ------------------------- Overlay Styles ------------------------- */

div.overlay-menu {
	/* This class is used in Javascript. */
}

div.overlay-object {
	/* This class is used in Javascript. */
}

img.overlay-header-button {
	width:13px;
	height:13px;
}

img.overlay-header-icon {
	width:16px;
	height:16px;
}

span.overlay-header-title {
	color:#FFFFFF;
}

td.overlay-object-content-area {
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
}

table.overlay-form-normal {
	width:400px;
}

table.overlay-form-wide {
	width:600px;
}

table.overlay-form-extrawide {
	width:800px;
}

table.overlay-form-narrow {
	width:300px;
}

/* ------------------------- Area Header Styles ------------------------- */

div.layout-area-header-closed {
	height:13px;
	width:100%;
	background-color:#E8E8E5;
	border-bottom:solid 1px #D8D2BD;
	-moz-box-sizing:border-box; /* Corrects border issue in FireFox. */
}

div.layout-area-header-open {
	height:47px;
	width:100%;
	background-color:#E8E8E5;
	border-bottom:solid 1px #D8D2BD;
	-moz-box-sizing:border-box; /* Corrects border issue in FireFox. */
}

/* ------------------------- Area Styles (General) ------------------------- */

table.layout-area-body {
	width:100%;
	height:100%;
}

td.layout-area-module {
	padding:0px;
}

div.layout-area-component {
	padding:4px;
	padding-top:10px;
}

/* ------------------------- Breadcrumb Styles ------------------------- */

a.breadcrumb {
	color:#777777;
	text-decoration:none;
}

a.breadcrumb:Hover {
	text-decoration:underline;
}

span.breadcrumb {
	color:#777777;
}

span.breadcrumb-here {
	color:#0D1DE0;
}

table.breadcrumb-bar {
	height:32px;
	width:100%;
	background-color:#F2F2F1;
	border-bottom:solid 1px #D8D2BD;
	-moz-box-sizing:border-box; /* Corrects border issue in FireFox. */
}

a.breadcrumb-light {
	font-size:10px;
	color:#0D1DE0;
	text-decoration:none;
}

a.breadcrumb-light:Hover {
	text-decoration:underline;
}

/* ------------------------- Form Styles ------------------------- */

iframe.form, div.form {
	width:100%;
	height:200px;
	border:solid 1px #AAAAAA;
	margin:0px;
	margin-top:2px;
	margin-bottom:8px;
	overflow:auto;
	background-color:#FFFFFF;
}

input.button {
	width:91px;
	height:21px;
	border:none;
	margin-left:10px;
	margin-top:10px;
	background:url(/ckbe/system/image/layout/button_normal.gif);
}

input.button_small {
	width:71px;
	height:18px;
	border:none;
	margin-bottom:8px;
	margin-top:2px;
	background:url(/ckbe/system/image/layout/button_small.gif);
}

input.search, input.signin {
	border:solid 1px #AAAAAA;
}

input.search, td.search, input.signin {
	width:140px;
}

table.form-1, table.form-2, table.form-3, table.submit {
	width:500px;
}

table.form-1, table.form-3 {
	margin-top:0px;
}

table.form-1 {
	margin-bottom:0px;
}

table.submit {
	margin-top:0px;
	margin-bottom:0px;
}

textarea.normal, select.normal, input.normal {
	width:100%;
	margin-bottom:8px;
	margin-top:2px;
	border:solid 1px #AAAAAA;
}

table.form-big {
	width:756px;
}

table.form-medium {
	width:600px;
}

table.form-small {
	width:420px;
}

table.form-smaller {
	width:330px;
}

td.checkbox-element {
	vertical-align:middle;
	width:16px;
}

td.checkbox-text, td.checkbox-text-parent {
	vertical-align:middle;
	padding-left:4px;
	overflow:hidden;
}

td.checkbox-text-parent {
	font-weight:bold;
	padding-bottom:0px;
}

/* ------------------------- Group Styles ------------------------- */

div.group {
	width:100%;
	margin-bottom:10px;
	background-image:url(/ckbe/system/image/layout/layout_liner.gif);
}

div.group-container, div.group-container-heading, div.group-container-heading-subsequent, div.group-container-error, div.group-container-error-subsequent, div.group-container-in-form {
	width:100%;
	border-bottom:dotted 1px #C5C5C5;
	background-repeat:repeat-x;
}

div.group-container, div.group-container-heading, div.group-container-heading-subsequent, div.group-container-in-form {
	background-image:url(/ckbe/system/image/layout/layout_group_background_01.gif);
}

div.group-container-error, div.group-container-error-subsequent {
	background-image:url(/ckbe/system/image/layout/layout_group_background_error.gif);
}

div.group-container{
	padding-right:4px;
	padding-bottom:30px;
	margin-bottom:20px;
}

div.group-container-heading, div.group-container-error{
	padding-right:4px;
	padding-top:10px;
	margin-bottom:20px;
}

div.group-container-heading-subsequent, div.group-container-error-subsequent{
	padding-right:4px;
	padding-top:0px;
	margin-bottom:20px;
}

div.group-container-in-form-separator {
	height:20px;	
}

div.group-container-in-form-table {
	padding-left:10px;
	padding-right:10px;
}

div.group-container-heading, div.group-container-heading-subsequent, div.group-container-error, div.group-container-error-subsequent, div.group-container-in-form {
	padding-bottom:20px;
}

div.group-frame {
	padding:15px;
	background-color:#FFFFFF;
	border:dotted 1px #C5C5C5;
}

td.group-heading {
	color:#000000;
	font-weight:bold;
	background-color:#FFFFFF;
	padding-right:10px;
	white-space:nowrap;
}

/* ------------------------- Heading Styles ------------------------- */

a.heading, span.heading {
	font-weight:bold;
}

/* ------------------------- Help Styles ------------------------- */

a.help {
	font-size:10px;
	color:#0E299F;
	text-decoration:underline;
}

a.help:Hover {
	color:#428EFF;
}

/* ------------------------- Hidden Styles ------------------------- */

div.hidden {
	height:0px;
	width:0px;
	display:none;
}

/* ------------------------- Image Styles ------------------------- */

img.dot {
	height:1px;
	width:1px;
}

img.icon-action {
	vertical-align:top;
	margin-left:7px;
	margin-right:2px;
}

img.icon-small, img.icon-action, td.icon-small {
	width:16px;
	height:16px;
}

img.icon-collapse {
	width:22px;
	height:22px;
}

img.icon-collapse-mini {
	width:11px;
	height:11px;
}

img.icon-indicator {
	width:14px;
	height:14px;
}

img.icon-medium {
	width:32px;
	height:32px;
}

img.icon-message {
	width:31px;
	height:17px;
}

img.icon-large {
	width:48px;
	height:48px;
}

img.space {
	height:1px;
	width:2px;

}

/* ------------------------- Legal Styles ------------------------- */

a.legal {
	font-size:10px;
	color:#D6DFF7;
	font-weight:bold;
	text-decoration:none;
}

a.legal:Hover {
	color:#EAF0FF;
	text-decoration:underline;
}

div.legal {
	font-size:10px;
	color:#BCC9F0;
	padding:12px;
}

/* ------------------------- Node Styles ------------------------- */

div.node-container, div.node-container-grayed, div.node-container-negative {
	float:left;
	margin:4px;
}

div.node-container {
	border:solid 1px #5C93E2;
	background-color:#ECEFFF;
}

div.node-container-grayed {
	border:solid 1px #989898;
	background-color:#E9E9E9;
}

div.node-container-negative {
	border:solid 1px #E34D78;
	background-color:#FFEBEB;
}

div.node-item, div.node-item-grayed, div.node-item-negative {
	width:160px;
	padding-top:4px;
	border:solid 1px #FFFFFF;
}

div.node-item {
	background:url(/ckbe/system/image/layout/layout_node_item_background_01.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

div.node-item-grayed {
	background:url(/ckbe/system/image/layout/layout_node_item_background_02.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

div.node-item-negative {
	background:url(/ckbe/system/image/layout/layout_node_item_background_03.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* ------------------------- Underline Styles ------------------------- */
span.underline {
	border-bottom:dotted 1px #C5C5C5;
}

/* ------------------------- View Styles ------------------------- */

a.view {
	color:#2758F3;
	text-decoration:none;
}

a.view:Hover {
	color:#2758F3;
	text-decoration:underline;
}

/* ------------------------- List Styles ------------------------- */

a.list {
	color:#2758F3;
	text-decoration:underline;
}

a.list:Hover {
	color:#448CFF;
}

table.list {
	width:100%;
	margin-top:10px;
}

td.listcontrol-1, td.listcontrol-2 {
	vertical-align:middle;
}

td.listcontrol-2 {
	width:33%;
}

td.listhead-1, td.listhead-2, td.listhead-3,
td.listrow-1a, td.listrow-2a, td.listrow-3a, td.listrow-1b, td.listrow-2b, td.listrow-3b {
	height:22px;
	padding-top:4px;
}

td.listhead-1, td.listhead-2,
td.listrow-1a, td.listrow-1b {
	padding-right:6px;
	padding-left:6px;
}

td.listhead-seperator, td.listrow-seperator-a, td.listrow-seperator-b {
	width:1px;
}

td.listhead-seperator {
	background-color:#FFFFFF;
}

td.listhead-1 {
	background-color:#ABBEEF;
}

td.listhead-2, td.listhead-3 {
	background-color:#D6DFF7;
}

td.listhead-2 {
	width:100px;
}

td.listhead-3,
td.listrow-3a, td.listrow-3b {
	width:22px;
	text-align:center;
}

td.listrow-1a, td.listrow-2a, td.listrow-3a {
	background-color:#FFFFFF;
}

td.listrow-1b, td.listrow-2b, td.listrow-3b {
	background-color:#E9EDFB;
}

td.listrow-2a, td.listrow-2b {
	text-align:center;
}

td.listrow-seperator-a {
	background-color:#FFFFFF;
}

td.listrow-seperator-b {
	background-color:#E9EDFB;
}

/* ------------------------- Loading Styles ------------------------- */

div.loading {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	display:none;
	text-align:center;
	vertical-align:middle;
	background-image:url(/ckbe/system/image/layout/layout_loading_background.png);
}

div.loading-1 {
	width:280px;
	height:60px;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}

table.loading-2 {
	width:100%;
	height:100%;
	background-color:#EEF0FC;
	border:solid 2px #1367D5;
	text-align:center;
	vertical-align:middle;
	background-image:url(/ckbe/system/image/layout/layout_loading_inner_background.gif);
}

/* ------------------------- Menu Styles (Left Menu Area) ------------------------- */

td.layout-menu-left-closed {
	width:13px;
	background-color:#1367D5;
}

td.layout-menu-left-open {
	width:210px;
	/* background-color:#1367D5; */
	background-image:url(/ckbe/system/image/layout/layout_left_menu_background.gif);
	background-repeat:repeat-y;
}

/* ------------------------- Message Styles ------------------------- */

div.message {
	height:30px;
	vertical-align:middle;
}

a.message-link {
	height:16px;
	color:#0D1DE0;
	text-decoration:none;
}

a.message-link:Hover {
	text-decoration:underline;
}

/* ------------------------- Navigation Styles (Top Links) ------------------------- */

a.tab {
	height:16px;
	color:#000000;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
}

a.tab:Hover {
	text-decoration:underline;
}

a.tab-here {
	height:16px;
	color:#3131EE;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
}

a.tab-here:Hover {
	text-decoration:underline;
}

/* ------------------------- Navigation Styles (Left Navigation Groups) ------------------------- */

a.navigation {
	height:16px;
	color:#0E299F;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
}

a.navigation-unavailable, span.navigation-unavailable {
	height:16px;
	color:#828BB9;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
}

a.navigation:Hover {
	color:#536EF4;
	text-decoration:underline;
}

div.navigation-1 {
	height:100%;
	padding-top:2px;
}

div.navigation-2 {
	height:22px;
	width:186px;
	background-image:url(/ckbe/system/image/layout/navigation_header_menu_background_01.gif);
	margin-left:auto;
	margin-right:auto;
}

div.navigation-3 {
	float:left;
	font-weight:bold;
	color:#0E299F;
	margin-top:4px;
	margin-left:6px;
}

div.navigation-4 {
	float:right;
}

div.navigation-5 {
	height:22px;
	width:186px;
	background-image:url(/ckbe/system/image/layout/navigation_header_menu_background_02.gif);
	margin-left:auto;
	margin-right:auto;
}

div.navigation-6 {
	width:186px;
	background-color:#D6DFF7;
	border-top:solid 1px #E9EDFB;
	border-left:solid 1px #E9EDFB;
	border-right:solid 1px #E9EDFB;
	-moz-box-sizing:border-box; /* Corrects border issue in FireFox. */
	-webkit-box-sizing:border-box; /* Corrects border issue in Safari. */
	padding-top:12px;
	padding-bottom:4px;
	margin-left:auto;
	margin-right:auto;
}

div.navigation-7 {
	height:4px;
	width:186px;
	background-image:url(/ckbe/system/image/layout/navigation_header_menu_footer_01.gif);
	margin-left:auto;
	margin-right:auto;
	font-size:0px; /* Corrects div height issue in IE. */
}

div.navigation-8 {
	padding-left:6px;
	padding-right:0px;
	height:16px;
	margin-bottom:4px;
}

div.navigation-9 {
	float:left;
}

div.navigation-10 {
	height:16px;
}

/* ------------------------- Sign-In Styles ------------------------- */

table.signin {
	width:400px;
	height:225px;
	border:solid 2px #1367D5;
	margin-left:auto;
	margin-right:auto;
}

td.signin-header {
	height:50px;
	border-bottom:solid 2px #1367D5;
	-moz-box-sizing:border-box; /* Corrects border issue in FireFox. */
}

table.signin-header-inner {
	width:100%;
	height:100%;
	border:solid 2px #5C93E2;
	-moz-box-sizing:border-box; /* Corrects border issue in FireFox. */
	background-image:url(/ckbe/system/image/layout/layout_signin_header_background.gif);
}

table.signin-form {
	width:100%;
	height:100%;
	border:solid 2px #FFFFFF;
	-moz-box-sizing:border-box; /* Corrects border issue in FireFox. */
	background-image:url(/ckbe/system/image/layout/layout_signin_form_background.gif);
}

/* ------------------------- Text Styles ------------------------- */

span.error {
	color:#BB0000;
}

a.light, span.light {
	color:#777777;
}

span.small {
	font-size:10px;
}



/* ----------------------------------- PRINT --------------------------------------------- */

@media print {

	.noPrint {
		display:none !important;
	}

	#frameContent {
		overflow: visible;
		height: 6000px;
	}

}
