/* 
    Document   : equi
    Created on : 27/Mar/2009, 14:59:29
    Author     : Rui Pires
    Description:
        Purpose of the stylesheet follows.
*/

/*
 * Colors:
 *  - Gold: #D1CAAC
 */

.digi.hover,
.digi:hover {
	color:#bfd72f;	
}

 .gold
 {
     color: #D1CAAC;
 }
 
 .error {
	display:block;
	color:red;
	font-size:9px; 
}
 
 #inscricoes {
 	padding-right:400px ! important;
 	width:443px ! important;
 }
 
 #inscricoes .form input,
 #inscricoes .form textarea {
	float:right;
	width:250px; 
	clear:both;
	border:1px solid #01804D;
	margin:2px 0;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	resize:none;
}

#gallery .text form input,
#gallery .text form textarea {
	float:right;
	width:290px; 
	clear:both;
	border:1px solid #01804D;
	margin:0px 20px 4px 0;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	resize:none;
}

#inscricoes .form .button,
#gallery .text form .button {
	margin-top:10px;
	width:auto;
	float:right;
	padding:2px 0 2px 15px;
	margin-bottom:4px;
	font-size:10px;
	color:#01804D;
	background:url(../images/arrow.png) left no-repeat;
	padding-left:15px;
	border:0;
}

#inscricoes .form .button.hover,
#inscricoes .form .button:hover,
#gallery .text form .button.hover,
#gallery .text form .button:hover {
	border-bottom:1px dotted #01804D;
	margin-bottom:3px;
	cursor:pointer;
}

#hoteis .hotel {
	float:left;
	height:99px;
	margin:0 5px;	
}

#hoteis .hotel a {
	display:block;
	height:99px;	
	margin-top:auto;
}

#hoteis .hotel img {
	display:block;
	max-width:99px;
	margin-top:auto;
}

#hoteis .hotel p {
	max-width:99px;
}

body {
	background-image:url(../images/background.jpg);
    background-repeat: repeat-x;
    background-color:black;
    font-family:'Trebuchet MS';
    color:#e0dbc5;
    font-size: large;
    font-style: normal;
    margin:0px;
    padding:0px;
}

.mceContentBody a
{
    color:#e0dbc5 ! important;
}

.mceContentBody a:visited
{
	color:#996 ! important;
}
h2 {
	margin:5px 0;
	font-size:16px;
	font-weight:bold;
	color:#996;	
}

h3 {
	font-size:12px;
	color:white;
	padding-left:1px;
}

#banners {
	margin-top:5px;	
	padding-bottom:5px;
	border-bottom:1px solid #dad4ba;
	height:309px;
}

#banners .banners {
	float:left;	
}

#banners .pager {
	float:right;
	width:218px;	
}

#banners .pager a div {
	width:200px;
	float:left;
	overflow:hidden;
	height:62px;
	margin-bottom:1px;
	padding:3px 9px;
	background:#333;
}

#event .content {
	margin:20px 0;
	width:858px;
	border-top:1px solid #DAD4BA;
	padding:20px 1px 0;	
	float:left;
}

#event .content .round {
	border-radius:5px;	
}

#event .content .tabs {
	height:21px;
	background:url(../images/backgrounds/tabs_repeat.png) repeat-x;	
	width:857px;
}

#event .content .tabs li {
	float:left;	
}

#event .content .tabs li .start {
	float:left;
	background:url(../images/backgrounds/start.png) no-repeat;
	width:5px;
	height:21px;
}

#event .content .tabs li.selected .start {
	float:left;
	background:url(../images/backgrounds/start_selected.png) no-repeat;
	width:5px;
	height:21px;
}

#event .content .tabs li a {
	float:left;
	font-size:11px;
	padding:0 20px;
	font-weight:bold;
	background:url(../images/backgrounds/center.png) repeat-x;
	height:21px;
	line-height:21px;	
	text-transform:uppercase;
	color:#E0DBC5;
}

#event .content .tabs li a.hover,
#event .content .tabs li a:hover {
	color:#333;
	cursor:pointer;
}

#event .content .tabs li.selected a {
	float:left;
	background:url(../images/backgrounds/center_selected.png) repeat-x;
	height:21px;
	line-height:21px;	
	color:#01804D;
}

#event .content .tabs li .end {
	float:left;
	background:url(../images/backgrounds/end.png) no-repeat;
	width:7px;
	height:21px;
}

#event .content .tabs li.selected .end {
	float:left;
	background:url(../images/backgrounds/end_selected.png) no-repeat;
	width:7px;
	height:21px;
}

#event .content .body {
	font-size:11px;
	width:828px;
	padding:15px;
	background:url(../images/backgrounds/canvas_repeat.png) repeat-y;	
}

#event .content .body p
{
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0;
	line-height: 14px;	
	color:black;
}

#gallery .text p
{
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0;
	line-height: 14px;	
}

#event .content .bottom {
	width:858px;
	height:1px;
	background:url(../images/backgrounds/bottom.png) no-repeat;
}

#links a {
	display:block;	
	margin:5px 0;
}

#links a.hover,
#links a:hover {
	color:#01804D;	
}

#event,
#events,
#news {
	width:860px;
	margin-top:10px;	
}

#events .list {
	float:left;
	width:600px;	
}

#events .list select {
	margin-top:2px;
	height:17px;	
}

#events .list .month {
	border-top:1px dotted #DAD4BA;
	padding-top:10px;	
	margin-bottom:10px;
}

#events .list .month > img {
	float:left;	
	margin-top:3px;
} 

#events .list .month .item {
	background:#2a2a2a;
	padding:6px 7px;
	height:48px;
	overflow:hidden;
	margin-bottom:2px;
	float:right;
	width:530px;
}

#events .list .month .item.hover,
#events .list .month .item:hover {
	background:black;	
	cursor:pointer;
}

#events .list .month .item img {
	float:left;
	height:48px;
	width:70px;
	margin-top:0;
}

#events .list .month .item .text {
	height:50px;
	float:left;
	margin-left:5px;
	width:455px;
	overflow:hidden;
	font-size:10px;
	color:#E0DBC5;
}

#events .list .month .item .text .right {
	width:100px;
	margin-top:6px;
}

#events .list .month .item .text .right a {
	float:right;
	margin-bottom:4px;
	font-size:10px;
	color:#E0DBC5;
	background:url(../images/arrow_small_dl.png) left no-repeat;
	padding-left:15px;
}

#events .list .month .item .text .right a.hover,
#events .list .month .item .text .right a:hover {
	border-bottom:1px dotted #DAD4BA;
	margin-bottom:3px;
	cursor:pointer;
}

#events .list .month .item .text p {
	width:355px;
	float:left;	
}

#events .list .month .item .text .date {
	text-transform:uppercase;
	font-size:11px;
	margin:2px 0;
	font-weight:bold;	
}

#events .list .month .last {
	margin-bottom:0;	
}

#events .upcoming {
	float:right;
	width:250px;	
}

#news .upcoming {
	float:right;
	width:339px;	
}

#events .upcoming img {
	width:250px;
}

#event .gallery div {
	width:310px;	
}

#event .gallery div a img {
	float:left;
	margin:0 0 10px 14px;
	height:37px;
	width:40px;
}

#event .gallery div a img.first {
	margin-left:0px;	
}

#event .sponsors div a img.first {
	margin-left:1px;	
}

#event .sponsors,
#event .gallery {
	float:right;
	width:310px;	
	clear:right;
}

#event .sponsors {
	margin-bottom:12px;	
	min-height:130px;
}

#event .sponsors div {
	width:310px;
}

#hoteis div a,
#event .sponsors div a
{
	display:block;
	
	margin:0px 2px 5px 2px;
	width:99px;
	height:99px;
	background:white;
	float:left;
	
	overflow:hidden;
	vertical-align:middle;
}

#event .sponsors div a img {
	margin:0px auto;
	vertical-align:middle;
}

#event .poster {
	float:left;
	width:249px;	
}

#event .poster img {
	width:249px;
	
}

#resultados .category,
#percursos .category,
#ordens .category {
	height:auto;	
}

#resultados .category p,
#percursos .category p,
#ordens .category p {
	height:100%;
	width:250px;
	float:left;
	margin:10px;	
	line-height:18px ! important;
	color:#01804D ! important;
	font-weight:bold ! important;
	border-right:1px dotted #01804D;
}

#resultados .category a .right.hover,
#resultados .category a .right:hover,
#percursos .category a .right.hover,
#percursos .category a .right:hover,
#ordens .category a .right.hover,
#ordens .category a .right:hover {
	border-bottom:1px dotted #01804D ! important;
	margin-bottom:0;	
}

a h4 {
	cursor:pointer;	
}

#resultados .category .last,
#percursos .category .last,
#ordens .category .last {
	margin-right:0;
	border:0;	
}

#resultados .category a,
#percursos .category a,
#ordens .category a {
	cursor:pointer;
	height:100%;
	font-weight:normal;
	border-bottom:1px dotted #01804D ! important;	
}

#resultados .category .left,
#percursos .category .left,
#ordens .category .left {
	clear:right;
}

#resultados .category .right,
#percursos .category .right,
#ordens .category .right {
	margin-right:15px;
	margin-left:10px;
	background:url(../images/arrow.png) left no-repeat;	
	padding-left:15px;
	margin-bottom:1px;
}


#event .poster h1 {
	background:#dad4ba;
	color:black;	
}

#event .description {
	float:left;
	width:250px;
	min-height:277px;
	margin:22px 25px 0;
	overflow:hidden;	
}

#event .description p {
	clear:both;
	text-align:justify;
	font-size:11px;
	font-weight:normal;	
	margin:5px 0;
	line-height:14px;
}

#event .poster a {
	text-align:justify;
	font-size:11px;
	font-weight:normal;	
	clear:both;
}

#event .poster a .left {
	margin-top:7px;	
	color:#e0dbc5;
	background:url(../images/arrow.png) left no-repeat;	
	padding-left:15px;
}

#event .poster a .right {
	margin-top:8px;
	color:#c3bda7;
	line-height:10px;
	height:11px;
	padding-bottom:2px;
	float:right;
	background:url(../images/arrow_small_dl.png) left top no-repeat;
	padding-left:15px;		
}

#event .poster a.hover span.right,
#event .poster a:hover span.right {
	padding-bottom:1px;
	cursor:pointer;
	border-bottom:1px dotted #DAD4BA;
}

#event .description .date {
	text-transform:uppercase;
	font-weight:bold;	
}

#content {
	padding-bottom:5px;
	margin-top:10px;
	width:860px;	
}

#content .events {
	height:333px;
	float:left;
	width:218px;
}

#content .events a img {
	float:left;
	margin-bottom:2px;
	width:218px;
	height:101px;	
}

#content .news {
	float:left;
	width:339px;
	margin:0 12px;	
}

#content .news .container,
#content .events .container {
	height:85px;
	padding:8px 7px;
	background:#2a2a2a;
	margin-bottom:2px;
	overflow:hidden;
}

#news .news .container {
	height:28px;
	background:#2a2a2a;
	margin-bottom:2px;
	overflow:hidden;
	padding:8px 7px;	
}

#news .news .selected,
#news .news .container.hover,
#news .news .container:hover {
	background:black;	
}

#gallery {
	margin:15px 0;	
}

#gallery .list {
	float:left;
	width:330px;	
}

#gallery .images {
	float:right;
	width:520px;	
}

.fan_box .connections
{
	min-height:0!important;	
}

#gallery .text {
	float:right;
	width:650px;	
}

#gallery .text .container,
#gallery .list .contact {
	text-align:left;
	font-size:11px;
	font-weight:normal;	
	margin:5px 0;
	line-height:14px;
	padding:5px 8px;
}

#news .news-single .container {
	padding:5px 8px;	
}

#gallery .text .container ul {
	list-style:disc;
	padding-left:25px;	
}

#gallery .text .container img {
	width:100%;
	margin:20px 0;	
}

#gallery .images img {
	margin:0 0 10px 14px; 	
}

#gallery .images img.first {
	margin:0 0 10px 0;	
}

#gallery .list .gallery .container {
	min-height:14px;
	background:#2a2a2a;
	margin-bottom:2px;
	overflow:hidden;
	padding:8px 10px;
}

#gallery .list .gallery .container.hover,
#gallery .list .gallery .container:hover,
#gallery .list .gallery .selected {
	background:black;
}

#news .news-single {
	float:left;	
	width:510px;
}

#news .news-single img {
	width:230px;
	margin:0 10px 10px 0;	
}

#news .news-single .text {
	float:left;
	font-size:11px;
	font-weight:normal;
	line-height:14px;	
}

#content .news .last,
#content .events .last {
	margin-bottom:0;	
}

#content .news .container .image,
#news .news .container .image,
#content .events .container .image {
	float:left;	
}

#content .news .container .image img,
#news .news .container .image img {
	width:116px;
	height:85px;	
}

#content .news .container .text,
#news .news .container .text {
	float:left;
	overflow:hidden;
	width:201px;
	padding-left:8px;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	color:white;
	overflow:hidden;
	height:70px;	
}

#content .events .container .text {
	float:left;
	overflow:hidden;
	width:165px;
	padding-left:8px;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	color:white;
	overflow:hidden;
	height:70px;		
}

#content .news .container .date,
#news .news .container .date {
	margin-bottom:2px;	
}

#content .events .container .more,
#content .results .more {
	float:left;
	background:url(../images/arrow_small.png) left no-repeat;
	padding:0;
	margin:0;
	padding-left:15px;
	color:#c3bda7;
	font-size:10px;
	margin-top:4px;	
	height:11px;	
}

#content .results .more {
	margin-top:10px;	
}

#content .news .container .more,
#news .news .container .more {
	float:left;
	background:url(../images/arrow_small.png) left no-repeat;
	padding-left:15px;
	margin-left:8px;
	color:#c3bda7;
	font-size:10px;
	margin-top:4px;	
	height:11px;
}

#news .news .container .more {	
	float:right;
	margin-top:-10px;
}

#news .news .container .text {
	width:100%;
	height:25px;
}



#content .news .container .more.hover,
#content .news .container .more:hover,
#news .news .container .more.hover,
#news .news .container .more:hover,
#content .results .more:hover,
#content .results .more.hover,
#content .events .container .more:hover,
#content .events .container .more.hover {
	padding-bottom:1px;
	height:10px;
	cursor:pointer;
	border-bottom:1px dotted #DAD4BA;
}

#content .results {
	float:left;
	width:279px;
	min-height:100px;
}

h1 {
	background:#01804d;
	color:white;
	margin-bottom:5px;	
	height:21px;
	line-height:21px;
	font-size:11px;
	padding:0 8px;
	font-weight:bold;
	text-transform:uppercase;
}



#content .results div {
	background:#2a2a2a;
	padding:12px 7px;
	height:36px;
	overflow:hidden;
	margin-bottom:2px;
}

#content .results div.last {
	margin-bottom:0;	
}

#content .results div p {
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	color:white;
	margin:3px 0;
	height:27px;
	overflow:hidden;
	width:100%;
}

#content .results div p a {
	color:white;	
}

#content .results div p span.right {
	margin-top:2px;
	color:#c3bda7;
	line-height:10px;
	height:10px;
	float:right;
	background:url(../images/arrow_small_dl.png) left no-repeat;
	padding-left:15px;	
}

#content .results div p a.hover span.right,
#content .results div p a:hover span.right {
	padding-bottom:1px;
	height:9px;
	cursor:pointer;
	border-bottom:1px dotted #DAD4BA;
}

h4 {
	font-size:11px;
	line-height:11px;
	min-height:11px;
	font-weight:bold;
	color:#996;
	margin:1px 0;
	text-transform:uppercase;
}

h4.arrow {
	background:url(../images/arrow.png) left no-repeat;	
	padding-left:15px;
}

#banners .pager a:hover div,
#banners .pager a.hover div,
#banners .pager a div:hover,
#banners .pager a div.hover,
#banners .pager a.activeSlide div {
	background:#000;	
	cursor:pointer;
}

#banners .pager a div.last {
	margin-bottom:0;	
	height:61px;
}

.main_container {
	margin-top:25px;
	margin-bottom:25px;
    width:860px;
    margin-left: auto;
    margin-right:auto;
    padding:0 14px;
}

.main {
    width:860px;
}


/*
 * Header
 */

.header_bar {
    background-image:url(../images/header/header_bar.png);
    background-repeat: repeat-x;
    width:888px;
    height:4px;
    position:relative;
}

.header {
    color:#e0dbc5;
    font-size: large;
    font-style: normal;
}

.search_box {
	line-height:15px;
	padding:1px 0px;
    background-color:#59564d;
    height:13px;
    width:232px;
    border:0px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color:#e0dbc5;
}

#search_div
{
    float:right;
    margin-top:20px;
}

#search_div *
{
    vertical-align:top;
}

#navigation_menu
{
	height:79px;
    margin-top:-15px;
    border-bottom:1px solid #dad4ba;
}

/*
 * Footer
 */

.footer {
	border-top:1px solid #dad4ba;
    width:860px;
    margin:0px auto;
    font-size:10px;
    color:#474249;
    padding:10px 0;
}

.footer_bar
{
    border-top:4px solid #201E22;
    width:100%;
    padding-top:10px;
}

.footer_bar_old {
    background:transparent;
    border-top:4px solid #201E22;
    margin-top:-52px;
    left:0px;
    width:100%;
    height:4px ! important;
    padding:0;
}

.newsletter {
    color:#e0dbc5;
    font-weight:bolder;
    margin-left:2px;
}

.newsletter_box {
    background:url('../images/footer/newsletter_caixa_bg.jpg') no-repeat;
    height:16px;
    width:150px;
    border:0px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height:13px;
    text-indent:2px;
    color:#e0dbc5;
    display:inline;
    margin-top:5px;
}

.newsletter_box_submit
{
    display:inline;
    vertical-align:top;
    margin-top:5px;
}

/*
 * Links
 */

a:link {
     color:#474249;
}

a:visited {
	color:#474249;
    text-decoration: none;
	}
/*a:hover {
	color:#e0dbc5 ;
	text-decoration: none;
	cursor:pointer;
	}
*/

/*
 *  Page Specific CSS
 */


/*
 * Home Page
 */

.home_lead {
    font-size:20px;
    line-height:20px;
    color:#D1CAAC ! important;
}

.home_copy {
    font-size:12px;
    color:#84888b;
    font-family:Arial;
    text-align:justify;
}

.home_box {
/*    width:240px; 4 caixas */
    width:323px; /* 3 caixas */
    float:left;
    padding:5px 0px;

    margin-left:15px;
}

.home_box .news_date
{
    padding:0 5px;
}

#home_box_full
{
	width:100% ! important;
}

.home_box a
{
    color:#E0DBC5;
    text-decoration:none;
}

.home_box a:visited {
    text-decoration:none;
    color:#E0DBC5;
}

.home_box a:hover {
    color:#fff;
    cursor:pointer;
}



/*
 * Presentation
 */
.nav_bar {
    background-image:url(../images/presentation/nav_bar.png);
    width:100%;
    height:46px;
    position:absolute;
    z-index:-1;
    margin-top:-2px;
    left:0px;
}

.nav_bar_text {
    color:#000000 ! important;
    font-size:12px;
    font-weight:bold;

    text-decoration:none;
}

.nav_bar_text:hover {
    color:#474249 ! important;
	cursor:pointer;
    text-decoration:none;
}

.who_title {
    font-size:35px;
    position:relative;
    top:-20px;
    margin-left:20px;
}
.equi_title {
    font-size:35px;
    position:relative;
    top:-20px;
    margin-left:20px;
}


.wedo_title {
    font-size:35px;
    margin-left:52%;
    position:relative;
    top:-20px;
}

.presentation_text_box {
    margin:0 20px;
    font-family:Arial;
    font-size:14px;
    color:#ababab;
}

.presentation_text_box_list
{
    margin:0 20px;
    font-family:Arial;
    font-size:14px;
    color:#ababab;

    margin-left:0px;
}

/*
 * Events
 */

.events_heading {
    font-size:40px;
}

.events_subheading {
    font-size:15px;
}

.event_title {
    font-size:25px;
    font-weight:bolder;
    color:#FFFFFF;
}

.event_day {
    font-size:35px;
}

.event_month {
    font-size:12px;
}

.event_year {
    font-size:20px;
}
.event_local {
    font-size:20px;
}

.event_list_border {
    border-bottom:1px dotted;
    border-color:#84888b;
    border-spacing:5px;

    padding:5px;
}

.event_list_selected {
    border-bottom:1px dotted;
    border-color:#84888b;
    border-spacing:5px;
    background-color:#FFFFFF;
    color:#4c4940;
    padding:5px;
}

.event_list_border:hover {
    background-color:#747474;
    color:#4c4940;
    cursor:pointer;
}

.event_list_date {
    color:#FFFFFF;
    font-size:15px;
    margin-left:15px;
}

.event_list_border a,
.event_list_name a,
.event_list_date a {
    text-decoration:none;
    color:white;
}

.event_list_separator {
    color:#FFFFFF;
    margin-left:20px;
    margin-right:20px;
}


.event_list_name {
    color:#FFFFFF;
    font-size:15px;
}

.event_list_selected label {
    color:#4c4940;
}

.event_list_selected a
{
    color:#4c4940;
}

.event_detail_heading {
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
}
.event_detail_subheading {
    color:#FFFFFF;
    font-size:15px;
    font-weight:bold;
}

.event_detail_text {
    color:#c7c7c7;
    font-size:15px;
}

.event_detail_link {
    color:#B9B6A5 ! important;
    font-size:11px;
    text-decoration:none;
    text-align:right;
}
.event_detail_link:a {
    text-decoration:none;
}

.event_detail_link:visited {
    text-decoration:none;
}

.event_detail_link:hover {
    color:#B9B6A5;
    cursor:pointer;
}

.event_form_label {
    color:#FFFFFF;
    font-size:14px;
}

.event_form_input {
    background-color:#000000;
    color:#FFFFFF;
    border:1px solid #FFFFFF;
    height:14px;
    font-size:12px;
    width:99%;
}

.event_form_textarea {
    background-color:#000000;
    color:#FFFFFF;
    border-color:#FFFFFF;
    font-size:12px;
    width:99%;
}

/*
 * NEWS
 */

.news_selected {
    border-bottom:1px dotted #FFFFFF;
}

.news_selected a {
    color:#FFFFFF;
}

.news_selected a:visited {
    color:#FFFFFF;
}
.news_selected a:hover {
    color:#FFFFFF;
    cursor:pointer;
}

.news_other {
    color:#dad4ba;
}

.news_other:hover {
    color:#b3b3b3;
    cursor:pointer;
}

.news_heading {
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
}

.news_body {
    font-size:12px;
    color:#b3b3b3;
    text-align:justify;
}

.news_link {
    font-size:10px;
}

.news_date {
    background-color:#928D79;
    color:#2c282d;
    font-size:11px;
    padding:1px 0;
    margin-bottom:2px;
}

.news_date label
{
    margin:0px 4px;
}

.news_detail_lead {
    color:#fff;
    font-size:25px;
    text-transform:uppercase;
}

.news_detail_body {
    color:#ccc;
    font-size:15px;
    text-align:justify;
}

/*
 * CONTACTS
 */

.contacts_form_title {
    font-size:11px;
}

.contacts_form_heading {
    font-size:12px;
}

.contacts_form_input {
    background-color:#000000;
    border:1px solid #928D79;
    color:#dad4ba;
    height:14px;
    font-size:12px;
    width:100%;
}

.contacts_form_textarea {
    background-color:#000000;
    color:#dad4ba;
    border:1px solid #928D79;
    font-size:12px;
    width:100%;
}



root { 
    display: block;
}

/*
 * FUCK ROUNDED CORNERS
 */

.round_box {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -opera-border-radius:3px;
    border-radius:3px;
}


/*
 * dropdown menus
 */

.fdd2div_default{
    -moz-border-radius:3px;
	position:relative;
	color:#dad4ba;
	font-size:12px;
	text-align:left;
	width:60px;
	background:#2c282d;
}

.fdd2div_default_main_link{
	color:#dad4ba;
	outline:none;
	text-decoration:none;
	padding:5px;
}
.fdd2div_default ul li a{
	color:#dad4ba;
	text-decoration:none;
	padding:5px;
}
.fdd2div_default ul li a:hover{
	color:#b0a989;
	cursor:pointer;
}
.fdd2div_default ul li a:visited{
	color:#b0a989;
}

.fdd2div_default a.collapsed{
	background:url('../images/events/collapse.jpg') no-repeat right center;
	padding-right:16px;
	color:#dad4ba;
	text-decoration:none;
}
.fdd2div_default a.expanded{
	background:url('../images/events/expand.jpg') no-repeat right center;
	padding-right:16px;
	color:#b0a989;
	text-decoration:none;
}

.fdd2div_default_ul_list{
	list-style:none;
	width:100%;
	padding:0 0 15px 0;
	margin:0px;
	background:#2c282d;
	top:15px;
}

.fdd2div_default_ul_list li {
	margin:2px;
}

.fdd2div_default_ul_list li a{
	height:5px;
	width: 100%;
	display:block;
}

.fdd2div_default_ul_list li a:hover{
	color:#b0a989;
	cursor:pointer;
}

.event_subscriptions td
{
    margin:10px 0px;
}

#galleryCategories
{
    width:146px;
    float:left;
    margin-right:20px;
}

#galleryCategories ul,
#galleryCategories ul li
{
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
}

#galleryCategories ul li
{
    text-align:right;

    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
}

#galleryCategories ul li a
{
    color:#dad4ba;
    text-decoration:none;
}

#galleryCategories ul li.selected
{
    border-bottom:1px dashed white;
}

#galleryCategories ul li.selected a
{
    color:white;
}

#galleryCategories ul li a:hover
{
    color:#b3b3b3;
    cursor:pointer;
}

#galleryImages
{
    float:left;
    width:688px;
}

#galleryImages div.item
{
    float:left;
    margin:5px 5px;
}

#galleryImages div.item,
#galleryImages div.item img
{
    width:160px;
    height:74px;
    border:0;
}

#eventGallery,
#gallery,
#slideshow,
#slideshow * {
    width:100%;
}

#eventGallery .nav-controls
{
    float:none;
}

#eventGallery .nav-controls .prev {
    float:left;
}

#eventGallery .nav-controls .next {
    float:right;
}

#eventGallery .nav-controls * {
    border:0;
}

#eventGallery ul.thumbs {
    font-size:13px;
    color: #D1CAAC;
    width:90%;
    text-align:center;
    margin:0px auto;

    position:relative;
    top:-13px;
}

#eventGallery ul.thumbs li {
    margin:0 3px;
    text-align:center;
}

#eventGallery ul.thumbs a {
    color: #D1CAAC ! important;
    text-decoration:none;
    padding:0;
}

#eventGallery ul.thumbs a:active {
    color:white ! important;
}