/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   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(/tbdev/images/next-b.gif) right no-repeat;
	padding: 0 10px 0 0;
	}
.tb-prev {
	background: url(/tbdev/images/prev-b.gif) left no-repeat;
	padding: 0 0 0 10px;
	}
.tb-first {
	background: url(/tbdev/images/first-b.gif) left no-repeat;
	padding: 0 13px 0 0;
	}
.tb-last {
	background: url(/tbdev/images/last-b.gif) right no-repeat;
	padding: 0 0 0 13px;
	}
	
/* +++++ ThickBox +++++ */
#TB_next {
	background: url(/tbdev/images/right-arrow.gif) right bottom no-repeat;
	padding-right: 10px;
}
#TB_prev {
	background: url(/tbdev/images/left-arrow.gif) left bottom no-repeat;
	padding-left: 10px;
}
#TB_title{
	background: url(/tbdev/images/TBbg.gif) repeat-x;
}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   If you want to use the supplied background image for the comment header,
	remove these top and bottom comment lines from this block of styles.
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#tb-wrapper {
	width: 430px;
	}
.tb-comment-header, .tb-comment-header-admin {
	background: url(/tbdev/images/header430.png);
	border: none;
	height: 24px;
	}
.tb-reply .tb-comment-header, .tb-reply .tb-comment-header-admin {
	background: url(/tbdev/images/header410.png);
	border: none;
	height: 24px;
	}
.tb-author-loc, .tb-author-loc-admin  {
	padding: 4px 0 0 5px;
	float: left;
	}
.tb-date, .tb-id, .tb-date-admin, .tb-id-admin {
	padding: 5px 5px 0 0;
	float: right;
	}
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++
My Changes
+++++++++++++++++++++++++++++*/
#tb_form, #tb-form-edit {
	background: #ffffff;
	font-size: 1em;
	}

#tb-wrapper {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
	}

.tb-comment-header-admin {
	background: #550538;
}
.tb-comment-header, .tb-comment-header-admin {
	padding: 2px 5px 2px 5px;
	color:white;
}
.tb-comment-header {
	background: #86A9E4;
}
.tb-comment-text, .tb-comment-text-admin {
	padding: 0.5em 0.5em 0.5em 0.5em;
	}
	
.tb-author, .tb-author-admin {
	color:white;
