
/* BEGIN TEMPLATE css.tpl */

/* overall style */

/* 
body
{
    color: ;
    font-size: ;
    font-family: ;
    background-color: ;
    margin: 0px;
}
*/

#phorum {
    font-family: Arial, sans-serif;
    font-size: medium;
    color: Black;
    max-width: 650px;
    margin: 0 5px 0 0;
}

td, th
{
    color: ;
    font-size: ;
    font-family: ;
}

img {
    vertical-align: top;
    border: none;
}

#phorum table.list {
    width: 100%;
    margin-bottom: 4px;
    border: 1px solid #006;
	padding:0;
}

#phorum table.list th, #phorum div.message-subject {
    background-repeat: repeat-x;
    background-image: url('agora/templates/infogrece/images/header_background.png');
    color: White;
    background-color: #006;
    font-size: 80%;
    padding: 5px;
}

#phorum table.list th a {
    color: White;
}

#phorum table.list td {
    background-color: White;
    padding: 5px;
    border-bottom: 1px solid #66CCFF;
    font-size: 80%;
}

#phorum table.list td.alt {
    background-color: #F4FAFF;
}

#phorum table.list td.current {
    background-color: #E3FAE3;
}

#phorum table.list td p {
    margin: 4px 8px 16px 4px;
}

#phorum table.list td h3 {
    margin: 0;
}

#phorum table.list td h4 {
    font-size: 115%;
    margin: 0;
    font-weight: normal;
}

#phorum table.list td span.new-indicator, #phorum div.PhorumStdBlock span.new-indicator {
    color: red;
    font-size: 80%;
    font-weight: normal;
}

.phorum a
{
    color: #355F35;
    text-decoration: none;
}
.phorum a:active
{
    color: ;
    text-decoration: none;
}
.phorum a:visited
{
    color: ;
    text-decoration: none;
}

.phorum a:hover
{
    color: #709CCC;
}

#phorum a.icon {
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 4px 10px 2px 21px;
    font-weight: normal;
    white-space: nowrap;
	/* an ie6 and ie7 gainlayout hack is set up in global hacks: see in themes/iGR */
}

#phorum h1 {
    margin: 5px 0 0 0;
    font-family: Bitstream Vera Sans, Trebuchet MS, Arial, sans-serif;
    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 #66CCFF;
}


/* global styles */

#phorum div.generic table {
}

#phorum div.generic {
    padding: 8px;
    background-color: #F4FAFF;
    border: 1px solid #66CCFF;
}

#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;
	padding: 0 0 2px;
}

#phorum div.paging strong.current-page {
    margin: 0 4px 0 4px;
}

#phorum div.nav {
    font-size: 95%;
    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;
	font-size: 95%;
}

#phorum div.notice {
    padding: 8px;
    background-color: #F4FAFF;
    border: 1px solid #66CCFF;
    margin-bottom: 8px;
}

#phorum div.warning {
    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 #66CCFF;
}

#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: 95%;
    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;
    background-repeat: repeat-x;
    background-image: url('agora/templates/infogrece/images/header_background.png');
    color: White;
    background-color: #66CCFF;
    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: Arial, sans-serif;
	font-size: 95%;
    width: 100%;
    border: 0;
}

#phorum table.form-table {
    width: 100%;
}

/* ********* */
#phorum input[type=text], input[type=password], input[type=file], select
{
	padding:2px;

}

#phorum textarea
{
    font-size: 100%;
}

#phorum input[type=submit]
{
}

#phorum input
{
    font-size: 95%;
	font-family: Arial, sans-serif;
}


/* header styles */

#phorum #logo {
    height: 46px;
    background-color: #78ad78;
    vertical-align: bottom;
    background-image: url('agora/templates/emerald/images/top_background.png');
}

#phorum #logo img {
    margin: 16px 0 0px 16px;
}

#phorum #page-info {
    padding: 0;
    margin: 0;
}

#phorum #page-info h1 {
    padding: 0;
    margin: 0;
    font-size: 125%;
}
#phorum #page-info .description {
    margin: 0px 5px;
    font-size: 95%;
}

#phorum #breadcrumb {
	background: transparent url('http://www.info-grece.com/agora/templates/infogrece/images/header_background_light.png') repeat-x scroll 0 0;
	margin:0pt 0pt 5px;
    padding: 5px;
	border:1px solid #DDEEFF;
    font-size: 95%;
}

#phorum #user-info {
    font-size: 95%;
    margin: 0;
    text-align: right;
	background-color: #def;
}

#phorum #user-info a {
    margin: 0 0 0 10px;
    padding: 4px 0 2px 21px;

    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.attention {
    /* does not use template values on purpose */
    padding: 24px 8px 24px 64px;
    border: 1px solid #A76262;
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/dialog-warning.png');
    background-color: #FFD1D1;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    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 {
    text-align: right;
    padding: 0px 8px 0px 8px;
    background-repeat: no-repeat;
    background-position: 0px 15px;
    margin: 0;
	position: relative;
	top: -5px;
	float:right;
}

#phorum #header-search-form {
    display: inline;
}

#phorum #header-search-form a {
    font-size: 65%;
}

#search-area #search_btn {
	margin-left:5px;
}

#f_search {
	margin:0;
	padding:0;
}
/* new styles */

#phorum-index
{
    width: 100%;
    border: 1px solid ;
    border-bottom-width: 0px;
    text-align: left;
}

#phorum-index th
{
    border-bottom: 1px solid ;
    background-color: ;
    padding: 3px 0 3px 0;
    color: White;
}

#phorum-index td
{
    font-family: ;
    background-color: ;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid ;
}

#phorum-index th.forum-name
{
    font-family: ;
    font-size: ;
    padding: 3px 0 3px 3px;
}

#phorum-index th.forum-name a
{
    color: White;
}

#phorum-index th.forum-threads
{
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-posts
{
    width: 100px;
    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: ;
    font-size: ;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

#phorum-index td.forum-name p
{
    font-size: 13px;
    font-weight: normal;
    font-family: ;
    margin: 0 15px 0 0;
}

#phorum-index td.forum-name small
{
    font-weight: normal;
    font-family: ;
}

#phorum-index td.forum-threads
{
    width: 100px;
    text-align: center;
}

#phorum-index td.forum-posts
{
    width: 100px;
    text-align: center;
}

#phorum-index td.forum-last-post
{
    width: 100px;
    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: ;
    font-family: ;
    background-color: ;
    border: 1px solid ;
    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: ;
    font-size: ;
    padding: 0 0 0 15px;
    margin-top:3px;
    background-image: url('http://www.info-grece.com/agora/templates/default/images/square_bullet.png');
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

div.phorum-menu a
{
    font-weight: normal;
    color: ;
}

div.phorum-menu a:hover
{
    color: ;
}

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: ;
}

#phorum-post-form li
{
    margin-bottom: 3px;
}

#phorum-attachment-list td
{
    font-size: ;
}

    /* Standard classes for use in any page */
    /* PhorumDesignDiv - a div for keeping the forum-size size */

    /* new class for layouting the submit-buttons in IE too */
    .PhorumSubmit {
        border: 2px outset;
        color: ;
        background-color: ;
        font-size: ;
        font-family: ;
        vertical-align: middle;
    }


    .PhorumStdBlock
    {
        font-size: 0.8em;/* 100% */
        font-family: Arial, sans-serif;
        background-color: ;
/*        border: 1px solid ;
        width: ; */
        padding: 3px;
        text-align: left;
		clear:left;
    }

    .PhorumQuoteBlock
    {
        font-size: 100%;
        font-family: ;
        background-color: ;
        border: 1px solid ;
/*        width: ; */
        padding: 3px;
        text-align: left;
    }

    .PhorumStdBlockHeader
    {
        font-size: 80%;
        font-family: Arial, sans-serif;
		color: #6cf;
        background-color: #006;
/*        width: ; 
        border-left: 1px solid ;
        border-right: 1px solid ;
        border-top: 1px solid ;*/
        padding: 3px;
		margin:-2px 0 0 0;
        text-align: left;
		clear:left;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    a.PhorumNavLink
    {
        color: ;
        text-decoration: none;
        font-weight: ;
        font-family: ;
        font-size: ;
        border-style: solid;
        border-color: ;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    .PhorumSelectedFolder
    {
        color: ;
        text-decoration: none;
        font-weight: ;
        font-family: ;
        font-size: ;
        border-style: solid;
        border-color: ;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    a.PhorumNavLink:hover
    {
        background-color: ;
        font-weight: ;
        font-family: ;
        font-size: ;
        border-style: solid;
        border-color: ;
        border-width: 1px;
        color: ;
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: ;
        font-size: ;
        font-family: ;
        font-weight: bold;
    }

    .PhorumOkMsg
    {
        padding: 10px;
        text-align: center;
        color: ;
        font-size: ;
        font-family: ;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: ;
        font-size: ;
        font-weight: bold;
        color: ;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: ;
        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-image: url(agora/templates/infogrece/images/bkground.png);
/*        background-color: ;*/
        border-top: 5px solid #66CCFF;
        padding: 5px 0px 0px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: ;
        border-bottom: 1px solid ;
        padding: 5px 0px 0px 0px;
    }

    /************/


    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: ;
        border-width: 1px;
        width: ;
    }

    .PhorumTableHeader
    {
        background-color: ;
        border-bottom-style: solid;
        border-bottom-color: ;
        border-bottom-width: 1px;
        color: ;
        font-size: ;
        font-family: ;
        font-weight: ;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: ;
        border-bottom-style: solid;
        border-bottom-color: ;
        border-bottom-width: 1px;
        color: ;
        font-size: ;
        font-family: ;
        height: 25px;
        padding: 3px;
    }

    .PhorumTableRowAlt
    {
        background-color: ;
        border-bottom-style: solid;
        border-bottom-color: ;
        border-bottom-width: 1px;
        color: ;
        font-size: ;
        font-family: ;
        height: 25px;
        padding: 3px;
    }

    table.PhorumFormTable td
    {
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */

#phorum div.message {
    background-image: url('agora/templates/infogrece/images/message_background.png');
    background-repeat: repeat-x;
    background-color: White;
}

#phorum div.message div.generic {
    background-color: transparent;
    border-bottom: 0;
}

#phorum td.message-user-info {
    font-size: 95%;
    white-space: nowrap;
}

#phorum div.message-author {
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0 0px 21px;
    font-size: 95%;
    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;
}

#phorum div.message-body {
	font-size: 95%;
	line-height: 1.15em;
    padding: 10px;
    margin: 0 0 16px 0;
    border: 1px solid #66CCFF;
    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: 80%;
}

#phorum div.message-moderation {
    margin: 8px 0;
    font-size: 95%;
    border-top: 0;
    padding: 6px;
    background-color: #F4F0F0;
    border: 1px solid #66CCFF;
    line-height: 20px;
}

#phorum div.message-options {
    text-align: right;
    font-size: 95%;
    clear: both;
	margin: 10px 0 0;
}

#phorum #thread-options {
    margin: 8px 0 32px 0;
    background-color: #F4FAFF;
    border: 1px solid #66CCFF;
    padding: 8px;
    text-align: center;
}

/* oldest */
    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }

   .PhorumReadBodySubject
    {
        color: Black;
        font-size: ;
        font-family: ;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: ;
        font-family: ;
        padding: 5px;
    }

    .PhorumReadBodyText a
    {
		text-decoration: underline;
    }

    .PhorumReadNavBlock
    {
        font-size: ;
        font-family: ;
        border-left: 1px solid ;
        border-right: 1px solid ;
        border-bottom: 1px solid ;
/*        width: ; */
        background-color: ;
        padding: 2px 3px 2px 3px;
    }

    /********************/

    /* List page specifics */

    .PhorumListSubText
    {
        color: ;
        font-size: ;
        font-family: ;
    }

    .PhorumListPageLink
    {
        color: ;
        font-size: ;
        font-family: ;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }

    /********************/

/* Posting styles */

#phorum #post {
	font-size: 95%;
    clear: both;
}

#phorum #post ul {
    margin: 2px;
}

#phorum #post ul li {
    font-size: 95%;
}

#phorum #post form {
	font-family: Arial, sans-serif;
}
#phorum #post fieldset {
	border-top:2px solid #FFCC00;
	padding:20px;
}

#phorum #post legend {
	padding:0pt 10px;
	font-weight: bold;
}
#phorum #post label {
	width: 60px;
}

#phorum #post input {
	margin: 5px;
}

#phorum #post-body {
    border: 1px solid #FFCC00;
    background-color: White;
    padding: 8px;
}

#phorum #post-body fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#phorum #post-moderation {
    font-size: 95%;
    float: right;
    border: 1px solid #66CCFF;
    background-color: #fffdf6;
    padding: 8px;
}

#phorum #post-buttons {
    text-align: center;
}

#phorum div.attach-link {
    background-image: url('URL->HTTP_PATH}/templates/infogrece/images/attach.png');
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 4px 10px 2px 21px;
    font-size: 95%;
    font-weight: normal;
}

#phorum #attachment-list td {
    font-size: 95%;
    padding: 6px;
}

#phorum #attachment-list input {
    font-size: 65%;
}


    /* older Posting editor specifics */

    .PhorumListModLink, .PhorumListModLink a
    {
        color: ;
        font-size: ;
        font-family: ;
    }

    .PhorumAttachmentRow {
        border-bottom: 1px solid ;
        padding: 3px 0px 3px 0px;
    }

/* PM styles */

#phorum input.rcpt-delete-img {
    vertical-align: bottom;
}

#phorum div.pm {
    padding: 8px;
    background-color: #F4FAFF;
    border: 1px solid #66CCFF;
    border-bottom: 0;
}

#phorum div.pm div.message-author {
    font-size: 95%;
}

#phorum .phorum-gaugetable {
    margin-top: 10px;
    border-collapse: collapse;
}

#phorum .phorum-gauge {
    border: 1px solid #66CCFF;
    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: 95%;
}

#phorum div.search {
    background-color: White;
}

#phorum div.search-result {
    font-size: 95%;
    margin-bottom: 20px;
}

#phorum div.search-result h4 {
    font-size: 125%;
    margin: 0;
}

#phorum div.search-result h4 small {
    font-size: 80%;
}

#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;
}


    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: ;
    }

    .PhorumSmallFont
    {
        font-size: ;
    }


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: ;
        font-family: ;
    }



/* Icon Styles */

.icon-accept {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/accept.png');
}

.icon-bell {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/bell.png');
}

.icon-bullet-black {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/bullet_black.png');
}

.icon-bullet-go {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/bullet_go.png');
}

.icon-cancel {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/cancel.png');
}

.icon-close {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/lock.png');
}

.icon-comment {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/comment.png');
}

.icon-comment-add {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/comment_add.png');
}

.icon-comment-edit {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/comment_edit.png');
}

.icon-comment-delete {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/comment_delete.png');
}

.icon-delete {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/delete.png');
}

.icon-exclamation {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/exclamation.png');
}

.icon-feed {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/feed.png');
}

.icon-flag-red {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/flag_red.png');
}

.icon-folder {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/folder.png');
}

.icon-group-add {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/group_add.png');
}

.icon-key-go {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/key_go.png');
}

.icon-key-delete {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/key_delete.png');
}

.icon-list {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/text_align_justify.png');
}

.icon-merge {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/arrow_join.png');
}

.icon-move {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/page_go.png');
}

.icon-next {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/control_next.png');
	
}

.icon-note-add {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/note_add.png');
}

.icon-open {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/lock_open.png');
}

.icon-page-go {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/page_go.png');
}

.icon-prev {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/control_prev.png');
}

.icon-printer {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/printer.png');
}

.icon-split {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/arrow_divide.png');
}

.icon-table-add {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/table_add.png');
}

.icon-tag-green {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/tag_green.png');
}

.icon-user {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/user.png');
}

.icon-user-add {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/user_add.png');
}

.icon-user-comment {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/user_comment.png');
}

.icon-user-edit {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/user_edit.png');
}

.icon-zoom {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/zoom.png');
}


.icon-information {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/information.png');
}

.icon-search {
    background-image: url('http://www.info-grece.com/agora/templates/infogrece/images/zoom.png');
}

.icon1616 {
    width: 16px;
    height: 16px;
    border: 0;
}



    /*   BBCode styles  */

    blockquote.bbcode
    {
        font-size: ;
        margin: 0 0 0 10px;
    }

    blockquote.bbcode div
    {
        background-color: ;
        margin: 0;
        padding: 5px;
        border: 1px solid ;
    }

    blockquote.bbcode strong
    {
        font-style: italic;
        margin: 0 0 3px 0;
    }

    /*   spellchecker styles  */
	.misspelled {
	  border-bottom: 1px dashed red;
	  cursor: help;
	}
	
	/* moderetor's menu styles */
    a.PhorumModLink
    {
        background-color: ;
        color: ;
        text-decoration: none;
        font-weight: ;
        font-family: ;
        font-size: ;
        border-style: solid;
        border-color: ;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    a.PhorumModLink:hover
    {
        background-color: ;
        font-weight: ;
        font-family: ;
        font-size: ;
        border-style: solid;
        border-color: ;
        border-width: 1px;
        color: ;
    }

/* tab styles */

.new_tab_enclosure {
	float:left;
	width:100%;
}

.new_tab_enclosure td.te_tab div {
	border-bottom:White solid 2px;border-right:White solid ;height:16px;
}

.new_tab_enclosure td.te_selected_tab div {
	border-bottom:White solid 2px;border-right:White solid ;height:16px;
}

.new_tab_enclosure td.te_active_tab div {
	border-right:White solid ;height:16px;
}

.new_tab_enclosure td.te_selected_active_tab div {
	border-right:White solid ;height:16px;
}
.new_tab_enclosure td.te_faded_active_tab div {
	border-bottom:White solid 1px;border-right:White solid ;height:16px;
}

.new_tab_enclosure td.te_selected_faded_active_tab div {
	border-bottom:White solid 1px;border-right:White solid ;height:16px;
}
td.te_active_tab {
	color:#fff;cursor:default;font-weight:bold;font-size: 95%;background:#66CCFF url('agora/templates/infogrece/images/active_tab.png') no-repeat left top;border-right:1px solid White;padding:0
}
td.te_active_tab div {
	background: url('agora/templates/infogrece/images/active_tab_corner.png') no-repeat right top;padding: 7px 7px 9px 7px
}
td.te_selected_active_tab {
	color:#fff;cursor:default;font-weight:bold;font-size: 95%;text-decoration:underline;cursor:pointer;background:#4D894D url('agora/templates/infogrece/images/active_tab.png') no-repeat left top;border-right:1px solid White;padding:0
}
td.te_selected_active_tab div {
	background: url('agora/templates/infogrece/images/active_tab_corner.png') no-repeat right top;padding:7px 7px 9px 7px
}
td.te_faded_active_tab {
	color:#fff;cursor:default;font-weight:bold;font-size: 95%;background:#66CCFF url('agora/templates/infogrece/images/active_tab_faded_bottom.png') no-repeat left top;border-right:1px solid White;padding:0
}
td.te_faded_active_tab div {
	background: url('agora/templates/infogrece/images/active_tab_corner.png') no-repeat right top;padding:7px 7px 8px 7px
}
td.te_selected_faded_active_tab {
	color:#fff;cursor:default;font-weight:bold;font-size: 95%;text-decoration:underline;cursor:pointer;background:#66CCFF url('agora/templates/infogrece/images/active_tab_faded_bottom.png') no-repeat left top;border-right:1px solid White;padding:0
}
td.te_selected_faded_active_tab div {
	background: url('agora/templates/infogrece/images/active_tab_corner.png') no-repeat right top;padding:7px 7px 8px 7px
}
td.te_tab {
	color:#35355F;font-weight:bold;font-size: 95%;background:#006 url('agora/templates/infogrece/images/tab.png') no-repeat left top;border-right:1px solid White}
td.te_tab div {
	background: url('agora/templates/infogrece/images/tab_corner.png') no-repeat right top;padding:7px 7px 7px 7px
}

td.te_selected_tab {
	color:#35355F;font-weight:bold;font-size: 95%;text-decoration:underline;cursor:pointer;background:#006 url('agora/templates/infogrece/images/tab.png') no-repeat left top;border-right:1px solid White}
td.te_selected_tab div {
	background: url('agora/templates/infogrece/images/tab_corner.png') no-repeat right top;padding:7px 7px 7px 7px
}




/* 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 "external_authentication", file "../club/mod/profile/views/default/profile/css.php" */

#profile_icon_wrapper {
	float:left;
}
	
.usericon {
	position:relative;
}

.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:none;
	right:0;
	bottom:0;
}
.avatar_menu_arrow {
	background: url(_graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(_graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(_graphics/avatar_menu_arrows.gif) no-repeat left -32px;
	width:15px;
	height:15px;
}
.usericon div.sub_menu { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}
div.usericon a.icon img {
	z-index:10;
}

.usericon div.sub_menu a {margin:0;padding:2px;}
.usericon div.sub_menu a:link, 
.usericon div.sub_menu a:visited, 
.usericon div.sub_menu a:hover{ display:block;}	
.usericon div.sub_menu a:hover{ background:#cccccc; text-decoration:none;}

.usericon div.sub_menu h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:solid 1px #dddddd;
	color: #4690d6;
	margin:0 !important;
}
.usericon div.sub_menu h3:hover {

}

.user_menu_addfriend,
.user_menu_removefriend,
.user_menu_profile,
.user_menu_friends,
.user_menu_friends_of,
.user_menu_blog,
.user_menu_file,
.user_menu_messages,
.user_menu_admin,
.user_menu_pages {
	margin:0;
	padding:0;
}
.user_menu_admin {
	border-top:solid 1px #dddddd;
}
.user_menu_admin a {
	color:red;
}
.user_menu_admin a:hover {
	color:white !important;
	background:red !important;
}

.resetdefaultprofile {
	padding:0 10px 0 10px;
}
.resetdefaultprofile input[type="submit"] {
	background: #dedede;
	border-color: #dedede;
	color:#333333;
}
.resetdefaultprofile input[type="submit"]:hover {
	background: red;
	border-color: red;
	color:white;
}

/* Banned user */
#profile_banned {
	background-color:#FF8888;
	border:3px solid #FF0000;
	padding:2px;
}

/* Added by module "external_authentication", file "../club/mod/online/views/default/online/css.php" */

.online_status{
	display: none;
}

.online_status_online{
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:1000;
	height: 9px;
	width:25px;
	background-image: url("mod/online/graphics/online_dot.gif");
}



/* Added by module "external_authentication", function "phorum_mod_external_authentication_empty_css" */
#phorum div.message-author {padding:0 0 0 10px;}
	.usericon .icon {padding:0 !important; margin:0 10px 0 0 !important;}
	.avatar_menu_button {bottom:3px !important; right:10px !important;}
	.avatar_menu_arrow {background: url(http://www.info-grece.com/club/_graphics/avatar_menu_arrows.gif) no-repeat left top;}
	.avatar_menu_arrow_on {background: url(http://www.info-grece.com/club/_graphics/avatar_menu_arrows.gif) no-repeat left -16px;}
	.avatar_menu_arrow_hover {background: url(http://www.info-grece.com/club/_graphics/avatar_menu_arrows.gif) no-repeat left -32px;}
	.online_status_online {background-image:url(http://www.info-grece.com/club/mod/online/graphics/online_dot.gif);}
	

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



/* 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);
}

#recent_messages {
	clear:left;
}

#recent_messages select {
	font-size: 70%;
}

#phorum table.list td.separator_row {
	color:black;
	background: transparent url(http://www.info-grece.com/agora/templates/infogrece/images/header_background_light.png) repeat-x scroll 0pt;
	border-top: 3px solid #66CCFF; 
}


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