﻿html
{
	direction: inherit;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none; /*scrollbar-face-color: #e0dcd0; scrollbar-shadow-color: #999999; scrollbar-highlight-color: #FFFFff; scrollbar-3dlight-color: #FFFFCC; scrollbar-darkshadow-color: black; scrollbar-track-color: #f0e8d8; scrollbar-arrow-color: #666633;*/
}

input, tr, td, select
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

table
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

div
{
	text-align: left;
}

br
{
	clear: both;
}

hr
{
	border-style: none;
	height: 1px;
	color: #007CB9;
	background-color: #007CB9;
}

#master-body
{
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#master-body #header
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#master-body #content
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
}

#master-body #content table.content
{
	width: 100%;
	height: 450px;
}

#master-body #footer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*a
{
	font-size: 8pt;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

a:hover
{
	font-size: 8pt;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}*/

a.bar
{
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.bar:hover
{
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.wunderline
{
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
}

a.wunderline:hover
{
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.barunderline
{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.barunderline:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.tree
{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

a.tree:hover
{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

a.newdocument
{
	font-size: 8pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
}
a.newdocument:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a.navigate
{
	font-size: 8pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
}

a.navigate:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a.filter_selected
{
	font-size: 8pt;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
a.filter_selected:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}

.option_category
{
	display: block;
	padding: 3px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	background-color: #F4F4F4;
	border: solid 1px #CCCCCC;
	color: #666666;
}

.option_category:hover
{
	display: block;
	padding: 3px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	background-color: #CCCCCC;
	border: solid 1px #333333;
	color: #000000;
}

.option_selected
{
	display: block;
	padding: 3px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	background-color: #E8F3FF;
	border: solid 1px #CCCCCC;
	color: #0066CC;
}

.option_selected:hover
{
	display: block;
	padding: 3px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #E8F3FF;
	vertical-align: middle;
	border: solid 1px #333333;
	color: #0066CC;
}

.document-title
{
	font-size: 8pt;
	font-weight: bold;
}

a.template_item
{
	color: #000000;
	background-color: #F4F4F4;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	border: solid 1px #CCCCCC;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	padding: 3px;
}

a.template_item:hover
{
	color: #0066CC;
	background-color: #E8F3FF;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	border: solid 1px #CCCCCC;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	padding: 3px;
}

.nowrap
{
	white-space: nowrap;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.copyright
{
	font-size: 11px;
}

.module_title
{
	float: right;
	padding: 3px;
	text-align: center;
	background: #FFCC00;
	font-size: 10px;
	font-weight: bold;
	min-width: 120px;
	width: auto !important;
	width: 120px;
}

.module_title a, .module_title a:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}

.header_bar
{
	width: 650px;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #007CB9;
	border-color: #000000 #FFFFFF;
}

.header_toolbar
{
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #007CB9;
	border-color: #000000 #FFFFFF;
}

.main_title
{
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.folder_name
{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bluehorline
{
	color: #007cb9;
	background-color: #007cb9;
	border: 0px;
	height: 1px;
}

.folder-bar
{
	width: 250px;
}

.folder-tree
{
	width: 250px;
	height: 330px;
}

.document_header
{
	background-color: #F0F0F0;
}

.thumbnail_view
{
	width: 100%;
	height: 400px;
	border: dotted 1px #999999;
	overflow: auto;
	padding-right: -5px;
	text-align: center;
}

.thumbnail_item, .thumbnail_item:hover
{
	display: block;
	width: 120px;
	height: 140px;
	padding: 5px;
	background-color: #ffffff;
	border: dotted 1px #ffffff;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
}

.thumbnail_item:hover
{
	background-color: #f0faff;
	border-color: #999999;
}

.errortext
{
	font-size: 8pt;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.smallerror
{
	font-size: 9px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.errortxt
{
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.success
{
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.separator
{
	width: 5px;
	background-image: url(    'Images/vert_border.gif' );
	background-repeat: repeat-y;
}

.context_box
{
	width: 99%;
	background-color: #ffffcc;
	border: dashed 1px #999999;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.document-status
{
	clear: both;
	background-color: #ffffcc;
	border: dashed 1px #999999;
	color: red;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px;
	text-decoration: none;
}

.status_text
{
	font-size: 8pt;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.login_options
{
	padding: 7px;
	border: dashed 1px #999999;
	background-color: #f2f9ff;
}

.comments-text
{
	margin-top: 5px;
	padding: 2px;
	border: dashed 1px #999999;
	background-color: #ffffe1;
	white-space: normal;
	word-break: break-all;
}

.message_panel
{
	padding-top: 5px;
	padding-bottom: 3px;
}

.message_text
{
	border: dashed 1px #999999;
	background-color: #ffffe1;
	white-space: normal;
	word-break: break-all;
}

.message_link
{
	font-size: 8pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
}

.message_link:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.description_text
{
	padding: 3px;
	margin: 4px 0px 4px 0px;
	border: dashed 1px #999999;
	background-color: #ffffe1;
}

.setting_name
{
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.setting_value
{
	font-size: 8pt;
	font-weight: bold;
	color: #0066CC;
}

.setting_link_title
{
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.setting_link
{
	font-size: 8pt;
	font-weight: bold;
	color: #0066CC;
}

a.setting_link:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #0066CC;
}

.wizard_body
{
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 100%;
}

.wizard_client_area
{
	overflow: auto;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.scrolled_memo
{
	border: dotted 1px #999999;
	overflow: auto;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.scrolled_area
{
	border: dotted 1px #999999;
	overflow: auto;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.section_area
{
	border: dotted 1px #999999;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.search_filter
{
	background-color: #eff3ff;
	border: solid 1px #999999;
	padding: 5px;
}

.search_keywords
{
	background-color: #ffffff;
	border: solid 1px #999999;
	border-width: 0px 1px 0px 1px;
}

.search_options
{
	background-color: #eff3ff;
	border: solid 1px #999999;
}

.keyword_info
{
	background-color: #ffffe1;
	border: dashed 1px #999999;
}

.keywords_list
{
	background-color: #ffffff;
	border: dashed 1px #999999;
}

.indextxt
{
	font-size: 7pt;
	color: #666666;
	text-align: justify;
}

.attribute_name
{
	font-size: 8pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
}

.attribute_required
{
	color: red;
}

.attribute_readonly
{
	font-size: 8pt;
	font-weight: bold;
	background-color: linen;
	color: #007CB9;
	border-style: groove;
	text-decoration: none;
}

.value_name
{
	font-weight: bold;
}

.new_version
{
	color: red;
	font-weight: normal;
}

.work_version
{
	color: maroon;
	font-weight: bold;
}

.work_version_state
{
	color: red;
	font-weight: normal;
}

.stepstxt
{
	font-size: 10pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
}

.stepstxtdone
{
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.steps_title
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.stepstxtdisabled
{
	font-size: 10pt;
	font-weight: bold;
	color: #CFCFCF;
	text-decoration: none;
}

.stepstxtdisabledsmall
{
	font-size: 8pt;
	font-weight: normal;
	color: #CFCFCF;
	text-decoration: none;
}

.deadline-ok
{
	color: Green;
}

.deadline-away
{
	color: #0066CC;
}

.deadline-over
{
	color: Red;
}

.content_table
{
	border: solid 1px #999999;
	background-color: #ffffff;
	border-collapse: collapse;
}

.content_table a
{
	font-size: 8pt;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

.content_table a:hover
{
	color: #0066CC;
	text-decoration: underline;
}

.novisited a
{
	color: #0099CC;
}

.novisited a:hover
{
	color: #0066CC;
}

.content_table .headerinfo
{
	background-color: #F0F0F0;
}

.content_title
{
	border: solid 1px #999999;
	border-width: 1px 1px 0px 1px;
	background-color: #eff3ff;
	font-size: 8pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.content_title a
{
	font-size: 8pt;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

.content_title a:hover
{
	font-size: 8pt;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}

.content_header
{
	font-weight: bold;
	background-color: #f0f0f0;
}

.content_header a
{
	font-size: 8pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
}

.content_header a:hover
{
	color: #990000;
}

.content_item
{
	background-color: #ffffff;
	font-size: 11px;
	vertical-align: top;
}

.content_item a
{
	font-size: 8pt;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

.content_item a:hover
{
	text-decoration: underline;
}

.content_item_hl
{
	background-color: #f0faff;
	font-size: 11px;
	vertical-align: top;
}

.document-filter
{
	margin: 0px;
	padding: 5px;
	height: 22px;
	border: solid 1px #999999;
	border-bottom: 0px;
	background-color: #eff3ff;
	color: #007CB9;
	font-size: 8pt;
	text-decoration: none;
	white-space: nowrap;
}

.calendar_a
{
	background-color: #87cefa;
	background-position: center;
}

.calendar_b
{
	color: #000000;
}

.calendar_c
{
	color: #606060;
}

.calendar_d
{
	background-color: #87cefa;
}

.calendar_e
{
	font-size: 8pt;
	color: #ffffff;
}

.calendar_f
{
	background-color: #4682b4;
}

.calendar_g
{
	background-color: #ffb6c1;
}

.calendar_h
{
	background-color: #dbeaf5;
}

.calendar_i
{
	background-color: #ffffff;
}

.object_code
{
	font-size: 8pt;
	font-weight: bold;
}

.object_name
{
	font-size: 8pt;
	font-weight: normal;
}

.document_card
{
	background-color: #ffffcc;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.object-title
{
	border: dashed 1px #999999;
	background-color: #ffffcc;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 5px;
}

.buttons
{
	cursor: pointer;
	color: #000000;
	width: 70px;
	height: 22px;
	font-size: 7pt;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: solid 1px #666666;
	background-image: url(    'Images/btn_back.gif' );
	behavior: url(    'buttons.htc' );
}

.buttons:hover, .buttons-hover
{
	cursor: pointer;
	color: #000000;
	width: 70px;
	height: 22px;
	font-size: 7pt;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: solid 1px #666666;
	background-image: url(    'Images/btn_back_o.gif' );
	behavior: url(    'buttons.htc' );
}

.buttons-normal
{
	width: 70px;
	height: 20px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #666666;
	border-left: solid 2px #ebebeb;
	border-right: solid 1px #666666;
	cursor: pointer;
	font-size: 11px;
	color: #000000;
	background-color: #dfdfdf;
}

.wizard-control
{
	height: 25px;
	padding: 3px;
}
.wizard-buttons
{
	margin: 5px;
	text-align: center;
}
.wizard-table
{
	width: 300px;
	height: 380px;
	border: dotted 1px #999999;
	overflow: auto;
	padding: 5px;
	background-color: white;
}

.vertlines
{
	color: #666666;
}

/*
th
{
	color: #666666;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
	background-color: #f0f0f0;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: solid 1px #999999;
}
*/

.base
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.smallheading
{
	font-weight: bold;
}

.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.updateProgress
{
	position: absolute;
	background-color: white; /*	 	background-color: gray; 	filter: alpha(opacity=70); 	mozopacity: 0.7; 	opacity: 0.7; 	*/
	padding: 0px;
	margin: 0px;
}

.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
}

.create_options
{
	padding: 7px;
	border: dashed 1px #999999;
	background-color: #f2f9ff;
}

.permission_list
{
	border: dashed 1px #999999;
	background-color: #f2f9ff;
}

.permission_list a
{
	font-size: 8pt;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

.permission_list a:hover
{
	font-size: 8pt;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}

.user_list
{
	width: 200px;
	position: absolute;
	padding: 3px;
	border: dashed 1px #999999;
	background-color: #ffffe1;
}

.updated_content
{
	height: 60px;
	height: auto !important;
	min-height: 60px;
}

#errorBox
{
	top: 100px;
	left: 10px;
	background-color: yellow;
	border: solid 1px Black;
	padding: 10px;
	font-family: Sans-Serif;
	font-size: 10pt;
	position: absolute;
	margin: 5px;
}

.quicksearchbox a, .quicksearchbox a:hover
{
	font-size: 8pt;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

.quicksearchbox a:hover
{
	color: #0066CC;
	text-decoration: underline;
}

.admin-navigation a, .admin-navigation a:hover
{
	font-size: 8pt;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

.filter_title
{
	border: none;
	background-color: #ffffff;
}

.filter_title a
{
	font-size: 8pt;
	font-weight: normal;
	color: #0099CC;
	text-decoration: none;
}

.filter_title a:hover
{
	font-size: 8pt;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}

.filter_title a.selected
{
	font-size: 8pt;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}

.filter_title a.selected:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}

a.actions, a.actions:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
}

a.actions:hover
{
	color: #990000;
}

a.attribute_link, a.attribute_link:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
}

a.attribute_link:hover
{
	color: #990000;
}

a.prevnext, a.prevnext:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #007CB9;
	text-decoration: none;
}

a.prevnext:hover
{
	color: #990000;
}

.prevnext_arrow
{
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.handleImage
{
	width: 15px;
	height: 16px;
	background-image: url(Images/handle-hand.png);
	overflow: hidden;
	cursor: se-resize;
}

.handleText
{
	width: 16px;
	height: 16px;
	background-image: url(Images/handle-grip.png);
	overflow: hidden;
	cursor: se-resize;
}

.resizingImage
{
	padding: 0px;
	border-style: solid;
	border-width: 3px;
	border-color: #B4D35D;
}

.resizingText
{
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #7391BA;
}

.logintable tr
{
	height: 40px;
}

.logintable td
{
	vertical-align: top;
}

.sidebarContainer
{
	font-size: 7pt;
	color: #666666;
	text-align: justify;
}

.errorContainer
{
	padding: 10px;
	text-align: center;
	color: rgb(224, 16, 16);
	font-weight: bold;
}

.PersonProfileTblContainer
{
	padding: 5px;
	border: solid 1px #4d545b;
	font-weight: bold;
}

.PersonProfileTblContainer td
{
	color: #007cb9;
}
.PersonProfileTblContainer th
{
	color: #3d444b;
	text-align: center;
	background: #DDD;
}
.centerText
{
	text-align: center;
}
