DIV {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
BODY {
	color: #000000;
    font-family: verdana, helvetica;
    font-size: 10pt;
    font-weight: normal;
}
FORM, TABLE, TD {
/**    color: #000000;**/
    font-family: verdana, helvetica;
    font-size: 11px;
/**    font-weight: normal; **/
	padding: 0px;
	margin: 0px;
}
P {
	line-height:18px;
	color: #291972;
	font-size:12px;
}
SELECT, INPUT, TEXTAREA {
    color: #000000;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}
H1 {
    color: #291972;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
	font-stretch: expanded;
	margin-bottom: 15px;
	padding-bottom: 3px;
	text-indent:4px;
	background-image:url(../images/hr1.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
H2 {
    color: #291972;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	font-stretch: expanded;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 3px;
	text-indent:4px;
	background-image:url(../images/hr1.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
H3 {
    color: #291972;
    font-family: Modern, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	font-stretch: expanded;
	padding-bottom: 3px;
	margin-bottom: 5px;
	text-indent:4px;
	background-image:url(../images/hr1.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
H4 {
    color: #291972;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	font-stretch: expanded;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 3px;
	text-indent:4px;
	background-image:url(../images/hr4.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
IMG {
	text-decoration: none;
	border: none;
}
A {
	text-decoration: none;
	border: none;
	color: #291972;
}
A:HOVER {
	color: #FF6600;
}
A:VISITED {
	color: #006699;
}
TABLE.menu {
	width: 180px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
}
TABLE.menu TD{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
	font-size:14px;
	font-weight: bold;
	color: #006699;
}
#main_body #content {
	width: 95%;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 5px;
}
TABLE.main_body TD{	
	padding: 5px;
	vertical-align: top;
}
TABLE.main_body A{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}
TABLE.main_body A:HOVER{
	color: #CC0000;
}
TABLE.adminform {
	BORDER: #d5d5d5 1px solid; 
	MARGIN-TOP: 20px;
	WIDTH: 100%; 
	BORDER-COLLAPSE: collapse;
	BACKGROUND-COLOR: #f5f5f5;
	COLOR: #000000;
}
TABLE.adminform TR {
	height: 100%;
}
TABLE.adminform TR.row0 {
	BACKGROUND-COLOR: #000000;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px;
}
TABLE.adminform TD {
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 3px; 
	PADDING-TOP: 3px; 
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: middle;
}

#logo {
	background: url(http://localhost/dev/rent_pro/www/images/rentpro_logo_body.gif);
	background-repeat: no-repeat;
	width:  180px;
	height: 60px;
	display: block;
	margin: 10px 0 0 10px;
	border-right: 1px solid #CCC;
	float: left;
}
#status {
	display: block;
	width: 700px;
}

ul {
	margin: 5px;
}

ul.sidebar {
	margin: 7px 5px 0 20px;
}

ul.sidebar li {
	font-size: 10px;
	color: #006699;
	font-weight: bold;
	list-style-image: url(images/blue_bullet.gif);
}
ul.main {
	margin-left: 30px;
}

ul.main li {
	margin-bottom: 5px;
	font-size: 10px;
	color: #291972;
	font-weight: bold;
	list-style-type:disc;
}
ul.services {
	margin-left: 20px;
}
ul.services li {
	margin-bottom: 5px;
	font-size: 10px;
	color: #291972;
	font-weight: bold;
	list-style-type: disc;
	list-style-image: url(images/blue_bullet.gif);
}
a.top_menu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}
a.top_menu:visited {
	color: #FFFFFF;
}
a.top_menu:hover {
	color: #FFCC33;
}

#footer {
	color: #000000;
	height: 30px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
#footer a {
	color: #006699;
}
#footer a:hover {
	color: #FF6600;
}
#version_footer {
	padding: 5px;
	font-weight: normal;
	margin-top: 5px;
	text-align: center;
}
#address {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
.email {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}
.email A{
	color: #FFCC00;
	font-size: 14px;
	text-decoration: none;
}
.email A:HOVER{
	color: #FF9933;
}

/* Admin area layout */
#menu {
	border:1px solid #000000;
	background-color:#CBCBCB;
	text-align: left;
	float: left;
	width: 95%;
        margin-top:20px;
	margin-bottom:20px;
}
#apptitle {
	padding: 0px; 
	margin: 0px; 
	width: 70%; 
	position: relative;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 18px; 
}
#adminheading {
	padding: 5px; 
	font-weight: normal; 
	font-size: 18px; 
	margin: 0 10px 10px 10px; 
	color: #FF9E31; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; 
	text-align: left;
        float: left;
        width: 95%;
}
TABLE.datagrid {
	border: #D5D5D5 1px solid; 
	width: 100%; 
	border-collapse: collapse;
	background-color: #EEEEEE;
}
TABLE.datagrid TH {
	padding: 5px;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
TABLE.datagrid TD {
	padding: 5px;
	text-align: left;
}
TABLE.smalldatagrid {
	border: #D5D5D5 1px solid; 
	width: 40%; 
	border-collapse: collapse;
	background-color: #EEEEEE;
}
TABLE.smalldatagrid TH {
	padding: 5px;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
TABLE.smalldatagrid TD {
	padding: 5px;
	text-align: left;
}
TABLE.contact_form TD{	
	padding: 5px;
	vertical-align: top;
	background-color: #6699CC;
}
.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 450px;
	background: #F1F3F5;
}
.login p {
	padding: 0 1em 0 1em;
}
.form_block {
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 15px;
}
.login_form {
	text-align: left;
	float: right;
	width: 50%;
}
.login_text {	
	text-align: left;
	width: 50%;
	float: left;
}
.login_text P {
	font-family: arial;
    font-size: 11px;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
}
.error {
	color: #CC0000;
	font-weight: bold;
	margin-left: 40px;
	margin-bottom: 10px;
}
.inputlabel {
	font-family: verdana, helvetica;
    font-size: 8pt;
	font-weight: bold;
	text-align: left;
}
.mandatory {
	color: #FF0000;
}

/* First two classes set up attributes for content block */

.content_in {
	background-color: #95DAF8;
	color: #FFFFFF;
}

.content_in p {
	margin: 0 10px;
}

/* Next class adds rounded corner image to background at top right */

.roundtopin { 
	background: url(C:\Sites\dev\tenant_tracker_v2\www\images\toprightin.gif) no-repeat top right; 
}

/* Next class adds rounded corner image to background at bottom right */

.roundbottomin {
	background: url(C:\Sites\dev\tenant_tracker_v2\www\images\bottomrightin.gif) no-repeat top right; 
}

.content_out {
	background-color: #FBF6B0;
	color: #FFFFFF;
}

.content_out p {
	margin: 0 10px;
}

/* Next class adds rounded corner image to background at top right */

.roundtopout { 
	background: url(C:\Sites\dev\tenant_tracker_v2\www\images\toprightout.gif) no-repeat top right; 
}

/* Next class adds rounded corner image to background at bottom right */

.roundbottomout {
	background: url(C:\Sites\dev\tenant_tracker_v2\www\images\bottomrightout.gif) no-repeat top right; 
}

.content_letter {
	background-color: #EEEEEE;
	color: #FFFFFF;
}

.content_letter p {
	margin: 0 10px;
}

/* Next class adds rounded corner image to background at top right */

.roundtopletter { 
	background: url(C:\Sites\dev\tenant_tracker_v2\www\images\toprightletter.gif) no-repeat top right; 
}

/* Next class adds rounded corner image to background at bottom right */

.roundbottomletter {
	background: url(C:\Sites\dev\tenant_tracker_v2\www\images\bottomrightletter.gif) no-repeat top right; 
}

/* Final class sets up universal parameters for all images */

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


.productlisting {
	border: none;
	margin-left: 10px;
	width: 90%;
}
.productdetails {
	float:left; 
	background-color:#F1F1F1; 
	width:40%; 
	margin-left:20px; 
	border: 1; 
	border-color: #000000; 
	border-style: solid;
}
.productimage {
	float:left;
	margin-top:5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}


/* SOLAIR Energy custom css */
.bodytemplate {
	margin-top: 10px;
	margin-left: 10px; 
	text-align: left;
	margin-bottom: 20px;
}

.bodytext {
	float: left; 
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;

}

.rightphoto {
	margin-right: 10px;
	margin-left: 4px;
	border: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.productdetail {
	float: left; 
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	border: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #CCCCCC;
	width: 90%;
}

.solarpanelproddetail {
	float: left; 
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #CCCCCC;
}

HR.divide {
	border: 1px;
	width: inherit;
	height:1px;
	color:#000099;
	background-color: #000099;
	margin-right: 10px;
}

.photo {
	border: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}