
/* Style sheet css.tpl for Autoshrine Phorum Template */

/* Overall style */

#phorum {
	/*
	font-family: ;
	font-size: 1.0em;
	color: Black;
	*/
}

/* HTML level styles */

img {
	vertical-align: top;
	border: none;
}

#phorum a {
}
#phorum a:hover {
	background: none;
	background-color: transparent;
	color: red;
}

#phorum span.icon {
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding: 4px 10px 2px 21px;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}
#phorum span.icon a:hover {
}

#phorum span.welcome {
	margin-right: 20px;
}

#phorum div.generic table th {
	text-align: left;
}

#phorum table.list {
	width: 100%;
	margin-bottom: 4px;
	border: 1px solid #4d894d;
	border-bottom: 0;
}

#phorum table.list th  {
	font-size: 1.3em;
	border: 0;
	background: #4d894d url(/phorum/templates/autoshrine/images/header_background.png) repeat-x;
	color: White;
	padding: 5px;
}

#phorum table.list th a {
	color: White;
}

#phorum table.list td {
	background-color: White;
	padding: 8px;
	border-bottom: 1px solid #4d894d;
}

#phorum table.list td.alt {
	background-color: #edf2ed;
}

#phorum table.list td.current {
	background-color: #f0f7f0;
}

#phorum table.list td p {
	margin: 4px 8px 16px 4px;
}

#phorum table.list td h3 {
	font-size: 1.4em;
	border: 0;
	margin: 0;
}

#phorum table.list td h4 {
	font-size: 1.1em;
	margin: 0;
	font-weight: normal;
}

#phorum .list .topic-byline {
	padding-left: 20px;
}

#phorum table.list td span.new-indicator {
	color: red;
	font-weight: normal;
}

#phorum h1 {
	margin-bottom: 40px;
}

#phorum h2 {
	margin: 0;
	border: 0;
	font-weight: bold;
}

#phorum h3.heading {
	white-space: normal;
}

#phorum h4 {
	margin: 0 0 5px 0;
}

#phorum hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #4d894d;
}

#phorum table.announcements {
	margin-bottom: 15px;
}


/* global styles */

#phorum div.generic table {
}

#phorum div.generic {
	padding: 8px;
	background-color: #edf2ed;
	border: 1px solid #4d894d;
}

#phorum div.generic-lower {
	padding: 8px;
	margin-bottom: 8px;
}

#phorum div.paging {
	float: right;
}

#phorum div.paging a {
	font-weight: bold;
	margin: 0 4px 0 4px;
	padding: 0 0 1px 0;
}

#phorum div.paging img{
	vertical-align: bottom;
}

#phorum div.paging strong.current-page {
	margin: 0 4px 0 4px;
}

#phorum div.nav {
	margin: 0 0 5px 0;
	line-height: 20px;
	font-size: 1.3em;
}

#phorum div.nav-right {
	float: right;
}

#phorum div.information {
	font-size: 1.3em;
	padding: 8px;
	border: 1px solid #62a762;
	background-color: #e6ffe6;
	margin-bottom: 8px;
}
#phorum div.information h4 {
	margin-bottom: 1em;
}
#phorum div.information li {
	font-size: 1em;
}

#phorum div.notice {
	font-size: 1.3em;
	padding: 8px;
	background-color: #edf2ed;
	border: 1px solid #4d894d;
	margin-bottom: 8px;
}

#phorum div.warning {
	font-size: 1.3em;
	border: 1px solid #A76262;
	background-color: #FFD1D1;
	padding: 8px;
	margin-bottom: 8px;
}

#phorum div.attachments {
	background-color: White;
	margin-top: 8px;
	padding: 16px;
	border: 1px solid #4d894d;
}

#phorum span.new-flag {
	color: red;
}

#phorum a.message-new {
	font-weight: bold;
}

#phorum table.menu td {
	vertical-align: top;
}

#phorum table.menu td.menu {
	padding: 0 8px 0 0;
}

#phorum table.menu td.menu ul {
	list-style: none;
	padding: 0;
	margin: 4px 0 8px 8px;
}

#phorum table.menu td.menu ul li {
	font-size: 1em;
	margin: 0 0 4px 0;
}

#phorum table.menu td.menu ul li a {
	text-decoration: none;
}

#phorum table.menu td.menu ul li a.current {
	font-weight: bold;
}

#phorum table.menu td.menu span.new {
	color: red;
}

#phorum table.menu td.content {
	width: 100%;
	padding: 0;
}

#phorum table.menu td.content h2 {
	margin: 0 0 8px 0;
	background-repeat: repeat-x;
	background-image: url('/phorum/templates/autoshrine/images/header_background.png');
	color: White;
	background-color: #4d894d;
	padding: 4px;
}

#phorum table.menu td.content .message-body {
	font-size: inherit;
}

#phorum table.menu td.content div.generic {
	margin: 0 0 8px 0;
}

#phorum table.menu td.content dl {
	margin: 0;
	padding: 0;
}
#phorum table.menu td.content dt {
	font-weight: bold;
	font-size: 1.1em;
}
#phorum table.menu td.content dd {
	padding: 2px 0 1em 2em;
	font-size: 1em;
}

#phorum table.menu td.content th,
#phorum table.menu td.content td {
	font-size: 1em;
}

#phorum fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#phorum input {
	font-size: 12px; 	/* Fixed - Firefox bug */
}
#phorum textarea {
	font-size: 12px; 	/* Fixed - Firefox bug */
}
#phorum textarea.body {
	width: 100%;
	border: 0;
}

#phorum table.form-table {
	width: 100%;
}



/* header styles */

#phorum #logo {
	height: 46px;
	background-color: #78ad78;
	vertical-align: bottom;
	background-image: url('/phorum/templates/autoshrine/images/top_background.png');
}

#phorum #logo img {
	margin: 16px 0 0px 16px;
}

#phorum #page-info {
	padding: 0;
	margin: 0;
}

#phorum #page-info .description {
	margin: 8px 8px 1em 0;
	padding-right: 32px;
	font-size: 1.3em;
}

#phorum #breadcrumb {
	border: 0;
	padding: 5px 0;
}

#phorum #user-info {
	float: right;
	clear: right;
	margin-right: 0;
	white-space: nowrap;
	font-size: 1.3em;
}

#phorum #user-info img {
	border-width : 0;
	margin: 4px 3px 0 0;
}

#phorum #user-info small a{
	margin: 0;
	padding: 0;
	display: inline;
}

#phorum div.attention {
	/* does not use template values on purpose */
	padding: 24px 8px 24px 64px;
	border: 1px solid #A76262;
	background-image: url('/phorum/templates/autoshrine/images/dialog-warning.png');
	background-color: #FFD1D1;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	color: Black;
	margin: 8px 0 8px 0;
	font-size: 1.4em;
	font-weight: bold;
}

#phorum div.attention a {
	/* does not use template values on purpose */
	color: #68312C;
	padding: 2px 2px 2px 21px;
	display: block;
	background-repeat: no-repeat;
	background-position: 1px 2px;
}

#phorum #right-nav {
	float: right;
}

#phorum #search-area {
	float: right;
	clear: right;
	text-align: right;
	padding: 8px 8px 8px 32px;
	background-repeat: no-repeat;
	background-position: 8px 12px;
	margin-right: 0;
	white-space: nowrap;
	font-size: 1.3em;
}

#phorum #header-search-form {
	display: inline;
}

#phorum #header-search-form a {
	font-size: 85%;
}



/* Read styles */

#phorum div.message div.generic {
	border-bottom: 0;
}

#phorum td.message-user-info {
	font-size: 12px; /* fixed */
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}

#phorum div.message-author {
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0 0px 21px;
/*	font-size: 1.3em; */
	font-weight: bold;
	margin-bottom: 5px;
}

#phorum div.message-author small {
	font-size: 65%;
	font-weight: normal;
	margin: 0 0 0 16px;
}

#phorum div.message-subject {
	font-weight: bold;
	font-size: 85%;
}

#phorum div.message-subject-large {
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: 1px dotted #4d894d;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#phorum div.message-subject-large .postnum {
    font-size: 90%;
    padding-right: 10px;
    float: right;
    font-weight: normal;
}
#phorum div.message-body {
	font-size: 1.3em;
	padding: 16px;
	margin: 0 0 16px 0;
	border: 1px solid #4d894d;
	border-top: 0;
	background-image: url('/phorum/templates/autoshrine/images/message_background.png');
	background-repeat: repeat-x;
	background-color: White;
	overflow: hidden; /* makes the div extend around floated elements */
}
#phorum div.message-body br {
	clear: both;
}
#phorum div.message-body li {
	font-size: 1em;
}

#phorum div.message-date {
}

#phorum div.message-moderation {
	margin-top: 8px;
	border-top: 0;
	padding: 6px;
	background-color: #edf2ed;
	border: 1px solid #4d894d;
	line-height: 20px;
}

#phorum div.message-options {
	margin-top: 3em;
	text-align: right;
	clear: both;
}

#phorum #thread-options {
	margin: 8px 0 32px 0;
	background-color: #edf2ed;
	border: 1px solid #4d894d;
	padding: 8px;
	text-align: center;
}

#phorum #phorum_mod_post_preview_preview_div {
	font-size: 11px; /* fixed */
}

/* Poll mod */

#phorum #topic_poll_title {
	font-size: 125%;
	font-weight: bold;
}
#phorum #topic_poll_details {
	margin: 1em 0;
	font-style: italic;
}
#phorum #topic_poll_question {
	font-weight: bold;
}
#phorum #topic_poll_answers {
	margin-top: 1em;
	margin-left: 4em;
}
#phorum #topic_poll_answers table tr td {
    padding: 5px 10px 5px 0px;
	font-size: 1em;
}
#phorum  #topic_poll #topic_poll_answers .topic_poll_percentage_bar {
    border: 1px solid black;
    background-color: #c00;
}

/* Changes styles */

#phorum span.addition {
	background-color: #CBFFCB;
	color: #000000;
}

#phorum span.removal {
	background-color: #FFCBCB;
	color: #000000;
}

/* Posting styles */

#phorum #post {
	font-size: 1.3em;
	width: 90%;
	margin: auto;
	clear: both;
}

#phorum #post h4 {
	font-size: 1em;
	font-weight: bold;
}

#phorum #post ul {
	margin: 2px;
}

#phorum #post ul li {
	font-size: 85%;
}

#phorum #post-body {
	font-size: 1.2em;
	border: 1px solid #4d894d;
	background-color: White;
	padding: 8px;
}

#phorum #post-moderation {
	float: right;
	border: 1px solid #4d894d;
	background-color: #fffdf6;
	padding: 8px;
}

#phorum #post-buttons {
	text-align: center;
	margin-top: 8px;
}

#phorum div.attach-link {
	background-image: url('/phorum/templates/autoshrine/images/attach.png');
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding: 4px 10px 2px 21px;
	font-weight: normal;
}

#phorum #attachment-list td {
	font-size: 0.9em;
	padding: 6px;
}
#phorum #attachment-list input {
}

#phorum #asn-attachment-caption {
	font-size: 0.85em;
}

#phorum #post .option-desc {
    font-size: 85%; 
    font-style: italic; 
    margin: 0 0 1em 0.5em;
}


/* PM styles */

#phorum input.rcpt-delete-img {
	vertical-align: bottom;
}

#phorum div.pm {
	padding: 8px;
	background-color: #edf2ed;
	border: 1px solid #4d894d;
	border-bottom: 0;
}
#phorum div.pm div.message-author {
}


#phorum .phorum-gaugetable {
	margin-top: 10px;
	border-collapse: collapse;
}

#phorum .phorum-gauge {
	border: 1px solid #4d894d;
	background-color: White;
}

#phorum .phorum-gaugeprefix {
	border: none;
	background-color: White;
	padding-right: 10px;
}


/* Profile styles */

#phorum #profile div.icon-user {
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0 0px 21px;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}

#phorum #profile div.icon-user small {
	font-size: 65%;
	font-weight: normal;
	margin: 0 0 0 16px;
}

#phorum #profile dt {
	font-weight: bold;
}

#phorum #profile dd {
	padding: 4px;
	margin: 0 0 8px 0;
}


/* Search Styles */

#phorum #search-form {
	margin-bottom: 35px;
}

#phorum #search-form form {
	font-size: 85%;
}

#phorum div.search {
	background-color: White;
	padding: 10px 25px;
}

#phorum div.search-result {
	margin-bottom: 20px;
}

#phorum div.search-result h4 {
	font-size: ;
	margin: 0;
}

#phorum div.search-result h4 small {
	font-size: 75%;
}

#phorum div.search-result blockquote {
	margin: 3px 0 3px 0;
	padding: 0;
}

/* Footer styles */

#phorum #footer-plug {
	margin-top: 26px;
	font-size: 65%;
	text-align: center;
}


/* Icon Styles */

.icon-accept {
	background-image: url('/phorum/templates/autoshrine/images/accept.png');
}

.icon-bell {
	background-image: url('/phorum/templates/autoshrine/images/bell.png');
}

.icon-bullet-black {
	background-image: url('/phorum/templates/autoshrine/images/bullet_black.png');
}

.icon-bullet-go {
	background-image: url('/phorum/templates/autoshrine/images/bullet_go.png');
}

.icon-cancel {
	background-image: url('/phorum/templates/autoshrine/images/cancel.png');
}

.icon-close {
	background-image: url('/phorum/templates/autoshrine/images/lock.png');
}

.icon-comment {
	background-image: url('/phorum/templates/autoshrine/images/comment.png');
}

.icon-comment-add {
	background-image: url('/phorum/templates/autoshrine/images/comment_add.png');
}

.icon-comment-edit {
	background-image: url('/phorum/templates/autoshrine/images/comment_edit.png');
}

.icon-comment-delete {
	background-image: url('/phorum/templates/autoshrine/images/comment_delete.png');
}

.icon-delete {
	background-image: url('/phorum/templates/autoshrine/images/delete.png');
}

.icon-exclamation {
	background-image: url('/phorum/templates/autoshrine/images/exclamation.png');
}

.icon-feed {
	background-image: url('/phorum/templates/autoshrine/images/feed.png');
}

.icon-flag-red {
	background-image: url('/phorum/templates/autoshrine/images/flag_red.png');
}
.icon-flag-blue {
	background-image: url('/phorum/templates/autoshrine/images/flag_blue.png');
}
.icon-flag-green {
	background-image: url('/phorum/templates/autoshrine/images/flag_green.png');
}
.icon-flag-orange {
	background-image: url('/phorum/templates/autoshrine/images/flag_orange.png');
}
.icon-flag-pink {
	background-image: url('/phorum/templates/autoshrine/images/flag_pink.png');
}
.icon-flag-purple {
	background-image: url('/phorum/templates/autoshrine/images/flag_purple.png');
}
.icon-flag-yellow {
	background-image: url('/phorum/templates/autoshrine/images/flag_yellow.png');
}

.icon-folder {
	background-image: url('/phorum/templates/autoshrine/images/folder.png');
}

.icon-group-add {
	background-image: url('/phorum/templates/autoshrine/images/group_add.png');
}

.icon-key-go {
	background-image: url('/phorum/templates/autoshrine/images/key_go.png');
}

.icon-key-delete {
	background-image: url('/phorum/templates/autoshrine/images/key_delete.png');
}

.icon-list {
	background-image: url('/phorum/templates/autoshrine/images/text_align_justify.png');
}

.icon-merge {
	background-image: url('/phorum/templates/autoshrine/images/arrow_join.png');
}

.icon-move {
	background-image: url('/phorum/templates/autoshrine/images/page_go.png');
}

.icon-next {
	background-image: url('/phorum/templates/autoshrine/images/control_next.png');
}

.icon-note-add {
	background-image: url('/phorum/templates/autoshrine/images/note_add.png');
}

.icon-open {
	background-image: url('/phorum/templates/autoshrine/images/lock_open.png');
}

.icon-page-go {
	background-image: url('/phorum/templates/autoshrine/images/page_go.png');
}

.icon-prev {
	background-image: url('/phorum/templates/autoshrine/images/control_prev.png');
}

.icon-printer {
	background-image: url('/phorum/templates/autoshrine/images/printer.png');
}

.icon-split {
	background-image: url('/phorum/templates/autoshrine/images/arrow_divide.png');
}

.icon-table-add {
	background-image: url('/phorum/templates/autoshrine/images/table_add.png');
}

.icon-tag-green {
	background-image: url('/phorum/templates/autoshrine/images/tag_green.png');
}

.icon-user {
	background-image: url('/phorum/templates/autoshrine/images/user.png');
}

.icon-user-add {
	background-image: url('/phorum/templates/autoshrine/images/user_add.png');
}

.icon-user-comment {
	background-image: url('/phorum/templates/autoshrine/images/user_comment.png');
}

.icon-user-comment strong {
	color: #c00;
}

.icon-user-edit {
	background-image: url('/phorum/templates/autoshrine/images/user_edit.png');
}

.icon-zoom {
	background-image: url('/phorum/templates/autoshrine/images/zoom.png');
}

.icon-information {
	background-image: url('/phorum/templates/autoshrine/images/information.png');
}

.icon1616 {
	width: 16px;
	height: 16px;
	border: 0;
}

/* For module mark_my_topics */

.icon-comments {
	background-image: url('/phorum/templates/autoshrine/images/comments.png');
}

.icon-comments-flag-reg {
	background-image: url('/phorum/templates/autoshrine/images/comments_flag_red.png');
}

.icon-comments-flag-reg2 {
	background-image: url('/phorum/templates/autoshrine/images/comments_flag_red2.png');
}

/*   BBCode styles  */

#phorum blockquote.bbcode {
	font-size: 1em; /* was: font_small */
	margin: 0 0 0 10px;
}

#phorum blockquote.bbcode>div {
	margin: 0;
	padding: 5px;
	border: 1px solid #808080;
	overflow: hidden;
}

#phorum blockquote.bbcode strong {
	font-style: italic;
	margin: 0 0 3px 0;
}

#phorum pre.bbcode {
	border: 1px solid #C4C6A2;
	background-color: #FEFFEC;
	padding: 8px;
	overflow: auto;
}

#phorum #editor-tools li {
	font-size: 1em;
}

/* AutoShrine custom styles */

#phorum div.avatar-user {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 0 143px;
	height: 100px;
}
#phorum div.asn-user-float {
	float: left;
	margin-left: 10px;
}

#phorum .powered-by {
	width: 100%;
	text-align: right;
	margin-top: 2em;
}

#phorum .asn-user-real-name {
	font-size: 12px; /* fixed */
	font-style: normal;
	font-weight: bold;
}
#phorum .asn-user-location {
	font-size: 11px; /* fixed */
	font-style: normal;
	font-style: italic;
	margin-bottom: 0.5em;
}
#phorum .asn-user-vehicles {
	font-size: 11px; /* fixed */
	font-style: normal;
}
#phorum .asn-user-vehicles .nickname {
	font-style: italic;
}
#phorum .asn-quicklinks {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
}

#phorum hr.signature {
	width: 75%;
	height: 1px;
	border: 0;
	border-top: 1px solid #808080;
}

#phorum .feedmyinbox {
	font-size: 1.3em;
	margin: 2em auto;
	padding: 1em 4em;
	text-align: center;
	border: 1px solid #4d894d;
	background-color: White;
}

/* END TEMPLATE css.tpl */




/* Added by module "onlineusers", template "onlineusers::css" */
#phorum .mod_onlineusers {
    margin-top: 3em;
    margin-bottom: 3em;
}

#phorum .mod_onlineusers h1 {
    font-size: 1.8em;
    padding: 0;
	margin: 0 0 1em 0;
	border: 0;
}

#phorum .mod_onlineusers .onlineusers_users {
	font-size: 1.2em;
}

#phorum .mod_onlineusers .onlineusers_users a {
}

#phorum .mod_onlineusers .onlineusers_guests {
}

#phorum .mod_onlineusers .onlineusers_records {
	font-size: 1.2em;
    margin-top: 0.5em;
	font-style: italic;
}

#phorum .mod_onlineusers .onlineusers_record {
}

#phorum .onlineusers_readers {
    margin-bottom: 1em;
    margin-top: 1em;
    display: block;
}



/* Added by module "smileys", file "mods/smileys/smileys.css" */
.mod_smileys_img {
    vertical-align: middle;
    margin: 0px 3px 0px 3px;
    border: none;
}


/* Added by module "editor_tools", file "mods/editor_tools/editor_tools.css" */
#editor-tools {
    padding: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

/* padding is arranged in editor_tools.js, so do not define it here. */
#editor-tools .editor-tools-button {
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: #eee;
    border: 1px solid #ddd;
    vertical-align: bottom;
}

#editor-tools .editor-tools-button:hover {
    border: 1px solid #777;
}

.editor-tools-popup {
    text-align: left;
    position:absolute;
    padding: 5px 10px;
    background-color:#eee;
    border:1px solid #777;
    font-family: arial, helvetica, sans-serif;
    z-index: 1000;
}

.editor-tools-popup a,
.editor-tools-popup a:active,
.editor-tools-popup a:visited {
    text-decoration: none;
    color: black;
}

.editor-tools-popup a:hover {
    text-decoration: underline;
}

#editor-tools-smiley-picker img,
#editor-tools-subjectsmiley-picker img {
    border: none;
    margin: 3px;
}

#editor-tools-a-help {
    float: right;
}

/* Override fixes for color picker within XHTML transitional */

* html .colorPickerTab_inactive span,
* html .colorPickerTab_active span{
    position:/**/relative;
}

* html .colorPickerTab_inactive img,
* html .colorPickerTab_active img{
    position:relative;
    left:-3px;
}

* html #dhtmlgoodies_colorPicker .colorPicker_topRow{
    height:20px;
}



/* Added by module "announcements", template "announcements::css" */
#phorum table.announcements {
    margin-bottom: 20px;
}



/* Added by module "bbcode", file "mods/bbcode/colorpicker/js_color_picker_v2.css" */
	#dhtmlgoodies_colorPicker{
		position:absolute;
		width:250px;
		padding-bottom:1px;
		background-color:#FFF;
		border:1px solid #777;
		
		width: 252px;	/* IE 5.x */
		width/* */:/**/250px;	/* Other browsers */
		width: /**/250px;	
				
        z-index: 1000;
	}
	
	#dhtmlgoodies_colorPicker .colorPicker_topRow{
		padding-bottom:1px;
		border-bottom:3px double #777;
		background-color:#E2EBED;
		padding-left:2px;
		
		width: 250px;	/* IE 5.x */
		width/* */:/**/248px;	/* Other browsers */
		width: /**/248px;	
		
		height: 20px;	/* IE 5.x */
		height/* */:/**/16px;	/* Other browsers */
		height: /**/16px;	
				
	}
	
	#dhtmlgoodies_colorPicker .colorPicker_statusBar{
		height:13px;
		padding-bottom:2px;
		width:248px;
		border-top:3px double #777;	
		background-color:#E2EBED;
		padding-left:2px;
		clear:both;
		
		width: 250px;	/* IE 5.x */
		width/* */:/**/248px;	/* Other browsers */
		width: /**/248px;	
		
		height: 18px;	/* IE 5.x */
		height/* */:/**/13px;	/* Other browsers */
		height: /**/13px;	
						
	}
	
	#dhtmlgoodies_colorPicker .colorSquare{
		margin-left:1px;
		margin-bottom:1px;
		float:left;
		border:1px solid #000;
		cursor:pointer;
		
		width: 12px;	/* IE 5.x */
		width/* */:/**/10px;	/* Other browsers */
		width: /**/10px;	
		
		height: 12px;	/* IE 5.x */
		height/* */:/**/10px;	/* Other browsers */
		height: /**/10px;	
				
	}
	
	.colorPickerTab_inactive,.colorPickerTab_active{
	
		height:17px;
		padding-left:4px;
		cursor:pointer;	
		
		
	}
/* path fixed for Phorum */
	.colorPickerTab_inactive span{
		background-image:url(mods/bbcode/colorpicker/images/tab_left_inactive.gif);
	}
	
/* path fixed for Phorum */
	.colorPickerTab_active span{
		background-image:url(mods/bbcode/colorpicker/images/tab_left_active.gif);

	}
	.colorPickerTab_inactive span, .colorPickerTab_active span{
		line-height:16px;
		font-weight:bold;
		font-family:arial;
		font-size:11px;
		padding-top:1px;
		vertical-align:middle;
		background-position:top left;
		background-repeat: no-repeat;	
		float:left;
		padding-left:6px;
		-moz-user-select:none;
	}	
	.colorPickerTab_inactive img,.colorPickerTab_active img{
		float:left;
	}
	.colorPickerCloseButton{
		width:11px;
		height:11px;
		text-align:center;
		line-height:10px;
		border:1px solid #777;
		position:absolute;
		right:1px;
		font-size:12px;
		font-weight:bold;
		top:1px;
		padding:1px;
		cursor:pointer;	
		
		width: 15px;	/* IE 5.x */
		width/* */:/**/11px;	/* Other browsers */
		width: /**/11px;
		
		height: 15px;	/* IE 5.x */
		height/* */:/**/11px;	/* Other browsers */
		height: /**/11px;

			
	}
	#colorPicker_statusBarTxt{
		font-size:11px;
		font-family:arial;
		vertical-align:top;
		line-height:13px;

	}

    /* disabled for Phorum
	form{
		padding-left:5px;
	}
    */
	
	.form_widget_amount_slider{
		border-top:1px solid #9d9c99;
		border-left:1px solid #9d9c99;
		border-bottom:1px solid #eee;
		border-right:1px solid #eee;
		background-color:#f0ede0;
		position:absolute;
		bottom:0px;
		
		width: 5px;	/* IE 5.x */
		width/* */:/**/3px;	/* Other browsers */
		width: /**/3px;
		
		height: 5px;	/* IE 5.x */
		height/* */:/**/3px;	/* Other browsers */
		height: /**/3px;
				
	}
	.colorSliderLabel{
		width:15px;
		height:20px;
		float:left;
		font-size:11px;
		font-weight:bold;
	}
	.colorSlider{
		width:175px;
		height:20px;
		float:left;
	}
	.colorInput{
		width:45px;
		height:20px;
		float:left;
	}	
	.colorPreviewDiv{
		width:186px;
		margin-right:2px;
		margin-top:1px;
		border:1px solid #CCC;
		height:20px;
		float:left;
		cursor:pointer;
		
		width: 188px;	/* IE 5.x */
		width/* */:/**/186px;	/* Other browsers */
		width: /**/186px;
		
		height: 22px;	/* IE 5.x */
		height/* */:/**/20px;	/* Other browsers */
		height: /**/20px;
				

	}
	.colorCodeDiv{
		width:50px;
		height:20px;
		float:left;
	}

