/* CSS Document */

body.main {	
	background-color: #EEEEEE;
	/*background-image: url(background.jpg);*/
}
body{
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
body {
	height: 100%;
}

a:link, a:visited { color: #000080; text-decoration: underline; }
a:hover, a:active { color: #000080; text-decoration: none; }

h1, h2 { font-family: Tahoma; }
h1 { color: #000000; font-size: 10pt; text-decoration: none; font-weight: bold; font-variant: small-caps; }
h2 { color: #000000; font-size: 10pt; text-decoration: none; font-weight: bold; font-variant: small-caps; }

ul {
	list-style-type: square;
}

hr {
	color: #000000;
	height: 1px;
}

th{
	text-align: left;
}

/*** INTERFACE CSS ***/
table.interface {
	border-collapse: collapse;
	border-width: 0px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
td.headerleft {
	width: 170px;
	height: 120px;
	background-color: #CC0000;
}
td.headerright {
	width: 690px;
	height: 120px;
	background-color: #FFFFFF;
}
td.left {
	width: 170px;
	height: 90%;
	background-color: #CC0000;
	vertical-align: text-top;
	text-align: justify;	
	font-family: Tahoma;
	font-size: 10pt;
	color: #FFFFFF;
	padding-bottom: 10px;
}
td.middle {
	width: 530px;
	height: 90%;
	background-color: #FFFFFF;
	vertical-align: text-top;
	text-align: justify;	
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}
td.right {
	width: 160px;
	height: 90%;
	background-color: #FFFFFF;
	vertical-align: text-top;
	text-align: justify;	
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*** NAVI-GAY-TION CSS ***/
#navigation a{ 
	color: #FFFFFF; 
	text-decoration: none; 
}

#navigation{
	list-style-type: none;
	line-height: 0.5;
	margin-bottom: 10px;
	margin-left: 10px;
}

#navigation LI UL LI{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
	cursor: hand;
	line-height: 1.3;
	font-variant: small-caps;
}

#navigation LI UL{
	margin-top: -5px;
	margin-bottom: 10px;
}

.quicknav {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	background-color: #EEEEEE;
	/*width: 200px;*/
	vertical-align: text-top;
	font-variant: small-caps;
}

/*** FORM PAGES CSS ***/
input, textarea, select {
	font-family: Tahoma;
	font-size: 10pt;
	color: #333333;
}
div.errors {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000080;
	/*width: 200px;*/
	vertical-align: text-top;
	font-variant: normal;
	text-align: left;
	/*padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;*/
}

/*** CHEFS MODULE CSS ***/
table.chefs {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 160px;
	background-color: #EDE9DE;
}
th.chefs { 
	font-family: Tahoma;
	text-align: left;
	color: #333333;
	font-weight: bold;
	font-size: 10pt;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	font-variant: small-caps;
	text-decoration: underline;
	padding-left: 10px;
}
td.chefs {     
	font-family: Tahoma;
	font-size: 10pt;
	color: #333333;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: square;
	list-style-position: outside;
}
.minitext {
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	text-align: left;
}

/***  NEWS POST CSS ***/
table.news {
	width: 450px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	color: #000000;
	background-color: #EEEEEE;
}
th.newsheader { 
	font-family: Tahoma;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	font-variant: small-caps;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	color: #000000;
}
td.newspostedby { 
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
td.newscontent { 
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.newsattached { 
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*** STANDARD FORM CSS ***/
table.form {
	width: 450px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	color: #000000;
	background-color: #EEEEEE;
}
th.formheader { 
	font-family: Tahoma;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	font-variant: small-caps;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	color: #000000;
}
td.formcontent { 
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.formlabelfieldrow { 
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 50%;
}

/***  GUESTBOOK CSS ***/
table.gb {
	width: 450px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	color: #000000;
	background-color: #EEEEEE;
}
th.gbheader { 
	font-family: Tahoma;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	font-variant: small-caps;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
td.gbcontent { 
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*** TEST ***/
/*th { 
	font-family: Agency FB;
	text-align: left;
	color: #FF6699;
	font-weight: normal;
	font-size: 40pt;
	background-color: #FFFFFF;
	padding-left: 50px;
}
td { 
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
	text-align: justify;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}*/


/*** PHOTO ALBUM CSS ***/
/* with the kurtjosie van Reno */
.photo_menu{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
	width: 520px;
	background-color: #EEEEEE;
}

.photo_main{
	float: left;
	width: 100%;
}

.photo_category{
	border-width: 1px;
	border-color: #999999;
	border-style: solid; 
	height: 100px;
	padding: 5px;
	margin: 0 0px 5px 0;
	cursor: pointer;
}

.photo_cat_header{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 5px;
	margin: 0 5px 5px 0;
	width: 520px;
}

.photo_thumbnail{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	float: left;
	width: 110px;
	height: 115px;
	padding: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
}

.photo_img_div{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	float: left;
	width: 520px;
	padding: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
}

.photo_img_img{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
}

.photo_info_div{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 5px;
	text-align: left;
	margin: 0 5px 5px 0;
	width: 520px;
	background-color: #EEEEEE;
}
.photo_comment_div{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 5px;
	text-align: left;
	margin: 0 5px 5px 0;
	width: 520px;
	background-color: #FFFFFF;
}
.photo_tool{
	border-width: 0;
}
.photo_galeryselect_div{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 5px;
	height: 80px;
	cursor: hand;
	margin: 0 0 5px 0;
}
.photo_galery_link {
	/* ? */
}
a.photo_galery_link:link, a.photo_galery_link:visited { color: #000000; text-decoration: none; }
a.photo_galery_link:hover, a.photo_galery_link:active { color: #000000; text-decoration: none; }


/*** PROGRAMME, NEWS, STAFF & GUESTBOOK (css d'après Reno) ***/
#reno_raster{
	width: 520px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	padding: 5px 5px 0 5px;
}

#reno_raster div{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 5px;
}

#reno_raster div div{
	border: 0px;
}

#reno_raster button{
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

#reno_raster .head{
	color: #000080;
	font-size: 12px;
	font-weight: bold;
}

#reno_raster td{
	vertical-align: top;
}


/*** CSS PHOTOS ***/
#reno_photo .photo_category{
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

#reno_photo .photo_category img{
	border: 1px solid #999999;
}

#reno_photo .photo_category td{
	vertical-align: top;
	padding-right: 10px;
}

#reno_photo .photo_category a{
	text-decoration: none;
	color: #000000;
}

/*** WEBMAIL CSS ***/
#webmailtable {
	background-color: #FFFFFF;
	width: 300px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 10pt;
	border: 1px solid #CCCCCC;
}
#webmailheader {
	background-color: #EEEEEE;
	padding: 3px 5px 3px 5px;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}
#webmaildata {
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	color: #000000;
}
#txtUsername {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #888888;
	width: 160px;
}
#txtPassword {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	border: 1px solid #888888;
	width: 160px;
}
#btnLogin {
	border: 1px solid #999999;
	background-color: #EEEEEE;
}