body{
 margin: 0;
 padding: 0;
 min-width: 620px;
 color: black;
 background-color: #d6d6d6;
 font-family: "times new roman",arial,sans-serif;
}
h3{
 text-align: center;
}
/*Sidebar*/
#sidebar {
 float: left;
 width: 11em;
 background-color: #0066cc;
 color: white;
 text-align: left;
}

#sidebar li {
 padding-top: 1px;
 padding-bottom: 1px;
}

#sidebar ul {
 list-style-type: none;
 padding: 0;
 margin: 0;
}

#sidebar a {
 color: white;
 font-weight: bolder;
 padding-left: 0.3em;
}

#sidebar li a {
 text-decoration: none;
 display: block;
}

#sidebar li a:hover {
 color: yellow;
 background: navy;
}

#sidebar li li a {
 font-size: 80%;
 padding-left: 1.3em;
 font-weight: normal;
}

#sidebar form {
 text-align: center;
 margin:0 0 1em 0;
 padding:0;
}
#sidebar form p{
 margin:0;
 padding:0;
}
#sidebar form input {
 color: black;
 background-color: white;
}

#sidebar form input[TYPE=SUBMIT] {
 border: 2px solid;
 border-color: white gray gray white;
}
#sidebar form input[TYPE="text"] {
 border: 2px solid;
 border-color: gray white white gray;
}
/*Content*/
#contents {
 margin-left: 11em;
 margin-right: 10em;
 color: black;
 background-color: white;
}

div.container, div.center_container {
 padding: 0.2em 0.4em;
 border-top: 1px solid #c0c0c0;
 max-height: 15em;
 overflow: auto;
}

div.center_container {
 border-bottom: 1px solid #c0c0c0;
 text-align: center;
}

div.container p {
 margin: 0.5em;
 line-height: 1.2;
 text-align: justify;
}

div.container .winner {
 color: red;
 font-weight: bolder;
}

div.container p.reporter {
 color: silver;
 font-size: 80%;
 font-style: italic;
 text-align: right;
}

div.header_container {
 border-top: 1px solid #c0c0c0;
 text-align: center;
 padding: 10px;
}
div.header_container p,
div.header_container h3{
 display: inline;
 margin: 0.3em;
}
div.header_container h3{
 text-shadow: 2px -2px 2px rgba(0, 0, 0, 0.3);
}

span.timestamp {
 line-height: 1.25;
 background: #faf4c8;
 border-right: 1px solid #e3de9f;
 border-bottom: 1px solid #e3de9f;
 text-align: center;
 padding: 2px 1px;
 width: 2.8em;
 color: #a19d68;
 margin: 0 0.5em 0.2em 0;
 font-size: 80%;
 float: left;
}

span.HighlightButton {
 background-color: yellow;
 color: black;
 font-size: 60%;
 padding: 0.1em 0.3em;
 margin-right: 0.3em;
}

#lastupdate {
 color: #c0c0c0;
 background: white;
 font-size: 80%;
 font-style: italic;
}

#RSSButton {
 margin: 0;
 text-decoration: none;
}
#RSSButton-RSS {
 background-color: #ff630a;
 font-size: 55%;
 color: white;
 margin: 0;
 padding: 0.1em 0.5em;
 border: 1px solid #8c8c7b;
 border-right: 0;
}
#RSSButton-20 {
 background-color: #8c8c7b;
 font-size: 55%;
 color: white;
 margin: 0;
 padding: 0.1em 2.5em 0.1em 0.5em;
 border: 1px solid #8c8c7b;
 border-left: 0;
}
/*Header*/
#header{
 background: url('../img/p-logo_bg.gif') #0066cc repeat-x;
 width: 100%;
 height: 73px;
 text-align: center;
 font-size: 40px;
 font-weight: bold;
 color: yellow;
 text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
 font-variant: small-caps;
}

#header img{
 vertical-align: middle;
}

/*Calendar*/
#calendarbar {
 float: right;
 width: 10em;
 background-color: #0066cc;
 color: white;
 text-align: center;
}

#calendarbar h3 {
 margin: 0.2em;
 padding: 0;
 text-shadow: 1px -1px 1px rgba(255, 255, 255, 0.3);
}

#calendarbar a.link_button {
 border: 1px solid;
 border-color: white gray gray white;
 color: white;
 text-decoration: none;
 font-weight: bolder;
 margin: 0.3em auto;
 padding: 0.1em 0;
 font-size: 80%;
 width: 11.5em;
 display: block;
 text-align: center;
}

#calendarbar a.link_button:hover {
 color: yellow;
 background-color: navy;
}

#calendarbar table.month {
	border-collapse: separate;
    background-color: navy;
    table-layout: fixed;
    font-size: 80%;
    color: white;
    border: 1px solid;
    border-color: white gray gray white;
    width: 11.5em;
    margin: 0.3em auto;
    line-height: 1;
}
#calendarbar table.month td,
#calendarbar table.month th {
 padding: 0.15em 0;
 border: 1px solid;
 border-color: gray white white gray;
}
#calendarbar table.month td {
 text-align: right;
}
#calendarbar table.month th {
 text-align: center;
 font-weight: bold;
}
#calendarbar table.month *.st {
    color: red;
}
#calendarbar table.month a {
    font-weight: bolder;
    color: lime;
    text-decoration: underline
}
#calendarbar a {
 color: white;
 font-weight: bolder;
 padding-left: 0.3em;
}
#calendarbar p.linkbox {
 text-align: left;
 margin: 1em 0.5em;
}
/*Footer*/
#footer	{
 clear: both;
 background-color: #0066cc;
 color: white;
 font-size: 80%;
 text-align: center;
 margin: 0;
 padding: 0.4em;
}
#footer	p{
 margin: 0;
 padding: 0.1em;
}
#footer a {
 color: white;
 background-color: #0066cc;
}
#footer .leftbuttons {
 float: left;
}
#footer .rightbuttons {
 float: right;
}
