/*********************************************************************************
 * The contents of this file are subject to the SugarCRM Public License Version
 * 1.1.3 ("License"); You may not use this file except in compliance with the
 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
 * Software distributed under the License is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
 * for the specific language governing rights and limitations under the
 * License.
 *
 * All copies of the Covered Code must include on each user interface screen:
 *    (i) the "Powered by SugarCRM" logo and
 *    (ii) the SugarCRM copyright notice
 * in the same form as they appear in the distribution.  See full license for
 * requirements.
 *
 * The Original Code is: SugarCRM Open Source
 * The Initial Developer of the Original Code is SugarCRM, Inc.
 * Portions created by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.;
 * All Rights Reserved.
 * Contributor(s): ______________________________________.
 ********************************************************************************/
/*********************************************************************************
 * $Id: style.css,v 1.10 2005/12/08 22:04:02 liliya Exp $
 * Description:  Contains a variety of utility functions used to display UI 
 * components such as form headers and footers.  Intended to be modified on a per 
 * theme basis.
 ********************************************************************************/
 
/* Default Styles */
div {
-moz-box-sizing:border-box;
box-sizing:border-box;
}
body { 
	margin: 0px; 
	padding: 0px;
	min-height: 100%;
	font-family: times new roman;
	}
#header {
	color: blue; 
	font-size: 200%; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	border: 0px solid #99CCFF;
	border-bottom-width: thin;	
	background-image: url('http://www.advantacare.net/advantacare/images/headerbg.jpg'); 
	background-attachment: fixed; 
	background-repeat: repeat; 
	background-position: top; 
	height: 100px;
	min-width: 500px;
		}
#noheader {
	color: blue; 
	font-size: 200%; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	border: 1px solid #99CCFF;
	border-bottom-width: thin;	
	background-image: url('http://www.advantacare.net/advantacare/images/headerplain.jpg'); 
	background-attachment: fixed; 
	background-repeat: repeat; 
	background-position: center; 
	height: 100px;
	min-width: 500px;
		}		
#specheader {
	color: blue; 
	font-size: 100%; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	border: 1px solid #99CCFF;
	border-bottom-width: thin;	
	background-image: url('http://www.advantacare.net/advantacare/images/headerplain.jpg'); 
	background-attachment: fixed; 
	background-repeat: repeat-y; 
	background-position: center; 
	height: 100px;
	min-width: 500px;
		}				
#rsidebar {
	color: #99CCFF; 
	margin: 0; 
	padding: 0; 
	float: right; 
	width: 150px; 
	border: 0px solid #99CCFF;
	border-left-width: thin;
	border-right-width: thin;
	height: 425px; 
	}	
#rsidenarrow {
	color: #99CCFF; 
	margin: 0; 
	padding: 0; 
	float: right; 
	width: 125px; 
	border: 0px solid #99CCFF;
	border-left-width: thin;
	border-right-width: thin;
	height: 425px; 
	}		
#longsidebar {
	color: #99CCFF; 
	margin: 0; 
	padding: 0; 
	float: right; 
	width: 150px; 
	border: 0px solid #99CCFF;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;	
	height: 525px; 
	}	
#xlongsidebar {
	color: #99CCFF; 
	margin: 0; 
	padding: 0; 
	float: right; 
	width: 150px; 
	border: 0px solid #99CCFF;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;	 
	}	
#navigation {
	color: #99CCFF; 
	margin: 0; 
	padding: 0; 
	float: left; 
	width: 150px; 
	height: 425px; 
	border: 0px solid #99CCFF;
	border-right-width: thin;
	border-left-width: thin;
	}
#longnav {
	color: #99CCFF; 
	margin: 0; 
	padding: 0; 
	float: left; 
	width: 150px; 
	height: 525px; 
	border: 0px solid #99CCFF;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;	
	}
#xlongnav {
	color: #99CCFF; 
	margin: 0; 
	padding: 0; 
	float: left; 
	width: 150px; 
	border: 0px solid #99CCFF;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;	
	}	
#content {
	padding: 0; 
	margin: 0; 
	margin-left: 151px; 
	margin-right: 151px; 
	height: 400px;
	font-style: oblique;
	font-size: 100%;
	font-weight: bold;
	overflow: auto;
	}
#contentplain {
	color: #222; 
	padding: 0; 
	margin: 0; 
	height: 425px;
	border: 0px solid #99CCFF;
	border-right-width: thin;
	border-left-width: thin;
	overflow: auto;
	}
#longcontent {
	color: #222; 
	padding: 0; 
	margin: 0; 
	height: 525px;
	border: 0px solid #99CCFF;
	border-right-width: thin;
	border-left-width: thin;
	overflow: auto;
	}
#rcolumn {
	color: #99CCFF; 
	margin: 0; 
	padding: 0; 
	float: right; 
	width: 350px; 
	border: 0px solid #99CCFF;
	border-left-width: thin;
	border-right-width: thin;
	height: 425px; 
	}	
#footer {
	color: #422; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	font-size: 75%; 
	margin-top: 0px; 
	border: 0px solid #99CCFF;
	border-top-width: thin;
	}