/* Standard body Layout (the repeating background picture goes here) */
body {
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    padding: 0px;
    margin: 0px;
    background:#e6fad2 url('images/body.png') top left repeat-x;
}

/* Standard decoraters */
a {
	color:#2b5103;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#2b5103;
	text-decoration:underline;
}
a img {
	border:0;
}
blockquote {
	border-left:solid 5px #A7B3BC;
	padding:5px 5px 5px 8px;
	margin:8px;
	background-color:#F4F5F7;
	font:normal 8pt Georgia, "Times New Roman", Times, serif;
	line-height:160%;
	display:inline-block;
}
pre {
	border-left:solid 5px #738695;
	padding:5px 5px 5px 8px;
	margin:8px 8px 8px 8px;
	background-color:#EEF0F2;
	overflow:scroll;
}
ul {
	list-style-type:square;
}

input, 
select, 
textarea {
	font:8pt Verdana, Arial, sans-serif;
	color:#333333;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:11px 0px 11px 0px;
}
h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	font:8pt Verdana, Arial, sans-serif;
	height: 0;
	line-height:0;
}
h1 { font-size:19pt; }
h2 { font-size:16pt; }
h3 { font-size:13pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }
h6 { font-size:7pt; }

.hr {
  height: 0;
  font-size: 12;
  line-height: 0;
  width: auto;
  color: #8ee748;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.dotted {
  border-bottom: dotted 1px #8ee748;
}
.dashed {
  border-bottom: dashed 1px #8ee748;
}
.solid {
  border-bottom: solid 1px #8ee748;
}

/* Table Layouts for the activity views */
.activity {
    border: 0px solid white;
    width: 100%;
}

/* Table Layouts for the activity views */
.countParticipants {
	width: 8%;
	background-color: #8ee748;
	text-align:center;
	color:white;
}

/* Table Layouts for the participants views */
.participants {
    border: 0px solid black;
    width: 100%;
}

/* The Page Layout (includes header, content, sidebar and footer) */
#page {
    width: 800px;
    overflow:hidden;
    padding: 0px 0px 0px 0px;
    margin: auto;
    background:#e6fad2 url('images/page.png') top center repeat-y;
}

/* The Header Layout (includes navigation and the header picture) */
#header {
    padding: 63px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    overflow: hidden;
    background:#e6fad2 url('images/header.png') top center no-repeat;
}

#header-inside {
    padding: 0;
    margin: 10px;
}

#navi {
	float: right;
}

/* The content Layout */
#content {
    padding: 0;
    border: none;
    margin: 0;
    width: 70%;
    float: left;
    clear: both;
    overflow: auto;
}
#content-inside {
    padding: 0;
    margin: 10px;
}

/* The Sidebar Layout */
#sidebar {
    padding: 0;
    border: none;
    margin: 0;
    width: 30%;
    float: left;
    overflow: auto;
}
#sidebar-inside {
    padding: 0;
    margin: 10px;
}

/* The Footer Layout (includes the footer picture) */
#footer {
	background:#e6fad2 url('images/footer.png') top center no-repeat;
    padding: 15px 0px 0px 0px;
    margin: 0;
    width: 100%;
    overflow: auto;
    clear: both;
}
#footer-inside {
    text-align: center;
    padding: 0;
    margin: 10px;
}
