﻿
/***********************************
*  GENERAL                         *
************************************/

html, body {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
}

td, p, div, a, form, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/***********************************
*  ROUNDED CORNERS                 *
************************************/

#header-left, #header-right, #global-menu, #main-body, #global-footer-container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/***********************************
*  GLOBAL HEADER                   *
************************************/

#header {
	width: 100%;
}

#header-logo {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	position: relative;
}

#header-logo img {
	position: absolute;
	z-index: 1;
	border: none;
}

#header-img {
	position: absolute;
	right: 40px;
	top: -3px;
	background: transparent url('/images/lemon_header.png') no-repeat;
	width: 200px;
	height: 108px;
	z-index: 100;
}

#stripe {
	background-color: #000099;
	width: 100%;
	height: 50px;
	position: relative;
	top: 30px;
}

#header-left, #header-right {
	text-align: center;
	color: white;
	height: 140px;
	margin-bottom: 8px;
}

#header-right h1 {
	font-size: 25px;
	font-weight: normal;
}

#header-left h1 {
	font-size: 26px;
	font-weight: normal;
}

#header-left h1, #header-right h1 {
	font-family: Helvetica, Arial, san-serif;
}

#header-left span, #header-right span{
	font-size: 14px;
	display: block;
}

#header-left {
	background-color: #000099;
	width: 310px;
	float: left;
}

#header-right {
	background-color: #0000FF;
	width: 480px;
	float: right;
}

#header-container {
	width: 800px;
	/*height: 85px;*/
	margin: 30px auto 0;
	padding-top: 8px;
}



/***********************************
*  GLOBAL MENU                     *
************************************/

#global-menu {
	width: 800px;
	background-color: #7994CB;
	clear: both;
	margin-top: 8px;
}

#global-menu-container {
	overflow: auto;
	padding-left: 4px;
}

#global-menu-container a {
	color: #ffffff;
	font-size: 8pt;
}

#global-menu-container span {
	display: block;
	float: left;
	padding: 5px 7px;
	background: transparent url('/images/global_menu_spacer.png') no-repeat bottom right;
}

#global-menu-container span:last-child {
	background: none;
}


/***********************************
*  MAIN BODY                     *
************************************/

#main-body {
	width: 800px;
	border: 1px solid #7994CB;
	margin: 8px auto;
	background-color: #F3F5FA;
	overflow: auto;
}

#main-body-container {
	padding: 25px 30px;
	overflow: auto;
}



/***********************************
*  CONTENT HEADER                  *
************************************/

#content-header {
	overflow: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}

#content-header-keywords {
	float: right;
}

#content-header-keywords h1 {
	font-size: 8pt;
	margin: 0;
}

#content-header-title {
	float: left;
}

#content-header-title  h2 {
	font-size: 14pt;
	margin: 5px 0 0;
}



/***********************************
*  CONTENT BODY                    *
************************************/

#content-body p {
	margin-bottom: 10px;
	text-align: justify;
}

#content-body {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content-body p img {
	margin-right: 5px;
}



/***********************************
*  GLOBAL FOOTER                   *
************************************/

#global-footer {
	width: 800px;
	clear: both;
	margin: 8px auto;
}

#global-footer-container {
	background-color: #7994CB;
	padding: 7px 0;
	margin-bottom: 4px;
	color: #ffffff;
}

#global-footer-container p, #global-footer p {
	text-align: center;
	font-size: 8pt;
}

#global-footer a {
	color: #ffffff;
	font-size: 8pt;
}



/****************************************
*   Notice                              *
*****************************************/

/* All Notices */

div.notice {
	margin-top: 10px;
	padding: 0px 5px 5px 5px;
	background-color: #FDFCED;
	border: 1px solid #E2DCB2;
}

div.notice p {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

#content-body div.notice p {
	margin-bottom: 0;
}

#content-body div.notice {
	margin-bottom: 30px;
}

div.notice p span {
	display: block;
	margin-top: 5px;
}

/* Error Notice */

div.notice-error {
	background-color: #EAC8C8;
	border: 1px solid #B88786;
}

div.notice-error p {
	padding-left: 20px;
	background: transparent url('../icons/error_16.png') no-repeat top left;
}

/* Information Notice */

div.notice-info {
	background-color: #E9EEF3;
	border: 1px solid #B8CAE0;
}

div.notice-info p {
	padding-left: 20px;
	background: transparent url('../icons/info_16.png') no-repeat top left;
}



/***********************************
*  FORMS                           *
************************************/

/* This span tag is used as a utility for forms, it should never be displayed */
span.form-element-validation {
	display: none;
}

form {
	margin: 0px;
}

form.case-review .form-element-label {
	float: left;
}

form.case-review .form-element-input, form.case-review .form-buttons input {
    margin-left: 300px;
	margin-bottom: 10px;
}

form.case-review  textarea {
	margin-right: 90px;
}

form.case-review  input, form.case-review  select {
	margin-right: 285px;
}

form.case-review  select {
	width: 149px;
}




/***********************************
*  STATES                          *
************************************/

ul.state-list {
	float: left;
	width: 27%;
}

ul.state-list li {
	color: #000099;
}



/***********************************
*  STATES                          *
************************************/

div#edit-page {
	clear: both;
	border-top: 1px dotted #AAA;
	padding-top: 5px;
}


/****************************************
* TEMPERARY JSON UI FIX FOR DATE PICKER *
*****************************************/
.ui-helper-hidden-accessible { top: -99999999px; }