/*main global selectors */

body {
	background-color: #fff;
	margin-top: 2px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
}
td {
	font-size: 14px;
	color: #333333;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
}
a:link {
	
	color: #CC0066;
}
a:hover {
	
	color: #DD4B8F;
}
a:visited {
	
	color: #8593AD;
}
a.lang:link {
	
	color: Gray;
	font-size: 11px;
	text-decoration: none;
}
a.lang:hover {
	
	color: #CC0000;
	font-size: 11px;
	text-decoration: underline;
}
a.lang:visited {
	
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
#menu {
	background-color: #ddd;
	color: #ddd;
	font-size: 15px;
	height:24px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
#menu a:link {
	text-decoration: none;
	color:#CC0066;
}
#menu a:visited {
	text-decoration: none;
	color:#CC0066;
}
#menu a:hover {
	color: #DD4B8F;
	text-decoration: none;
}


/* table variables */
.tablelines {
	border: 1px solid;
	border-color: #666666;
	background-color: #FFFFFF;
}
.rb_table_title {
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-size: 15px;
}
.inner_tds {
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
.rb_table_title2 {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 15px;
}
.inner_tds2 {
	border: 1px solid #999999;
}


.menucell {
	padding-left: 6px;
	padding-top: 6px;
}
.maincell {
	padding-top: 6px;
	padding-right: 10px;
}
.bottomcell {
	padding: 6px;
}

/* font variables */

.smaller {
   
   font-size: 11px
}
.copy {
	
	font-size: 11px;
	margin-bottom: 5px;
}
.italictext {
	
	font-size: 13px;
	font-style: italic;
	font-variant: normal;
}
.smallcaps {
	text-transform:uppercase;
	letter-spacing:0.1em;
	
	font-size: 8pt;
  }
h2 {
	font-size: 12px;
	color: #CC0066;
	text-transform:uppercase;
	letter-spacing: 0.1em;
  }

/* image spacing */
.imageframe {
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin: 2px;
}
.imageframe2 {
	padding: 4px;
	margin: 4px;
	border: 1px solid #666666;
}
.imageframe3 {
	border: 1px solid #666666;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.strapline {
	font-style: italic;
	font-weight: bold;
	text-indent: 20px;
	font-size: 13px;
}

.bluebox {
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.titlebar {
	text-transform: none;
	color: #CC0066;
	font-size: 24px;
}
.subtitlebar {
	text-transform: none;
	color: #CC0066;
	text-indent: 2px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.subtitlerh {
	text-transform: none;
	color: #333333;
	letter-spacing: normal;
	text-indent: 2px;
	
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.subtitlerow {
	color: #333333;
	text-indent: 2px;
	
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

/* frames around things */

.marc {
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.marcfoto {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #696969;
}
.bottomline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	padding: 0px;
	border-color: #8593AD;
	border-style: solid;
}
.sidelines {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8593AD;
	border-right-color: #8593AD;
	border-bottom-color: #8593AD;
	border-left-color: #8593AD;
}
.titleimage {
	padding-top: 10px;
}
/* Buttons */

input.btn{
   color:#333333;
   
   font-size:13px;
   font-weight:bold;}
.keytext {
	
	font-size: 15px;
	color: #333333;
}
.newslist {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.hometable {
	background-color: #eeeeee;
	border: 1px solid #CC0066;
}
.tr_fitxa {
	margin-bottom: 5px;
}
.footer {
	font-size: 15px;
	padding: 4px;
	line-height: 20px;
}
a.footer:link {
	color:#CC0066;
	text-decoration: none;
}
a.footer:visited {
	color:#CC0066;
	text-decoration: none;
}
a.footer:hover {
	color:#DD4B8F;
	text-decoration: none;
}

.notsocial {
	border: 1px solid #CC0066;
	background-color: #CC0066;
	width:32px;
	height: 32px;
	color: #fff;
}
.social a {
	text-align: center;
	display: block;
    line-height: 0;
}
.social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.social ul li {
    display: inline-block;
/*
    text-align: right;
    border: 0;
*/
}
.social-icon {
	border: 1px solid #CC0066;
    border-color: #CC0066;
    border-radius: 24px;
    float: none;
    height: 24px;
    line-height: 24px;
    margin: 0 5px;
    padding: 0;
    width: 24px;
    transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}
.social-icon:hover {
	background-color: #CC0066;
}

.social-icon i {
    color: #CC0066;
    font-size: 14px;
    line-height: 18px;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
}
.social-icon:hover i {
	color: #fff;
}