@import url(general.css);

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background-color: #87adb8;
	margin: 0px;
	color: #3a4a4f;
}
div#coppice{
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
div#coppice_main{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/interface/images/coppice_bg_02.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
div#coppice_header{
	padding: 0px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	height: 95px;
	font-size: 0.8em;
}
div#coppice_header #logo{
	float: left;
	width: 500px;
}
div#coppice_header #sitemenu{
	float: right;
	width: 200px;
	text-align: right;
}

div#coppice_sh1{
	background-image: url(../images/interface/images/coppice_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}
div#coppice_sh2{
	background-image: url(../images/interface/images/coppice_bg_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}
div#coppice_sh1 span, div#coppice_sh2 span{
	display: none;
}
div#coppice_mainbar{
	padding: 2px 0px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	border-top-color: #666666;
	border-top-width: 5px;
	border-top-style: solid;
	background-color: #D4EFF7;
	background-image: url(../images/interface/images/coppice_mainbar_01.jpg);
	background-repeat: repeat-x;
}
body#page div#mainphoto, body#pageHome div#mainphoto, body#home div#mainphoto {
	background-image: url(../images/interface/mainphoto.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


body#app div#mainphoto{
	display: none;
	overflow: hidden;
	visibility: hidden;
}
div#coppice_mainbar ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 0px 0 0;
}
div#coppice_mainbar ul li {
	display: inline;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 0.8em;
}
div#coppice_mainbar ul li a {
	color : #333333;
	text-decoration : none;
}
div#coppice_mainbar ul li a:visited {
	color : #333333;
	text-decoration : none;
}
div#coppice_mainbar ul li a:hover {
	text-decoration : none;
	color: #FFFFFF;
}
div#coppice_middle{
	padding: 0px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-top: 10px;
	clear: both;
	visibility: visible;
	z-index: auto;
}
div#coppice_content{
	padding: 0px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
body#home div#content{
	float: none;
	width: 678px;
	padding: 0px 20px;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5em;
	clear: both;
	overflow: auto;
	visibility: visible;
	z-index: auto;
}
body#page div#content, body#app div#content {
	float: right;
	width: 510px;
	padding: 0px 20px 0px 15px;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5em;
	clear: both;
	overflow: auto;
	visibility: visible;
	z-index: auto;
}

body#pageHome div#content, body#app div#content {
	float: right;
	width: 510px;
	padding: 0px 20px 0px 15px;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5em;
	clear: both;
	overflow: auto;
	visibility: visible;
	z-index: auto;
}
div#coppice a {
	color : #21a7c4;
	text-decoration : none;
}
div#coppice a:visited {
	color : #006666;
	text-decoration : underline;
}
div#coppice a:hover {
	text-decoration : none;
	color: #FF9900;
}
div#coppice_path a {

	text-decoration : none;
	color: #006666;
}
div#coppice_path a:visited {
	color : #006666;
	text-decoration : none;
}
div#coppice_path a:hover {
	text-decoration : none;
	color: #FF9900;
}
div#copyrigth a {
	color : #daf8fe;
	text-decoration : none;
}
div#copyrigth a:visited {
	color : #daf8fe;
	text-decoration : underline;
}
div#copyrigth a:hover {
	text-decoration : underline;
	color: #355d66;
}
#content h1 {
	font-size: 1.5em;
	color: #ffa63a;
	padding: 0px;
}
#content h2 {
	font-size: 1.3em;
	color: #666666;
	padding: 0px;
}
#content h3 {
	font-size: 1.1em;
	color: #666666;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#content h4 {
	font-size: 1.2em;
	padding: 0px;
	color: #569597;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #569597;
}

#content h6 {
	font-size: 1.0em;
	color: #ffa63a;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #408080;
}
body#home div#sidebar{
	display: none;
	overflow: hidden;
	visibility: hidden;
}
body#page div#sidebar, body#app div#sidebar {
	float: left;
	width: 160px;
	margin-top: 0px;
	background-image: url(../images/interface/coppice_leftbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 4px;
}

body#pageHome div#sidebar {
	float: left;
	width: 170px;
	margin-top: 0px;
	background-position: center top;
	margin-left: 2px;
	border-right: 1px #CCCCCC solid;
}

body#pageHome div#sidebar h3 {
	/*font-size: 1.1em;
	color: #569597;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	*/
	font-size: 1.0em;
	color: #FFFFFF;
	background-color: #EFA861;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

body#pageHome div#sidebar a {
	color : #005566;
	text-decoration : none;
	font-size: 0.9em;
}
body#pageHome div#sidebar a:visited {
	color : #333333;
	text-decoration : underline;
	font-size: 0.9em;
	
}
body#pageHome div#sidebar a:hover {
	text-decoration : none;
	color: #004589;
	font-size: 0.9em;
}

div#sidebar div.feature {
	color : #666666;
	margin-bottom : 11px;
	padding : 15px 10px 10px;
	line-height : 140%;
	font-size: 80%;
	text-align: left;
}
div#sidebar div.feature h3{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #333333;
	font-size:13px;
}
div#sidebar div.feature ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: none;
}

div#sidebar div.feature ul li{
	color : #666666;
	background-image: url(../images/interface/coppice_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 12px;
}

div#sidebar div.feature ul li a{
	color : #333333;
	text-decoration : none;
	font-size: 1.1em;
}

div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
	color:#FF9900;
}

form#loginform input{
	color : #123466;
	background-color : #fff;
	width : 116px;
	border : 1px solid #ddd;
}

form#loginform input.submit{
	width : 60px;
	border : 1px solid #123466;
	color : #123466;
	background-color : #ddd;
}

form#loginform, form#loginform table, form#loginform tr, form#loginform td{
	margin : 0;
	padding : 0;
}

form#loginform table th{
	color : #115EAC;
	background-color : #fefefe;
	font-size : 11px;
	text-align : left;
	margin : 0;
	padding : 0;
}

div#sidebar form{
	padding : 0;
	margin : 0;
}

div#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #009444;
}

div#coppice_path{
	padding: 0px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#coppice_footer{
	padding: 0px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	overflow: auto;
	visibility: visible;
	z-index: auto;
}
div#copyrigth{
	padding: 10px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	color: #FFFFFF;
}
.tdCentrado{
	text-align: center;
	font-weight: bold;
}

.boxrt {
	font-family: Webdings, fantasy;
	font-size: 80px;
	color: #999999;
	float: right;
	margin: 2px 2px 2px 10px;
	}

.boxlft {
	font-family:  Webdings, fantasy;
	font-size: 75px;
	color: #999999;
	float: left;
	margin: 2px 10px 2px 2px;
	}
#downright_coppice{
	text-align: right;
}
#myForm	{
	font-size: 0.9em;
}
#myForm input.myInput2, #myForm textarea.myInput2{
	border: 1px solid #87adb8;
	width: 100px;
	background: #eafaff;
	color: #666;
	padding: 3px;
	//margin-bottom: 10px;
	font-size: 0.9em;
}
#myForm input.myInput, #myForm textarea.myInput{
	border: 1px solid #87adb8;
	width: 200px;
	background: #eafaff;
	color: #666;
	padding: 3px;
	//margin-bottom: 10px;
}
#myForm input.myInput:hover,
#myForm input.myInput2:hover,
#myForm textarea.myInput:hover,
#myForm textarea.myInput2:hover {
	border: 1px solid #ffa63a;
}
#myForm input.myInput:focus,
#myForm input.myInput2:focus,
#myForm textarea.myInput:focus,
#myForm textarea.myInput2:focus{
	border: 1px solid #AAA;
	background: #FFF !important;
	color: #5D4E37;
}
#myForm select.mySelect{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #666;
	height: 20px;
	width: auto;
	background-color: #eafaff;
	border: 1px solid #87adb8;
}
#myForm select.mySelect:hover{
	border: 1px solid #ffa63a;
}
div#content li{
	margin-bottom: 10px;
}
.mini{
	font-size:0.85em;
}

*html #mytable{
	border: 1px solid #FF0000;
}
#thetable{
	border: 1px solid #FF9900;
}
.thetablecell{
	color: #FFFFFF;
	background-color: #FF9900;
	font-weight: bold;
}
.thetablecellgreen{
	background-color: #EEF9F9;
}
div#layouttable a{
	color : #FFFFFF;
	text-decoration : underline;
}
div#layouttable a:visited{
	color : #FFFFFF;
	text-decoration : underline;
}
div#layouttable a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.bulletin_alcom{
   font-family:"Times New Roman", Times, serif;
   font-weight: bold;
   font-size: 1.5em;
}

.bulletin_title{
   font-family:"Times New Roman", Times, serif;
   font-weight: bold;
   font-size: 1.2em;
}

.bulletin_comite{
   font-family:"Times New Roman", Times, serif;
   font-weight: bold;
   font-size: 1.0em;
}

#imgCenter{
	padding: 3px;
	border: 1px solid #FF9900;  
}

.imgCenter{
	padding: 3px;
	border: 1px solid #FF9900;  
}

#dateUpdate{
	padding: 3px;
	text-align: center;
	color: #003333;
	border-top: 2px solid #FF9900;
	border-right: 2px none #FF9900;
	border-bottom: 2px none #FF9900;
	border-left: 2px none #FF9900;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	width: 90%;
}

#counter{
	padding: 3px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #339966;
	border-top: 2px solid #FF9900;
	border-right: 2px none #FF9900;
	border-bottom: 2px none #FF9900;
	border-left: 2px none #FF9900;
	display: block;
	font-size: 0.8em;
	width: 90%;
}


.newsMain{
  padding: 3px;
  background-color: #8987B8;
  font-size: 1.1em;
  color: #ffffff;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  text-align: center;
  font-weight: bold;
  
}

.newsTableMain{
	/*background-color: #F1F4FE; */
	background-color: #F3F8FC;
	border: 1px solid #8987B8;
	  
}

.newsTable{
	/*background-color: #F1F4FE; */
	background-color: #F3F8FC;
	border: 1px solid #8987B8;
	  
}

table.newsTable h3{
   background-color: #DEE6FE;
   
}

.courseMain{
  padding: 3px;
  margin: 2px;
  background-color: #C3957C;
  font-size: 1.1em;
  color: #ffffff;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  text-align: center;
  font-weight: bold;
  
}

.courseTableMain{
   
  /*background-color: #EFEADC; */
  background-color: #F5F5F5;
  border: 1px solid #C3957C;
 
}

.courseTable{
   
  /*background-color: #EFEADC; */
  background-color: #F5F5F5;
  border: 1px solid #C3957C;
 
}

.congressMain{
  padding: 3px;
  background-color: #C3B47C;
  font-size: 1.1em;
  color: #ffffff;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  text-align: center;
  font-weight: bold;
  
}

.congressTableMain{
 /* background-color: #E9EFE7;*/
 background-color: #F8F7F3;
  border: 1px solid #C3B47C;

  
}

.congressTable{
 /* background-color: #E9EFE7;*/
 background-color: #F8F7F3;
  border: 1px solid #C3B47C;

  
}


.eventsTable{
 /* background-color: #E9EFE7;*/
 background-color: #C3B47C;
  
}

.eventsTable tr{
 /* background-color: #E9EFE7;*/
 background-color: #F8F7F3;
  
}

.eventsTable tr.eventsTRTitle{
 padding: 3px;
  background-color: #C3B47C;
  font-size: 1.1em;
  color: #ffffff;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  text-align: center;
  font-weight: bold;
  
}

.eventsTR{
 /* background-color: #E9EFE7;*/
 background-color: #F8F7F3;
  
}

.eventsTRTitle{
 padding: 3px;
  background-color: #C3B47C;
  font-size: 1.1em;
  color: #ffffff;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  text-align: center;
  font-weight: bold;
  
}

.eventsTable2{

  background-color: #C3957C;
  
}

.eventsTable2 tr{

 background-color: #F5F5F5;

  
}

.eventsTable2 tr.TRTitle{
  padding: 3px;
  margin: 2px;
  background-color: #C3957C;
  font-size: 1.1em;
  color: #ffffff;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  text-align: center;
  font-weight: bold;
  
}

.eventsTR{
 /* background-color: #E9EFE7;*/
 background-color: #F8F7F3;
  
}

.eventsTRTitle{
 padding: 3px;
  background-color: #C3B47C;
  font-size: 1.1em;
  color: #ffffff;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  text-align: center;
  font-weight: bold;
  
}

.resaltarTexto{
	font-weight: bold;
	background-color: #FCC98F;
	border: 1px dotted #FF9900;
	padding: 2px;
}
