html, body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
}

hr
{
	border: 1px solid #000000;
}

.search-button
{
	width: 15%; 
}

#leftcontent
{
	width: 20%; 
	float: left;
	height: 100%;
}

#rightcontent
{
	margin-left: 2%;
/*	border-left: 1px solid #006;
*/
}

#branding
{
	background: #eaeaea url(../images/sclogo.gif) no-repeat center left;
	height: 75px;
}

div#footer
{
	clear: both;
	padding: .5em 1em;
	text-align: right;
}

#NavMenu
{
	border: 1px solid #666;
	border-bottom: 0;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 12px 0;
}

#NavMenu a:link
{
	color: #333333;
}

#NavMenu a:visited
{
	color: #333333;
}

#NavMenu a:hover
{
	color: #333333;
}

#NavMenu div
{
	background-color: #C4CFE1;
}

#NavMenu div a
{
	background-color: transparent;
	border-top: 1px solid #EEEFF9;
	border-right: 0px solid;
	border-bottom: 1px solid #777;
	border-left: 1px solid #EEEFF9;
	color: #333;
	display: block;
	font-size: 16px;
	padding: 2px 0 2px 12px;
	text-decoration: none;
/*	width: 100%;*/
}

#NavMenu div a:visited
{
	color: #333;
}

#NavMenu div a:hover
{
	background-color: #94A0B6;
	color: #FFF;
}

#NavMenu div div
{
	background-color: #F2F7FB;
	border-left: 1px solid #666;
	margin: 0 0 0 12px;
}

#NavMenu div div a
{
	color: #333;
	font-size: 14px;
}

#NavMenu div div a:hover
{
	background-color: #C5C6D8;
	color: #FFF;
}

.collapsed
{
	background-image: url(../images/plus.gif);
	background-position: 8px 50%;
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px !important;
}

.currentPage
{
	font-weight: bold;
	background-color: transparent !important;
	color: #222 !important;
	padding: 2px 0 2px 20px !important;
}

.endItem
{
	background-image: none;
	padding: 2px 0 2px 20px !important;
}

.expanded
{
	background-image: url(../images/minus.gif);
	background-position: 8px 50%;
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px !important;
}

.disable-view
{
}

#InputForm
{
	/*height: 83%;*/
}

.button-thumbs-up
{
	background: url(../images/icon-thumbs-up.jpg) no-repeat center;
}

.button-thumbs-down
{
	background: url(../images/icon-thumbs-down.jpg) no-repeat center;
}

table#mainContent
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 97%;
}

td#contentArea
{
	border-width: 0;
	color: #442200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	/*vertical-align: top;*/
}

/* Formatting for the login area defined by SignIn.ascx */
div#login-info
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	margin-right: 10px;
	text-align: right;
	height: 40px;
}

div#login-info td
{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
}

div#login-info input
{
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

table#signin
{
	height: 18px;
	border: 0;
	padding: 0;
	width: 194px;
}

td#signin-button input
{
	background-image: url(../images/signin_default.gif);
	background-color: #eaeaea;
	width: 64px;
}

td#login-message
{
    color: Red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: center;
	width: 130px;
}

#LogoutLink
{
	text-align: right;
}

#LogoutLink a
{
	color: black;
}
/* End of formatting for the login area defined by SignIn.ascx */

/* General formatting for modules */
.ModuleCenter
{
	text-align: center;
	vertical-align: middle;
}

table#ModuleContent input
{
	border: 1px solid #284279;
	color: #000000;
	font: 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	width: 225px;
}

table#ModuleContent div
{
	padding: 0 0.2em 0 0.2em;
	background-color: Lime;
}

table#ModuleContent div div
{
	background-color: #F2F7FB;
	color: #3670A7;
    font-size: 75%;
	text-align: right;
	padding: 0.2em 0 0.2em;
	margin-right: 75px;
}

div#ModuleTitle
{
	background-color: #F2F7FB;
    color: #8B0000; /* darkred */
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
	text-align: center;
}

table#ModuleContent
{
	background-color: #fff;
    color: #333;
    font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}

h3.module-title
{
	background-color: #F2F7FB;
    color: #483D8B; /* darkslateblue */
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: normal;
	text-align: center;
	margin: 0;
}

.highlighted
{
	font-weight: bolder;
}

.invisible
{
	visibility: hidden;
}

.centered
{
	text-align: center;
}

.data-label
{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.data-entry-button
{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
}

.file-debutton
{
	width: 100%;
}

.date-field
{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

.date-field input
{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #102132;
	border: 1px solid #284279;
	margin-left: 0px;
	width: 6em ! Important;
}

.details-attorney-name
{
	width: 50%;
}

.details-attorney-firm
{
	width: 50%;
}

.new-attorney-name
{
	width: 45%;
}

.new-attorney-firm
{
	width: 45%;
}

.drop-down-calendar-button
{
	background-color: Transparent;
	background-image: url(../Images/calendar.gif);
	background-repeat: no-repeat;
	width: 22px ! Important;
	border: 0;
	margin: 0;
	background-position: center center;
}

.field-label
{
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3670A7;
	width: 25%;
}

.forced-break
{
	clear: both;
}

.full-section
{
	clear: both;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 90%;
	width: 100%;
	padding: 1px;
}

.grid-expand
{
	text-align: center;
}

.grid-expand-table
{
	background-color: #F4F4FF;
	/*font: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 100%;
	/* detailsGrid.HeaderStyle.Font.Bold = true; */
	width: 100%;
}

.grid-expand img
{
	border: 0;
}

.grid-field-date
{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.grid-field-date input
{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #102132;
	border: 1px solid #284279;
	margin-left: 0px;
	width: 6em ! Important;
}

.grid-item
{
	padding: 0;
}

.grid-item-alternate
{
	padding: 0;
}

.grid-item-indicator-ok
{
	background-color: #FAFDFA;
	color: #53A753;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.grid-item-ok
{
	background-color: #FAFDFA;
	color: #333;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.grid-item-ok-centered
{
	background-color: #FAFDFA;
	color: #333;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.grid-item-indicator-warning
{
	background-color: #FDFBF9;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A77036;
	text-align: left;
}

.grid-item-view
{
	text-align: center;
}

.grid-item-warning
{
	background-color: #FDFBF9;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.grid-item-warning-centered
{
	background-color: #FDFBF9;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.grid-footer
{
	background-color: #F2F7FB;
}

.grid-header
{
	background-color: #F2F7FB;
	font-size: 80%;
	text-align: center;
}

.grid-field input
{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #102132;
	border: 1px solid #284279;
	margin-left: 0px;
	width: 100%;
}

.grid-main
{
	background-color: #f9fbfd;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	width: 100%;
}

.grid-numeric
{
	text-align: right;
}

.grid-numeric input
{
	text-align: right;
}

.input-area
{
	background-color: #F2F7FB;
}

.input-area table
{
	border: 0;
	padding: 0;
	width: 100%;
}

.input-field
{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.input-field input
{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #102132;
	border: 1px solid #284279;
	margin-left: 0px;
	width: 100%;
}

.half-section
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 90%;
	float: left;
	width: 49.5%;
	padding: 1px;
}

.menu-list
{
	padding: .5em;
}

.menu-list ul
{
	margin: 0;
	list-style-type: none;
	text-align: center;
	position: relative;
	z-index: 2;
}

.menu-list li
{
	display: inline;
	text-align: center;
	padding: 0 1em;
}

.list-non-selected a
{
	color: #666;
	background-color: #fff;
	text-decoration: none;
}

.list-non-selected a:hover
{
	color: #000;
	border-top: 2px solid #66F;
	border-bottom: 2px solid #66F;
}

.list-selected a
{
	color: #000;
	border-top: 2px solid #6B6;
	border-bottom: 2px solid #6B6;
}

.anch-selected
{
	color: #000;
	border-top: 2px solid #6B6;
	border-bottom: 2px solid #6B6;
}

.menu-list li a
{
	color: #666;
	background-color: #fff;
	text-decoration: none;
}

.menu-list li a:hover
{
	color: #000;
	border-top: 2px solid #66F;
	border-bottom: 2px solid #66F;
}

.menu-list li#active a
{
	color: #000;
	border-top: 2px solid #6B6;
	border-bottom: 2px solid #6B6;
}

.module-title
{
	background-color: #F2F7FB;
    color: #8B0000; /* darkred */
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
	text-align: center;
}

.required input
{
	background-color: #EEE9BF ! Important; /* LemonChiffon */
}

.required-dropdown
{
	background-color: #EEE9BF ! Important; /* LemonChiffon */
}

.required-label
{
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D77036;
	width: 15%;
	text-align: center;
}

.required-radio
{
	font: 90%;
}

.required-radio input
{
	width: 1em;
	border: 0;
	vertical-align: middle;
	margin-right: .25em;
	margin-left: .5em;
}

.section-header
{
	text-align: center;
	padding-top: 0.1em;
}
/* End of general formatting for modules */

/* General formatting -- will probably change */
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
/* text style used for most text rendered by modules */
.Accent
{
    color: #8796ab;
    font-weight: bold;
}

.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    font-weight: normal;
}

.Normal p
{
	margin: 0.5em 0 0.5em;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #8B0000; /* darkred */
}

.ItemTitle p
{
	margin: 0;
}
/* End of styles used by Announcements and Events */

/* Styles used by Deposition Video Information */
.video-grid
{
	background-color: #F9F9FF;
	/*font: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 100%;
	/* detailsGrid.HeaderStyle.Font.Bold = true; */
	width: 100%;
	border: 1px solid #DDD;
}

.video-grid td
{
	border: 1px solid #DDD;
}

.video-grid-descr-header
{
}

.video-grid-descr-item
{
}

.video-grid-descr-footer
{
}

.video-grid-PandL-header
{
	text-align: center;
}

.video-grid-PandL-item
{
	text-align: center;
	width: 16%;
}

.video-grid-PandL-footer
{
}

.video-grid-title-header
{
}

.video-grid-title-item
{
	width: 10%;
}

.video-grid-title-footer
{
}
/* End of styles used by Deposition Video Information */

/* Styles used by Notes */
#NotesCommands
{
	border: solid 1px #616199;
	text-align: center;
	width: 100%;
}

#NotesEntry
{
	text-align: center;
	margin-top: 5px;
}

.notes-entry
{
	width: 80%;
}

.notes-few
{
	background: url(../Images/notefew.gif) no-repeat center;
	width: 100%;
	height: 30px;
}

.notes-many
{
	background: url(../Images/notemany.gif) no-repeat center;
	width: 100%;
	height: 30px;
}

.notes-none
{
	background: url(../Images/notenone.gif) no-repeat center;
	width: 100%;
	height: 30px;
}

.notes-display
{
	background-color: #F5F9FD;
	border: solid 1px #616199;
	margin-top: 3px;
	color: White;
}

.notes-header
{
	background-color: #E4EAF2;
	color: Black;
	font-size: 80%;
	width: 100%;
}

.notes-body-left
{
	width: 20%; 
	float: left;
	font-size: 80%;
	color: Black;
	margin: 0;
	border-right: solid 1px White;
}

.notes-body-right
{
	margin-left: 20%;
	border-left: solid 1px White;
	color: Black;
}

.notes-footer
{
	clear: both;
	background-color: #D1DCEB;
	color: Black;
}

/* End of styles used by Notes */

.video-area
{
	height: 100%;
}

.video
{
	float: left;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}

.non-video
{
	float: left;
	height: 100%;
}

.manage-expert
{
}

.expert-expertise
{
	font-style: italic;
	font-size: smaller;
}

.expert-casename
{
	width: 30%
}

.expert-side
{
	text-align: center;
	width: 10%
}

.expert-video
{
	text-align: center;
	width: 15%
}

.expert-transcript
{
	text-align: center;
	width: 15%
}

.expert-depodate
{
	text-align: center;
	width: 20%
}

.expert-caseid
{
	visibility: hidden;
	width: 1%
}

.expert-depoid
{
	visibility: hidden;
	width: 1%
}

.transcript-line-number
{
	font-family: Courier New;
	text-align: right;
	padding-right: 1em;
}

.transcript-text
{
	font-family: Courier New;
	text-align: left;
}

.transcript /* obsoleting this one */
{
	font-family: Courier New;
}

.transcript-linked
{
	background: #DDDDFF;
}

/* Evaluation settings */
.opt1
{
	color: Red;
}

.opt2
{
	color: #FF7F50; /* Coral */
}

.opt3
{
	color: #32CD32; /* LimeGreen */
}

.opt4
{
	color: Green;
}

.level1
{
	font-size: 9pt;
}

.level2
{
	font-size: 12pt;
}

.level3
{
	font-size: 15pt;
}

.level4
{
	font-size: 18pt;
}

/* End of styles used by TranscriptPage */

.smallfont
{
	font-size: 8pt;
}

/* Used when generating clips */
.user-clip-start-active
{
	background-color: #A1FFA1;
	width: 70px;
}

.user-clip-start-inactive
{
	background-color: #E1FFE1;
	width: 70px;
}

.user-clip-start-invalid
{
	background-color: #F1F1F1;
	width: 70px;
}

.user-clip-end-active
{
	background-color: #FFA1A1;
	width: 70px;
}

.user-clip-end-inactive
{
	background-color: #FFE1E1;
	width: 70px;
}

.user-clip-end-invalid
{
	background-color: #F1F1F1;
	width: 70px;
}

div#newprofessional
{
	margin: 0px 2px 0px 2px;
	display: none;
	font-family: Arial, sans-serif;
	font-size: .8em;
}

div#newDefenseAttorney
{
	margin: 0px 2px 0px 2px;
	display: none;
	font-family: Arial, sans-serif;
	font-size: .8em;
}

div#newPlaintiffAttorney
{
	margin: 0px 2px 0px 2px;
	display: none;
	font-family: Arial, sans-serif;
	font-size: .8em;
}

a.newPersonLink
{
	font-family: Arial, sans-serif;
	font-size: .8em;
	color: #3454c0;
	text-decoration: none;
}

a.newPersonLink:link {
	color: #3454c0;
}

a.newPersonLink:visited {
	color: #3454c0;
}

a.newPersonLink:hover {
	color: #6c80c9;
	text-decoration: underline;
}

table.newperson
{
	font-family: Arial, sans-serif;
	font-size: .8em;
}