/* Basic Styles for Standard Elements */
h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #002E5A;
  font-size: 24px;
  margin-bottom: 0;
}

/*
h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #009CD5;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
*/

h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #1E78C1;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #A9A9AC;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  color: #000000;
  font-size: 12px;
}

/* This is ol ul specific */
{
	/* ol: numbered lists */
	list-style-type: decimal;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 0px;
	padding-left: 0px;
}

ul
{
	/* ul: bullet lists */
	list-style-type: square;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 0px;
	padding-left: 0px;
}

ol ul
{
	/* second level bullet lists */
	list-style-type: square;  //disc
	margin-bottom: 10px;
}
/* End of ol ul specific */

/*
ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

li:before {
    content: "• ";
    color: blue; //or whatever color you prefer
}
*/ 

/*
li{
    color: blue;
}
*/

/* Styles specific to Case Management */

.outerGridContainer {
    margin:auto; 
    width:1250px;
    text-align:center;
}

.innerGridContainer {
    text-align:left;
}

.caseResultsXtraFieldsContainer {
    border-width:1px; 
    border-color:#1e78c1; 
    border-style:solid; 
    width:700px; 
    height:300px;
    float:left;
}

.xtraFieldsTable {
    margin:10px;
    border-spacing:10px;
}

.xtraFieldsLabel {
    font-weight:bold;
    text-align:right;
}

.caseResultsSubmitDiv {
    float:left;
    width:500px;
    height:300px;
    margin-bottom:10px;
    text-align:right;
}

.caseManagementFooter {
    float:left;
    margin-left:100px;
    text-align:center;
    bottom:0;
    width:1200px;
    height:20px;
    background:#1E78C1;
}

.caseSearchOuterContainer {
    margin:auto; 
    width:1250px; 
    height:600px;
    text-align:center;
    //border-style:solid;
    //border-width:1px;
}

.caseSearchBox {
    border-width:1px; 
    border-color:#1e78c1; 
    border-style:solid;
    //text-align: left;
    width:700px; 
    height:400px;
    margin: 0 auto;
}

legend {
    text-align:left;
    font-weight:bold;
}

.caseSearchBoxLeftFields {
    width:300px; 
    height:300px; 
    float:left;
}

.caseSearchBoxRightFields {
    width:300px; 
    height:300px; 
    float:right; 
    margin:10px;
    border-spacing:10px;
}

.caseSearchSubmitDiv {
    width:680px;
    height:50px;
    margin-bottom:10px;
    margin-top:0px; 
    padding:10px;
}

.caseSearchButtonPlacement {
    width:670px; 
    height:20px; 
    float:right;
    text-align:right;
}

.meetingRequestedTable {
    margin-top:40px;
}

#bannerTable tr {
    vertical-align:top;
    width:25%;
}

.bannerFieldSet {
    border:1px solid #1e78c1;
}

.navigationFieldSet {
    border:1px solid #1e78c1;
    vertical-align:top;
}

.caseAttributesFieldSet {
    border:1px solid #1e78c1;
    vertical-align:top;
    text-align:left;
}

#statusAndValuesDiv {
    width:37%;
    float:left;
}

#caseDatesDiv {
    width:63%;
    float:left;
}

#headerGradient {
  background: #009CD5; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #002E5A, #009CD5); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #002E5A, #009CD5); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #002E5A, #009CD5); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #002E5A, #009CD5); /* Standard syntax */
}