

/* overall style */

/* body {
    background-color: White;
    color: Black;
} */

#phorum {
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
    max-width: 900px;
    margin: auto;
}

/* HTML level styles */

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

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


#phorum table.list th  {
    color: White;
    background-color: #00639C;
    font-size: 85%;
    padding: 5px;
}

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

#phorum table.list td {
    background-color: White;
    padding: 8px;
    border-bottom: 1px solid #00639C;
    font-size: 85%;
}

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

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

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

#phorum table.list td h3 {
    /* FORUM LIST */
    /* PJ ADDED font-size: 115%; */
    font-size: 115%;
    margin: 0;
}

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

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

/* PJ ADDED index_new */

#phorum table.listinner {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 0;
    border: 0px solid #00639C;
}



#phorum table.listinner td {
    background-color: White;
    padding: 0px;
    font-size: 85%;
    border: 0px solid #00639C;
}

#phorum table.listinner td h3 {
    /* FORUM LIST */
    /* PJ ADDED font-size: 115%; */
    font-size: 125%;
    margin: 0;
}

#phorum table.listinner td h4 {
    font-size: 115%;
    margin: 0;
    font-weight: normal;
}

#phorum table.listinner td span.new-indicator {
    color: red;
    font-size: 80%;
    font-weight: normal;
}

/* PJ END */

#phorum a {
    color: #000099;
}

#phorum a:hover {
    color: #709CCC;
}

#phorum a.icon {
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 4px 10px 2px 0;
    font-weight: normal;
    white-space: nowrap;
}

#phorum h1 {
    margin: 5px 0 0 0;
    font-size: 145%;
}

#phorum h2 {
    margin: 0;
    font-size: 115%;
    font-weight: normal;
}

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

#phorum hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #00639C;
}

/* global styles */

#phorum div.generic {
    padding: 8px;
    background-color: #dfdfdf;
    border: 1px solid #00639C;
}

#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 {
    font-size: 85%;
    margin: 0 0 5px 0;
    line-height: 20px;
}

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

#phorum div.information {
    padding: 8px;
    border: 1px solid #62a762;
    background-color: #e6ffe6;
    margin-bottom: 8px;
}

#phorum div.notice {
    padding: 8px;
    background-color: #dfdfdf;
    border: 1px solid #00639C;
    margin-bottom: 8px;
}

#phorum div.warning {
    /* does not use template values on purpose */
    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 #00639C;
}

#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 {
    font-size: 85%;
    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 {
    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;
    color: White;
    background-color: #00639C;
    padding: 4px;
}

#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;
}

#phorum table.menu td.content dd {
    padding: 4px;
    margin: 0 0 8px 0;
}

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

#phorum textarea.body {
    font-family: Verdana;
    width: 100%;
    border: 0;
}

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

/* header styles */

#phorum #logo {
    height: 46px;
    background-color: #ffffff;
    vertical-align: bottom;
}

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

#phorum #top {
    padding: 8px 8px 8px 0;
    margin: 0 16px 16px 0;
}

#phorum #top-right {
    float: right;
    text-align: right;
}

#phorum #description {
    margin: 8px 8px 0 0;
    padding-right: 32px;
    font-size: 85%;
}

#phorum #breadcrumb {
    border-bottom: 1px solid #b6b6b6;
    border-top: 0;
    padding: 5px;
    font-size: 85%;
}

#phorum #user-info {
    font-size: 85%;
    margin: 0 0 4px 0;
    text-align: right;
}

#phorum #user-info a {
    padding: 4px 0 2px 0;
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

#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.newpasswordrequired {
    /* does not use template values on purpose */
    padding: 8px 8px 8px 8px;
    border: 1px solid #A76262;
    background-color: #FFD1D1;
    color: Black;
    margin: 8px 0 8px 0;
}

#phorum div.attention {
    /* does not use template values on purpose */
    padding: 24px 8px 24px 64px;
    border: 1px solid #A76262;
    background-color: #FFD1D1;
    color: Black;
    margin: 8px 0 8px 0;
}

#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 {
    padding: 8px 8px 8px 32px;
    background-repeat: no-repeat;
    background-position: 8px 12px;
    margin: 0 16px 8px 0;
}


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

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



/* Read styles */

#phorum div.message div.generic {

}

#phorum td.message-user-info {
    font-size: 85%;
    white-space: nowrap;
}

#phorum div.message-author {
    font-size: 115%;
    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-body {
    padding: 16px;
    margin: 0 0 16px 0;
    border: 1px solid #00639C;
    border-top: 0;
    overflow: hidden; /* makes the div extend around floated elements */
}

#phorum div.message-body br {
    clear: both;
}

#phorum div.message-date {
    font-size: 85%;
}

#phorum div.message-moderation {
    margin-top: 8px;
    font-size: 85%;
    border-top: 0;
    padding: 6px;
    background-color: #dfdfdf;
    border: 1px solid #00639C;
    line-height: 20px;
}

#phorum div.message-options {
    text-align: right;
    font-size: 85%;
    clear: both;
}

#phorum #thread-options {
    margin: 8px 0 32px 0;
    background-color: #dfdfdf;
    border: 1px solid #00639C;
    padding: 8px;
    text-align: center;
}

/* Changes styles */

#phorum span.addition {
    /* does not use template values on purpose */
    background-color: #CBFFCB;
    color: black;
}

#phorum span.removal {
    /* does not use template values on purpose */
    background-color: #FFCBCB;
    color: black;
}

/* Posting styles */

#phorum #post {
    clear: both;
}

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

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

#phorum #post-body {
    border: 1px solid #00639C;
    background-color: White;
    padding: 8px;
}

#phorum #post-moderation {
    font-size: 85%;
    float: right;
    border: 1px solid #00639C;
    background-color: #fffdf6;
    padding: 8px;
}

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

#phorum div.attach-link {
    padding: 4px 10px 2px 21px;
    font-size: 85%;
    font-weight: normal;
}

#phorum #attachment-list td {
    font-size: 85%;
    padding: 6px;
}

#phorum #attachment-list input {
    font-size: 65%;
}


/* PM styles */

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

#phorum div.pm {
    padding: 8px;
    background-color: #dfdfdf;
    border: 1px solid #00639C;
    border-bottom: 0;
}

#phorum div.pm div.message-author {
    font-size: 85%;
}

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

#phorum .phorum-gauge {
    border: 1px solid #00639C;
    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: 115%;
    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;
}

#phorum div.search-result {
    font-size: 85%;
    margin-bottom: 20px;
}

#phorum div.search-result h4 {
    font-size: 125%;
    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;
}









/*   BBCode styles  */

#phorum blockquote.bbcode {
    font-size: 85%;
    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;
}






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



/* 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 "smileys", file "mods/smileys/smileys.css" */
.mod_smileys_img {
    vertical-align: middle;
    margin: 0px 3px 0px 3px;
    border: none;
}


/* Added by module "spamhurdles", file "mods/spamhurdles/spamhurdles.css" */
#spamhurdles_captcha {
    font-size: small;
    padding: 10px 0px 10px 0px;
}

#spamhurdles_captcha_title {
    font-weight: bold;
}

#spamhurdles_captcha_explain {
    width: 85%;
}

#spamhurdles_spoken_captcha {
    padding-left: 15px;
    background: url(lib/audio.gif) no-repeat;
    padding-bottom: 10px;
    font-size: small;
}

#spamhurdles_captcha_image {
    margin: 8px 0px 8px 0px;
}

#spamhurdles_captcha_image .captcha_image {
    border: 1px solid #333;
}

#spamhurdles_captcha_asciiart {
    line-height: 4px;
    font-size: 6px;
    font-weight: bold;
    color: black;
}


/* Added by module "jumpmenu", file "mods/jumpmenu/jumpmenu.css.php" */
div.mod_jumpmenu_menu
{
    text-align: left;
    position:absolute;
    padding: 2px;
    background-color:#eee;
    border:1px solid #777;
    font-family: arial, helvetica, sans-serif;
    display: none;
}

div.mod_jumpmenu_menu_content
{
}

a.mod_jumpmenu_menu_item
{
    font-size: 12px;
    float: none;
    display: block;
    padding: 3px 8px 3px 25px;
    text-decoration: none;
    white-space: nowrap;
}

a.mod_jumpmenu_menu_separator
{
    font-size: 12px;
    float: none;
    display: block;
    padding: 0 8px 0 25px;
    text-decoration: none;
    cursor: default;
    background-image: url(http://www.africaguide.com/forums/mods/jumpmenu/templates/separator.gif);
    background-position: center left;
    background-repeat: repeat-x;
}

a.mod_jumpmenu_menu_item:link,
a.mod_jumpmenu_menu_item:active,
a.mod_jumpmenu_menu_item:visited
{
    background-color: #f0f0f0;
    color: black;
}

/* Needs specific #phorum prefixed override for Emerald-like template. */
a.mod_jumpmenu_menu_item.highlighted,
#phorum a.mod_jumpmenu_menu_item.mod_jumpmenu_highlighted
{
    background-color: #666;
    color: white;
    text-decoration: none;
}

a.mod_jumpmenu_folder
{
    background-image: url(http://www.africaguide.com/forums/mods/jumpmenu/templates/folder.gif);
    background-position: 5px 1px;
    background-repeat: no-repeat;
    cursor: default;
    color: black;
}

a.mod_jumpmenu_forum
{
    background-image: url(http://www.africaguide.com/forums/mods/jumpmenu/templates/forum.gif);
    background-position: 5px 1px;
    background-repeat: no-repeat;
    color: black;
}



/* Added by module "jumpmenu", template "jumpmenu::css" */

a.mod_jumpmenu_root
{
    float: right;
    cursor: default;
}

div.mod_jumpmenu_menu
{
    border: 1px solid #00639C;
    background-image: url('');
    background-repeat: repeat-x;
    background-color: White;
    color: Black;
}

a.mod_jumpmenu_menu_item:link,
a.mod_jumpmenu_menu_item:active,
a.mod_jumpmenu_menu_item:visited {
    background-color: transparent;
}

#phorum a.mod_jumpmenu_menu_item.mod_jumpmenu_highlighted
{
    color: White;
    background-color: #00639C;
}

a.mod_jumpmenu_folder
{
    background-image: url(http://www.africaguide.com/forums/templates/emerald/images/folder.png);
    background-position: 5px 1px;
}

a.mod_jumpmenu_forum
{
    background-image: url(http://www.africaguide.com/forums/templates/emerald/images/text_align_justify.png);
    background-position: 5px 1px;
}




/* Added by module "recent_messages", template "recent_messages::css" */
a.mod_jumpmenu_menu_item.recent_messages {
    background-image: url(mods/recent_messages/templates/emerald/icon_recent_messages.gif);
}



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

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

#phorum .mod_onlineusers .onlineusers_users {
    font-size: 80%;
}

#phorum .mod_onlineusers .onlineusers_users a {
}

#phorum .mod_onlineusers .onlineusers_guests {
    font-size: 80%;
}

#phorum .mod_onlineusers .onlineusers_records {
    margin-top: 0.5em;
    font-size: 80%;
}

#phorum .mod_onlineusers .onlineusers_record {
}

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



/* 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;
	}
