﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FORMS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.form-table
{
	background-color: #f0f6fb;
	border: solid 1px #c6def2;
	margin: 10px 0;
	width: 500px;
	font-size: .8em;
}

.form-table td
{
	padding: 8px;
	border-bottom: solid 1px #c6def2;
}

.form-table td.right
{
	border-right: solid 1px #c6def2;
}

.form-table td.label
{
	text-align: right;
	color: #444444;
	padding-left: 20px;
	font-family: Arial, Tahoma;
}

input.input-box
{
	vertical-align: middle;
	padding: 2px;
	color: #666666;
	border: 1px solid #c6def2;
}

input.button
{
	padding: 2px 5px;
	cursor: pointer;
}

input.flat-button
{
	border: 1px solid #c6def2;
	color: #666666;
	vertical-align: middle;
	cursor: pointer;
}

input.button-big
{
	padding: 2px 20px;
	cursor: pointer;
}

input.check-box
{
	color: #666666;
	padding-left: 3px;
	vertical-align: middle;
}

input.radio-button
{
	color: #666666;
	vertical-align: middle;
}

select.dropdown
{
	color: #666666;
	border: solid 1px #c6def2;
	width: 300px;
}

select.listbox
{
	color: #666666;
	border: solid 1px #c6def2;
}

textarea.input-box
{
	padding: 2px;
	color: #666666;
	border: 1px solid #c6def2;
}

.spin-input
{
	color: #666666;
	border: 1px solid #c6def2;
	padding: 1px;
	text-align: right;
}

span.radio-button
{
	color: #444444;
	padding: 2px;
	vertical-align: middle;
}

span.label
{
	color: #444444;
	padding-left: 10px;
	font-family: Arial, Tahoma;
	font-size: 10pt;
}

span.label2
{
	color: #444444;
	font-size: 10pt;
}

span.right-label
{
	color: #444444;
	padding-left: 3px;
	vertical-align: middle;
	font-size: 10pt;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 COMMAND BAR
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.command-bar
{
	text-align: right;
	color: #990000;
	padding-top: 3px;
	font-size: 10pt;
	font-family: Tahoma, Arial;
}

.command-bar a
{
	color: #990000;
	font-weight: bold;
}

.command-bar a:link, .command-bar a:visited, .command-bar a:active
{
	text-decoration: underline;
}

.command-bar a:hover
{
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 COMMAND BUTTONS
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.del-button
{
	background: url(images/delete.png) no-repeat;
	border: 0;
	cursor: pointer;
	margin-left: 5px;
	height: 16px;
	width: 16px;
	vertical-align: top;
}

.edit-button
{
	background: url(images/edit.png) no-repeat;
	border: 0;
	cursor: pointer;
	margin-left: 5px;
	height: 16px;
	width: 16px;
	vertical-align: top;
}

.add-button
{
	background: url(images/add20.png) no-repeat;
	border: 0;
	cursor: pointer;
	margin-left: 5px;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

.remove-button
{
	background: url(images/remove20.png) no-repeat;
	border: 0;
	cursor: pointer;
	margin-left: 5px;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 CATEGORY BROWSE
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.category-browse
{
	background-color: #F0F6FB;
	list-style-position: inside;
	list-style-type: circle;
	color: #444444;
	overflow: hidden;
	padding: 10px;
}

ul.category-browse ul
{
	list-style-type: circle;
	margin-left: 20px;
}

ul.category-browse li
{
	padding-top: 5px;
}

ul.category-browse img
{
	vertical-align: middle;
	padding-right: 4px;
}

ul.category-browse .category-name
{
	cursor: default;
}

li.category-state-highlight
{
	border-top: 3px solid #FF9933;
	background-color: #FFFFCC;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PUBLICATION BROWSE (SELECT)
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.publications
{
	width: 100%;
	table-layout: fixed;
	font-size: 10pt;
}

table.publications th
{
	font-family: Verdana, Arial; 
	font-weight: bold;
	color: #140F06;
	padding: 4px 5px;
	background: #ECEADF url(images/ui-bg_fine-grain_15_eceadf_60x60.png) repeat scroll 50% 50%;
}

table.publications tr.odd td
{
	background-color: #F7F7F7;
}

table.publications td
{
	padding: 3px 5px;
}

table.publications td.command
{
	padding: 3px 0;
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 ANNOTATION CONTROL
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.annotation
{
	width: 100%;
	border-style: none;
	font-size: 10pt;
	color: #666666;
}

table.annotation #annotation
{
	width: 90%; 
	border: dashed 1px #60A4DB;
	vertical-align: top;
	padding: 2px 5px;
}

table.annotation td.command
{
	width: 10%; 
	border-style: none;
	padding: 0 0 0 5px;
	vertical-align: top;
}

#editAnnotation, #searchDescription, #editDescription, #addStory
{
	cursor: pointer;
	padding: 2px;
}

#saveDocument:hover, #saveSubject:hover
{
	text-decoration: underline;
}

/* Authors ComboBox */
div.jqmAuthors {
	display: none;
	position: absolute;
	overflow: hidden;
	font-family: verdana,tahoma;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DOCUMENTS (IMAGES, FILES etc) SELECT 
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.documents-select
{
	width: 100%;
	font-size: 10pt;
	padding: 10px;
}

table.documents-select th
{
	font-family: Verdana, Arial; 
	font-weight: bold;
	color: #140F06;
	padding: 4px 5px;
	background: #ECEADF url(images/ui-bg_fine-grain_15_eceadf_60x60.png) repeat scroll 50% 50%;
}

table.documents-select td
{
	padding: 2px 5px;
	background-color: #FFF;
}

table.documents-select .name
{
	width: 40%;
}

table.documents .date
{
	width: 10%;
}

table.documents-select tr.odd td
{
	background-color: #F0FFD5;
}

table.documents-select a
{
	color: #528c00;
	font-weight: normal;
}

table.documents-select a:link, table.documents-select a:visited, table.documents-select a:active
{
	text-decoration: none;
}

table.documents-select a:hover
{
	text-decoration: underline;
}

.filter-panel
{
	background-color: #d5ff84;
	color: #528c00;
	padding: 3px 5px;
	font-size: 11px;
	min-width: 500px;
	overflow: hidden;
}

.filter-panel input { vertical-align: middle; }

input.filter-box
{
	color: #528c00;
	background-color: #d5ff84;
	border: 1px solid #528c00;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATA PAGER
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.data-pager
{
	margin-top: 5px;
	font-family: Verdana;
	font-size: 10pt;
	text-align: right;
	vertical-align: middle; 
	padding: 2px 0;
	background-color: #F7F7F7;
}

.page-button img
{
	vertical-align: middle; 
}

.pager-item
{
	font-weight: normal;
	padding: 0 3px;
	vertical-align: middle; 
	color: #4B5B64 !important;
}

.pager-cur-item
{
	font-weight: bold;
	padding: 0 3px; 
	vertical-align: middle; 
	color: #000;
}

.pager-cur-item:before { content: '['; }
.pager-cur-item:after { content: ']'; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 INNER EDIT TABLES
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.document-list
{
	float: left;
	border-style: none;
	table-layout: fixed;
}

table.document-list td
{
	border-style: none;
	padding: 0;
	vertical-align: top;
}

div.subject-list
{
	padding: 2px 10px;
}

div.subject-list input
{
	margin-right: 4px;
}

.picture
{
	width: 204px;
	border-left: solid 1px #c6def2;
	padding: 3px !important;
	text-align: center;
}

#smallPicturePanel
{
	width: 70px;
	padding: 3px;
	text-align: right;
	float: right;
	border-left: solid 1px #c6def2;
}

table.inner
{
	width: 100%;
	border-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial,Tahoma;
}

table.inner td
{
	border-style: none;
	padding: 0;
}

.gallery li
{
	border: 3px double #808080;
	margin: 2px !important;
	background: #FFF;
}

.gallery li.active { border: 3px solid #444444; }
.gallery li.hover { border: 3px double #000; }

.galleria_wrapper
{
	width: 340px;
	height: 280px; 
	overflow: auto;
}

.galleria_container .caption 
{
	font-size: 12px;
}

.loader-icon 
{ 
	background: url(images/loader.gif) center center no-repeat; 
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
} 

.loader-icon-inline
{ 
	background: url(images/loader.gif) center center no-repeat; 
	height: 24px;
	width: 24px;
	position: absolute;
} 

table.simple
{
	width: 100%;
}

table.simple td
{
	padding: 2px 4px;
}

tr.selected td
{
	background-color: #A8EEFF !important;
}

img.left-icon
{
	vertical-align: text-bottom;
	margin-right: 2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 BANDED VIEW TABLE
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.banded-view
{
	width: 100%;
	table-layout: auto;
	font-size: 10pt;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

table.banded-view th
{
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #140F06;
	padding: 4px 5px;
	border: 1px solid #C0C0C0;
	background: #ECEADF url(images/ui-bg_fine-grain_15_eceadf_60x60.png) repeat scroll 50% 50%;
}

table.banded-view tr.odd td
{
	background-color: #F7F7F7;
}

table.banded-view tr.first td
{
	padding-top: 8px;
}

table.banded-view tr.second td
{
	padding-bottom: 8px;
}

table.banded-view td
{
	padding: 3px 5px;
	overflow: hidden;
}

table.banded-view td.full
{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	vertical-align: middle;
}

table.banded-view td.command
{
	padding: 3px 0;
	text-align: right;
}

table.banded-view td.summary
{
	font-family: Verdana, Arial;
	font-weight: bold;
	padding-top: 10px;
	background: #ECEADF url(images/ui-bg_fine-grain_15_eceadf_60x60.png) repeat scroll 50% 50%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PART CONTROL
		 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.part-control
{
	float: left;
	margin: 10px;
	background-color: #F4F8FB;
	padding: 1px 2px 0px 2px;
	border: 1px solid #ADCCE2;
	border-radius: 10px;
	-moz-box-shadow: 4px 4px 7px #999;
	-webkit-box-shadow: 4px 4px 7px #999;
	box-shadow: 4px 4px 7px #999;
}

.part-header
{
	background-color: #5779B7;
	font-size: 10pt;
	font-weight: bold;
	color: #fff; 
	padding: 5px 4px;
	text-shadow: #000 0px 1px 1px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.part-bottom
{
	margin-top: 5px;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 4px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #ECEADF;
}

.part-continue
{
	margin-top: 4px;
	border-top: solid 1px #C0C0C0;
	font-size: 8pt;
	text-align: right;
	padding: 3px;
	color: #444444;
}

.part-continue-icon
{
	float: right;
	width: 16px; height: 16px; 
	background-image: url(images/flick/ui-icons_666666_256x240.png);
	background-position: -64px -192px;
	margin: 0 4px;
}



