/*
    CSS for skin SLLS
    version history : 1.0
    By SLLS, FreeGuppY.nl
    April 2006

    In this file you find most CSS style elements used by GuppY
    Consult the GuppY Skins.doc file for all GuppY CSS style elements 
*/


/* body */
body {
	margin: 0px; /* margin to top */
        background-color: #ffffff;
	/* background-image: url(body_background.png); */
	}

/* banner */
.band {
	margin: 0px 0px; /* margin top, right */
        /* background-color: #A1A1A1; */
	background-image: url(header_background.png);
}

/* paragraph */
p {
	margin: 0px 0px; /* margin top, right */
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
		
}

/* box paragraph */
p.box {
	margin: 0px; /* margin top */
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

/* e.g. titles, articles, poll */
.box {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

/* home page box */
.bord {
	color: #445879; 
}

/* titles central box */
.titre {
	padding: 0px;
	white-space: nowrap;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	font-weight: bold;
		
}

/* titles lateral box */
.titrebox {
	padding: 0px;
	white-space: nowrap;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	font-weight: bold;
	text-align: center;
}

/* inside lateral box */
.titrebox2 {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #993333; 
	font-weight: bold; 
	text-align: center;
}

/* quotes */
.cita {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

/* central box */
.htable {
	margin-bottom: 10px;
}

/* lateral box */
.htable1 {
	margin-bottom: 10px;
}	

/* tabel */
.tbl {
	padding: 5px;
	width: 100%;
}

/* mouseover tabel */
.tblover {
	background-color: #E0E3EC; 
	padding: 5px;
}

/* tabel in box */
.tblbox {
	padding: 5px;
	width: 100%;
} 

/* mouseover tabel in box */
.tblboxover {
        background-color: #E0E3EC; 
	padding: 2px;
}

/* borders */
.bordure {
	background-color: #A1A1A1;
}

/* forum = general, quest = questions, rep = respons */
.forum {
	background-color: #EEEEEE; 
	padding: 5px 5px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-align: center; 
	font-weight: bold;
	border: 1px solid #A1A1A1;  
}
.forum2 {
	background-color: #F9F7F7; 
	padding: 0px 5px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	border: 1px solid #A1A1A1; /* also for box inside news box*/
	}
.quest {
	background-color: #F9F7F7; 
	padding: 5px 5px; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	border: 1px solid #A1A1A1; 
}
.rep {
	background-color: #F9F7F7;
	padding: 10px 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #A1A1A1; /* also for box inside news box */
}

/* links central box */
a {
	color: #445879; 
	text-decoration: none;
}

a:hover {
	color: #445879; 
	text-decoration: underline;
	font-weight: normal;
}

/* links lateral box */
a.box {
	color: #445879; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}

/* mouseover link inside box */
a:hover.box {
	color: #445879;
	text-decoration: underline; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* icon menu */
TD.menu {
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	padding: 10px 6px;
	padding-bottom: 10px;
	
}

a.menu {
	color: #000000; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}

a:hover.menu {
	color: #000000; 
	text-decoration: underline; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* <hr> tag */
HR {
	border-top: 1px solid #A1A1A1; height: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

/* lists */
ul, ol, li {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

DL, DD, DT, address, DIR, MENU, blockquote, td {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
}

/* capital letters */
H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
} 

/* calendar */

 /* name of day */
td.cal0 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 color: #000000;
 background-color: #F7F0E2;
 width: 14%;
 text-align: center;
}

 /* number of day */
td.cal1 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 color: #445879;
 background-color: #EBD1A5;
 width: 14%;
 text-align: center;
}

 /* today */
td.cal2 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 font-weight: bold;
 color: #000000;
 background-color: #A9B6C9;
 width: 14%;
 text-align: center;
}

 /* sunday */
td.cal3 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 color: #000000;
 background-color: #F3E7D1;
 width: 14%;
 text-align: center;
}

 /* if today is sunday */
td.cal4 {
 font-size: 11px;
 font-family: Arial, sans-serif;
 font-weight: bold;
 color: #ffffff;
 background-color: #445879;
 width: 14%;
 text-align: center;
}

/* days with event */
td.calevt {
 font-size: 11px;
 font-family: Arial, sans-serif;
 color: #E0E3EC;
 background-color: #D4A55C;
 width: 14%;
 text-align: center;
}

/* editor */
tr.vdev {
	background-color: #ffffff;
}

tr.vdevtr {
	background-color: #ffffff;
}

body.vdev {
	margin-left: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #E0E3EC;
}

body.vdevdialog {
	margin-left: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #E0E3EC;
}

select.vdev {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ffffff; 
	color: #000000;
}

input.vdev {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ffffff; 
	color: #0000ff;
}

input.vdevx {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	height: 22px; 
	background-color: #ffffff; 
	color: #000000;
}

/* box inside box e.g. forum, news, guestbook  */
form {
	margin: 3px 0;
}

/* submit button. Note: left and right side button by skin.inc */
input.bouton {
 cursor: pointer;
 margin: 4px 0px;
 color: #993333;
 border: 0px;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif; 
 height: 25px;
 margin: 0px;
 padding-top: 3px;
 vertical-align: top;
 text-decoration: none;
 background-image: url(boutoncenter.png);
 background-repeat: repeat-x;
}

/* form stuff */
INPUT.texte {
	background-color: #ffffff; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	border: 1px solid #A1A1A1; 
	margin: 2px 0;
}
SELECT {
	color: #000000; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	border: 2px inset; 
	margin: 4px 0;
}
TEXTAREA {
	color: #000000; 
	background-color: #ffffff; 
	border: 1px solid #A1A1A1; 
	overflow: auto; 
	margin: 4px 0;
}

/* default cursor */
.clsCursor {
	cursor: pointer;
}

