
/*header-footer*/



h2 { margin:0; margin-top:10px; font-size:18px;}

h3 { margin:0;padding:0;margin-bottom:10px; font-size:12px;font-weight:normal;}



div#content

{

	padding: 0em 1em;

}



div#barra

{

	background-image:url(templates/classic/images/hmenubg.gif);

	height:41px;

}



		div#barra_menu

		{

			background-image:url(templates/classic/images/hmenu1.gif);

			background-repeat:no-repeat;

			height:41px;

		}



				div#barra_menu_container

				{

					background-image:url(templates/classic/images/hmenu2.gif);

					background-repeat:no-repeat;

					background-position:right;

					height:41px;

				}

						

						div#barra ul

						{

							padding:9px 0px 3px 170px;

							margin:0px;

							list-style-type:none;

							line-height:29px;

						}

						

								div#barra ul li

								{

									background-color:#F1F1F1;

									float:left;

									margin-right:6px;

									background-image:url(templates/classic/images/roundleft.gif);

									background-position:left top;

									background-repeat:no-repeat;

								}

						

										div#barra ul li a:link, div#barra ul li a:visited, div#barra ul li a:active

										{

											background-image:url(templates/classic/images/roundright.gif);

											background-position:right top;

											background-repeat:no-repeat;

											float:left;

											display:block;

											padding:0px 20px;

											border-bottom:3px #ffffff solid;

											font-family:arial;

											font-size:12px;

											font-weight:bold;

											color:#101010;

											text-decoration:none;

										}

										

										div#barra ul li a:hover

										{

											border-bottom:3px #E65C00 solid;

											color:#E65C00;

										}

								

								div#barra ul li.selected

								{

									background-color:#ffffff;

									float:left;

									margin-right:6px;

									background-image:url(templates/classic/images/selroundleft.gif);

									background-position:left top;

									background-repeat:no-repeat;

								}

						

										div#barra ul li.selected a:link, div#barra ul li.selected a:visited, div#barra ul li.selected a:active

										{

											background-image:url(templates/classic/images/selroundright.gif);

											background-position:right top;

											background-repeat:no-repeat;

											float:left;

											display:block;

											padding:0px 20px;

											border-bottom:3px #ffffff solid;

											font-family:arial;

											font-size:12px;

											font-weight:bold;

											color:#101010;

											text-decoration:none;

										}



										div#barra ul li.selected a:hover

										{

											border-bottom:3px #E65C00 solid;

											color:#E65C00;

										}

										

div#header

{

	height:127px;

	background-image:url(templates/classic/images/bghead.gif);

}



		div#header_ad

		{

			float:right;

			width:62%;

		}



				div#header_ad_container

				{

					min-width:468px;

					padding-top:33px;

					text-align:center;

				}

				

						div#header_ad_container img

							{

						border:0px;

						}



		div#header_title

		{

			float:left;

			width:37%;

		}



				div#header_title_container

				{

					height:127px;

					width:expression(document.body.clientWidth > 909 ? "346px": "285px" );

					min-width:285px;

					max-width:346px;

					background-image:url(templates/classic/images/logo.gif);

					background-position:right;

				}



						div#header_title_container h1

						{

							display:none;

						}

						

div#footer

{

	clear:both;

	background-repeat:no-repeat;

	background-color:#ffffff;

}

		div#footer_container

		{

			clear:both;

			background-repeat:no-repeat;

			background-position:right top;

			padding:40px 0px 20px 0px;

			font-weight:bold;

			text-align:center;

			border-bottom:10px black solid;

		}

		

body, html

{

	width:100%;

	height:100%;

	padding:0px;

	margin:0px;

	background-color:#ffffff;

	font-family:verdana;

	font-size:12px;

	line-height:17px;

}



hr

{

	display:none;

}



a:link, a:visited, a:active

{

	color:#A83B00;

	text-decoration:none;

}



a:hover

{

	color:#000000;

	text-decoration:underline;

}



img

{

	border:0px;

}



.center {

	text-align:center;

}


/* Element level classes */

body
{
    color: Black;
    font-size: 12px;
    /*font-family: Verdana;*/
    background-color: White;
    /*margin: 8px;*/
}

td, th
{
    color: Black;
    font-size: 12px;
    font-family: Verdana;
}

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

input[type=text], input[type=password], input[type=file], select
{
    background-color: White;
    color: Black;
    font-size: 12px;
    font-family: Verdana;

    vertical-align: middle;

}

textarea
{
    background-color: White;
    color: Black;
    font-size: 12px;
    font-family: Verdana;
}

input[type=submit]
{
    border: 1px dotted #808080;
    background-color: #EEEEEE;
    font-size: 12px;
    font-family: Verdana;
    vertical-align: middle;
}

input
{
    vertical-align: middle;
}


/* new styles */

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

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

#phorum-index td
{
    font-family: Verdana;
    background-color: White;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #808080;
}

#phorum-index th.forum-name
{
    font-family: Verdana;
    font-size: 16px;
    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;
    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;
    margin: 0 15px 0 0;
}

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

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

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

#phorum-index td.forum-last-post
{
    width: 120px;
    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;
    background-color: White;
    border: 1px solid #808080;
    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;
    font-size: 10px;
    padding: 0 0 0 15px;
    margin-top:3px;
    background-image: url('templates/classic/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: 11px;
}

#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: 100%;
        text-align: left;
    }
    /* new class for layouting the submit-buttons in IE too */
    .PhorumSubmit {
        border: 1px dotted #808080;
        color: Black;
        background-color: #EEEEEE;
        font-size: 12px;
        font-family: Verdana;
        vertical-align: middle;
    }

    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-size: 12px;
        font-family: Verdana;
        background-color: White;
        border: 1px solid #808080;
/*        width: 100%; */
        padding: 3px;
        text-align: left;
    }

    .PhorumStdBlockHeader
    {
        font-size: 12px;
        font-family: Verdana;
        background-color: #EEEEEE;
/*        width: 100%; */
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        border-top: 1px solid #808080;
        padding: 3px;
        text-align: left;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-size: 10px;
        font-family: Verdana;
        border: 1px solid #808080;
        margin-top: 1px;
        margin-bottom: 1px;
/*        width: 100%; */
        background-color: #EEEEEE;
        padding: 2px 3px 2px 3px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    A.PhorumNavLink
    {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana;
        font-size: 10px;
        border-style: solid;
        border-color: #EEEEEE;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    .PhorumSelectedFolder
    {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        font-family: Verdana;
        font-size: 10px;
        border-style: solid;
        border-color: #EEEEEE;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    A.PhorumNavLink:hover
    {
        background-color: #FFFFFF;
        font-weight: normal;
        font-family: Verdana;
        font-size: 10px;
        border-style: solid;
        border-color: #808080;
        border-width: 1px;
        color: #FF6600;
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: Red;
        font-size: 16px;
        font-family: Verdana;
        font-weight: bold;
    }

    .PhorumOkMsg
    {
        padding: 10px;
        text-align: center;
        color: DarkGreen;
        font-size: 16px;
        font-family: Verdana;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: Verdana;
        font-size: 10px;
        font-weight: bold;
        color: #CC0000;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #808080;
        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 #F2F2F2;
        padding: 5px 0px 0px 0px;
    }

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

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


    /* All that is left of the tables */

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

    .PhorumTableHeader
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #808080;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Verdana;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: Black;
        font-size: 12px;
        font-family: Verdana;
        height: 35px;
        padding: 3px;
      /*  vertical-align: middle;  */

    }

    .PhorumTableRowAlt
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Verdana;
        height: 35px;
        padding: 3px;
        /*  vertical-align: middle;  */
    }

    table.PhorumFormTable td
    {
        height: 26px;
    }

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


    /* Read Page specifics */

    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }

   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 16px;
        font-family: Verdana;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 12px;
        font-family: Verdana;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: 10px;
        font-family: Verdana;
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        border-bottom: 1px solid #808080;
/*        width: 100%; */
        background-color: #EEEEEE;
        padding: 2px 3px 2px 3px;
    }

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

    /* List page specifics */

    .PhorumListSubText
    {
        color: #707070;
        font-size: 10px;
        font-family: Verdana;
    }

    .PhorumListPageLink
    {
        color: #707070;
        font-size: 10px;
        font-family: Verdana;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }

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

    /* Posting editor specifics */

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #707070;
        font-size: 10px;
        font-family: Verdana;
    }

    .PhorumAttachmentRow {
        border-bottom: 1px solid #EEEEEE;
        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 #808080;
        white-space: nowrap;
    }

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

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

    .phorum-gauge {
        border: 1px solid #808080;
        background-color: #EEEEEE;
    }

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

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

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

    .PhorumNarrowBlock
    {
        width: 600px;
    }

    .PhorumSmallFont
    {
        font-size: 11px;
    }

    .PhorumLargeFont
    {
        color: Black;
        font-size: 16px;
        font-family: Verdana;
        font-weight: bold;
    }


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 10px;
        font-family: Verdana;
    }



    /*   BBCode styles  */

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

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

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




/* Added by module "announcements", template "announcements::css" */
.phorum-announcements-new {
   color: #cc0000;
    font-weight: bold;
    font-size: small;
}

.phorum-announcements-table {
    margin-bottom: 20px;
    width: 40%;
}

.phorum-announcements-table th {
border-bottom: 1px solid #FFFFFF;
}

.phorum-announcements-table td {
   padding-right: 20px;
   padding-left: 20px;
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    background-color: #EEEEEE
}

