/*  
Theme Name: Firestone Energy
Author: Stephen M. James
Author URI: http://www.InteractiveLlama.com/
Use Firefox + Firebug to view CSS inheritance

Sections: misc - blog - header - sidebar - nav - footer - headers - flash - forms - table - body - col grid - standard

SET DEFAULTS */ *  { margin: 0; padding: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; text-align: left; } table, tr, td { margin:0; padding:0; border:0; border-collapse:collapse; vertical-align:top; }

/*
wrapper
	header
	main
		mainheader
		content
			contentcolumn
				ol
					li
						article
						post
							postheader
							entry
							postfooter
				nav
		contentfooter
	footer
*/


/*------------------------------------------  
misc
------------------------------------------*/

#main {
	padding: 0px 0px 20px 29px;
	min-height: 530px;
}

/* content - - - - - - - - - - - - - - - - - - - - -  */

#contentcolumn {
	
}

#content {
	float: left;
	min-height: 530px;
	width: 560px;
}

.contentheader {
}

.contentfooter {
}

.content p {
	margin: 0px 0px 10px 0px;
	line-height: 150%;
}

.contentwidth {
}

.textwidth {
}

.pullquote{
	width:20%;
	float:left;
	margin-right:2em;
	padding-right:2em;
	border-right:1px solid #ccc;
	text-align:right;
	font-size:1.1em;
	font-style:italic;
	color:#777;
	margin-bottom:.5em;
}

/* for three column  */
#contentandaside {
    float: left;
    width: 725px;
}


.page-template-page-landing-php #content {
	width: 501px;
	padding: 10px 10px 0px 0px;
	min-height: 0;
}

.page-template-page-landing-php #content p {

}

.page-template-page-landing-php #sidebar {
	padding: 0;
	width: 414px;
}

/*------------------------------------------  
END MISC
------------------------------------------*/

/*------------------------------------------  
BLOG
------------------------------------------*/

/* post - - - - - - - - - - - - - - - - - - - - -  */

.post, .page {
}

.parentheader {
	padding: 0px 0px 0px 0px;
	background: url(images/articleheader.png) repeat 0em .25em;
}

.parentheader img {
	padding: 15px 15px 13px 15px;
}

.post h2 a {
	text-decoration: none;
}

.post h2 a:hover, .post h2 a:focus {
	text-decoration: underline;
}

.pageheader {
	width: 242px;
}

.pageheader .overview {
	font-style: italic;
	padding: 10px 0px 0px 0px;
}

.pagenav {
	background: url(images/articleheader.png) repeat 0em .0em;
}

.pagenav ul {
	padding: 0px 0px 10px 17px;
	list-style: none;
}

.pagenav ul li {
	padding: 0px 0px 5px 0px;
}

.pagenav li a, .pagenav li a:visited {
	text-decoration: none;
	color: #EFEFEF;
	background: url(images/pagenav_a.png) no-repeat 0em .3em;
	padding: 0px 0px 0px 15px;
}

.pagenav a:hover {
	background-position: 0em -56px;
	color: #666666;
}

.pagenav li.current_page_item a, 
.pagenav li.current_page_item a:visited, 
.pagenav li.current_page_item a:hover {
	background-position: 0em .3em;
	color: #D61700;
	text-decoration: underline;
	cursor: default;
}

.entry p {
	padding: 0px 0px 5px 0px;
	line-height: 150%;
}

.articletwocolumn .contentcolumn {
	width: 528px;
	float: left;
	padding: 15px 0px 0px 15px;
}

.contentcolumn {
	width: 300px;
	float: right;
	padding: 15px 0px 0px 0px;
}

.entry h1 {
	color: #D61700;
	text-transform: capitalize;
	font-size: 100%;
}

.entry ul {
	padding: 5px 0px 10px 30px;
}

.home .entry {
	padding: 20px 0px 0px 0px;
	width: 560px;
}

#video_container {
	width: 276px;
	padding: 20px 12px 12px 16px;
}

#content .entry {
}

ul li.rsslink a {
	padding:0 0 0 1.3em;
	background: url(images/li-rsslink.png) no-repeat 0em .25em;
}

/* postmetadata - - - - - - - - - - - - - - - - - - - - -  */

.postmetadata {
}

.postmetadata a {
}

/* images - - - - - - - - - - - - - - - - - - - - -  */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* Captions */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* alignment - - - - - - - - - - - - - - - - - - - - -  */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.center {
	text-align: center;
	}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/*------------------------------------------  
end blog
------------------------------------------*/

/*------------------------------------------  
header
------------------------------------------*/

#header {
	padding: 12px 51px 12px 29px;
	width: 880px;
}

a#logo {
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	padding: 54px 0px 0px 0px;
	height: 0px !important; 
	width: 309px;
	background: url(images/logo.png) no-repeat 0px 0px;
}
a#logo:hover {
	background-position: 0px -54px;
}

/*------------------------------------------  
end header
------------------------------------------*/

/*------------------------------------------  
sidebar
------------------------------------------*/

#sidebar #resources ul {
	padding: 5px 70px 10px 40px;
	list-style:disc;
}

#resources ul li {
	padding: 5px 0px 5px 0px;
	color: #BCC8C9;
}

#resources ul li a {
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;

}

#content #recentposts li a {
	text-decoration: underline;
	color: #000000;
}

 #content #recentposts li p {
	color: #000000;
}

#recentposts ul {
	list-style: none;
}

#recentposts {
	padding: 0px 0px 0px 15px;
}

#recentposts li {
	padding: 40px 68px 25px 140px;
	position: relative;
	height: 115px;
}

#recentposts li:first-child {
	background: url(images/recentposts_li.png) no-repeat 0px bottom;
}

#recentposts li li:first-child {
	background: none;
}

#recentposts li a {
	color: #FFFFFF;
	text-decoration: none;
}

#recentposts li a:hover {
	color: #D1D3D4;
	text-decoration: underline;
}

#recentposts li p {
	margin: 0px 0px 0px 0px;
	color: #999999;
}

#recentposts .thumbnail {
	position: absolute;
	display: block;
	top: 40px;
	left: 0px;
	box-shadow: rgba(0,0,0, 0.3) 5px 5px 5px;
	-moz-box-shadow: rgba(0,0,0, .4) 5px 5px 5px;
	-webkit-box-shadow: rgba(0,0,0, .5) 5px 5px 5px;
}
#recentposts .thumbnail img {
	display: block;
}

#recentposts .thumbnailmask {
	position: absolute;
	top: 40px;
	left: 0px;
	background: url(images/thumbnailmask.png) no-repeat 0px 0px;
	height: 12px;
	width: 11px;
}

#sidebar {
	float:left;
	width: 349px;
	padding: 0px 0px 0px 22px;
}

#sidebarheader {
	background: url(images/sidebarheader.png) no-repeat 0px 0px;
	height: 10px;
	overflow: hidden;
}

#sidebarcontent {
	background: url(images/sidebar.gif) repeat-y 0px 0px;
	min-height: 510px;
	padding: 20px 0px 0px 0px;
}

#downloads {
	background: url(images/downloads.png) no-repeat 0px 0px;
	height: 116px;
	padding: 20px 120px 40px 35px;
}

#downloads h2 {
	color: #BCC8C9;
	text-transform: uppercase;
	font-size: 100%;
}

#downloads a {
	color: #FFFFFF;
	text-decoration: none;
}

#downloads a:hover {
	text-decoration: underline;
}

#downloads li a {
	padding: 0px 0px 2px 20px;
}

li.pdf a {
	background: url(images/icons15/pdf.png) no-repeat 0px 2px;
}
li.doc a {
	background: url(images/icons15/doc.png) no-repeat 0px 2px;
}
li.ppt a {
	background: url(images/icons15/ppt.png) no-repeat 0px 2px;
}
li.xls a {
	background: url(images/icons15/xls.png) no-repeat 0px 2px;
}
li.zip a {
	background: url(images/icons15/zip.png) no-repeat 0px 2px;
}
li.mp3 a {
	background: url(images/icons15/mp3.png) no-repeat 0px 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	
}

#sidebar ul li a {
	
}

/*------------------------------------------  
end sidebar
------------------------------------------*/


/*------------------------------------------  
nav
------------------------------------------*/

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	margin: 0 auto;
	display:block;
	float:left;
	padding: 0px 0px 2px 0px;
}
#access .menu-header,
div.menu {
}
#access .menu-header ul,
div.menu ul {
	font-weight: bold;
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access ul ul {
	display: none;
	position:absolute;
	top: 1.5em;
	left:-10px;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 200px;
	z-index: 99999;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	background: url(images/menu_ul.png) repeat 0em .25em;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	text-indent: -10px;
	padding: 0px 10px 0px 20px;
	background: none;
	height:auto;
	line-height: 130%;
	padding:10px 10px 10px 22px;
	width: 160px;
}

#access .current_page_ancestor a {
	color: #EFEFEF;
}

#access .current_page_ancestor ul.children a {
	color: #BCC8C9;
}

#access .current_page_item a {
	cursor: default;
}

#access .current_page_item li a {
	cursor: pointer;
}


#access ul ul li:last-child a {
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}


#access li:hover > a,
#access ul ul.children li:hover > a {
	color:#fff;
	
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul ul.children li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}



/* topmenu - - - - - - - - - - - - - - - - - - - - -  */
.menu {
	background: #000000;
	width: 860px;
	padding: 3px 10px 5px 10px;
}

.menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	
}

.menu ul li {
	margin:0px 10px 0px 0px;
	padding:0px 15px 0px 0px;
	float: left;
}

.menu ul li a {
	display: block;
	padding: 0px 0px 2px 14px;
	color: #BCC8C9;
	text-decoration: none;	
	background: url(images/nav_a.gif) no-repeat 0px 4px;
}

.menu ul li a:hover {
	color: #FFFFFF;
	background-position: 0px -21px;
}





/*------------------------------------------  
end nav
------------------------------------------*/

/*------------------------------------------  
footer
------------------------------------------*/

#footer {
	padding: 0px 51px 0px 29px;
	height: 60px;
	background: url(images/footer.png) no-repeat 0px 0px;
	position: relative;
}

#footernav {
	width: 880px;
	position: absolute;
	left: 50px;
	top: 20px;
}

#footernav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 2px 10px;
	overflow:hidden;
}

#footernav ul li {
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	float: left;
}

#footernav ul > li {
	background: url(images/footernav_a.png) no-repeat 0px 0px;
}

#footernav ul li:first-child {
	background: none;
}

#footernav ul li a {
	display: block;
	padding: 0px 0px 0px 12px;
	color: #B00C00;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 10px;
}

#footerlogo {
	background: url(images/footerlogo.png) no-repeat 0px 0px;
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	padding: 19px 0px 0px 0px;
	height: 0px !important; 
	width: 296px;
	left: 614px;
	position: absolute;
}

#copyright {
	text-decoration: none;
	font-size: 9px;
	color: #CFCFCF;
	position: absolute;
	right: 59px;
	top: 50px;
}

ul#footertext {
	list-style: none;
	padding: 3px 25px 0px 0px;
}

ul#footertext li {
	float: right;
	display:block;
	padding: 5px 10px 8px 15px;
	text-indent: -15px;
}

ul#footertext li a {
	font-size: 10px;
	padding: 0px 0px 0px 15px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/footer-li.png) 0px 3px no-repeat;
}

ul#footertext li a:hover, ul#footertext li a:focus {
	color: #FF4300;
	background: url(images/footer-li.png) 0px -47px no-repeat;
}

/*------------------------------------------  
end footer
------------------------------------------*/

/*------------------------------------------  
h1, h2, h3, h4, h5, h6 
------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	line-height:1.5em;
}
h1 {
	color: #000000;
	font-size:1.5em;
	margin: 0em 0em .5em 0em;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size:1.75em;
	margin-bottom:.5142em;
	padding-top:.2em;
	font-weight: bold;
}
h3 {
	font-size:1.5em;
	margin-bottom:.7em;
	padding-top:.3em;
}
h4 {
	font-size:1.25em;
	margin-bottom:.6em;
}
h5, h6 {
	font-size:1em;
	margin-bottom:.5em;
	font-weight:bold;
}

/*------------------------------------------  
flash
------------------------------------------*/

#flash_container {
	padding: 15px 15px 13px 15px;
	background: url(images/articleheader.png) repeat 0em .25em;
}

/*------------------------------------------  
form
------------------------------------------*/

.building p, .warning {
	background: #f01000;
	margin: 10px;
	padding: 10px;
	color:#FFFFFF;
}

.building p a, .warning a {
	color:#FFFFFF;
}

.submit li {
	padding-left: 18px;
	list-style: none;
}

.comments label {
	display: none;
}

.mandatory {
	color: #B00C00;
}

.validation-advice {
	color: #B00C00;
}

.building label, .timeframe label, .follow-up label {
	display: block;
	width: 455px;
}

.building .radiogroup label, .timeframe .radiogroup label {
	display: inline-block;
}

.radiogroup li {
	
}

textarea {
	display: block;
}

form div{margin:.5em 0;clear:both;}

fieldset {
	border:1px solid #000000;
	margin:1.5em 10px;
	padding:1em 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
fieldset ol {
	margin:0;
	padding:0;
}
fieldset li {
	list-style: none;
	margin:0;
	padding:.5em .75em;
	clear: both;
}
fieldset li label {
	display:inline-block;
	margin:0 1em .5em 0;
	width:15em;}
legend{
	background: ;}

input, textarea, button {
	outline: 0;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

optgroup {
	background:transparent;
}
option {
	background:transparent;
}
input{}
label{}
select{}
textarea{}

input[type="text"], input[type="password"], textarea, select {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
	border:1px solid;
	border-color:#bbb #ccc #ccc #bbb;
	padding:.3em;
}
button,.button, input[type="file"] > input[type="button"], input[type="reset"], input[type="submit"], select {
	background:#f9f9f9;
	border:.1em solid;
	border-color:#ccc #bbb #bbb #ccc;
	cursor:pointer;
	padding:.1em 10px;
}

/* see .rtl rule */
input ~ label:hover {
	cursor: pointer;
	color:#B00C00;
}

/* label after radio */
input[type="radio"] + label {
	margin:0 .75em 0 .5em;
	width: auto;
	cursor: pointer;
}
/* hover */
input[type="radio"] + label:hover, input[type="radio"] {
	color: #B00C00;
	cursor: pointer;
}
input[type=radio]:hover + label {
	color: ##B00C00;
}
input[type=radio]:hover:checked + label {
	color: #000000;
}
input[type=radio]:checked + label:hover, input[type=radio]:checked {
	color: #000000;
	cursor: default;
}



input[type="file"]{
	font-size:.714em;
	cursor: pointer;
}
select[size],select[multiple] {
	background-image:none;
}

/* BUTTONS */
button:hover,.button:hover, button:focus,.button:focus, input[type="file"] > input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color:#f0f0f0;
}
button, .button, input[type="reset"], input[type="submit"] {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:0 5px;
}
button:hover {
	cursor: pointer;
}

/* ON FOCUS */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background:#f0f0f0;
	outline:none;
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
/* Selected radio button */
input:checked + label {
	font-weight: bold;
}
/* for mozilla */
select[size="1"] {
	padding-right: 0;
}

input.cleardefault {
	width: 145px;
	height: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
	color: #302D26;
	/* -khtml-appearance: none; */
}


/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Dashboard CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

#contact-date {
	float: left;
}

input.dashboard,
select.dashboard {
	width: 149px;
}

button.dashboard {
	background: url(images/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}

div.dashboard {
	background: url(images/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.dashboard * {
		margin: 0;
		padding: 0;
	}	
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.dashboard caption {
		color: #b00c00;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.dashboard caption a.prev {
		background-image: url(images/dashboard-prev.gif);
		left: 1px;
	}
	div.dashboard caption a.next {
		background-image: url(images/dashboard-next.gif);
		right: 1px;
	}
	div.dashboard caption a:hover {
		background-position: 0 11px;
	}
	div.dashboard caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.dashboard caption span.month {
		padding-right: 8px;
	}
	div.dashboard caption span.month:after {
		content: ',';
	}

	div.dashboard table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.dashboard td,
	div.dashboard th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.dashboard td.invalid {
		color: #666;
	}
	div.dashboard td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		color: #b00c00;
		cursor: pointer;
	}







/*------------------------------------------  
col grid
------------------------------------------*/
	.cols{} /* main column container class */
	.col{ float:left; display:inline; width:46%; margin-right:4%;} /* 2 equal width columns layout - default */	
	.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
	.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
	
	/* use following classes to build custom grid (add as many as you want) */
	.col1, .col2, .col3{float:left;display:inline;}
	.col1{}
	.col2{}
	.col3{}
	
	.indent1{}
	.indent2{}
	.indent3{}	

/*------------------------------------------  
body
------------------------------------------*/
a, a:visited {
	color: #02112C;
	}
a:hover, a:visited:hover, a:focus, a:visited:focus {
	color: #666666;
	}
a:active {
	color: #B3B3A5;
	}
body {
	color: #000000;
	padding: 0px 0 20px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Lucida Sans Unicode","Lucida Grande", Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: url("images/body.jpg") #999a9e no-repeat center top;
}
div.wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
	position: relative;
	background: url(images/wrapper.png) repeat-y;
}

div.wrapperblank {
	width: 970px;
	margin: 0px auto 0px auto;
	position:relative;
}


/*------------------------------------------  
table
------------------------------------------*/
table {
	border:1px solid #ccc;
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	margin:1.5em 10px;
}

th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #eee;
	padding:.25em 10px;
}
tbody{ }
/*tbody tr:hover, tbody tr:focus{
	background:#eee;
}*/
td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #eee;
	padding:.25em 10px;
}

/*------------------------------------------  
Standard use, yet custom
------------------------------------------*/
strong {font-weight: bold;}
em {font-style:italic;}
.first{margin-left:0 !important;}
.last{margin-right:0 !important;}
.top{margin-top:0 !important;}
.bottom{margin-bottom:0 !important;}	
.hidden, .print{display:none;}

/* floats  */
.left {float: left;} .right {float: right;} .center {text-align:center;}

hr {display: none;}
.hr {
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}
sup, sub {font-size:.8em;}
.rtl {direction:rtl;} /* layout hack */
/* Forces blocks to enclose their floated children for Mozilla. See style_ie_hacks.css */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.inner, .content, .cols, .fixed{display:block; min-height:1%;}
.clear {display: block; clear: both;}

/*------------------------------------------  
Standard use
------------------------------------------*/
