
input,
select,
textarea,
button
{
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	outline-color: #39494d;
	outline: none;
}

/*======================================================================
elements
======================================================================*/

body
{
	color: #39494d;
	background-color: #f1f0ee;
	background-image: url( '/resources/images/core/orman_background_2.jpg' );
	background-repeat: repeat;
	background-position: top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6
{
	/* color: #39494d; */
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1, .h1
{
	font-family: LeagueGothicRegular, Arial, Helvetica, sans-serif;
	font-size: 400%;
	line-height: 1em;
	margin: 0;
	letter-spacing: -2px;
	font-weight: normal;
	text-shadow: 0 2px 1px rgba( 0, 0, 0, 0.2 );
}

h2, .h2
{
	font-size: 170%;
	line-height: 1.2em;
	margin: 0;
	letter-spacing: -1px;
}

h3, .h3
{
	font-size: 140%;
	line-height: 1.2em;
	margin: 0.5em 0;
	text-shadow: -2px 2px 1px rgba(200, 200, 200, 0.4);
}

h4, .h4
{
	font-size: 125%;
	line-height: 1.2em;
	margin: 0.5em 0;
}

hr
{
	padding: 0;
	border-color: rgb( 203, 199, 189 ) transparent; /* IE */
	border-color: rgba( 0, 0, 0, 0.03 ) transparent rgba( 255, 255, 255, 0.3 ) transparent;
	border-style: solid none solid none;
	border-width: 2px 0 2px 0;
	margin: 1em 0;
}

ul
{
	margin-left: 1em;
}

ul.no_bullets
{
	margin-left: 0;
	list-style: none;
}

/*======================================================================
layout level 1 (index.php)
======================================================================*/

.container_templates_visible
{
	height: 100%;
	min-height: 100%;
}

/*======================================================================
layout level 2 (site frame)

see template_site_frame.css
======================================================================*/

/*======================================================================
layout level 3 (layout)

see layout_public.css
======================================================================*/

/*======================================================================
layout level 4 (first real template)
======================================================================*/

.container_template .template
{
	height: auto;
	min-height: 0px;
}

/*======================================================================
bundle
======================================================================*/

.bundle
{
	/*
	background-color: 
	background-image: url( "/resources/images/core/paper_pattern.png" );
	border: 1px solid #ffffff;
	box-shadow: rgba( 0, 0, 0, 0.7 ) 0px 3px 5px -3px;
	border-radius: 20px;
	padding: 0;
	margin-top: 20px;
	*/

	/*
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba( 0, 0, 0, 0.2 );
	box-shadow: 0 3px 4px -3px rgba( 0, 0, 0, 0.5 );
	border-radius: 6px;
	padding: 0;
	margin: 20px 0;
	*/

	background-color: #ffffff;
	background-image: url( '/resources/images/core/orman_background_3.jpg' );
	border: 1px solid rgba( 0, 0, 0, 0.05 );
	box-shadow: 0 3px 4px -3px rgba( 0, 0, 0, 0.5 );
	border-radius: 6px;
	padding: 0;
	margin: 1em 0 2em 0;
}

.bundle .bundle
{
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset, 0 -1px 1px -1px white inset;
	background-image: url( "/resources/images/core/paper_pattern_2.png" );
	background-color: #f0f0ec; /* a blur sample of the image */
	padding-top: 1px;
	padding-bottom: 1px;
	border: none;
}

.unbundle
{
	background-color: #ffffff;
	border: 1px solid rgba( 0, 0, 0, 0.05 );
	box-shadow: 0 3px 4px -3px rgba( 0, 0, 0, 0.5 );
	border-radius: 6px;
	padding: 0;
	margin: 20px 0;
}

.margin_20
{
	margin: 19px;
}

/*======================================================================
shade box
======================================================================*/

.shade_box_outer
{
	position: relative;
	background: white;
	padding: 0;
	border: 1px solid white;
	margin: 0 auto 0 auto;
	box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.05 ), 0 0 8px 0 rgba( 0, 0, 0, 0.05 ) inset, 0 15px 10px -10px rgba( 0, 0, 0, 0.5 ), 0 2px 2px -1px rgba( 0, 0, 0, 0.3 );
}

.shade_box_inner
{
	position: relative;
	background: white;
	padding: 0;
	border: 1px solid white;
	margin: 10px;
	box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.05 );
}

/*======================================================================
form fields
======================================================================*/

input[type='text'],
input[type='password'],
select,
textarea
{
	background-color: #ffffff;
	color: #3E3E3E;
	padding: 0.5em 0.75em;
	border: 1px solid #cbccbc;
	border-radius: 3px;
}

input[type='text'].small,
input[type='password'].small
{
	width: 10em;
}

input[type='text'].medium,
input[type='password'].medium
{
	width: 20em;
}

input[type='text'].large,
input[type='password'].large
{
	width: 40em;
}

select
{
	padding: 0.45em 0.75em;
}

.container_textarea
{
	background-color: #ffffff;
	color: #3E3E3E;
	padding: 0.5em 0.75em;
	border: 1px solid #cbccbc;
	border-radius: 3px;
}

.container_textarea textarea
{
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
}

/*======================================================================
important
======================================================================*/

.important
{
	background-color: #9FC54E;
	color: #305030;
	text-shadow: 0px 1px 0px rgba( 195, 255, 55, 0.8 );
	font-weight: bold;
	padding: 20px;
	border: 1px solid #9FC54E;
	border-radius: 5px;
}

/*======================================================================

======================================================================*/

.orange_bg
{
	background: #FF8A3C !important;
}

.blue_bg
{
	background: #4EBAFF !important;
}

.red_bg
{
	background: #828a84 !important;
}

.yellow_bg
{
	background: rgb( 247, 246, 243 ) !important;
}

.primaryContent
{
	width: 70%;
}

.secondaryContent
{
	float: right;
	width: 25%;
	margin-left: 4%;
}

.content
{
	padding: 1em;
}

/*======================================================================
header features
======================================================================*/

#container_buttons_action_permanent
{
	position: absolute;
	top: 10px;
	right: 60px;
	width: 500px;
	text-align: right;
}

#container_search_site
{
	position: absolute;
	top: 40px;
	right: 52px;
	width: 300px;
}

/*======================================================================
messages
======================================================================*/

#container_message_pane
{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

#container_message_pane .message_pane
{
	position: relative;
	min-height: 100px;
	background-color: rgb( 96, 192, 64 );
	color: #ffffff;
	padding: 0 20px;
	border-top: 1px solid #969696;
	border: 1px solid transparent;
	border-radius: 20px;
	margin: 40px;
}

#container_message_pane .container_dismiss
{
	position: absolute;
	top: 13px;
	right: 13px;
	z-index: 100;
}

#container_message_pane .container_message
{
}

#container_message_pane .container_message .normal
{
}

#container_message_pane .container_message .critical
{
	background: red;
	font-weight: bold;
}

#container_message_pane .container_message p
{
	text-align: center;
}

/*======================================================================
button_action
======================================================================*/

.button_action,
.button_action:hover,
.button_action:active,
.button_action:link,
.button_action:visited
{
	position: relative;
	/* display: inline-block; */
	cursor: pointer;
	text-decoration: none;
	margin: 0;

	background-color: #517082;

	background-image: -moz-linear-gradient( 0% 100% 90deg, rgba( 0, 0, 0, 0.25 ) 0%, rgba( 0, 0, 0, 0.25 ) 50%, transparent 50%, transparent 100% );
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop( 0, rgba( 0, 0, 0, 0.25 ) ), color-stop( 0.5, rgba( 0, 0, 0, 0.25 ) ), color-stop( 0.5, transparent ), color-stop( 1, transparent ) );

	border: 1px solid transparent;
	box-shadow: 0 2px 2px -1px rgba( 255, 255, 255, 0.3 ) inset, 0 3px 3px 0 rgba( 0, 0, 0, 0.2 );
	border-radius: 6px;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0.6em 1em 0.5em 1em;
	text-shadow: 0px -1px 1px rgba( 0, 0, 0, 0.3 );
	white-space: nowrap;
	line-height: 2.5em;
}

.button_action:hover
{
	background-color: #407899;
}

.button_action.disabled,
.button_action.disabled:hover,
.button_action.disabled:active,
.button_action.disabled:link,
.button_action.disabled:visited
{
	background-color: #e6e6e6;
	color: #ffffff;
	border-color: #c6c6c6;
}

.button_action.disabled:hover
{
	background-color: #e6e6e6;
}

/*======================================================================
button_link
======================================================================*/

.button_link,
.button_link:hover,
.button_link:active,
.button_link:link,
.button_link:visited
{
	position: relative;
	/* display: inline-block; */
	cursor: pointer;
	text-decoration: none;
	margin: 0;

	background-color: rgb( 112, 184, 80 );

	background-image: -moz-linear-gradient( 0% 100% 90deg, rgba( 0, 0, 0, 0.25 ) 0%, rgba( 0, 0, 0, 0.25 ) 50%, transparent 50%, transparent 100% );
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop( 0, rgba( 0, 0, 0, 0.25 ) ), color-stop( 0.5, rgba( 0, 0, 0, 0.25 ) ), color-stop( 0.5, transparent ), color-stop( 1, transparent ) );

	border: 1px solid transparent;
	box-shadow: 0 2px 2px -1px rgba( 255, 255, 255, 0.3 ) inset, 0 3px 3px 0 rgba( 0, 0, 0, 0.2 );
	border-radius: 6px;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 0.6em 1em 0.5em 1em;
	text-shadow: 0px -1px 1px rgba( 0, 0, 0, 0.3 );
	white-space: nowrap;
	line-height: 2.5em;
}

.button_link:hover
{
	background-color: rgb( 96, 192, 64 );
}

.button_link.disabled,
.button_link.disabled:hover,
.button_link.disabled:active,
.button_link.disabled:link,
.button_link.disabled:visited
{
	background-color: #e6e6e6;
	color: #ffffff;
	border-color: #c6c6c6;
}

.button_link.disabled:hover
{
	background-color: #e6e6e6;
}

/*======================================================================
button_link

this is a "divoted" look; pretty, but not used because it's not high-enough contrast with a light background.
======================================================================*/

/*
.button_link,
.button_link:hover,
.button_link:active,
.button_link:link,
.button_link:visited
{
	position: relative;
	cursor: pointer;
	text-decoration: none;
	margin: 0;

	background-color: rgb( 250, 250, 250 );

	background-image: -moz-linear-gradient( center top, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0.13) 12.5%, rgba(0,0,0,0.10) 25%, rgba(0,0,0,0.06) 37.5%, rgba(0,0,0,0.04) 50%, rgba(0,0,0,0.03) 62.5%,rgba(0,0,0,0.01) 75%, rgba(0,0,0,0.01) 87.5%, rgba(0,0,0,0) 100% );
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(0,0,0,0.17)), color-stop( 0.125, rgba(0,0,0,0.13)), color-stop( 0.25, rgba(0,0,0,0.10)), color-stop( 0.375, rgba(0,0,0,0.06)), color-stop( 0.5, rgba(0,0,0,0.04)), color-stop( 0.625, rgba(0,0,0,0.03)), color-stop( 0.75, rgba(0,0,0,0.01)), color-stop( 0.875, rgba(0,0,0,0.01)), color-stop( 1, rgba(0,0,0,0)) );

	box-shadow: 0 0 1px 0 rgba( 0, 0, 0, 0.05 ), 0 2px 1px 0 white inset, 0 3px 6px 0 rgba( 0, 0, 0, 0.05 ), 0 -2px 1px 0 rgba( 0, 0, 0, 0.2 ) inset;
	border-radius: 0.4em;
	border: 1px solid rgba( 0, 0, 0, 0.4 );
	color: rgba( 0, 0, 0, 0.7 );
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	padding: 0.55em 0.8em;
	text-align: center;
	text-shadow: 0 1px 0 white;
	white-space: nowrap;
}

.button_link:hover
{
	background-color: white;
}

.button_link.disabled,
.button_link.disabled:hover,
.button_link.disabled:active,
.button_link.disabled:link,
.button_link.disabled:visited
{
	background-color: #e6e6e6;
	color: #ffffff;
}

.button_link.disabled:hover
{
	background-color: #e6e6e6;
}
*/

/*======================================================================
link_emphasized
======================================================================*/

.link_emphasized,
.link_emphasized:hover,
.link_emphasized:active,
.link_emphasized:link,
.link_emphasized:visited
{
	position: relative;
	/* display: inline-block; */
	cursor: pointer;
	text-decoration: none;
	margin: 0;

	color: rgba( 0, 0, 0, 0.7 );
	font-weight: bold;

	background-color: rgba( 253, 252, 251 ); /* IE */
	background-color: rgba( 255, 255, 255, 0.8 );
	box-shadow: 0 1px 1px 0 rgba( 255, 255, 255, 0.8 ) inset, 0 3px 3px -2px rgba( 0, 0, 0, 0.1 ), 0 -1px 1px 0 rgba( 0, 0, 0, 0.15 ) inset;
	border-radius: 0.4em;
	border: 1px solid rgb( 203, 199, 189 ); /* IE */
	border: 1px solid rgba( 0, 0, 0, 0.25 );
	padding: 0.6em 1em 0.5em 1em;
	text-shadow: 0 1px 0 white;
	white-space: nowrap;
	font-family: Helvetica, Arial, sans-serif;
	/* font-size: 1em; */
	line-height: 2.5em;
	vertical-align: middle;
}

/*
.link_emphasized:after
{
	content: " ➤";
}

.link_emphasized.link_back:after
{
	content: "";
}

.link_emphasized.link_back:before
{
	content: "⬅ ";
}
*/

.link_emphasized:hover
{
	background-color: #ffffff;
}

/*======================================================================
pill_selection
======================================================================*/

.pill_selection,
.pill_selection:hover,
.pill_selection:active,
.pill_selection:link,
.pill_selection:visited
{
	/* display: inline-block; */
	border-radius: 1em;
	border: 2px solid rgba(0, 0, 0, 0.08);
	padding: 0.3em 1em 0.2em 1em;
	text-decoration:none;
	cursor: pointer;
	line-height: 2em;
	vertical-align: middle;
	white-space: nowrap;
}

.pill_selection:hover
{
	background-color: white;
}

.pill_selection.selected,
.pill_selection.selected:hover,
.pill_selection.selected:active,
.pill_selection.selected:link,
.pill_selection.selected:visited
{
	background-color: white;
	border: 2px solid rgba( 0, 0, 0, 0.5 );
	color: rgba( 0, 0, 0, 0.75 );
}

.pill_selection.selected:hover
{
}

/*======================================================================
pill_inline
======================================================================*/

.pill_inline
{
	/* display: inline-block; */
	background: #cbccbc;
	border: 1px solid #cbccbc;
	border-radius: 1em;
	padding: 0.3em 1em 0.2em 1em;
	color: #ffffff;
	vertical-align: middle;
	white-space: nowrap;
}

/*======================================================================
thumbnails
======================================================================*/

.thumbnail:hover
{
	cursor: pointer;
}

.thumbnail.small
{
	width: 100px;
	height: 100px;
}

.thumbnail.medium
{
	width: 200px;
	height: 200px;
}

.thumbnail.large
{
}

.thumbnail_frame
{
	background-color: #ffffff;
	min-height: 50px;
	min-width: 50px;
	padding: 10px;
	border: 1px solid rgba( 0, 0, 0, 0.03 );
	border-radius: 5px;
	box-shadow: rgba( 0, 0, 0, 0.07 ) 0 5px 15px 2px;
}

/*======================================================================
direction buttons
======================================================================*/

.button_up
{
	/* display: inline-block; */
	width: 30px;
	height: 30px;
	background-image: url( '/resources/images/core/up arrow.png' );
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #86c9ef;
	border-radius: 5px;
}

.button_up:hover
{
	cursor: pointer;
}

.button_right
{
	/* display: inline-block; */
	width: 30px;
	height: 30px;
	background-image: url( '/resources/images/core/right arrow.png' );
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #86c9ef;
	border-radius: 5px;
}

.button_right:hover
{
	cursor: pointer;
}

.button_down
{
	/* display: inline-block; */
	width: 30px;
	height: 30px;
	background-image: url( '/resources/images/core/down arrow.png' );
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #86c9ef;
	border-radius: 5px;
}

.button_down:hover
{
	cursor: pointer;
}

.button_left
{
	/* display: inline-block; */
	width: 30px;
	height: 30px;
	background-image: url( '/resources/images/core/left arrow.png' );
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #86c9ef;
	border-radius: 5px;
}

.button_left:hover
{
	cursor: pointer;
}

/*======================================================================
lightbox
======================================================================*/

#container_lightbox
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 230, 230, 220, 0.8 );
	z-index: 200;
	overflow: hidden;
	text-align: center;
}

.lightbox
{
	display: inline-block;
	background-color: rgb( 0, 0, 0 );
	padding: 20px;
	border-radius: 20px;
	margin: 40px auto 0 auto;
}

/*======================================================================
layerSearch
======================================================================*/

#layerSearch
{
	position: relative;
	background: #ffffff;
	padding: 5px 40px 5px 10px;
	border-radius: 5px;
}

#layerSearch input
{
	background-color: #ffffff;
	color: #3E3E3E;
	padding: 0;
	border: 0
}

#layerSearch div
{
	position: absolute;
	display: inline-block;
	top: 1px;
	right: 2px;
	padding-left: 5px;
	border-left: 1px dotted #3E3E3E;
	line-height: 28px;
}

/*======================================================================
spinner
======================================================================*/

div.spinner
{
	width: 100%;
	text-align: center;
}
 
/*======================================================================
table.layout
======================================================================*/

table.layout
{
	width: 100%;
}

/*======================================================================
avatar_stack
======================================================================*/

.avatar_stack
{
	width: 138px;
	height: 128px;
	background-image: url( "/resources/images/core/avatar_foreground_138x128.png" );
	position: relative;
	margin-top: -6px;
	margin-left: -14px;
}

.avatar_stack img
{
	position: absolute;
	top: 11px;
	left: 19px;
	width: 100px;
	height: 100px;
}

/*======================================================================
section
======================================================================*/

.section
{
	padding: 0;
	border: none;
	margin: 1.5em 0;
}

/*======================================================================
navigation
======================================================================*/

.navigation
{
	margin: 1em 0;
	line-height: 200%;
}

/*======================================================================
button and link styles
======================================================================*/

.button_good:after
{
	content: " ✔";
	color: #9FC54E;
}

.button_good:hover:after
{
	content: " ✔";
	color: #acd651;
}

/*======================================================================
tall_lines
======================================================================*/

.tall_lines
{
	line-height: 200%;
}

/*======================================================================
form_area
======================================================================*/

.form_area .status
{
	/* display: inline-block; */
	background: #cbccbc;
	border: 1px solid #cbccbc;
	border-radius: 1em;
	padding: 0.3em 1em 0.2em 1em;
	color: #ffffff;
}

.form_area .message
{
	display: block;
	color: #B42828;
	background-color: rgba( 230, 60, 80, 0.05 );
	padding: 0 1em;
	border: 5px solid rgb( 210, 40, 40 );
	border-radius: 0.25em;
	margin: 1em 0;
	box-shadow: 0 3px 6px -3px rgba(100, 0, 0, 0.5) inset;
}

.form_area h3,
.form_area .h3
{
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	margin: 0.5em 0;
	text-shadow: none;
}

.text_small
{
	font-size: 0.8em;
}

