@charset "UTF-8";
/* CSS Document */

html,body {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-color: #656767;
	background-image: url(background.jpg);
	margin:0;
   padding:0;
   height:100%;
}


#template {
	min-height:100%;
   position:relative;
}

#title {
	background-image: url(title.png);
	width:400px;
	height:282px;
	position:absolute;
	top:-60px;
	left:50px;
}

#title:hover {
	background:url(title-on.png);
}


.count {
	position:absolute;
	top:60px;
	right:290px;
	width:150px;
	height:153px;
	background-image:url(button-count-on.png);
}


.count:hover {
	background:url(button-count-on.png) 0 -153px ;
}

.add {
	position:absolute;
	top:60px;
	right:100px;
	width:150px;
	height:154px;
	background:url(button-add-on.png);
}

.add:hover {
	background:url(button-add-on.png) 0 -153px ;
}

#content {
	width:83%;
	margin: 0 auto;
	background-color:#eeeeee;
	height:100%;
	top:253px;
	position:relative;
	height:auto;
	border-radius: 5px;
	padding:30px;
	padding-left:50px;
}

#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

#body a {
	color:#1e988b;
}

#footer {
	position:relative;
   bottom:-106px;
   width:100%;
   height:60px;   /* Height of the footer */
	text-align:center;
	color:#dddddd;
	font-family:helvetica,san-serif;
	font-size:12px;
}

h1 {
	font-size:25px;
	color:#1e988b;
}

h2 {
	font-size:18px;
	}
	
p {
	font-size:14px;
}

ul, li {
	line-height:25px;
	font-size:14px;
}

#language {
	font-family:Helvetica, san-serif;
	line-height:25px;
	font-size:14px;
	color:#ffffff;
}

#language a:link {
	color:#ffffff;
	font-family:Helvetica, san-serif;
	line-height:25px;
	font-size:12px;
	text-decoration:none;
}

#language a:visited {
	color:#ffffff;
}

#navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#navbar li {
    float: left;
}

#navbar a:link, #navbar a:visited {
    display: block;
    width: 150px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #1e988b;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

#navbar a:hover, #navbar a:active {
    background-color: #c5af37;
}

.activitytable 
	{border-collapse:collapse;border-spacing:0;border:1;font-size:14px}

.activitytable td{padding:10px 15px; border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}


