/* SVN FILE: $Id: cake.generic.css 7690 2008-10-02 04:56:53Z nate $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7690 $
 * @modifiedby		$LastChangedBy: nate $
 * @lastmodified	$Date: 2008-10-02 00:56:53 -0400 (Thu, 02 Oct 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */


* {
	padding:0;
}

/* General Style Info */
body {
	background: #ffffff;
	/* color: #fff; */
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	margin: 0;
  width: 800px;
  margin: 0 auto;
}
a {
	/* background:#fff; */
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	/* background:#fff; */
	/* color: #003d4c; */
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	/* padding: 10px 20px; */
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
  width: 800px;
	background: #fff;
	/* clear: both; */
	color: #333;
	/* padding: 10px 20px 40px 20px; */
	/* overflow: auto; */
  padding-top: 5px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
}

/* Tables */
table {
  border-collapse: collapse;
	background: #fff;
	/* border:1px solid #ccc; */
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
  /*
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
  */
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	/* border-right: 1px solid #ccc; */
	/* padding: 4px; */
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
  text-align: center;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	/* margin-right: 20px; */
	padding: 0;
	/* width: 80%; */
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0em;
	padding: .2em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
  /*
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
  */
}
label {
	display: block;
	/* font-size: 110%; */
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: auto;
  border: 1px solid #ccc;
  display: inline
}
select {
	/* clear: both; */
	/* font-size: 120%; */
	vertical-align: text-bottom;
  border: 1px solid #ccc;
  width: auto;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	/* font-size: 120%; */
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
  /*
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
  */
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/*--------------------------------------------------
MY CSS
--------------------------------------------------*/
/*--------------------------------------------------
MYHEADER
--------------------------------------------------*/
#myheader {
  width: 800px;
  margin: 0;
}
#myheader .r1_left {
  vertical-align: top;
  text-align: right;
  background: url(../img/attorneyattorney_logo1line.jpg);
  width: 230px;
}
#myheader .r1_right {
  text-align: left;
  height: 95px;
  background: url(../img/attorneyattorney_logo21.jpg);
  background-repeat: no-repeat;
  vertical-align: bottom;
  padding: 0 0 15px 50px;
  /* border: 1px solid #000; */
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  font-size: 6pt;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  text-decoration: none
}
#myheader .landdata {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:normal;
  font-weight:bold;
  font-size: 8pt;
  color:#FFFFCC;
  background: #000066;
  text-align: left;
}

#myheader .navref {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 6.8pt;
  font-weight:bold;
  color: #FFFFFF;
  background: #000066;
  vertical-align: middle;
  padding: 5px 0;
  text-align: center;
}
#myheader A.navref:link {text-decoration: none ; font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight:bold; font-size: 6.8pt; color: #FFFFFF; background: #000066; vertical-align: middle; }
#myheader A.navref:hover {text-decoration: underline; font-size: 6.8pt;  font-weight:bold; color: #FFFFFF; }
#myheader A.navref:active {text-decoration: none ; font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight:bold;  font-size:6.8pt; color: #FFFFFF; }
#myheader A.navref:visited {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;  font-weight:bold; font-size: 6.8pt;  text-decoration: none; }

#myheader .landwarning { font-family:arial; font-size:8pt; color:#ffffff; background: #000066; vertical-align: middle; }

#myheader .header_spacer {
 text-align: left;
 vertical-align: top;
 padding-top: 2px;
 background: #6666CC;
}

#myheader .tr_width {
  padding: 3px 0;
}
#myheader .flash {
  padding-left: 175px;
}

#myfooter {
  width: 800px;
  margin: 0;
  margin-top: 10px;
}
#myfooter .footer_text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 5pt;
  font-weight: bold;
  color: #999999;
  font-style: italic;
  text-decoration: none;
  padding-bottom: 10px;
}

.normaltextsmall {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

#center_content_user {
  float: left;
  width: 615px;
  margin: 0 0 0 5px;
  border: 0px solid #000;
}
#center_content_user .center_content {
  width: 100%;
}
#center_content_user .center_content .top_content {
  background: #eff0d2;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

#left_content .left_content,
#center_content .center_content,
#right_content .right_content {
  width: 100%;
}
#left_content .left_content .top_content,
#left_content .bottom_content,
#center_content .center_content .top_content,
#right_content .right_content .top_content,
#right_content .bottom_content {
  background: #eff0d2;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

#left_content {
  float: left;
  width: 180px;
}

#center_content {
  float: left;
  width: 452px;
  margin: 0 5px;
}
#center_content .center_content .flash_container {
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

#right_content {
  float: right;
  width: 156px;
}
#right_content .top_content {
  text-align: center;
}

.menu_header {
  text-align: center;
  background: #000066;
}

.menu_header2 {
  background: #cccc99;
  padding: 2px;
  margin-bottom: 5px;
}

.landsmall {
  font-weight: bold;
  font-size: 8pt;
  color: #FFFFFF;
}

a.navLink {
	font-size: 12px;
  /* background: #eff0d2; */
	color: #3A3A87;
	font-weight: bold;
  text-decoration: none;
}
a.navLink:hover {
  /* background: #eff0d2; */
  color: #FF0000;
  text-decoration: none;
}

.bullets {
  background: none; /* undo the background-image */
  list-style-image: url(../img/bullet.gif);
  padding: 0;
}

.spacer {
  padding: 5px;
}
.line_spacer {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

input.blank {
  color: #bbbbbb;
}
.blank {
  color: #999999;
}

#tab_box .header {
  background: #000066;
  color: #ffffff;
  text-align: center;
}
#tab_box form div {
  text-align: right;
}
#tab_box label {
  display: inline;
  font-size: 12px;
}

#user_lrf .links {
  margin-top: 10px;
  text-align: right;
}

#user_lrf .header,
#contact_us .header,
#news .header,
#confirmregister .header,
#my_info .header,
#my_category .header,
#my_service .header,
#search_string {
  background: #000066;
  color: #ffffff;
  text-align: center;
}
#user_lrf form div,
#contact_us form div,
#my_info form div,
#my_category form div,
#my_service form div,
#confirmregister form div {
  text-align: right;
}
#user_lrf label,
#contact_us label,
#my_info label,
#confirmregister label {
  display: inline;
  font-size: 12px;
}

.error {
  border: 1px solid red;
  background: #ffb8b8;
}

#search_string {
  margin-top: 5px;
}

div input[type="hidden"] {
  display: none;
}

#my_info table tr td {
  text-align: left;
}

.max_width {
  width: 280px;
}

tr.even td {
  background: #eff0d2;
}
tr.odd td {
  background: #ffffff;
}

.url_box {
  border: 1px solid #ccc;
  background: #EFF0D2;
}

.checkbox {
  border-bottom: 1px solid #ccc;
}

.clear_link {
  font-size: 9px;
  padding-left: 5px;
  background: #EFF0D2;
  text-decoration: none;
}

table.more_info tr td {
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 8.5pt;
}
td.short {
  width: 60px;
}

/*-------------------------------------------------
  Subsection Tabs
-------------------------------------------------*/
#tabBox a {
  text-decoration: none;
}
#tabBox ul.subsection_tabs {
  list-style:none;
  margin:0 0 5px 0;
  padding:0;
  clear:both;
  border-bottom:1px solid #ccc;
  height:20px;
  clear:both;
}

#tabBox ul.subsection_tabs li.tab {
  float:left;
  margin-right:7px;
  text-align:center;
}

#tabBox ul.subsection_tabs li.tab a {
  display:block;
  height:20px;
  padding:0 5px 0 5px;
  background-color:#fff;
  color:#666;
  width: 120px;
}

#tabBox ul.subsection_tabs li.tab a:hover {
  color:#000;
}

#tabBox ul.subsection_tabs li.tab a.active {
  background-color:#ddd;
}

.red {
  color: red;
}
.green {
  color: green;
}

.center {
  text-align: center;
}

body.settings .Left .block {
  background-color:#EFEFEF;
  font-size:12px;
  line-height:1.4em;
  margin-bottom:20px;
  padding:5px;
}

table.account_chart {
  width: 100%;
  margin-bottom: 25px;
  color: #000;
}

table.account_chart th.upgrade_downgrade {
  width: 185px;
}

table.account_chart tr.promotion td {
  padding-bottom: 10px;
  line-height: 1.4em;
}

table.account_chart td, table.account_chart th {
  padding: 7px 6px;
}

table.account_chart td {
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}

table.account_chart td, table.account_chart th {
  border-bottom: 1px solid #000;
}

table.account_chart tr.your_plan td, table.account_chart tr.your_plan th {
  background-color: #ffc; 
}

table.account_chart th {
  font-size: 14px;
}

table.account_chart tr.header th {
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  background-color: #000;
  color: #fff;
}

table.account_chart th.side {
  text-align: right;
  background-color: #ffc;
  font-size: 16px;
  color: white;
  background-color: #222;
  border-bottom: 1px solid #999;
}

table.account_chart td.action {
  background-color: #222;
  border-bottom: 1px solid #999;
}

table.account_chart td.action span {
  font-size: 11px;
  color: yellow;
}

table.account_chart tr.your_plan td.action span {
  font-size: 11px;
  color: #000;
}

table.account_chart tr.your_plan th.side {
  color: #000;
}

table.account_chart td.action a {
  color: white;
}

table.account_chart td.big {
  font-size: 14px;
  font-weight: bold;
}

table.account_chart th.side span {
  text-transform: uppercase;
  font-size: 10px;
  color: orange;
  float: left;
  padding-top: 3px;
}

table.account_chart td.details {
  font-size: 11px;
  color: #444;
  background-color: #fefee5;
}

table.account_chart td.action strong {
  color: red;
  text-transform: uppercase;
}
/*--------------------------------------------------
TEMPLATE
--------------------------------------------------*/
#template_header {
  width: 800px;
  margin: 0;
}
#template_header .r1_left {
  vertical-align: top;
  text-align: right;
  background: url(../img/attorneyattorney_logo1line.jpg);
  width: 230px;
}
#template_header .r1_right {
  text-align: left;
  height: 95px;
  background: url(../img/attorneyattorney_logo21.jpg);
  background-repeat: no-repeat;
  vertical-align: bottom;
  padding: 0 0 15px 50px;
  font-size: 6pt;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  text-decoration: none
}
#template_header .landdata {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:normal;
  font-weight:bold;
  font-size: 8pt;
  color:#FFFFCC;
  background: #000066;
  text-align: left;
  padding: 2px;
}
#template_header .template_blue_box_text_right {
  padding-left: 70px;
  font-size: 10pt;
}
#template_header .header_spacer {
 text-align: left;
 vertical-align: top;
 padding-top: 2px;
 background: #6666CC;
}
#template_content {
  background: #EFF0D2;
}
#template_content .sub_image {
  text-align: right;
}
#template_content table tr td {
  background: #EFF0D2;
}
#template_content #contact_information,
#template_content #main_body {
  padding: 0px 0px 10px 10px;
}

.left_menu_bottom_links {
  margin-left: 5px;
}

.message_sent {
  text-align: center;
}

#news_item {
  border-bottom: 1px dashed #ccc;
}

#show_tags {
  border-top: 1px dashed #cccccc;
  width: 100%;
}

.tag_delete {
  width: 2pt;
  padding-top: 5px;
  vertical-align: middle;
}

.tag_delete_row {
  border-bottom: 1px dashed #cccccc;
}

#tag_list table tr td {
  padding: 0 2pt;
  text-align: left;
}

tr.plan_selected td {
  background: #cccccc;
}

.account_top {
  background: #efefef;
  padding: 5px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

/*--------------------------------------------------
ICONS
--------------------------------------------------*/
.icon {
  background-position: 5% 50%;
  background-repeat: no-repeat;
  list-style-type: none;
  padding: 1px 0px 0 25px;
}
.trash-icon {
  background-image: url('../img/trash_icon.gif');
}

/*--------------------------------------------------
SUBSCRIPTION
--------------------------------------------------*/
#subscription {
}

#subscription .inner {
  padding: 0 20px;
}

#subscription .header {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  background: #EFF0D2;
}

#subscription fieldset legend {
  font-size: 9pt;
}
#subscription label {
  display: inline;
  font-size: 9pt;
}

/*--------------------------------------------------
SUBDIRECTORY
--------------------------------------------------*/
#subdirectory {
  padding: 5px 10px;
}

#subdirectory .submit {
  display: inline;
}

