/*** EUPLASVOLTAGE CSS ***/

/*** RESET ***/
h1, h2, h3, h4, h5, h6,
html, body, div, p, ul, img, li p { padding:0;margin:0;outline:0;list-style:none; }

/*** GLOBAL ***/
body                              { background:#FAFAFA url('/images/layout/bg_body.png') repeat-x;color:#646464;font-family:Arial, sans-serif;font-size:62.5%; }
a                                 { text-decoration:none;color:#6EAA24;outline:none; }
a:hover                           { color:#B2E64C; }
h1, h2                            { color:#6EAA24;font-weight:normal;font-family:Century Gothic, Arial, sans-serif;display:block; }
a img                             { border:none; }
h1                                { font-size:2.6em;margin:25px 0; }
h2                                { font-size:1.7em;margin:15px 0; }
p                                 { margin:10px 0; }
td                                { vertical-align:top; }
table                             { border-collapse:collapse; }

/*** CLASSES ***/
.center                           { width:989px;margin:0 auto; }
.center_with_padding              { width:959px;margin:0 auto;padding:0 15px; }
.floatleft                        { float:left; }
.floatright                       { float:right; }
.clear                            { clear:both; }
.column_right                     { width:48%;float:right; }
.column_left                      { width:48%;float:left; }
.padding                          { padding:5px 15px; }
.fullwidth                        { width:100%; }

.message                          { padding:3px;margin:0 15px; }
.error                            { border:1px solid red;background:#FF8F8F; }
.success                          { border:1px solid #00ff24;background:#a9ffb5; }
.notice                           { border:1px solid #fff000;background:#fff885; }

.db_news_readmore a,
a.blue_arrow                      { display:block;float:left;color:#6EAA24;background:url('/images/layout/arrow.png') no-repeat left center;padding-left:20px;margin:5px 0; }
.db_news_readmore a:hover,
a.blue_arrow:hover                { color:#B2E64C; }

body .home-td a.blue_arrow,
body .db_news_readmore a          { float:right; }

/*** HEADER ***/
div#header_background             { background:url('/images/layout/bg_header.png') no-repeat center top; }
div#header                        { height:147px; }
div#header a.logo                 { margin:25px;display:block;float:left;background:url('/images/layout/logo.png') no-repeat;text-indent:-999em;width:300px;height:85px; }

div#header ul#headerlinks             { float:right; }
div#header ul#headerlinks li          { display:block;padding-top:20px;border-left:1px solid #757879;float:left; }
div#header ul#headerlinks li.first    { border:none; }
div#header ul#headerlinks li a        { color:#FFFFFF;margin:0 10px; }
div#header ul#headerlinks li a:hover  { color:#B2E64C; }

/*** Tiny MCE ***/
div#content table.mceLayout,
div#content table.mceLayout tr    { border:1px solid #CCC; }
div#content table.mceLayout table,
div#content table.mceLayout td,
div#content table.mceLayout th    { padding:0;margin:0;border:none;width:auto; }

/*** MENU ***/
div#menu                          { padding:10px 0;border-top:1px solid #747474; }
div#menu  a                       { color:#FFFFFF;font-weight:bold;font-size:1.4em;padding:0 15px;border-left:1px solid #898989; }
div#menu  a.first                 { border:none; }
div#menu  a.active,
div#menu  a:hover                 { color:#B2E64C; }

div#flag_switcher                 { padding:22px 10px 0 0; }

/*** BREADCRUMBS ***/
div#breadcrumbs                   { color:#888888;padding:15px 25px;font-size:0.9em; }
div#breadcrumbs a                 { color:#B2E64C; }
div#breadcrumbs a:hover           { text-decoration:underline; }

/*** VISUAL ***/
div#visual                        { background:url('/images/layout/bg_visual.png') no-repeat top center;min-height:250px; }
div#visual img.visual_image       { margin:0 15px; }

/*** CONTENT ***/
div#content_wrapper               { background:#FFF;font-size:1.2em; }
div#content img                   { margin:10px; }
div#content #sf_admin_content img { margin:0; }

div#eu_flag                       { width:100%;height:115px;background:url('/images/layout/flag_eu.png') no-repeat center center;border:1px solid #DDDDDD;margin:10px 5px 0 5px; }
td.home-td                        { width:50%;padding:5px 10px; }

div#column_left                   { width:249px;float:left;padding:5px;vertical-align:top; }
div#column_left h2                { font-size:1.5em; }
div#column_left h2 a              { color:#6EAA24; }

div#column_right                  { width:249px;float:right;padding:5px;vertical-align:top; }

div#column_center                 { float:left;min-height:300px;vertical-align:top;padding:5px; }
div#column_center h1              { margin-top:0; }

div#column_center .homepage h1    { margin-top:15px; }

/*** BLUE BOX ***/
table#blue_content tfoot td,
table#blue_content thead td       { height:10px; }
table#blue_content td.right,
table#blue_content td.left        { background-image:url('/images/layout/blue_content.png');background-repeat:no-repeat;width:10px; }
table#blue_content thead td.left  { background-position:left top; }
table#blue_content thead td.right { background-position:right top; }
table#blue_content tfoot td.left  { background-position:left bottom; }
table#blue_content tfoot td.right { background-position:right bottom; }
table#blue_content td.middle,
table#blue_content tbody td       { background:#C8C8C8; }
table#blue_content li             { padding:5px 0; }
table#blue_content h2             { margin-top:0; }

/*** GREY BOX ***/
table#grey_content tfoot td,
table#grey_content thead td       { height:10px; }
table#grey_content td.right,
table#grey_content td.left        { background-image:url('/images/layout/grey_content.png');background-repeat:no-repeat;width:10px; }
table#grey_content thead td.left  { background-position:left top; }
table#grey_content thead td.right { background-position:right top; }
table#grey_content tfoot td.left  { background-position:left bottom; }
table#grey_content tfoot td.right { background-position:right bottom; }
table#grey_content td.middle,
table#grey_content tbody td       { background:#f5f5f5; }
table#grey_content li             { padding:5px 0; }
table#grey_content h2             { margin-top:0; }

/*** FOOTER ***/
div#footer                        { border-top:1px solid #DDDDDD;margin:15px auto;padding:10px 0; }
div#footer .floatleft p           { padding:0 15px 0 0;margin:0;float:left;font-weight:bold; }

/*** LOGIN FORM ***/
#sf_guard_auth_form form          { width:50%;margin:0 auto;padding:15px 125px;background:url('/images/layout/lock.png') no-repeat left center; }

/*** NEWS ***/
.db_news_author,
.db_news_date                         { color:#6EAA24; }
ul#db_news_latest li                    { clear:both;border-top:1px solid #ADBF96;padding-bottom:35px; }
#db_news_latest li.first              { border:none; }
#db_news_latest .db_news_date     	  { display:block;padding-top:7px;font-weight:bold; }
#db_news_latest .first .db_news_date  { padding-top:0; }
#db_news_latest .db_news_summary      { color:#444444;display:block;padding:3px 0; }
.db_news_category a:hover             { color:#6EAA24;border-bottom:1px dotted #6EAA24; }
#db_news_categories li                { clear:both;border-top:1px solid #cde6f5; }
#db_news_categories li.first          { border:none; }

.db_news_item                     { border-bottom:1px dotted #BFBFBF;clear:both;padding-bottom:15px; }
.db_news_item h2                  { font-weight:bold; }
.db_news_thumb                    { float:left;margin:8px 15px 0 0 ; }
#content .db_news_thumb img       { margin:0 10px 10px 0; }
h1 .db_news_thumb img             { vertical-align:middle; }

/*** DOWNLOADS ***/
#latest_downloads li              { clear:both; }
#latest_downloads li a            { color:#444444; }
#latest_downloads li a:hover      { color:#6EAA24;text-decoration:underline; }
#content .downloads_icon          { width:5px; }
#content .downloads_icon img      { margin:0; }

#downloads_table                          { width:100%; }
#downloads_table thead                    { color:#F5F5F5;font-size:1.2em; }
#downloads_table thead th                 { text-align:left; }
#downloads_table thead th.middle          { border-left:1px solid #B2E64C;border-right:1px solid #B2E64C;background:#6eaa24; }
#downloads_table thead th.th_left         { background:url('/images/layout/blue_banner.png') no-repeat left center; }
#downloads_table thead th.th_right        { background:url('/images/layout/blue_banner.png') no-repeat right center; }
#downloads_table th,
#downloads_table td                       { padding:5px 3px 5px 15px;vertical-align:middle; }
#downloads_table tbody tr                 { border-bottom:1px solid #e8e7e7; }
#downloads_table tr td                    { padding:10px 3px 10px 15px; }
#downloads_table tr td p                  { margin:1px 0; }
#downloads_table .downloads_title         { padding-left:5px; }
#downloads_table .downloads_title a       { font-weight:bold;color:#6EAA24; }
#downloads_table .downloads_title a:hover { border-bottom:1px dotted #6EAA24; }
#downloads_table .downloads_title span    { color:#6EAA24;font-style:italic; }
#downloads_table .downloads_published     { width:100px; }
#downloads_table .downloads_description   { width:500px;border-left:1px solid #e8e7e7;border-right:1px solid #e8e7e7; }

/*** PAGINATION ***/
.pagination                       { margin:10px 0 0 0;float:right;color:#888888; }
ul.pagination                     { margin-left:5px; }
ul.pagination li                  { display:inline; }
ul.pagination li span             { color:#FFF;background:#B2E64C;font-weight:bold;padding:3px 5px; }
ul.pagination li a                { color:#888888;border-right:1px solid #dedede;padding:0 5px; }
ul.pagination li a:hover          { color:#B2E64C; }
ul.pagination li a.last-item      { border:none; }
ul.pagination li.next a,
ul.pagination li.last a,
ul.pagination li.first a,
ul.pagination li.previous a       { font-weight:bold;border:none; }



