/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   This file is for your custom styles
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Change the path in the background url's if it is not correct for your system.
*/

.tb-next {
	background: url(/share/images/next-b.gif) right no-repeat;
	padding: 0 10px 0 0;
	}
.tb-prev {
	background: url(/share/images/prev-b.gif) left no-repeat;
	padding: 0 0 0 10px;
	}
.tb-first {
	background: url(/share/images/first-b.gif) left no-repeat;
	padding: 0 13px 0 0;
	}
.tb-last {
	background: url(/share/images/last-b.gif) right no-repeat;
	padding: 0 0 0 13px;
	}
.tb-author-admin {
	color: #800;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Top level elements
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-wrapper {
	font-family: "lucida sans unicode", "lucida grande", verdana, helvetica, arial, sans-serif;
	width: 95%;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	}
#tb-comment-link {
	text-align: center;
	}
#tb-wrapper a, #tb-wrapper a:visited {
	text-decoration: none;
	color: #000000;
	}
#tb-wrapper a:hover {
	text-decoration: underline;
	}
.tb-comment-legend {
	color: #000000;
	text-align: center;
	margin-top: 0em;
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	background-color: #DCDCDC;
	}
.tb-closed-legend {
	color: #800;
	text-align: center;
	}
.tb-nocomments-legend {
	color: #800;
	text-align: center;
	}
.tb-leave-comment-legend {
	color: #000;
	font-size: 1.5em;
	text-align: center;
	margin-top: 15px;
	}
	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Comment
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.tb-comment {
	margin-top: 2em;
	}
.tb-reply {
	margin-top: 2em;
	margin-left: 20px;
	}
.tb-reply-legend {
	color: #888;
	font-size: .85em;
	}
	/* ++++++++++ The comment footer (reply, edit and delete links) ++++++++++ */
.tb-comment-footer {
	text-align: center;
	display: inline;
	}
	.tb-reply-submit {
	background: none;
	border: none;
	font-size: .85em;
	color: #003399;
	margin: 5px 0 0 0;
	padding: 0;
	cursor: pointer;
	}
/* ++++++++++ The comment header +++++++++++ */
.tb-comment-header, .tb-comment-header-admin {
	font-size: 1.2em;
	}
.tb-author-loc, .tb-author-loc-admin  {
	float: left;
	}
.tb-author, .tb-author-admin  {
	font-weight: bold;
	background-color: #DCDCDC;
	}
.tb-author a, .tb-author-admin a:visited  {
	}
.tb-location, .tb-location-admin {
	}
.tb-date, .tb-id, .tb-date-admin, .tb-id-admin {
	float: right;
	}
	/* ++++++++++ The comment subject and body ++++++++++ */
.tb-comment-subject {
	font-weight: bold;
	clear: both;
	border-top: 1px solid #bbb;
	font-size: 1.1em;
	margin-bottom: .5em;
	background-color: #DCDCDC;
	}
.tb-subject-title {
	background-color: #DCDCDC;
	}
.tb-comment-text {
	overflow: auto;
	font-size: 1em;
	clear: both;
	}
.tb-comment-text pre, .tb-comment-text-admin pre {
	margin: 0 0 0 1em;
	font-family: "courier new", courier, monospace;
	padding: 0 2px 0 2px;
	overflow: auto;
	}
.tb-comment-text blockquote, .tb-comment-text-admin blockquote {
	border-left: 3px solid #aaa;
	margin: 0 1.5em 0 1em;
	padding-left: 5px;
	}
.tb-comment-text code, .tb-comment-text-admin code {
	font-family: "courier new", courier, monospace;
	background: #ddd;
	}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Comment entry form
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tb-form-div {
	margin: auto;
	}
#tb-form {
	font-size: .85em;
	padding: 5px 10px 5px 10px;
	background: #FFF;
	border: 1px solid #bbb;
	text-align: left;
	}	
/*	
#google_ad   {
	float: right;
    width:  300px; 
	display: inline;
   }
   */	