/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

/* logo
----------------------------------------------------------*/
.logo
{
    border:none;
}

.messageBody
{
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    font-size: 75%;
    line-height: 120%;
}

.messageHeader
{
    font-weight : bold;
}

.messageHeader div
{
    white-space:pre;
}

body
{
    background-color: #FFF;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #666;
}
a
{
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
}
a:link
{
    color: #000;
    text-decoration: none;
}
a:visited, a:hover, a:active
{
    color: #000;
    border-bottom: 0px solid #000;
    text-decoration: none;
}
p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* status
----------------------------------------------------------*/
.Message
{ display: block; }

.Suppression
{ 
    font-style : italic;
    color : Green;
}

.statusTable
{
    white-space:nowrap;
    width: 100%;
    border: solid 0px white;
    padding: 2px;
    margin-top:1px;
    position:relative;
}   

.aiWeb_toggleMessage
{
    margin-bottom : 10px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    position:relative;
    text-align : center;
}

.header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

.main
{
    padding: 15px;
    background-color: #FFF;
    margin-bottom: 15px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#aiWeb_menu
{
    border-bottom: 1px #666 solid;
    padding: 0;
    position: relative;
    margin: 0;
    text-align: right;
    top:1px;
}

ul#aiWeb_menu li
{
    display: inline;
    list-style: none;
}

ul#aiWeb_menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #CCC;
    border: 1px solid #666;
    color: #000;
}

ul#aiWeb_menu li a:hover
{
    background: lightblue;
    color: #FFF;
    text-decoration: none;
}

ul#aiWeb_menu li a:active
{
    background-color: #AAA;
    color: #FFF;
    text-decoration: none;
}

ul#aiWeb_menu li a.selected
{
    background-color: #AAA;
    color: #FFF;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

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;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

.tableNoGrid
{
  padding: 0px;
  border: solid 0px white;
  text-align:left;
}

table#dashboardSucceededFailedGrid
{
  border: solid 0px transparent;
}

table#dashboardSucceededFailedGrid tr
{
  padding: 0px;
}

table#dashboardSucceededFailedGrid td
{
  padding: 0px;
  border: solid 0px transparent;
  border-left: solid 5px transparent;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;
  border: solid 1px;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px;
  white-space:nowrap;
}

/* MISC  
----------------------------------------------------------*/
.error
{
    color:Red;
}

.menucontainer
{
    margin-top:10px;
}

.title
{
    display:block;
    float:left;
    text-align:left;
    font-size:large;
    position:relative;
}

.logindisplay, .logindisplaymentis
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin-top:10px;
    padding-top:30px;
    color: #000;
}

.logindisplaymentis
{
    background-color:red;
}

/* 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;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


/* Folders and Documents
----------------------------------------------------------*/
.folder_header
{
    line-height: 1.6em;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}
.clear
{
    clear: both;
}
.caseFileDate
{
    height:inherit;
    width: 30%;
}
.case
{
    width: 30%;
    height:inherit;
    float: left;
}
.secondParty
{
    height:inherit;
    width: 30%;
}
.firstParty
{
    width: 30%;
    height:inherit;
    float: left;
}
.list
{
    clear: both;
    margin: 0;
    padding: 0;
}
.listItem
{
    clear: both;
    border: 1px solid #FFF;
    list-style: none;
    margin: 0;
    padding: 0px;
}
.listItem:hover
{
    border: 1px solid #666;
    background-color: #EEE;
}
.tableList
{
    width: 100%;
    height:20%;
    border: none;
    border-left: none;
    border-right: none;
}
.tdList
{
    width: 100%;
    height:20%;
    border: none;
    border-left: none;
    border-right: none;
}
.documentPreview
{
    color: #666;
    font-size: smaller;
}
.additionalInfo
{
    color: black;
}
.additionalInfo:hover
{
}
.folderPropertiesList
{
    list-style: none;
}

/* Document view
----------------------------------------------------------*/
.imageGlance
{ 
    width:800px; 
    height:200px; 
}

.imageThumbnailProperties
{ width:189px; }

.documentImageProperties
{ width:600px; }

.documentViewer
{
    padding-top: 5px;
}
.documentIndex
{
    width: 422px;
    display: block;
    float: left;
}
.documentThumbnails ul
{
    margin: 0;
    padding: 0;
}
.documentThumbnails li
{
    float: left;
    list-style: none;
    margin-bottom: 15px;
    margin-right: 20px;
}
.documentDisplay
{
    display: block;
    width: 600px;
    float: left;
    margin-right: 40px;
}
.documentImage
{
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
}
.documentImage a, .documentImage a:hover, .documentThumbnails a, .documentThumbnails a:hover
{
    border: none;
    text-decoration: none;
    background-color: transparent;
}
.documentImage img, .documentThumbnails img, .glanceImage, .imageGlance
{
    border: 1px solid #666;
    -moz-box-shadow: 10px 10px 5px #AAA;
    -webkit-box-shadow: 10px 10px 5px #AAA;
}
.documentThumbnails img
{
    opacity: 0.50;
}
.documentThumbnails img:hover, .documentThumbnails img.selected
{
    opacity: 1.0;
}
.documentDisplay .fullScreenDocumentImageLink
{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    float: left;
}
.documentDisplay .downloadDocumentLink
{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    float: right;
    text-align: right;
}

/* Pager
----------------------------------------------------------*/
.pager
{
    clear: both;
    border-top: 1px solid #666;
    padding-top: 5px;
    padding-bottom: 15px;
}
.pager a
{
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    background-color: #CCC;
    border: 1px solid #666;
    color: #000;
}
.pager .disabled
{
    background-color: #CCC !important;
    color: #888 !important;
    cursor: default !important;
    border: 1px solid #AAA !important;
}
.pager a:hover
{
    background-color: #AAA;
    color: #FFF;
    text-decoration: none;
}
.pager a.selected
{    
    background-color: #AAA;
    color: #FFF;
    text-decoration: none;
}
.pager input
{
    width: 30px;
}

/* Search
----------------------------------------------------------*/
ul.ui-autocomplete  
{ 
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #FFF;
    border: 1px solid #CCC;
    list-style: none;
}
a.ui-corner-all
{
    cursor: pointer;    
}
.glanceLink
{
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    background-color: #CCC;
    border: 1px solid #666;
    color: #000;
    cursor: pointer;
    width: 130px;
    text-align: center;
}
.glanceLink:hover
{
    background-color: #AAA;
    color: #FFF;
    text-decoration: none;
}
.glanceImage, .imageGlance
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* SmallGrid
----------------------------------------------------------*/
.smallGrid
{ 
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: xx-small;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    border: 0;
}

/* SubMenu
----------------------------------------------------------*/
.subMenu
{
    padding: 0;
    margin: 0;
    text-align: left;
}

.subMenu li
{
    display: inline;
    list-style: none;
}

.subMenu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #66ffff;
    border: 1px solid #666;
    color: #000;
}

.subMenu li a:hover
{
    background-color: #33cccc;
    color: #FFF;
    text-decoration: none;
}

.subMenu li a:active
{
    background-color: #33cccc;
    color: #FFF;
    text-decoration: none;
}

.subMenu li a.selected
{
    background-color: #33cccc;
    color: #FFF;
}

.subMenu li a.visited
{
    background-color: #33cccc;
    color: #FFF;
}

.subMenuVisited
{
    background-color: #ffffff;
    color: #FFF;
}

/* TaskName
----------------------------------------------------------*/
.taskName
{
    width:200px;
}

/* invisible
----------------------------------------------------------*/
.invisible
{
    display: none;
}

/* .login
----------------------------------------------------------*/
.login
{
    background-color:#EFF3FB; 
    border: 1px solid #B5C7DE; 
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    font-size: 0.8em;
    color:#333333;
}

/* .Paging
----------------------------------------------------------*/
.pagingLink
{
    display:table;
    float:left;
}
.defaultTable 
{
    border-collapse: collapse;
}
.defaultTr 
{}
.defaultTd 
{
    border: solid 1px white;
    padding: 2px;
}
.brand{	white-space:nowrap;text-transform:uppercase;font-weight:bold;font-family:Sans-Serif}
.brand .ai{text-transform:lowercase;font-size:1.2em;font-weight:normal;}
.aiList{list-style-image:url(static/smallEye);}
.listIndent{position:relative;left:15px}
.body{margin-left:auto;margin-right:auto;width:550px;}
.bodyTag    
{
    margin-top:10px; 
    margin-left:10px; 
    margin-right:10px; 
    padding-left:15px; 
    color:#000000; 
    font-family:Verdana; 
    background-color:white;
    font-size: 100%;
    color: black;
}
.logoImage{border:0px;margin-left:auto;margin-right:auto;width:300px;height:200px;text-align:center;display:block;}
.default a
{
    color: #000066;
    border-bottom: 0px solid #000;
    text-decoration: none;
}
.error
{text-align:center; color:red;}

.siteMapGroup
{
    left: -40px;
    position:relative;
    list-style: none;
}

.siteMapLink
{
    list-style: none;
}

.siteMapList
{
    width:100%;
}

.siteMapMissingParameters
{
    list-style: none;
    display: inline;
    width:99%;
}

.siteMapPromptsMissingLink
{
    background-color:yellow;
}

.siteMapPrompts
{
    list-style: none;
    white-space:nowrap;
}

.siteMapPromptsMissing
{
    display: block;
}

.siteMapSubmit
{
    float:right;
}

.viewraw
{
    float:left;
    display: inline;
}

.searchSiteMap
{
    width:70%;
}

.siteMap
{
    display:block;
    width:100%;
}

.promptLabel
{
    width:15em;
    float:left;
}

.promptText
{
    width:150px !important;
}

.searchSiteMapPrompts
{
    min-width:500px;
}

.errorBody
{
    width:80%;
}

.errorHeader
{
    color:Red;
    padding-bottom:20px;
}

.errorText
{
    font-style:italic;
    padding-bottom:20px;
}

.stackTrace
{
    white-space:pre;
}

.control
{
    font-size:smaller;
}

.control .innerUl
{
    margin:0px;
}

.control .overall
{
    font-weight:bold;
    position:relative;
    list-style: none;
    left:-13px;
}

.control .innerUl li
{
    position:relative;
    list-style: none;
    left:-30px;
}

.button, .button:link
{
    display: inline-block;
    background: lightgray;
    border: 2px outset lightgray;
    margin:0px;
    color:black !important;
    text-decoration:none;
    cursor: default;
    font-family:"Arial","sans-serif";
    font-weight:bold;
}

.button:hover
{
    background: lightblue !important;
    border-color : lightblue !important;
    border: 2px outset lightgray;
}

.button:active
{
    border-style: inset;
}

.button:hover
{ 
    background-position: 0 -52px;
    background-color: silver;
}

.performanceHeaderTop
{
    text-align:center;
    background-color:Silver;
}

.help td
{
    font-size:x-small;
}

.supressionsSaved
{
    color : Green;
}

.supressions
{
    width:900px;
}

.time
{
    width:55px !important;
}

.timeError
{
    color:Red !important;
}

form
{
    display: inline;
}

.informationHeaderList
{
    line-height:95%;
    margin-bottom:0px;
    margin-top:0px;
}

.workItemDetailsFill
{
    width:100%;
    height:200px;
    display: none;
	overflow:auto;
	border: none;
	background-color: #cfcfcf;
}

.workItemDetailsTd
{
    padding:0px;
    border: none;
    width:870px;
}

.progressBarTimeout
{
    width: 50%;
    height: 15px !important;
    display: inline-block;
    vertical-align : bottom;
}

.ui-widget-header
{
    background-image: none;
    display : none;
}


.aiEnvironmentButton:link
{
    width:100%;
    margin-top: 4px;
    margin-bottom: 4px;
}

#environmentDialog
{
    display: none;
}

#environmentDialogClose
{
    float: right;
}

.sqlVersion
{
    display: inline;
}

.informationHeaders1
{
    float: left;
}
.informationHeaders2
{
    float: right;
}

.hide
{
    display: none;
}

.aiControlSearchCol1
{
	width:150px;
}

h1 a
{
	font-weight: normal;
	font-size: 75%;
}