@media screen and (min-device-width : 320px) 
and (max-device-width : 1280px)  {
html {
    min-width: 1280px;
    }
}



::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}


body {
/* default text for entire site */
	font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
/* default text color for entire site */
	color: #3A3A36;
/* you can set your own image and background color here */
        background-color:#fff;
        overflow-x:auto;
        z-index:2;
}
         /* Mask helper  for browsers ZOOM, Rezise and Decrease */
#ncleanblue {
         /* set to width of viewport */
	width: 100%;
min-width:600px;
        /* you can set your own image and background color here */
	//background: #fff url(http://www.europecanoeevents.com/uploads/NCleanBlue/gradiente.jpg) repeat-x scroll left top;
        background-color:#fff;
}

/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #3A6B85;
/* background image for the link to show wiki style arrow */
	background: url(http://www.europecanoeevents.com/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #0d0c60;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(http://www.europecanoeevents.com/images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #0d0c60;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(http://www.europecanoeevents.com/images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
  /*  margin-bottom: 1em;*/
   text-align:left;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*default link styles*/
a {
	color: #3A6B85;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #0d0c60;
}
a:active {
	color: #0d0c60;
}

input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
	background: #fff;
}
/* ------------ Header ------------ */
#header {	
        height: 354px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	#margin-top: 0;
margin:0 auto;}
#header_bcgr{
background: url(/uploads/images/layoutalemanha/imgtoponew.png) no-repeat top;
margin-top:5px;
}

#logo a {
/* adjust according your image size */
	height: 354px;
	width: 1161px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
	/*margin-left: -227px;*/
/* you can set your own image here, note size adjustments */
	background: url(http://www.europecanoeevents.com/uploads/NCleanBlue/logos/topo1.jpg) no-repeat left top;
        /*background-size:100% 100%;
        background-repeat:no-repeat;*/
}

/*---------------- Logo FPC ------------------*/
div#fpclogo{
        /*background: url(http://www.europecanoeevents.com/uploads/NCleanBlue/logo-fpc-colorido.png) no-repeat center center;*/
}


/* ------------ Header - Search ------------ */
div#search {
	width: 150px;
	height: 28px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 110px;
	height: 17px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #999;
/* padding of text */
	padding: 7px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(http://www.europecanoeevents.com/uploads/NCleanBlue/search.png) no-repeat left top;
        box-shadow: none;
        -webkit-box-shadow: none;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 30px;
	height: 28px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(http://www.europecanoeevents.com/uploads/NCleanBlue/search.png) no-repeat right top;
}

/* ------------ Content ------------ */
#content {
	max-width: 961px;
       width:90%;
        min-width:400px;
        margin:-173px auto 20px auto;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
min-height:700px;
}
#bar {
	width: auto;
	height: 40px;
	padding-right: 1em;
	padding-left: 1em;
border:1px solid yellow;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
}
#version {
	width: 50px;
	height: 31px;
	position: absolute;
	z-index: 5;
	top: 130px;
	right: -16px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 28px 15px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	--background:  url(http://www.europecanoeevents.com/uploads/NCleanBlue/version.png) no-repeat left top;
}
/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
h1.title {
	font-size: 1.8em;
	color: #09206c;
	margin-bottom: 0.5em;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ EVENTOS*/
#left {
	width: 271px;
        /*margin-top: -34px;*/
}
/* Image that Represents the new CMS design */
#left .screen {
	margin: 10px 50px;
}
/* End  */
.sbar-title {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #252523;
}
.sbar-top {
	width: auto;
	
-webkit-border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;

	background: #679EBC;        
}
.sbar-main {
	width: auto;
        
}
span.sbar-bottom {
	width: auto;


-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;

	background: #679EBC;
	display: none;
	
       
}

.clear{ padding-bottom:30px;}


/* ------------ Main (UNIQUE) ------------ */
#umain {
	width: 670px;
}
.umain-top {
	/*height: 15px;*/
	width: auto;
        border-top-left-radius:0.5em;
        border-top-right-radius:0.5em;

        -webkit-border-top-left-radius: 0.5em;
        -webkit-border-top-right-radius: 0.5em;

        -moz-border-radius-topleft: 0.5em;
        -moz-border-radius-topright: 0.5em;

	padding: 20px;
        background-color: #fff;
        /*min-height: 735px;*/
	
}
.umain-main {
	width: auto;
        /*border-top-left-radius:0.5em;
        border-top-right-radius:0.5em;

        -webkit-border-top-left-radius: 0.5em;
        -webkit-border-top-right-radius: 0.5em;

        -moz-border-radius-topleft: 0.5em;
        -moz-border-radius-topright: 0.5em;*/

	padding: 20px;
        min-height: 735px;
}
.umain-bottom {
	width: auto;
	padding: 20px;
        background-color: #fff;        

        border-bottom-left-radius:0.5em;
        -webkit-border-bottom-left-radius: 0.5em;
        -moz-border-radius-bottomleft: 0.5em;

        border-bottom-right-radius:0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
        -moz-border-radius-bottomright: 0.5em;

}
.uright49, .uleft49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.uleft49 span {
	display: block;
	padding-top: 1px;
}
.uleft49 a {
	font-weight: normal;
}
.uright49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(http://www.europecanoeevents.com/uploads/NCleanBlue/bull.png) no-repeat right top;
}
.uright49 a, .uright49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #000;
	height: 15px;
	background: url(http://www.europecanoeevents.com/uploads/NCleanBlue/bull.png) no-repeat  left top;
}
#umain h2,
#umain h3,
#umain h4,
#umain h5,
#umain h6 {
	font-size: 1.4em;
	color: #3A6B85;
}


div#umain ul,
div#umain ol,
div#umain dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#umain ul,
#footer ul {
	line-height: 1em;
	margin: 0 0 1.5em 0;
        font-weight: bold;
        padding: 5px;
	list-style: none;
}
div#umain ul li,
div#umain ol li,
#footer ul li,
#footer ol li {
	padding: 10px 2px 5px 5px;
	margin-left: 20px;
}

div#umain ul li:active,
div#umain ul li:hover{
	/*background-color: #aec6d4;*/
}

div#umain li a:hover,
div#umain li a:active {
	color: #000350;
}

div#umain li a.menuactive {
	color: #000350;

}

/* definition lists topics on bold */
div#umain dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#umain dl dd {
	margin: 0 0 1em 1em;
}
div#umain dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/*--------------------------------------------*/



/* ------------ Main (UNIQUE BOTTOM) ------------ */
#main {
	width: 670px;
        margin-top: 10px;
}
.main-top {
	/*height: 15px;*/
	width: auto;
	
}
.main-main {
	width: auto;

      -webkit-border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      border-radius: 0.5em;


	padding: 10px 20px;
        
        background-color: #fff;
        height: 60px;
}
.main-bottom {
	width: auto;
	height: 10px;

        -webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
border-bottom-right-radius: 0.5em;
         border-bottom-left-radius: 0.5em;
	
}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(http://www.europecanoeevents.com/uploads/NCleanBlue/bull.png) no-repeat right top;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #000;
	height: 15px;
	background: url(http://www.europecanoeevents.com/uploads/NCleanBlue/bull.png) no-repeat  left top;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.4em;
	color: #3A6B85;
}


div#main ul,
div#main ol,
div#main dl{
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul{
	line-height: 1em;
	margin: 0 0 1.5em 0;
        font-weight: bold;
        padding: 5px;
	list-style: none;
}
div#main ul li,
div#main ol li{
	padding: 10px 2px 5px 5px;
	margin-left: 20px;
}

div#main ul li:active,
div#main ul li:hover{
	/*background-color: #aec6d4;*/
}

div#main li a:hover,
div#main li a:active {
	color: #000350;
}

div#main li a.menuactive {
	color: #000350;
}

/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/*--------------------------------------------*/

/*------------ Div Controla Tamanhos -------------*/

div.holder { 
        overflow:hidden;
        float:right;
        width:auto;

-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
        z-index: 4;
}

/*-----------------------------------------*/

/* ------------ Footer ------------ */
#footer-wrapper {
	min-height: 30px;
	height: auto!important;
	width: auto;
        width: 100%;
min-width:600px;

        background: rgb(44, 44, 44);
	margin-top: 5px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	clear:both;
        float:none;
}
#footer {
	color: #fff;
	font-size: 0.8em;
	min-height: 30px;
	height: auto!important;
	max-width:961px

        
}
#footer .block {
	/*width: 350px;*/
	
}
#footer .cms {
	text-align: right;
font-size:9px;
text-align: right;
margin-top: 76px;
margin-bottom: 5px;

}
/* ------------ Footer Links ------------ 
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
}

#footer a {
	color: #DCEDF1;
	text-decoration: underline;
	font-weight: bold;
}

/* ------------ END LAYOUT ---------------*/
/* ------------  Menu  ROOT  ------------ */
.page-menu {
	width: 100%;
	height: 47px;
margin: -5px auto;
background: rgb(44, 44, 44);
color:white;

}
#menuwrapper {
max-width: 980px;
margin: 0 auto;
}

ul#primary-nav li hr.menu_separator{
        position: relative;
        visibility: hidden;
        display:block;
        width:5px;
       	height: 32px;
       	margin: 0px 5px 0px;
}
.page-menu ul#primary-nav {
     
	float:right;
	list-style: none;
        text-align: center;

}
.page-menu ul#primary-nav li {
        position: relative;
	padding: top;
}

.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a span {
	display: block;
	padding: 0 7px;
	background-repeat: no-repeat;

}
.page-menu ul#primary-nav li a {
	padding-left: 0;
	color: #f0f0f0;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
/*	margin-left: 1px;*/
	font-size: 10px;
}
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:active {
	color: #3A6B85;

}

.page-menu ul#primary-nav li a span {
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
}
.page-menu ul#primary-nav li a.menuparenth,
.page-menu ul#primary-nav li a.menuactive,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
	background-position: 100% -120px;
}
.page-menu ul#primary-nav li a {
	background-position: 100% -80px;
}
.page-menu ul#primary-nav li a.menuactive span,
.page-menu ul#primary-nav li a:hover span,
.page-menu ul#primary-nav li a:focus span,
.page-menu ul#primary-nav li a:active span {
	background-position: 0 -40px;
}
.page-menu ul#primary-nav li a span {
	background-position: 0 0;
}
.page-menu ul#primary-nav .sectionheader,
.page-menu ul#primary-nav li a:link.menuactive,
.page-menu ul#primary-nav li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.page-menu ul#primary-nav li span,
.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html .page-menu ul#primary-nav {
	display: inline-block;
}
*:first-child+html .page-menu ul#primary-nav {
	display: inline-block;
}
/* --------------------  menu dropdow  -------------------------
/* Unless you know what you do, do not touch this */
/* Reset all ROOT menu styles. */

ul#primary-nav ul.unli li li a span,
ul#primary-nav ul.unli li a span,
ul#primary-nav .menuparent .unli .menuparent .unli li a span {
	background-image: none;
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
        width: 106px;
        margin-left: -15px;
        padding-left: 19px !important;

}
#primary-nav {
	margin: 5px;
	padding: 0px;
}
#primary-nav ul {
	list-style: none;
	padding: 0px;
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 100px;
}
#primary-nav ul {
	position: absolute;
	z-index: 1001;
	top: auto;
	display: none;
}
* html #primary-nav ul.unli {
	padding-top: 12px;
}
#primary-nav ul.unli ul {
	margin-left: -7px;
	left: 100%;
	top: 3px;
}
* html #primary-nav ul.unli ul {
	margin-left: -0px;
}
#primary-nav li {
	margin: 0px;
	float: left;
}

/* Styling the basic appearance of the menu elements */
ul#primary-nav ul hr.menu_separator{
        position: relative;
        visibility: visible;
        display:block;
        width:130px;
       	height: 1px;
       	margin: 2px 30px 2px;
	padding: 0em;
	border-bottom: 1px solid #3a9dd4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#primary-nav .separator,
#primary-nav .separatorh {
	height: 9px;
	width: 209px;
	margin: 0px 0px -8px;
        display:none;
}
* html #primary-nav .separator {
       z-index:-1;
	background: url(http://www.europecanoeevents.com/uploads/NCleanBlue/ulbtm.gif) no-repeat left bottom;
}
*:first-child+html #primary-nav .separator {
       z-index:-1;
}
#primary-nav ul.unli li a {
	padding: 0px 10px;
	width: 70px;
	margin: 5px;
	background-image: none;
}
* html #primary-nav ul.unli li a {
	padding: 0px 10px 0px 5px;
	width: 100px;
	margin: 5px 0px;
}
#primary-nav li li a:hover {
	/*background-color: #DBE7F2;*/
}
/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive li a {
	text-decoration: none;
	background: none;
}
#primary-nav ul.unli li.menuparenth,
#primary-nav ul.unli a:hover,
#primary-nav ul.unli a.menuactive {
	/*background-color: #DBE7F2;*/
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul.unli li .menuparent,
#primary-nav ul.unli li .menuparent:hover,
#primary-nav ul.unli li .menuparent,
#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {
	background-image: url(http://www.europecanoeevents.com/uploads/NCleanBlue/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul {
	display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav li:focus ul,
#primary-nav ul li:focus ul,
#primary-nav ul ul li:focus ul,
#primary-nav ul ul ul li:focus ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}

ul#primary-nav ul.unli li,
ul#primary-nav ul.unli{width:130px;}
ul#primary-nav ul.unli{background:rgb(44, 44, 44);}


.page-menu ul#primary-nav li:hover  {
        background:gray;
}


li.menuactive {background:gray;} 


.unli li a span{border-bottom:none; background: transparent;} 

ul#primary-nav li a span{
padding:10px 10px !important;
text-transform: uppercase;
font-size: 14px;
font-weight: lighter;
font-family: helvetica;
color:#fff;
}

ul#primary-nav li .unli li a span{
padding:5px 19px !important;
}



/*************** End Menu *****************/
/* ------------ News Module ------------ */
#news {
	padding: 10px;
}

.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #3a9dd4;
}

.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */

#Sponsors
{
    position:absolute;
    width:271px;
}


#SponsorsList
{
width:271px;
height:250px;
}

#SponsorsList img{
padding-left:40px;   
}

#Porfolio
{
bottom:0px;
height:220px;
overflow:hidden;
position:relative;
top:20px;
width:271px;
}


.slide{
    height:80px;
    width:191px;
    position:absolute;
    left:0px;
    text-align:center;

} 

.slide a
{
border:0;

}

.slide img
{
border:0;
}


/* ------------ Login ----------------------*/

.td_btn_login a{
text-transform: uppercase;
color: #4D93B8;
text-decoration: underline;
}
.submit_login{background: #444;
color: #ffffff;
margin: 20px 0;
border-radius: 0px; 
border: none;
padding: 10px 34px;
text-transform: uppercase;
margin-left: 20px !important;
margin-top: -2px !important;}

.Prompt{
    width: auto;
    height: 25px;
    font-weight: bold;
}

input[type=text],
input[type=password]{ 
background: rgb(197, 197, 197);;
border: none;
width: 200px;
padding: 12px 27px;
color:#000;
}

.tabela_login input[type=text],
.tabela_login input[type=password]{
width: 250px;
}

textarea{

width:150px;
height:100px;
background: rgb(197, 197, 197);;
border: none;
width: 200px;
padding: 12px 27px;
color:#000;
}

.contactform.message textarea{width:200px !important;}

input[type=text]:hover, textarea:hover, input[type=password]:hover{ 
         background: rgb(224, 219, 219);
}

input[type=submit]{
        background: #444;
color: #ffffff;
margin: 20px 0;
border-radius: 0px; 
border: none;
padding: 10px 34px;
text-transform: uppercase;
}
.partners{
        margin-top: 0px;
}

.partner-title{

padding: 5px 0px;
}

.li-destaque{
        font-size: 110%;
}

.pwaAlbum{
        margin:25px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
 
.accordionButton {	
	width: 630px;
	float: left;
	color: #3a6b85;
	cursor: pointer;
	}
 
.accordionContent {	
	width: 630px;
	float: left;
	display: none;
	}

.partner-title h1{
       text-align:center;
       text-transform:uppercase; 
       color:#0059a6;
       font-family: Helvetica;
       font-weight:lighter;
       font-size:30px;

}

.li-destaque{
        font-size: 110%;
}

.pwaAlbum{
        margin:25px;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
 
.accordionButton {	
	width: 630px;
	float: left;
	color: #3a6b85;
	cursor: pointer;
	}
 
.accordionContent {	
	width: 630px;
	float: left;
	display: none;
	}

div#slideshow_2{
        z-index:-1 !important;
}

#countdown_box {
	position: relative;
			}
			#countdown_box #counter {
				/*position: absolute;*/
				top: 90px;
				color: #000000;
				line-height: 72px;
				font-size: 30px;
				left: 120px;
				height: 77px;
				width: 457px;
                                margin: 0 auto;
                             
margin-left: 145px;
			}
			#counter .cntDigit {
				/*position: relative;*/
				margin: 0;
				top: 0;
			}

#timetable tr:hover
{
background-color:#EEE;
}

#timetable tr
{
    cursor: pointer;
}


#texto_normal p{
text-align: justify;
}

.tabelaECS2013 p{
margin-bottom: 0px;
}

.acreditationSystemDiv{
display: block; 

--width: 635px; 
margin: 10px auto; 
margin-bottom: 17px;
    margin-top: 5px;

}

.acreditationSystemDiv table{
border: 1px solid #679EBC; 

}

.acreditationSystemTable{
min-width: 635px;
width: 100%;
margin: 0 auto;
}

/*h3,
.tituloOculto{background: gray;
padding: 15px 10px;
color: white;
text-align: center;}
.tituloOculto p{text-align: center;}*/

.provasXML{
margin-top: 10px;
}


h2.login{
padding: 10px 0px;
border-bottom:1px solid gray;
color: #000 !important;
width: 150px;
text-transform:uppercase;
font-family: Helvetica;
font-weight: lighter;
font-size: 20px !important;
margin-bottom: 10px;}

h2.registo{
padding: 10px 0px;
text-align: center;
background: #1D6AB6;
color: #000 !important;
text-transform:uppercase;
font-family: Helvetica;
font-weight: lighter;
}


.tabela_login{width:250px;}




.linha_divisoria{
border-left: 1px solid rgb(223, 223, 223);
height: 237px;
margin-left: 25px;
}

.td_btn_login{
text-align:right;
}
.link_register{text-align:center;}

.span_titulo_pagina{
    color: #1D6AB6;
    text-transform:uppercase;
    font-family: Helvetica;
    font-weight: lighter;
font-size:25px;
}

.border_suppliers{
border-radius: 6px;
background: white;
padding: 5px;
border: 1px solid #DDD;
width: 212px;
}
.border_suppliers_sombra{
width: 232px;
padding: 5px;
background: url('http://spotfokus.pt/uploads/images/shadow-left.png') left bottom no-repeat, url('http://spotfokus.pt/uploads/images/shadow-right.png') right bottom no-repeat;
}

.border_suppliers table tr td{padding: 22px 0px;}




.link_logout{float:right;}

a.link_back {color:white;}
a.link_back:hover{color:white;}
.link_back{background: #444;
color: #ffffff;
margin: 20px 0;
border-radius: 0px;
border: none;
padding: 10px 34px;
text-transform: uppercase;
margin:  20px 0;
display: block;
    width: 27px;
}



.link_logout
{background:#1D6AB6;
color: #ffffff;
margin: 20px 0;
border-radius: 4px;
padding: 5px 10px;
margin-left: 30px;
}

.link_logout a {color:#fff;}

#table_logout{margin-top: -19px;
float:right;
position: relative;
color: rgb(44,44,44);
}

/*******
********DATA TABLES LAYOUT
********/

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1; 
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	
	float: right;
	text-align: right;
	margin-bottom:10px;
}

.dataTables_filter input{width: auto;}

.dataTables_info {
	width: 30%;
	color:#818181;
	font-size: 10px;
        margin-top:10px;
	margin-bottom: 10px;
}

.dataTables_paginate {
	
	font-size: 10px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
border: 1px solid #aaa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 2px 5px;
margin: 0 3px;
cursor: pointer;
color: #6F6B6B;
}

.paging_full_numbers a.paginate_active {
background-color: #100644;
color: #fff;
}


.div_resposta_form{
position: absolute;
background: rgb(239, 239, 239);
width: 628px;
margin-left: 145px;
/* min-height: 202px; */
border: 1px solid gray;
z-index: 99;
padding: 10px;
padding-bottom: 25px;
margin-top: -118px;
}


.div_resposta_form .contactform label{width:115px !important;}

.div_resposta_form .div_btn_close{ 
text-align: center;
cursor: pointer;
width: 15px;
border: 1px solid;
margin-left: 611px;
position: absolute;
}

.div_resposta_form #registaAcreditacao{
width: 378px;
margin: 0 auto;
}

.menu_footer{
float:left;
color:rgb(187, 187, 187);
}
.menu_footer a,
.link_by_footer{
color:rgb(187, 187, 187); 
text-transform: uppercase; margin-right:10px;}

.menu_footer a:hover,
.link_by_footer:hover{color:white;}


.menu_footer h3{border-bottom:1px solid; text-align:left; padding:0;  padding-bottom:2px;font-size: 14px;
width: 200px;
padding-top: 15px;
background: transparent}

.contem_logout{
max-width: 928px;
margin: 0 auto;
width: 100%;
}
/*==========
   UPCOMING EVENTS HOME
   ==========*/
.btn_see_all_events{width: 19%;
background: #444;
padding: 15px 0px;
text-align: center;
float: left;
}
.btn_see_all_events a {color: white;}

.upcoming_events{width: 80%;
background: rgb(218, 218, 218);
padding: 15px 0px;
text-align: center;
float: left;}

.detail_upcoming{float: left;
width: 380px;
margin-left: 50px;
margin-bottom: 30px;}

.img_detail{min-height:200px;}
.img_detail.eca1 img{    width: 361px;
    margin-left: 20px;
    margin-top: 21px;}
.img_detail.eca2 img{width:200px; margin-left: 91px;}

.title_detail{
margin-top: 15px;
font-size: 20px;
color: rgb(0,132,226);
font-weight: lighter;}

.location_detail{color: rgb(29, 104, 165);
margin: 5px 0px;}

.date_detail{
color: rgb(83, 127, 167);
}

/*TABELAS*/
.tr_table_style{font-weight: bold; color:#fff; background-color: #1F70A7; }


/*---- ALINHAR BARCOS--------*/
#form_1 > div:first-child{ width:630px; margin-left:auto!important; margin-right:auto!important;}
#form_2 > div:first-child{ width:630px; margin-left:auto!important; margin-right:auto!important;}
#form_4 > div:first-child{ width:630px; margin-left:auto!important; margin-right:auto!important;}


/*sponsors*/
.sponsors{margin-top:50px;}
.sponsors_img{height:80px; width:19%; background:gray; float:left; margin-right:10px;}
.sponsors_5{margin-right:0px;}

#from_numerica,
div#form_numerica {margin-top:30px;}

#timetable td{ text-align:center;}

.style_tr_timetable{font-weight: bold; color:#fff; 
background-color: #6B6B6B;
height: 40px;}

.style_tr_timetable th{text-align:center;}
#tablesorter{margin:20px auto;}

.link_categorias_nominal{ font-size:18px;
font-weight: normal;}

.formbuilderform table{margin: 10px 40px 0px 0px !important;}


.pageAcreditation h3{font-size: large;
color: #3a6b85;}


#eca_1_2015, #eca_1_2015_paracanoe, #eca_2_2015{width:70%}

#content_barcos{margin:20px  auto 0px auto !important;}

#img_logo_to_print{display:none;}