/*                                                                                 
Theme Name: Capdevila
Version: 1.0                                                                                                       
Author: Jérôme Texier
Author URI: http://www.metulo.net/                                                   
Tags: blue, custom header, fixed width, two columns, widgets                                                        

        Capdevila v1.0
        http://www.metulo.net/                                                   

        This theme was designed and built by Jérôme Texier,

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


html {
    font-size: 13px;
    font-family: verdana, arial, helvetica, sans-serif; 
}

body {
    background-color: #cde7a7;
    margin: auto;
    width: 990px;
}

#header {   
  padding-top: 7px;
  height: 69px;
  font-family: verdana, arial, helvetica, sans-serif;   
}

#header h2 {
  text-align: left;
  font-size: 26px;
  font-weight: 100;
  margin: 5px 0 0 89px;
  font-family: georgia,verdana, arial, helvetica, sans-serif;   
}

#header img {
  width: 65px;
  height: 69px;
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px;
  float: left;  
}

#footer {
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
    margin-top: 7px;
    background-color: #68ce3e;
    color: #ffffff;
    padding: 7px 0 7px 0;
}

#footer a {
    color: #ffffff;
}

#sidebar-pages {
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
}

#sidebar-pages ul {
    margin-top: 7px;
    color: #ffffff;
    padding: 14px 0 14px 0px;
    background-color: #68ce3e;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
}

#sidebar-pages ul li {
    display: inline;
    height: 50px;
    padding: 14px 2px 14px 2px;
    margin: 0 11px 0 11px;
}

#sidebar-pages ul li a {
    font-size: 16px;
    font-family: 'URW Gothic L', Verdana, Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}

#sidebar-pages ul li:hover {
  background-color: #aee75c;
}

#sidebar-pages ul li a:hover {
  background-color: #aee75c;
  text-decoration: none;
  border: none;
}

#sidebar-pages ul li.current_page_item {
    background-color: #aee75c;
}

#content {
  margin-top: 7px;
  padding: 11px 42px 21px 42px;
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px;
  background-color: #93e75b;
  line-height: 17px;
}

#content h2 {
    font-size: 22px;
    font-family: 'URW Gothic L', Verdana, Helvetica, sans-serif;
    font-weight: 600;
    text-decoration: none;
}

#content h4 {
    font-size: 18px;
    font-family: 'URW Gothic L', Verdana, Helvetica, sans-serif;
    font-weight: 400;
    padding: 14px 0 0 0;
    color: white;
}

#content p {
   padding: 5px 0 0 0;
}

div.pager ul li
{
   display: inline;
   margin-right: 2px;
}

table {
  margin-top: 7px;	
}

table td{
	border: 1px solid #000;
	width: 30px;
	text-align: center;
}

table td.td2{
  width: 60px;
}

table td.td3{
  width: 90px;
}

table td.td4{
  width: 120px;
  text-align: left;
  padding-left: 4px;
}

h1 {
	font-size: 19px;
	display: inline;
	font-weight: 300;
}


input {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

input.btn {
  border: 1px solid #336699;
}

input.txt-xs {
  background-color: #f7f7f7;
  border: 1px solid #336699;
  margin: 0px;
  width: 20px;
  height: 16px;
  font-size: medium;
  text-align: center;
}

input.txt-medium {
  background-color: #f7f7f7;
  border: 1px solid #336699;
  margin: 0px;
  width: 70px;
  font-size: medium;
}

input.txt-xl {
  background-color: #f7f7f7;
  border: 1px solid #336699;
  margin: 0px;
  width: 100px;
  font-size: medium;
}

input.txt-xxl {
  background-color: #f7f7f7;
  border: 1px solid #336699;
  margin: 0px;
  width: 250px;
  font-size: medium;
}

#res_match {
  position: absolute;
  left: 630px;
  top: 70px
}

#detail_res_match {
  position: absolute;
  left: 630px;
  top: 210px
}

#cal_res_match {
  position: absolute;
  left: 620px;
  top: 70px
}


