
p {
	margin:15px 0;
	padding:0;
}

ul, ol {
	margin:15px 0;
	padding:0 0 0 40px;
}

body {
	background:url(http://www.age-eii.be/themes/ageeii/img/img.png) 0px -240px repeat-x #aedce8;
	color:#777;
	font-size:0.8em;
	font-family:Verdana,sans-serif;
	margin:0;
}

#container {
	width:950px;
	background:#fff;
	margin:auto;
	padding:6px;
}

h1 {
	margin:0;
	padding:0;
}



#content {
	width:685px;
	float:right;
}


#footer {
	clear:both;
	height:50px;
	background:url(http://www.age-eii.be/themes/ageeii/img/img.png) 0px -160px repeat-x;
	text-align:center;
	color:#fff;
	padding-top:20px;
}

#header {
	height:120px;
	background:url(http://www.age-eii.be/themes/ageeii/img/img.png) 0px -5px repeat-x;
}

#left {
	width:244px;
}

h1 {
	background:url(http://www.age-eii.be/themes/ageeii/img/logo.png) left no-repeat;
	height:120px;
}

h1 a {
	display:block;
	text-indent:-5000px;
	height:120px;
}

#loginBox {
}

#topmenu {
	margin:6px 0px;
	background:url(http://www.age-eii.be/themes/ageeii/img/img.png) 0px -125px repeat-x;
	height:35px;
}

#topmenu ul {
	margin:0 0 0 20px;
	padding:0;
}

#topmenu li {
	float:left;
	list-style:none;
	text-transform:uppercase;
}

#topmenu li.active a {
	background:url(http://www.age-eii.be/themes/ageeii/img/img.png) center 30px no-repeat;
}

#topmenu li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	text-decoration:none;
	padding:9px 10px 0px;
	height:26px;
	
}

#topmenu li a:hover {
	background-color:#39c;
}

#content, .content {
	background:url(http://www.age-eii.be/themes/ageeii/img/content.png) repeat-x;
	padding:6px 6px 6px 10px;
}

.box {
	background:url(http://www.age-eii.be/themes/ageeii/img/content.png) repeat-x;
	padding:6px 6px 6px 10px;
	margin-bottom:6px;
}

#MyAccount, .userform {
	position:relative;
}

#MyAccount form, .userform  {
	display:table;
}

#MyAccount form p , .userform  p {
	display:table-row;
}

#MyAccount form p label span, .userform p label span {
	display:table-cell;
	width:200px;
}

#MyAccount label>span, .userform label>span, .QCM span {
	text-align:right;
	padding-right:8px;
}

input[type=text], input[type=password], select, .inputlike  {
	width:195px;
	padding:3px;
	color:#777;
	border:1px solid #ccc;
	margin:2px 0px;
	background:#fff;
}

input[type=text]:hover, input[type=password]:hover, select:hover, .inputlike:hover {
	-moz-box-shadow: 0 0 0.5em #39c;
	-webkit-box-shadow: 0 0 0.5em #39c;
	-khtml-box-shadow: 0 0 0.5em #39c;
}

input[readonly] {
	background:#ddd;
}

h2 {
	font-weight:normal;
	padding:0;
	margin-top:5px;
	color:#39c;
	font-size:1.6em;
	border-bottom:1px solid #39c;
	padding-bottom:2px;
}

.error, .info, .ok {
	border:1px solid;
	padding:8px;
	text-align:center;
	margin-bottom:5px;
}

.error {
	border-color:#c00;
	color:#c00;
	background:#fff3f0;
}

input[type=text].notOK, input[type=password].notOK {
	border:1px solid #c00;
	color:#c00;
	font-weight:bold;
}

.info {
	border-color:#eb0;
	color:#eb0;
	background:#fffff9;
}

.ok {
	border-color:#9c0;
	color:#9c0;
	background:#f9fff0;
}

a {
	color:#09c;
	text-decoration:none;
}

a:hover {
	color:#9c0;
	text-decoration:underline;
}

#profile span {
	display:table-cell;
	width:250px;
	font-size:0.9em;
	color:#999;
}

#profile .imagecontainer {
	float:left;
	margin:0 10px 10px 0;
}

#profile strong {
	display:table-cell;
}

.LoginInfo {
	border:2px solid #ddd;
	padding:8px;
	
	border-radius:0 16px 16px 16px;
	-moz-border-radius:0 16px 16px 16px;
	-webkit-border-radius-topright:16px;
	-webkit-border-radius-bottomright:16px;
	-webkit-border-radius-bottomleft:16px;
	-khtml-border-radius:0 16px 16px 16px;
	position:absolute;
	right:0px;
	left:420px;
	margin-top:-24px;
}

.LoginInfo div {
	margin-top:6px;
}

button[type=submit], button[type=reset], button[type=button] {
	border:1px solid #ccc;
	padding:4px 12px 6px;
	margin:3px;
	background:#f4f4f4;
	color:#28b;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	cursor:pointer;
}

button[type=submit]:hover, button[type=reset]:hover, button[type=submit]:focus, button[type=reset]:focus, button[type=button]:focus, button[type=button]:hover {
	background:url(http://www.age-eii.be/themes/ageeii/img/img.png) 0px -125px repeat-x;
	color:#fff;
}

#MyAccount .error {
	width:393px;
}

.paragraph {
	line-height:2em;
}

ul.paragraph {
	margin-left:15px;
	list-style:square;
}

strong {
	color:#399;
}

h3 {
	font-weight:normal;
	padding:0;
	margin-top:5px;
	color:#9c0;
	font-size:1.4em;
	border-bottom:1px solid #9c0;
	padding-bottom:2px;
}

textarea {
	color:#777;
	font-size:1em;
	font-family:Verdana,sans-serif;
}

.contentlist {
	width:100%;
	line-height:180%;
	border-collapse:collapse;
}

.contentlist th {
	text-align:left;
}

.contentlist td, .contentlist th {
	margin:0;
	padding:2px;
}

.contentlist thead th {
	border-bottom:1px solid #aedce8;
}

.contentlist .odd td {
	background:#edf5f4;
}

.contentlist td {
	border-bottom:1px solid #aedce8;
}

a img {
	border:0px none;
}

.QCM {
	display:table;
}

.QCM p {
	display:table-row;
}

form h3 {
	width:432px;
}

.QCM label, .QCM span {
	display:table-cell;
	width:200px;
}

#main {
	position:relative;
}
#editbox {
	position:absolute;
	top:10px;
	right:10px;
}

h4 {
	color:#fb0;
	font-size:1.3em;
	font-weight:normal;
}

.comment {
	padding:6px 6px;
	clear:left;
	margin-bottom:6px;
	background:#eceff5;
	-moz-border-radius:6px;
	position:relative;
}

.delete-comment {
	position:absolute;
	top:5px;
	right:5px;
}

.comment p {
	margin:0;
	padding:0;
}

#comments textarea {
	width:98%;
	clear:left;
}
blockquote {
	margin:0px 50px 0px 45px;
}

.comment .tip {
	margin-left:45px;
}

p img {
	vertical-align:middle;
}

#UserPic {
	text-align:center;
}

#UserPic  img{
	border:1px solid #ccc;
	-moz-border-radius:8px;
	padding:8px;
}

.smallBox {
	margin:0% 1% 1% 0%; 
	padding:1%;
	position:relative;
	clear:left;
}

.smallBox p {
	line-height:140%;
	font-size:0.9em;
	padding-left:6px;
	padding-right:6px;
}

.smallBox h3 a {
	color:#9c0;
}

.readMore {
	padding-left:20px;
	background:url(http://www.age-eii.be/themes/ageeii/img/smallarrow.png) left no-repeat;
}


.calendar {
	width:99%;
}

.calendar td, .calendar th {
	padding:6px;
	text-align:center;
	background:#eef5ff;
	/*position:relative;*/
}

.calendar th {
	background:#39c;
	color:#fff;
}

.calendar td.empty {
	background:#fff;
}

.calendar td.IsToday {
	font-weight:bold;
	background:#e0eef5;
	color:#069;
}

.calendar td:hover {
	background:#e0eef5;
	cursor:pointer;
}

.calendar td[class=empty]:hover {
	background:#fff;
	cursor:auto;
}

td.IsEvents {
	background:#d0e0ee;
	border:1px solid #39c;
	padding:5px;
}

.events {

	color:#777;
	display:none;
	position:absolute;
	background:#fff;
	border:1px solid #ccc;
	width:300px;
	min-height:100px;
	cursor:auto;
	text-align:left;
	padding:0px 10px;
	-moz-border-radius:8px;
	/*z-index:1;*/
	font-weight:normal;
}

.event-right {
	position:absolute;
	right:0px;
}

td:hover .events {
	display:block;
}

.eventTitle {
	font-weight:bold;
}
.photolist {
	display:table;
	padding:0px;
	margin:0px;
}

.photolist .photoline {
	display:table-row;
}

.photolist .photoline span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.photolist a {
	display:inline-block;
	margin:0px 12px 10px 0px;
	padding:4px;
	border:1px solid #ccc;
}

.photolist img {
	display:block;
}

.photolist a:hover {
	border-color:#39c;
}

.mime-file {
	padding:3px 20px 3px 0px;
	background-position:right;
	background-repeat:no-repeat;
}

.albumInfo, .albumPicture {
	text-align:center;
	font-size:0.8em;
}

.headline {
	text-align:center;
	margin-top:10px;
}

.comments-on-pic {
	clear:right;
	border-top:1px solid #39c;
	margin:0px 0px 15px;
	padding-top:5px;
}

.comments-on-pic a.img {
	display:block;
	border:1px solid #ccc;
	float:right;
	padding:4px;
	margin:10px;
	background:#fff;
}

.comments-on-pic a img {
	display:block;
}

.right {
	width:300px;
	float:right;
}

.votebar {
	background:url(http://www.age-eii.be/themes/ageeii/img/img.png) 0px -125px repeat-x;
	color:#fff;
	padding:5px;
	text-align:right;
	min-width:40px;
}

.album {
	border-top:1px solid #ccc;
	padding:10px 0px;
	clear:left;
}

#main .menu , #main .menulike{
	margin:0px;
	padding:0px;
	list-style:none;
}

#main .menu a, #main .menulike a {
	display:list-item;
	padding:5px 5px 6px 19px;
	list-style:square inside;
	border-bottom:1px solid #ccc;
	color:#666;
	text-indent:-13px;
}

#main .menu a:hover, #main .menulike li:hover {
	background:url(http://www.age-eii.be/themes/ageeii/img/img.png) 0px -30px repeat-x; /*dd*/
	color:#fff;
	text-decoration:none;
}

#main .menulike li:hover a {
	color:#fff;
	text-decoration:none;
}

#main .menu strong {
	color:#666;
}

#main .menu a:hover strong {
	color:#fff;
}

.extLink {
	background:url(http://www.age-eii.be/themes/ageeii/img/extLink.png) right top no-repeat;
	padding-right:12px;
}

.no-rel {
	position:static;
}

#IE6 {
	border:1px solid;
	padding:8px;
	text-align:center;
	margin-bottom:5px;
	border-color:#c00;
	color:#c00;
	background:#fff3f0;
	margin-top:6px;
}

.mytable {
	border:1px solid #ccc;
	width:96%;
}

.mytable td, .mytable th {
	border:1px solid #ccc;
	text-align:center;
	width:16%;
}
.center {
	text-align:center;
}

.tip {
	font-size:0.9em;
	color:#999;
	font-style:italic;
}


.hundred {
	width:100%;
}

.image-left {
	float:left;
	margin:0px 12px 12px 0px;
}

.image-right {
	float:right;
	margin:0px 0px 12px 12px;
}

span.underline {
	text-decoration: underline;
}