/* Normal, standard links. */
a:link
{
        color: #055B7C;
        text-decoration: underline;
}
a:hover
{
        color: #05B1C5;
        text-decoration: underline;
}
a:visited
{
        color: #055B7C;
        text-decoration: underline;
}
a.search:link
{
        color: #055B7C;
        text-decoration: underline;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
a.search:visited, a.search:hover
{
        color: #06CDE3;
        text-decoration: underline;
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
        color: #055B7C;
        text-decoration: none;
}
a.nav:hover
{
        font-weight: bold;
        color: #05B1C5;
        text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
        empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
        color: #182354 ;    /*culoarea textului de deasupra forumului si nu numai(news,user info...) ...si titlul*/
        font-size: small;
        font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
        background-color: #7DA5B4 ;      /*background-ul din spatele tabelului*/
/*        margin: 10px; */
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
        font-size: 9pt;
        color: #000000;
        background-color: #EBE9E9 ;
        font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
        font-size: 8pt;
        font-weight: normal;
        color: #000000;
        background-color: #EBE9E9 ;
        font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
        height: 1px;
        border: 0;
        color: #666666;
        background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
        color: #000000;
        background-color: #B1D1E9;
        border: 1px solid #000000;
        margin: 1px;
        padding: 1px;
        font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
        color: #000000;
        background-color: #F3DDA9;
        border: 1px solid #000000;
        padding: 1px;
        font-family: "courier new", helvetica, "times new roman", serif;
        font-size: x-small;
        width: 99%;
        margin: 1px auto 1px auto;
        white-space: nowrap;
        overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
        color: #000000;
        text-decoration: none;
        font-style: normal;
        font-weight: bold;
        font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
        cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
        color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
        width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
        background-color: yellow;
        font-weight: bold;
        color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
/* Pentru casutele ce contin informatii ca post-uri si detalii useri etc*/
.windowbg
{
        color: #000000;
        background-color: #E2EAED;
}
.windowbg2
{
        color: #000000;
        background-color: #E9EBEC;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
/* Defineste proprietatile ce are o casuta care exprima coloanele dintr-un tabel (un tabel de topicuri)*/
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
        color: #055B7C;
        font-style: normal;
        font-weight: bold;
        background-color: #F9F9F8;
}

.titlebg a:hover
{
        color: #04A3B5;  /* #FA9E27 */
}

/* This is used for categories, page indexes, and several other areas in the forum. */
/* Reprezinta poza pentru background la cateva zone in forum. Apare in pagina de index la randurile care tin titluri de tabela*/
.catbg
{
        background-image: url(images/catbg_invert.jpg);
}
/* This is used for a category that has new posts in it... to make it light up. */
/* Este imaginea folosita ca background la categoriile cu post-uri noi in ele*/
.catbg2
{
        background-image: url(images/catbg_invert.jpg);
}

.catbg, .catbg2
{
        font-weight: bold;
        background-color: #000000;
        color: #000000;
        margin-top: 2px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 5px;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
/* Culoarea de background pentru lista de topicuri dintr-un board */
.bordercolor
{
}

/* This is used on tables that should just have a border around them. */
/* Defineste marginea tabelelor din index si a casutelor cu titluri dintr-o categorie*/
.tborder
{
        border: 0px solid #CCCCCC ;
        background-color: #FFFFFF;
        padding: 2px;
        margin-left: 0px;
        margin-right: 0px;
}
.poza_bg
{
        background: url(images/catbg_invert2.jpg);
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
        font-size: x-small;
        font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
        font-size: small;
}
.largetext
{
        font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
/* Pentru header */
#headerarea
{
        background-color: #FFFFFF;
        border-bottom: 1px solid #055B7C;
        background-position:  center center;
        padding-left: 10%;
        padding-right: 10%;
}


/* This is the main area of the forum, the part that's gray. */
/* Pentru zona de centru */
#bodyarea
{
        background-color: #FFFFFF;
}

/* And this is the bottom, where the copyright is, etc. */
/* Pentru footer */
#footerarea
{
        color: black;
        background-color: #FFFFFF;
        border-top: 1px solid #055B7C;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
/* Pentru casutele care apar deasupra forumului. headertitles se refera la titlul unui box*/
.headertitles
{
        background-color: #FFFFFF;
        border: none;
}
.headerbodies
{
        border: 1px solid #046773;
        background-color: #EBE9E9;
}
.headerbodies2
{
        border: 1px solid #046773;
        background-color: #EBE9E9;
        margin-left: 0px;
        margin-bottom: 3px;
        padding-top: 0px;
}
.headerbodies3
{
        border: 1px solid #046773;
        background-color: #EBE9E9;
        margin-right: 0px;
        margin-bottom: 3px;
}
.headersearch
{
        border: 0px solid #EAB04D;
        margin-right: 0px;
        margin-bottom: 3px;
        padding-top: 0px;
}