/***********************************************************************
/***********************************************************************
****																																				  ********
****		FILENAME:           style.css                             ********
****		DESCRIPTION:     CSS for Enercop				        		********
****		AUTHOR:					    Chip Sheppard											********
****		AUTHOR URI:			  http://sheppco.com/							********
****		CREATION DATE:  04/24/2008													********
****		LAST MODIFIED:   04/01/2010													********
****																																					********
/***********************************************************************
/***********************************************************************


/* GLOBAL STYLES --------------------------------------------------- */

body { background:url(../images/bg.png) repeat-y center #f3f3f6; margin:0px; font:12px Arial, Helvetica, sans-serif; color:#000;} /* #9ca6b6  */
img { border: none;}

td { vertical-align:top;}

a:link, a:visited {	color:#00c; text-decoration:none;}
a:hover { color:#c00; text-decoration:underline;}

.alignright { float:right; margin:0 0 0 15px; text-align:center; }
.ssbdr { border:1px solid #000; }

/*  LAYOUT  --------------------------------------------------- */

#wrapper { position:relative; width:800px; margin:0 auto; padding:0 15px; }
#top { width:800px; height:144px; background:url(../images/top.jpg) no-repeat; }
#top #tag { padding:30px 0 0 115px; font:24px Arial, sans-serif; color:#57a8f9;}
#top #demo { padding:50px 0 0 535px;}
#top #demo a { font:bold 15px Arial, sans-serif; color:#c00;}
#top #demo a:hover { color:#cf2c25;}

/* MENU --------------------------------------------------- */

#menu { margin:0px; padding:15px 0 0 10px; width:150px; }
#menu ul { margin:0; padding:0; }
#menu li { margin:0; padding:0; font-weight:bold; text-transform:uppercase; display:inline-block; list-style-type:none; width:100%; }

#menu li a { display:block; padding:4px 0; margin:0; line-height:18px; color:#999; border-bottom:1px solid #ccc; text-decoration:none; }
#menu li a:hover { color:#000; } 
#menu li.c a { color:#000; }

#breadcrumb { position:absolute; top:125px; left:26px; font-size:10px; }

/* DROP DOWN SUB MENUS --------------------------------------------------- */

.subnav { position:absolute; left:174px; z-index:3; width:146px; background:url(/images/arrow.gif) no-repeat 0px -3px;}
#subnav1 { top:188px; }
#subnav2 { top:218px; }
#subnav3 { top:315px; }
.subnav ul { margin:0px 5px; padding:0px; list-style-type:none; font:bold 9px Verdana, Helvetica, sans-serif;  }
.subnav ul li { display:inline-block; margin:0; padding:0px; list-style-type:none; width:100%; }	
.subnav ul li a { display:block; background-color:#e9e9e9; margin:0 0 0 6px; padding:4px 0 6px 5px; color:#000; text-decoration:none;}
.subnav ul li a:hover { background-color:#dedede; } 

/* MAIN CONTENT AREA --------------------------------------------------- */

#leftcolumn { float:left; width:200px; padding:20px 0 0 10px; }
#rightcolumn { float:right; width:465px; margin:0 20px 0 0; padding:10px 0 30px 0; line-height:18px; }
#subsubnav { font-size:10px; }
.buttpad { margin-right:5px; }

.left { float:left; width:220px; }
.right { float:right; width:220px; }

#spreadsheet tr.b td { background:#eee; }
#spreadsheet td.bb { border-bottom:1px solid #ccc; }
#spreadsheet td.bll { border-left:1px solid #ccc; border-bottom:1px solid #ccc; }
#spreadsheet td.bl { border-left:1px solid #ccc; border-bottom:1px solid #ccc; text-align:center; }
#spreadsheet td.blr { border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; text-align:center; }

.blammo { float:left; padding:8px; border:1px solid #900; text-align:center; margin-right:10px; }

/* TEXT STYLES --------------------------------------------------- */

h1{	font: normal 24px Georgia, Times, serif; color: #006090; margin:0;}
h2{	font-size:14px; color:#000; margin:30px 0 10px 0; padding:0 0 2px 0; border-bottom:1px solid #cc0000; }
h3{	font-size:14px; color:#999; margin:30px 0 10px 0; padding:0;}
h4{	font-size:16px; color:#006090; margin:0 0 10px 0; padding:0;}

/*  FORMS  --------------------------------------------------- */

#login input { margin-bottom:5px; }
.sidebar { padding:20px 10px 0 10px; }

.required { color:#d4402b; font-weight:bold;}
.full { width:380px;}
.small {width:100px;}

