  
body
{
   text-align:center;  
   font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    background-color: #FAFAFA;
    margin: 0px;
    padding:0px;
    color:#000;
    background:#ffffff url("/forum/images/bgmain.gif") repeat-x; 
    voice-family: "\"}\""; voice-family:inherit;
		line-height:1.3em;
	
}


td, th
{

    font-family: Verdana, Arial, sans-serif;
}

img
{
    border-width: 0px;
    vertical-align: middle;
}

a
{
    color: #000099;
    text-decoration: none;
}
a:active
{
    color: #FF6600;
    text-decoration: none;
}
a:visited
{
    color: #000099;
    text-decoration: none;
}

a:hover
{
    color: #FF6600;
	text-decoration: underline;
}

input[type=text], input[type=password], input[type=file], select
{
    background-color: white;
    color: Black;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    vertical-align: middle;

}

textarea
{
    background-color: white;
    color: Black;
    font-size: 12px;
    font-family: Courier New, Courier;
}

input[type=submit]
{
    border: 1px solid #B5B891;
    background-color: #EEEFDE;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    vertical-align: middle;
}

input
{
    vertical-align: middle;
}


/* new styles */

#phorum-index
{
    width: 100%;
    border: 1px solid #B5B891;
    border-bottom-width: 0px;
    text-align: left;
}

#phorum-index th
{
    border-bottom: 1px solid #B5B891;
    background-color: #EEEFDE;
    padding: 3px 0 3px 0;
}

#phorum-index td
{
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #B5B891;
}

#phorum-index th.forum-name
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    padding: 3px 0 3px 3px;
}

#phorum-index th.forum-name a
{
    color: Black;
}

#phorum-index th.forum-threads
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-posts
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-last-post
{
    padding: 3px 15px 3px 3px;
    vertical-align: middle;
}

#phorum-index td.forum-name
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

#phorum-index td.forum-name p
{
    font-size: 13px;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    margin: 0 15px 0 0;
}

#phorum-index td.forum-name small
{
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
}

/* these ones below each need a font size they're the numbers of posts etc on the homepage */

#phorum-index td.forum-threads
{
    width: 120px;
	font-size: 11px;
    text-align: center;
}

#phorum-index td.forum-posts
{
    width: 120px;
    text-align: center;
	font-size: 11px;
}

#phorum-index td.forum-last-post
{
    width: 120px;
	font-size: 11px;
    padding: 0 15px 0 0;
}

#phorum-menu-table
{
    width: 100%;
    border-width: 0px;
}

#phorum-menu
{
    padding: 5px 3px 0 0;
    vertical-align: top;
    width: 200px;
}

#phorum-content
{
    padding: 5px 0 0 2px;
    vertical-align: top;
}

div.phorum-menu
{
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    background-color: white;
    border: 1px solid #B5B891;
    padding: 3px;
}

div.phorum-menu ul
{
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

div.phorum-menu li
{
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin-top:3px;
    background-image: url("templates/default/images/square_bullet.png");
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

div.phorum-menu a
{
    font-weight: normal;
    color: #000000;
}

div.phorum-menu a:hover
{
    color: #FF6600;
}

div.phorum-menu a.phorum-current-page
{
    font-weight: bold;
}

#phorum-post-form ul
{
    padding: 0 0 0 20px;
    margin: 3px 0px 8px 0px;
    font-size: 12px;
}

#phorum-post-form li
{
    margin-bottom: 3px;
}

#phorum-attachment-list td
{
    font-size: 11px;
}

    /* Standard classes for use in any page */
    /* PhorumDesignDiv - a div for keeping the forum-size size */
    .PDDiv
    {
        width: 900px;
        text-align: left;
		padding-left:10px;
		margin-left:auto; 
		margin-right:auto;
    }
    /* new class for layouting the submit-buttons in IE too */
    .PhorumSubmit {
        border: 1px solid #B5B891;
        color: Black;
        background-color: #EEEFDE;
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        vertical-align: middle;
    }

    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        background-color: white;
		border-top: 1px solid #B5B891;
			border-bottom:  1px solid #B5B891;
			border-left:  1px solid #B5B891;
			border-right:  1px solid #B5B891; 
/*    border: 1px solid #B5B891; */
/*        width: 100%; */
        padding: 3px;
        text-align: left;
    }
	
	.PhorumStdBlock td
    {  font-size: 12px; }

.businesslist
{font-weight:normal;}

    .PhorumStdBlockHeader
    {
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        background-color: #EEEFDE;
/*        width: 100%; */
        border-left: 1px solid #B5B891;
        border-right: 1px solid #B5B891;
        border-top: 1px solid #B5B891;
        padding: 3px;
        text-align: left;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        border: 1px solid #B5B891;
        margin-top: 1px;
        margin-bottom: 1px;
/*        width: 100%; */
        background-color: #F5F6ED;
        padding: 2px 3px 2px 3px;
		color:#333333;
    }
    
        .PhorumNavBlock1
        {
            font-size: 12px;
            font-family: Verdana, Arial, sans-serif;
            border: 1px solid #B5B891;
			 border-top:1px solid #E9EBD6;
            margin-top: 1px;
            margin-bottom: 1px; 
    /*        width: 100%; */
            background-color: #F0F1E5;
            padding: 2px 3px 2px 3px;
			background-image: url("/forum/images/bg1.gif");
			color:#333333;
    }
       .PhorumNavBlock2
        {
            font-size: 12px;
            font-family: Verdana, Arial, sans-serif;
           /*  border: 1px solid #B5B891; */
			border-top: 1px solid #E9EBD6;
			border-bottom:  1px solid #B5B891;
			border-left:  0px solid #B5B891;
			border-right:  0px solid #B5B891;
            margin-top: 0px;
            margin-bottom: 1px; 
    /*        width: 100%; */
           /* background-color: #D6D9B3; */
            padding: 3px 3px 2px 3px;
			background-image: url("/forum/images/bg1.gif");
			background-repeat:repeat-x;
			background-position:bottom;
			    voice-family: "\"}\""; voice-family:inherit;
				color:#333333;

    }


    .PhorumNavHeading
    {
        font-weight: bold;
		
    }

    A.PhorumNavLink
    {
        color: #000099;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        border-style:solid;
        border-color: #EEEFDE;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    .PhorumSelectedFolder
    {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        border-style: solid;
        border-color: #EEEFDE;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    A.PhorumNavLink:hover
    {
        background-color: #FFFFFF;
        font-weight: normal;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        border-style: solid;
        border-color: #B5B891;
        border-width: 1px;
        color: #FF6600;
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
		color:#333333;
		font-size: 11px;
		
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: Red;
        font-size: 14px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
    }

    .PhorumOkMsg
    {
        padding: 10px;
        text-align: center;
        color: DarkGreen;
        font-size: 14px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #CC0000;
    }
	   .PhorumNewFlagLarge
    {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #CC0000;
		float:right;
    }
	
	.ReadBg
	{
	background-color: #FAE6E6;
	font-size: 12px;
	}
	
	.NewMessageBg
	{
	background-color: #FAE6E6;
	font-size: 12px;
	}
	
	   .PhorumUnregistered
    {
        font-family: Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #660000;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #B5B891;
        border-width: 1px;
    }

    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */

    .PhorumColumnFloatXSmall
    {
        float: right;
        width: 75px;
    }

    .PhorumColumnFloatSmall
    {
        float: right;
        width: 100px;
    }

    .PhorumColumnFloatMedium
    {
        float: right;
        width: 150px;
    }

    .PhorumColumnFloatLarge
    {
        float: right;
        width: 200px;
    }

    .PhorumColumnFloatXLarge
    {
        float: right;
        width: 400px;
    }

    .PhorumRowBlock
    {
        background-color: white;
        border-bottom: 1px solid #EEEFDE;
        padding: 5px 0px 0px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: #F9F9F2;
        border-bottom: 1px solid #EEEFDE;
        padding: 5px 0px 0px 0px;
    }

    /************/


    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: #B5B891;
        border-width: 1px;
        width: 100%;
    }

    .PhorumTableHeader
    {
        background-color: #F5F6ED;
        border-bottom-style: solid;
        border-bottom-color: #B5B891;
        border-bottom-width: 1px;
        color:#333333;
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: white;
        border-bottom-style: solid;
        border-bottom-color: #EEEFDE;
        border-bottom-width: 1px;
        color: Black;
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        height: 35px;
        padding: 3px;
    }

    .PhorumTableRowAlt
    {
        background-color: #F9F9F2;
        border-bottom-style: solid;
        border-bottom-color: #EEEFDE;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        height: 35px;
        padding: 3px;
    }

    table.PhorumFormTable td
    {
        height: 26px;
		font-size: 12px;
    }

    /**********************/


    /* Read Page specifics */

    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }

   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
        padding-left: 3px;
		background-color:#F6F7EF;
		    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
		font-size: 12px;
		background-color:#F6F7EF;
    }

    .PhorumReadBodyText
    {
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        padding-left: 10px;
	
    }
	
/*	for dotted line underneath links in body text */

/*.PhorumReadBodyText a {
border-bottom: dotted 1px #CCCCFF; } */

    .PhorumReadNavBlock
    {
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
        border-left: 1px solid #B5B891;
        border-right: 1px solid #B5B891;
        border-bottom: 1px solid #B5B891;
/*        width: 100%; */
        background-color: #EEEFDE;
        padding: 2px 3px 2px 3px;
    }

    /********************/

    /* List page specifics */

    .PhorumListSubText
    {
        color: #000000;
        font-size: 10px;
        font-family: Verdana, Arial, sans-serif;
    }

    .PhorumListPageLink
    {
        color: #000099;
        font-size: 10px;
        font-family: Verdana, Arial, sans-serif;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }

    /********************/

    /* Posting editor specifics */

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #000099;
        font-size: 10px;
        font-family: Verdana, Arial, sans-serif;
    }

    .PhorumAttachmentRow {
        border-bottom: 1px solid #F9F9F2;
        padding: 3px 0px 3px 0px;
    }

    /********************/

    /* PM specifics */

    .phorum-recipientblock
    {
        border: 1px solid black;
        position:relative;
        float:left;
        padding: 1px 1px 1px 5px;
        margin: 0px 5px 5px 0px;
        font-size: 11px;
        background-color: white;
        border: 1px solid #B5B891;
        white-space: nowrap;
    }

    .phorum-pmuserselection
    {
        padding-bottom: 5px;
    }

    .phorum-gaugetable {
        border-collapse: collapse;
    }

    .phorum-gauge {
        border: 1px solid #B5B891;
        background-color: #EEEFDE;
    }

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

    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: 900px;
    }

    .PhorumSmallFont
    {
        font-size: 11px;
    }

    .PhorumLargeFont
    {
        color: Black;
        font-size: 14px;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bold;
    }


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 10px;
        font-family: Verdana, Arial, sans-serif;
    }
	
	   .PhorumFooterPlugRed
    {
        margin-top: 10px;
        font-size: 10px;
        font-family: Verdana, Arial, sans-serif;
		font-weight:normal;
		color:#CC0000;
    }



    /*   BBCode styles  */

    blockquote.bbcode
    {
        font-size: 11px;
        margin: 0 0 0 10px;
    }

    blockquote.bbcode div
    {
        margin: 0;
        padding: 5px;
        border: 1px solid #B5B891;
    }

    blockquote.bbcode strong
    {
        font-style: italic;
        margin: 0 0 3px 0;
    }
/* .PhorumNarrowBlock {
    width: 892px;
} */

a:link.ServicesLink{
	color: Black;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	}

a:visited.ServicesLink{
	color: Black;
    font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	}

a:hover.ServicesLink{
	color: Black;
    font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	}
	
a:active.ServicesLink{
	color: Black;
    font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	}
.RSSlink{
	font-size:10px;
	float:right;
	}
	
.HeadlinkLink
{
	font-size: 12px;
	border:#000000 thin solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 50px;
}

a:link.HeadlineLink{
	color:#333333;
   	text-decoration: none;
	font-size:11px;
	}

a:visited.HeadlineLink{
	color:#333333;
	text-decoration: none;
	font-size:11px;
		}

a:hover.HeadlineLink{
	color:#333333;
	text-decoration: none;
	font-size:11px;
	}
	
a:active.HeadlineLink{
	color:#333333;
	text-decoration: none;
	font-size:11px;
	}

.advert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 400px;
	text-align: right;
	position: relative;
	top: 0px;
	height: 30px;
	float: right;
	color:#333333;
}

.title
{
font-size: 18px;
font-weight: bold;
line-height: 15px;
color:#000033;
}

a:link.title
{
font-size: 18px;
font-weight: bold;
line-height: 15px;
color:#000033;
}

a:visited.title
{
font-size: 18px;
font-weight: bold;
line-height: 15px;
color:#000033;

}


/*  local info - directory pages */


#directory-index
{
    width: 100%;
    border: 1px solid #B5B891;
    border-bottom-width: 0px;
    text-align: left;
}

#directory-index th
{
    border-bottom: 1px solid #B5B891;
    background-color: #EEEFDE;
    padding: 3px 0 3px 0;

}

#directory-index td
{
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	padding: 3px 0 1px 0;
	border-bottom: 1px solid #ECEEDE;
	    font-size: 95%;
}

#directory-index th.forum-name
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    padding: 3px 0 3px 3px;
}

#directory-index th.forum-name a
{
    color: Black;
}

#directory-index th.forum-threads
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#directory-index th.forum-posts
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#directory-index th.forum-last-post
{
    padding: 3px 15px 3px 3px;
    vertical-align: middle;
}

#directory-index td.forum-name
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

#directory-index td.forum-name p
{
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    margin: 0 15px 0 0;
}

#directory-index td.forum-name small
{
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
}

#directory-index td.forum-threads
{
    width: 120px;
    text-align: center;
}

#directory-index td.forum-posts
{
    width: 120px;
    text-align: center;
}

#directory-index td.forum-last-post
{
    width: 120px;
    padding: 0 15px 0 0;
}

/* Sponsors page */

#sponsors-index
{
    width: 100%;
    border: 1px solid #B5B891;
    border-bottom-width: 0px;
    text-align: left;
}

#sponsors-index th
{
    border-bottom: 1px solid #B5B891;
    background-color: #EEEFDE;
    padding: 3px 0 3px 0;

}

#sponsors-index td
{
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	padding: 3px 0 1px 0;
	border-bottom: 1px solid #ECEEDE;
	    font-size: 11px;
}

#sponsors-index th.forum-name
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    padding: 3px 0 3px 3px;
}

#sponsors-index th.forum-name a
{
    color: Black;
}

#sponsors-index th.forum-threads
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#sponsors-index th.forum-posts
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#sponsors-index th.forum-last-post
{
    padding: 3px 15px 3px 3px;
    vertical-align: middle;
}

#sponsors-index td.forum-name
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

#sponsors-index td.forum-name p
{
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    margin: 0 15px 0 0;
}

#sponsors-index td.forum-name small
{
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
}

#sponsors-index td.forum-threads
{
    width: 120px;
    text-align: center;
}

#sponsors-index td.forum-posts
{
    width: 120px;
    text-align: center;
}

#sponsors-index td.forum-last-post
{
    width: 120px;
    padding: 0 15px 0 0;
}

.PhorumTableRowSponsor
    {
       /* color: #C2D6E1; light blue */
		color: #999999;
        font-size: 11px;
    height: 25px;
        padding: 3px;
		background: #F9F2F9 url("/forum/images/sponsor-pink.gif") repeat-x;;
    }
	
	.PhorumStdBlockSponsor
	    {
		color: #999999;
        font-size: 11px;
        font-family: Verdana, Arial, sans-serif;
        background-color: white;
	/*	border-top: 1px solid #B5B891;
			border-bottom:  1px solid #B5B891;
			border-left:  1px solid #B5B891;
			border-right:  1px solid #B5B891; 
    border: 1px solid #B5B891; 
        width: 100%;
	background:  */
	        padding: 3px;
        text-align:center;
		margin-bottom: 5px;
		
    }
	
	#phorum-help
	{border: 1px solid #B5B891;}
		
