
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */


/* links */
a, a:visited {	
	color: #00f;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #638CCA;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p, table {
	padding: 5px 0;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
/*img {
	background: #FAFAFA;
   	border: 1px solid #DCDCDC;
	padding: 5px;
}*/
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
  background: url(post.jpg);
	border: 1px solid #000;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	/* color: #A89A6A; */
}


/* start - table */
table .tableHighlight{
	border-collapse: collapse;
	margin: 10px;	
}
table .tableHighlight th strong {
	color: #fff;
}
table .tableHighlight th {
	/*background: #93BC0C url(nav.jpg) repeat-x;*/
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
table .tableHighlight tr {
	height: 30px;
}
table .tableHighlight td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
table .tableHighlight td.first,th.first {
	border-left: 0px;
}
table .tableHighlight tr.row-a {
	background: #F8F8F8;
}
table .tableHighlight tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background-color: #83ACCA;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #83ACCA;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


#timeCol {
	font-size: 85%;
	width: 20%;
	float: left;
	/*border: 1px solid #fff;*/
	padding-top: 5px;
}

#titleCol {
	padding-left: 5px;
	font-size: 85%;
	float: left;
	width: 70%;
	/*border: 1px solid #fff;*/
	padding-top: 5px;
}
.spacer {
	float: left;
	display: block;
	width: 100%;
}

#dailyList {
	margin-top: 20px;
	margin-bottom: 20px;
}