﻿body
{
    background-color: #fff;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 8pt;
	background-repeat: repeat-x;
	margin: 0;
	min-width: 1024px;
}

/* Styles for basic forms
-----------------------------------------------------------*/

h1
{
	color: #2b526c;
	padding: 0.25em 1em;
}

fieldset 
{
	border:1px solid #ddd;
	padding:0 1.4em 1.4em 1.4em;
	margin:0 0 1.5em 0;
}

legend 
{
	font-size:1.2em;
	font-weight: bold;
}

textarea 
{
	min-height: 75px;
	min-width: 350px;
}

input, textarea, select
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 8pt;
}

.editor-label 
{
	margin: 1em 0 0 0;
}

.editor-field 
{
	margin:0.5em 0 0 0;
}

.editor-buttons
{
	margin-top: 10px;
	clear: both;
}
.editor-buttons a
{
	vertical-align: top;
	padding: 0px;
	*padding: 1.7px 0px;
}
.editor-divider
{
    border-top: 1px dashed #ccc;
    margin: 15px 2px;
}
.horizontal-divider
{
    border-top: 1px dashed #ccc;
    margin: 2px 2px;
    width: 100%;
    height: 1px;
}

.bold
{
	font-weight: bold;
}

a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 8pt;
	color: #000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
.ui-state-default a:hover
{
	text-decoration: underline!important;
}
.ui-datepicker
{
	z-index: 999!important;
}
a img
{
	border: 0px none #000;
}

.disabled-link
{
    cursor: default;
    text-decoration: none;
    color: #A0A0A0!important;
}

.assign-link, .edit-link, .delete-link, .save-link, .cancel-link
{
    float: left;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    padding: 0px;
    margin: 0px;
    text-indent: -9999px;
}
.assign-link
{
    background-image: url(../images/assign_24.png);
}
.edit-link
{
    background-image: url(../images/edit_24.png);
}
.delete-link
{
    background-image: url(../images/delete_24.png);
}
.save-link
{
    background-image: url(../images/save_24.png);
}
.cancel-link
{
    background-image: url(../images/cancel_24.png);
}
.icon-link-divider
{
    float: left;
    width: 2px;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    border-right: 1px solid #c5dbec;
}

.standard-box
{
    padding: 10px;
    height: 250px;
    border: 1px dashed #ccc;
}

.inactive-layout
{
	display: none;
}
.no-wrap
{
    overflow: hidden;
    white-space: nowrap;
}
.emphasis
{
    font-weight: bold;
    color: green;
}

.no-padding { padding: 0px; }
.no-padding-left { padding-left: 0px; }
.no-padding-right { padding-right: 0px; }
.no-padding-top { padding-top: 0px; }
.no-padding-bottom { padding-bottom: 0px; }

.medium-margin-left { margin-left: 5px; }
.medium-margin-right { margin-right: 5px; }
.medium-margin-top { margin-top: 5px; }
.medium-margin-bottom { margin-bottom: 5px; }
.medium-margin { margin: 5px; }

.large-margin-left { margin-left: 10px; }
.large-margin-right { margin-right: 10px; }
.really-large-margin-right { margin-right: 20px; }
.large-margin-top { margin-top: 10px; }
.large-margin-bottom { margin-bottom: 10px; }
.large-margin { margin: 10px; }

.medium-padding-left { padding-left: 5px; }
.medium-padding-right { padding-right: 5px; }
.medium-padding-top { padding-top: 5px; }
.medium-padding-bottom { padding-bottom: 5px; }
.medium-padding { padding: 5px; }

.large-padding-left { padding-left: 10px; }
.large-padding-right { padding-right: 10px; }
.large-padding-top { padding-top: 10px; }
.large-padding-bottom { padding-bottom: 10px; }
.large-padding { padding: 10px; }

.content
{
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

/* EpiqSystems Branding
----------------------------------------------------------*/

.page
{
	margin-left: 30px;
	margin-right: 30px;
}

#main
{
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
    margin-left: 30px !important;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}
#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
}
#branding
{
    background-color: #56a2d6;
	background-repeat: repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	height: 90px;
	width: 100%;
	clear: both;
	overflow: hidden;
}
#logo
{
	background-color: #56a2d6;
	background-repeat: repeat-y;
	background-position: top left;
	height: 90px;
	width: 100%;
}
#branding img 
{
	padding: 0px;
	margin: 0px;
	border: 0px solid #FFF;
	float: left;
}
#applicationName, #applicationModule
{
	color: #faf890;
	font-size: 20px;
	position: relative;
	font-weight: normal;
	font-family: 'eras medium itc' , 'Lucida Sans Unicode' ,verdana,Arial;
	bottom: -40px;
	float: left;
}
#applicationModule
{
	font-style: italic;
}
#welcome
{
	padding: 0px 5px 0px 0px;
	text-align: right;
	float: right;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #fff;
	background-color: Transparent;
}
#welcome a
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #fff;
}
#welcome a:hover
{
}
#topBar
{
	width: 100%;
	background: url(../images/flipper_bg.png) #fff repeat;
	height: 16px;
}
#phone
{
	float: left;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
}
#navcontainer
{
	margin: 20px 0px; float: right
}
#nav
{
	position: absolute;
	right: 0px;
	top: 35px;
}
#nav LI
{
	list-style-type: none; margin: 5px 10px; float: left; vertical-align: middle; list-style-image: none
}
#nav LI + LI
{
	border-left: #ddd 2px solid; padding-left: 10px; margin-left: 0px
}
#nav LI A
{
	font-family: verdana, helvetica, sans-serif; color: #fff; font-size: 1.3em; font-weight: bold; text-decoration: none
}
#projectInformation
{
	position: absolute;
	right: 5px;
	bottom: 15px;
}
#projectInformation h1
{
    font-size: 10pt !important;
    color: #2b526c !important;
    font-weight: bold !important;
    display: inline !important;;
    margin:0 5px 0 0 !important;
    line-height: 1em !important;
    padding: 0 !important;
}
#projectInformation a
{
    color: #fff;
}
#menucontainer
{
    height: 30px;    
    background: url(../images/flipper_bg.png) #fff repeat;
}
#menubar
{
	float: left;
	width: 100%;
	margin-right: -250px;
}
#menu
{
	position: relative;
	height: 17px;
	width: 421px;
	padding: 5px 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	overflow: hidden;
}
#menu li
{
	float: left;
	list-style: none;
	margin: 5px 10px;
}
#menu li a
{
	font: bold 0.7em;
	font-family: Verdana, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #fff;
}
.back-button
{
    display: inline-block;
    float: right;
    margin: 6px;
}
#footer
{
	color: #555;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}
#footer span
{
	color: #333;
	padding: 0px 3px;
	vertical-align: middle;
}
#footer a
{
	color: #333;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px;
	margin: 0px;
}

#login-frame
{
    margin: auto;
    overflow: hidden;
    width: 350px;
}

#login-content
{
    margin-top: 25px;
    margin-bottom: 25px;
}

#search span
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: text-top;
	color: #FFF;
}
#searchBox
{
	margin: 5px 5px;
	width: 175px;
}

.search-highlight
{
	color: green;
}

.loading-icon
{
	position: absolute;
	top: 50%;
	left: 50%;
}

.instruction
{
	padding: .5em;
}

.watermark
{
	text-align: center;
	color: #aaa;
}

.disclaimer
{
    overflow: hidden;
	background: #fbf1cf;
	border: 1px solid #ccc;
	padding: .5em 1em .5em 1em;
	line-height: 1.5;
	margin-bottom: 15px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

.ui-table
{
    width: 100%;
}
.ui-table thead td
{
    height: 16px;
    border: 1px solid #c5dbec;
    background: #dfeffc url(themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2e6e9e;
}
.ui-table thead td.sortable
{
    cursor: pointer;
}
.ui-table tbody td
{
    vertical-align: top;
}

.ui-sort-asc
{
}

.ui-sort-desc
{
}

.ui-alternate
{
    background: #f5f5f5;
}

.edit-table
{
	border:1px solid #ccc;
}

.empty-results
{
    min-height: 40px;   
}

/* MISC  
----------------------------------------------------------*/
.hidden
{
    display: none;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.inline-block
{
    display: inline-block;    
}
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

.scrollable
{
	overflow: auto;
}

.max-height
{
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: auto;
}
.max-height tbody
{
	min-height: 150px;
}

.center-container
{
	width: 100%;
	text-align: center;
}
.center-content
{
	margin: 0 auto;
}
.center-content img
{
	margin: auto auto;
}

.image-list
{
    text-align: center;
}

.image-list div
{
    display: inline-block;
    *display: inline;
    padding: 5px;
    margin: 0 auto;
}

.image-link
{
    display: inline-block;
    text-align: center;
}
.image-link a
{
}

.ui-icon-light
{
	background-image: url(../images/light-ui-icons.png)!important;
	width: 16px;
}

.ui-icon-rss
{
	background-image: url(../images/rss15.jpg)!important;
	width: 15px;
	height: 15px;
}
.ui-icon-rss-32
{
	background-image: url(../images/rss32.png)!important;
	width: 32px!important;
	height: 32px!important;
}

.ui-icon-closethick
{
    cursor: pointer;    
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
	margin-left: 0px;
}
.validation-summary-errors ul
{
    margin-left: 0px;
    padding-left: 15px;
    list-style-type: none;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
	margin: 0.25em 0px;
}
.editor-label
{
	font-weight: bold;
}

.display-field,
.editor-field
{
	margin: 0.25em 0.25em 0.5em 0px;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}

.money
{
    text-align: right;
}

/* Extentions on the jquery theme
----------------------------------------------------------*/

.ui-widget
{
    overflow: hidden;
	background: #fbf1cf;
	border: 1px solid #ccc;
	padding: .5em 1em .5em 1em;
	line-height: 1.5;
}
.ui-widget .ui-widget-header
{
	color: #363636;
	background: none;
	border: #ccc 0px;
	border-bottom: #363636 1px dotted;
	overflow: hidden;
}
.ui-widget .ui-widget-header-font
{
	color: #363636;
	background: none;
	border: #ccc 0px;
	border-bottom: #363636 1px dotted;	
	font-size:10pt;
	font-weight: bold;	
}

.ui-widget a
{
	color: #363636;
}

.ui-widget ul
{
    margin-left: 5px;
    padding: 0px;
}
.ui-widget ul li
{
    margin-left: 0px;
    list-style-type: none;
}

.ui-widget-overlay {
    background: black;
    filter: alpha(opacity=70);
    opacity: .7;
    position: fixed!important; /* <---------- */
    top: 0!important;          /* <---------- */
    left: 0!important;         /* <---------- */
}

.ui-autocomplete
{
    max-height: 300px;
    overflow-y: auto;
}

/* Extentions on the jquery theme
----------------------------------------------------------*/

.ui-filter
{
}

.ui-filter-input
{
    width: 95%;
}

.ordered-list
{
	display: block;
}
.ordered-list-item
{
}
.autosize
{
	display: table;
	width: 1px;
}
.autosize > div
{
	display: table-cell;
}

/* Styles for Multi-column layouts
----------------------------------------------------------*/

.left-action-container
{
    overflow: hidden;
    width: 100%;
}
.action-panel
{
	width: 250px;
}
.action-panel-content
{
    padding: 10px 15px;
    margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.action-panel select
{
    width: 100%;
    overflow: hidden;
}
.action-panel input[type=text], .action-panel input[type=input]
{
    width: 210px;
}
.left-action-container .action-panel
{
    float: left;
    vertical-align: top;
}
.left-action-content
{
    float: left;
    margin-left: 10px;
}

.left-content
{
	float: left;
	width: 100%;
	margin-right: -300px;
}
.left-content > div
{
	margin-right: 300px;
}
.right-content
{
	float: right;
	width: 250px;
}

.half
{
    float: left;
    width: 45%;
}
.half + .half
{
    margin-left: 15px;
}

.large-column,
.large-column-fixed
{
	width: 250px;
	max-width: 250px;
}
.medium-column,
.medium-column-fixed
{
	width: 115px;
	max-width: 115px;
}
.small-column,
.small-column-fixed
{
	width: 80px;
	max-width: 80px;
}
.tiny-column,
.tiny-column-fixed
{
	width: 25px;
	max-width: 25px;
}
.large-column-fixed, .medium-column-fixed, .small-column-fixed, .tiny-column-fixed
{
	overflow: hidden;
	white-space: nowrap;
}

/* Styles for pick lists and other popup editors
----------------------------------------------------------*/
.picklist
{
}
table.picklist
{
	width: 100%;
}
table.picklist tbody td
{
	cursor: pointer;
}

.picklist-div
{
    margin-bottom: 10px;
}
    
.picklist-link
{
    float: right;
    cursor: pointer;
    outline: none;
}
    
.picklist-master
{
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background: #eaf4fd;
    border-top: 1px solid #3b5997;
}
    
.picklist-item
{
    padding: 3px;
    border-left: 1px solid #3b5997;
    border-right: 1px solid #3b5997;
    border-bottom: 1px solid #3b5997;
}

.picklist-item:hover
{
    background: #86b5d9;    
}

.popup-form input[type=text],
.popup-form input[type=file],
.popup-form textarea
{
    width: 97%;
}

.info-popup-icon
{
    cursor: pointer;
    margin-left: 3px;
}
.info-popup
{
    position: absolute;
    z-index: 98;
    background: #FFF;
    border: 2px solid #3e61a1;
    padding: 8px;
    width: 200px;
    
    -moz-border-radius: .6em;
    -webkit-border-radius: .6em;
    border-radius: .6em;
}
.info-popup-content
{
    margin-right: 20px;
    margin-top: 5px;
}
.info-popup-header
{
    display: block;
    font-weight: bold;
    clear: both;
}
.info-popup-detail
{
    display: block;
    margin-bottom: 4px;
    padding-left: 4px;    
}

caption .pager
{
	text-align: left;
}
.pager
{
    overflow: hidden;
	background: url(themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) #dfeffc repeat-x 50% 50%;
	border: #c5dbec 1px solid;
	height: 16px;
}
.pager-button
{
	cursor: pointer;
}
.pager-link
{
	cursor: pointer;
	padding-left:20px;
	display: inline-block;
}
.pager-expand-link
{
	float: right;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    padding-right: 15px;
}
a.pager-button
{
    display: inline-block;
	color: #2e6e9e;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px #ccc dotted;
}
a.pager-button-last
{
	border-right: 0px;
}
a.pager-button-selected
{
	font-weight: bold;
	background-color: #fff;
}
.pager-icon
{
    width: 16px;
    padding: 0px!important;
    margin: 0px;
    text-indent: -9999px;
}
.pager-input
{
	padding-right:50px; 
}
.pager-icon-first
{
	background: url(../images/first.png) #dfeffc no-repeat;
}
.pager-icon-prev
{
	background: url(../images/previous.png) #dfeffc no-repeat;
}
.pager-icon-next
{
	background: url(../images/next.png) #dfeffc no-repeat;
}
.pager-icon-last
{
	background: url(../images/last.png) #dfeffc no-repeat;
}
.pager-total
{
    display: inline;
    margin-left: 5px;
    margin-right: 10px;
    color: #222;
}

.datepicker
{
	text-align: right;
}
.date-box
{
    width: 100px;
    margin-right: 10px;
    text-align: center;
}

.date-div
{
    margin-top: 5px;    
}

.docket-date-div
{
    padding-left: 5px;
    margin-top: 11px;    
}

.tiny
{
	width: 30px;
}
.icon
{
	width: 16px;
	height: 16px;
	padding-right: 2px;
}
.lock-icon
{
    width: 16px;
    height: 16px;
    background-image: url(../images/lock_16.png);
}
.flag-icon
{
    width: 16px;
    height: 16px;
    background-image: url(../images/flag_16.png);
}
.expand
{
	background-image: url(../images/expand.gif);
	background-position: 0px -4px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.collapse
{
	background-image: url(../images/collapse.gif);
	background-position: 0px -4px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.actionPanelButton
{
	width:130px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.fl-ib
{
    float: left;
    display: inline-block;    
}

.dialog-input
{
    width: 100%;
    overflow: hidden;
}

textarea
{
    resize: none;
}

.unauthorized-body
{
    height: 200px;
}

.unauthorized-header
{
    color: #cc3333;    
}

.resetPassword-input
{
    width: 100%;
}

.document-list-link
{
    cursor: pointer;
    text-decoration: underline;
}

.document-list-container
{
    width: 105px;
	max-width: 105px;
    display: none;
}

.document-list-container a
{
    white-space: normal;    
}

.document-list-divider
{
    padding: 5px 3px;
    border-bottom: 1px solid #ccc;
}

.document-list-item
{
    clear: both;
    margin-bottom: 3px;
}

.document
{
	position: relative;
    width: 100%;
}
div.document { margin-right: 30px; }
td.document { padding-right: 30px; }

.document a
{
	position: relative;
    z-index: 2;
}
.document-hover,
.document-hover-bg
{
    position: absolute;
    top: -1px;
    left: 0;
    padding-bottom: 2px;
    width: 100%;
    height: 100%;
    min-height: 24px;
}
.document-hover
{
	display: none;
    z-index: 1;
}
.document-hover-bg
{
    background: #000;
    filter: alpha(opacity=10);
    opacity: .1;
    z-index: 0;
}
.document-hover-options
{
	position: absolute;
	top: 4px;
	right: 0px;
	z-index: 999;
}
.document-hover-copy,
.document-hover-config
{
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	z-index: 5;
}
.document-hover-copy
{
	background: url(../images/copy_16.png) no-repeat;
}
.document-hover-config
{
	display: none;
	background: url(../images/config_16.png) no-repeat;
}
.document-url-container
{
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	z-index: 999;
}
.document-url-container input
{
	width: 250px;
}

#right-toolbar
{
	position: absolute;
	top: 155px;
	left: 5px;
	filter: Alpha(opacity=50);
	opacity: .5;
}
#right-toolbar:hover
{
	filter: Alpha(opacity=100);
	opacity: 1;
}
#rssIcon
{
	width: 15px;
	height: 15px;
}

.unauthorized-body
{
    height: 200px;
}

.unauthorized-header
{
    color: #cc3333;    
}

#bookmark
{
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 30px;
}
.bookmarkImage
{
    margin-top: 7px;
    background-image: url(../images/favIcon.png);
    background-repeat: no-repeat;
    height: 16px;
    min-width: 16px;
    display: inline-block;
    margin-right: 5px;
}
.bookmarkText
{
    margin-top: 8px;    
}

.popup-textbox
{
    width: 110px!important;
}

.add-new-img
{
    background-image: url(../images/right_arrow_16.png);
    height: 14px;
    cursor: pointer;
    background-repeat: no-repeat;
    width: 14px;
    margin-left: 3px;
    margin-top: 3px;
}

#query-dialog textarea
{
    width: 100%;
    height: 350px;    
}