﻿/*
 *
 * Master page settings
 *
 */
/*
 * Hack for IE6 PNG transparency
 */
	* html img { 
		behavior: url(css/iepngfix.htc); 
	}
/* End IE6 hack */

/*
 * General page settings
 */

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #696969;
	background-color: #b6b7bc;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}
/*
table
{
	border-spacing: 0px;
	border-collapse: collapse;
}

table.pad td
{
	padding: 4px 5px 0px;
	margin: 0px;
}

td, th
{ 
	padding: 0; 
	vertical-align: top;
}

img
{
	vertical-align: bottom;
}
*/
a img
{
	border:none;
}

a
{
	color: White;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
/*
ul
{
	margin-top: 0px;
	color: #1E66B5;
	list-style-type: disc;
}
*/
h1
{
	font-size: 130%;
	margin: 7px 15px 7px 15px;
	padding: 0px 0px 7px 0px;
	font-weight: normal;
	color: White;
	border-width: 1px;
	border-style: none none dotted none;
	border-color: #ddd;
}
/*
h2
{
	font-size: 130%;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #00446B;
	font-weight: normal;
}
*/
h3
{
	text-align: center;
	width: 100%;
/*	font-size: 100%;
	margin: 14px 0px 7px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color: #00446B
*/
}
/*
h3.nomargin
{
	font-size: 100%;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color: #00446B
}
*/
h4
{
	text-align: center;
	width: 100%;
	/*
	font-size: 90%;
	margin: 14px 0px 5px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color: #00446B
	*/
}
/*
p, li
{
	font-size: 85%;
	line-height: 115%;
	font-weight: normal;
	color: #333;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

ul
{
	padding: 0px;
	margin: 0px;
}

li
{
	padding: 0px 0px 5px 11px;
	margin: 0px;
	background-image: url(../images/base/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
}

blockquote
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

form
{
	margin: 0px;
	padding: 0px;
}

form td
{
	padding: 0px;
	vertical-align: middle;
}

form td p
{
	padding: 0px;
}

input, select
{
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	color: #666;
	margin: 2px;
	padding: 1px;
}

input.dark, select.dark
{
	color: #FFF;
	background-color: #999;
	border: 1px solid #666;
}

input.noborder, select.noborder
{
	border: 0px none #FFF;
}
*/

#container
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

#header
{
	width: 100%;
	height: 115px;
}

/* Title/Logo area */
#logo
{
    width: 70%;
    height: 115px;
    background: #8B8883 url(/images/mpllogo.png) no-repeat;
    float: left;
}

#logo2
{
    width: 70%;
    height: 115px;
    background: #8B8883 url(/images/default_main_title.jpg) no-repeat;
    float: left;
}

/* Login Area */
#userlogin
{
	float: right;
	width: 30%;
	height: 115px;
    font-size: 1.1em;
    text-align: right;
    color: White;
    background-color: #8B8883;
}

#header-login
{
	float: right;
	width: 30%;
	height: 115px;
    font-size: 1.1em;
    text-align: right;
    color: White;
    background-color: #8B8883;
}

#header-break
{
	clear: both;
}

#expanded-container
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

#expanded-header
{
	width: 100%;
	height: 115px;
}

#expanded-main
{
	width: 960px;
}

#expanded-footer
{
	background-color: #FF901D;
	color: Black;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    max-height: 1.5em;
    clear: both;
}

/* Menu Styling */
#navbar
{
	width: 100%;
    background-color:#3a4f63;
    height: 3em;
}

div.hideSkiplink
{
    background-color:#3a4f63;
    float: left;
    /*width:91%;*/
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* Main Information Area */
#main
{
}

/* Footer Area */
#footer
{
	background-color: #FF901D;
	color: Black;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    max-height: 1.5em;
    clear: both;
}

#footer-break
{
	clear: both;
}

/* General site-wide formatting */
/* Div formatting */
.full-page
{
	width: 96%;
	margin-left: 2em;
}

.full-section
{
	width: 96%;
}

.top-section
{
	width: 90%;
	margin-left: 2em;
	margin-top: 4em;
}

.full-section h3
{
	text-align: center;
	width: 100%;
}

.half-section
{
	width: 45%;
	float: left;
}

.half-section h3
{
	text-align: center;
}

.clear
{
	clear: both;
}

/* Page Formatting */
.title
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: large;
	margin: 2px 0 2px 0;
	color: #333333;
}

.table-title
{
	text-align: center;
	font-weight: bold;
	font-size: small;
}

.div-title
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: small;
}

.right-title
{
	width: 100%;
	text-align: right;
	font-size: small;
}

/* Table Data */
.data-table-area
{
	width: 100%;
	text-align: center;
}

.data-table
{
	margin-left: auto;
	margin-right: auto;
}

.data-table a
{
	color: Blue;
}

.display-table a
{
	color: Blue;
}

.full-table
{
	width: 100%;
}

.display-table
{
	width: 98%;
}

.display-table td, th
{
	color: Black;
}

/* Data Entry Settings */

.add-row
{
	background-color: #EEF;
}

.alt-row
{
	background-color: #FFFFBB;
}

.edit-row
{
	background-color: #FEE;
}

.table-data-entry
{
	width: 100%;
}

.table-data-entry td
{
	color: Black;
}

.table-data-entry td.table-column-label
{
	color: Black;
	width: 25%;
	text-align: right;
	padding-right: 3px;
}

.table-data-entry td.table-column-label-center
{
	color: Black;
	width: 25%;
	text-align: center;
	padding-right: 3px;
}

.table-data-entry td.table-column-data
{
	color: Black;
	width: 75%;
}

.label-required
{
}

.required
{
	border: 3px double red;
}

.optional
{
	border: 1px solid gray;
}

.money
{
	text-align: right;
}

.text-entry-full
{
	/* Leave space for validation marks */
	width: 92%;
}

.text-entry-60pct
{
	width: 60%;
}

.text-entry-half
{
	width: 47%;
}

.text-entry-quarter
{
	width: 23%;
}

.group-divider
{
	padding: 4px;
}

.group-divider hr
{
	color: Green;
}

.hidden
{
	display: none;
}

/* About Us pages and public splash pages
------------------------------------------------- */

table#scindexinfo
{
	padding: 0;
	border: 0;
	margin: 0;
	width: 100%;
	height: 500px;
	color: #EEE;
}

table#scindexinfo td
{
	width: 33%;
	padding: 1.5em;
	font-family: Tahoma;
	font-size: 14px;
}

table#scindexinfo td a
{
	color: White;
}

table#scindexinfo td#column1
{
	background: #333;
}

table#scindexinfo td#column2
{
	background: #222;
}

table#scindexinfo td#column3
{
	background: #777;
	vertical-align: top;
}
/*
table#scindexinfo td#column1of2
{
	width: 50%;
	background: #333;
}

table#scindexinfo td#column2of2
{
	width: 50%;
	background: #222;
}
*/
table#scindexinfo td#column3of2
{
	width: 50%;
	background: #777;
}

p.headertext
{
	color: White;
	font-family: Tahoma, Arial;
	font-size: 16px;
}

p.personheadertext
{
	font-weight: bold;
}

ul.persondetaillist
{
}

.topalign
{
	vertical-align: top;
}

.toppadding
{
	padding: 6.3em 1em 1em 1em ! Important;
}

.invisible
{
	visibility: hidden;
}

.box-full
{
	width: 100%;
}

.text-left
{
	text-align: left;
}

/* Alphabetical Selection formatting */
.alpha-select
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.list-select-button
{
	padding: 5px;
	font-size: large;
}

.list-selected
{
	color: Blue ! Important;
	font-weight: bold;
}

/* Experts area */
.expert-div
{
	padding: .75em 0 .75em 0;
	color: Black;
}

.expert-content td
{
	color: Black;
}

.expert-empty
{
	width: 100%;
	text-align: center;
	color: Black;
}

.expert-list
{
	width: 100%;
	/*border: 1px solid White;*/
	color: Black;
}

.expert-name
{
	clear: both;
	width: 87%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dashed Gray;
	padding: 3px 0 3px 0;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: White;
}

.expert-name a
{
    color: Black;
    text-decoration: none;
}

.expert-name a:link
{
    color: Black;
    text-decoration: none;
}

.expert-name a:hover
{
    color: Black;
    text-decoration: none;
}

.expert-name a:visited
{
    color: Black;
    text-decoration: none;
}

.expert-name a:active
{
    color: Black;
    text-decoration: none;
}

.expert-info
{
	clear: both;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px groove Gray;
	padding: 3px 0 3px 0;
}

.expert-entry
{
}

.expert-cases-name
{
	width: 70%;
}

.expert-cases-date
{
	text-align: center;
	width: 15%;
}

.expert-cases-side
{
	text-align: center;
	width: 15%;
}

.eval-question-cell
{
	width: 60%;
}

.eval-response-cell
{
	width: 8%;
	text-align: center;
}

.expertise-group
{
	font-style: italic;
	font-weight: bold;
	font-size: large;
	background-color: #BCE954;
}

.expertise-group a
{
	text-decoration: none;
	color: Black;
}

.size90
{
	width: 90%;
}

.col-expert-expertname
{
	width: 20%;
}

.col-expert-case
{
	width: 30%;
}

.col-expert-date
{
	width: 15%;
	text-align: center;
}

.col-expert-side
{
	width: 15%;
	text-align: center;
}

.col-expert-expertise
{
	width: 20%;
}

/* expert search */
.search-area
{
	width: 95%;
	margin: auto;
	/*border: solid 1px black;*/
}

.search-area td
{
	color: Black;
	padding: 2px;
}

.search-title
{
	width: 15%;
	text-align: right;
}

.search-input
{
	width: 85%;
}

.search-button
{
	text-align: center;
}

.first-form-title
{
	width: 15% ! important;
	text-align: right;
}

.first-form-input
{
	width: 85% ! important;
}

.first-form-submit
{
	text-align: center;
}

.form-submit
{
	text-align: center;
}

.box
{
	width: 100px;
	border: 1px solid #000;
	height: 17px;
	text-align: left;
}

.bar
{
	background: #000;
	height: 14px;
	color: #fff;
	text-align: right;
	padding: 3px 0px 0px 0px;
}

.expert-relevance
{
	text-align: center;
}

.expert-depodate
{
	text-align: center;
	width: 10%;
}

/* Email stuff */
.email-text-area
{
	width: 100%;
	clear: both;
}

.email-table
{
	width: 100%;
	padding: 0 1em 0 1em;
}

.email-label
{
	width: 7%;
	text-align: right;
}

.email-entry
{
	width: 55%;
}

.email-text
{
	width: 100%;
}

.email-edit-area
{
	width: 95%;
	margin: 1em;
}

.button-area
{
	width: 100%;
	text-align: center;
}

.login-master-link
{
}


.info-list li
{
	padding: 0px 0px 5px 11px;
	margin: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
}

.confidentiality-title
{
	width: 100%;
	text-align: center;
	color: Black;
	font-weight: bold;
	padding: 10px;
}

.confidentiality-text
{
	width: 80%;
	margin: auto;
	color: Black;
}

.confidentiality-agree
{
	width: 80%;
	text-align: center;
	margin: auto;
	color: Black;
}

/* Administration stuff */

.display-demo
{
	border: 1px solid blue;
	width: 60%;
	margin-left: 22px;
	font-size: small;
	color: Black;
}

.display-demo a
{
	color: Black;
}

.intake-header-panel
{
	width: 98%;
}

.intake-item-panel
{
	width: 98%;
	overflow: hidden;
	height: 0;
}

.intake-header-table
{
	width: 98%;
}

.intake-item-table
{
	width: 98%;
}

.intake-col-expand
{
	width: 4%;
	font-weight: bold;
}

.intake-col-company
{
	width: 18%;
}

.intake-col-claim
{
	width: 20%;
}

.intake-col-deponent
{
	width: 23%;
}

.intake-col-received
{
	width: 12%;
	text-align: center;
}

.intake-col-processed
{
	width: 12%;
	text-align: center;
}

.intake-col-label10
{
	color: Black;
	width: 10%;
	text-align: right;
}

.intake-col-label15
{
	color: Black;
	width: 15%;
	text-align: right;
}

.intake-col-caseexists
{
	width: 5%;
}

.intake-col-defatty
{
	width: 20%;
}

.intake-col-claimsperson
{
	width: 20%;
}

.intake-warning
{
	background-color: #ffff80;
}

.intake-critical
{
	background-color: #ffd0d0;
}

.intake-okay
{
	background-color: #b0ffb0;
}

.intake-okay
{
	background-color: White;
}

.lvIntake
{
	color: Black;
}

.intake-add
{
	text-align: center;
}

.full-width
{
	width: 100%;
}

.intake-edit
{
	width: 99%;
	border: 1px solid red;
}

.module-content
{
	width: 99%;
	/*border: 1px solid yellow;*/
}


.case-list-claim
{
	text-align: left;
	width: 15%;
}

.case-list-name
{
	text-align: left;
	width: 50%;
}

.case-list-company
{
	text-align: left;
	width: 34%;
}

.selected-page-button
{
	width: 20px;
	text-align: center;
	padding: 0px;
	background-color: Lime;
}

.unselected-page-button
{
	width: 20px;
	text-align: center;
	padding: 0px;
}

.accordion
{  
	width: 400px;  
}  

.accordionHeader
{  
	border: 1px solid #2F4F4F;  
	color: white;  
	background-color: #2E4d7B;  
	font-family: Arial, Sans-Serif;  
	font-size: 12px;  
	font-weight: bold;  
	padding: 5px;  
	margin-top: 5px;  
	cursor: pointer;  
}  

.accordionHeaderSelected
{  
	border: 1px solid #2F4F4F;  
	color: white;  
	background-color: #5078B3;  
	font-family: Arial, Sans-Serif;  
	font-size: 12px;  
	font-weight: bold;  
	padding: 5px;  
	margin-top: 5px;  
	cursor: pointer;  
}  

.accordionContent
{  
	background-color: #D3DEEF;  
	border: 1px dashed #2F4F4F;  
	border-top: none;  
	padding: 5px;  
	padding-top: 10px;  
}  

.size-100
{
	width: 100%;
}

.size-99
{
	width: 99%;
}

.qa-indent
{
    text-indent: 10px;
}