/* general stuff */
body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: White;
}
/**
 * CSS Guide for Mambo 4.5 templates 
 * @author Wee Keat Chin
 * @url www.visualdensity.com
 * @email weekeat@visualdensity.com
 */


/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 

body,td,tr,p,div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #24344B;
	text-align:left;
	line-height: 26px;
	height: 25px;
	background: url(../images/stories/ico_cross_b.gif) no-repeat left 5px;
	padding-left: 20px;
	}	

.contentheadingOrder {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #24344B;
	text-align:center;
	line-height: 26px;
	height: 25px;
	padding-left: 20px;
	}

h1{
	color: #0A7BB8; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	text-align: right;
}
h2{
	color: #0A7BB8; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
}
h3{
	color: #0A7BB8; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
}
h4 {
	color: #000066; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h5 {
	color: #FF9900; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

h6 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	}

a:link, a:visited {
	font-size: 11px; 
	color: #24344B; 
	text-decoration: none;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

a:hover {
	color: #24344B;	text-decoration: underline;
	}
a img{
	border: none;
}

	
ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside 3px;
	}
	


/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}

/* specific stuff */

table.program{
	
}
table.program td{ 
padding:5px;
}
td.time{
	width:100px;
}

.moduleRow { }
.moduleRowOver { 
	background-color: #eeeeee;
    cursor: pointer;
    cursor: hand; }

input{
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #000000;
	font-family: verdana;
	padding: 1px 0px 1px 3px;
}

/*
*	NAVIGATION
*/
#adminpage{
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
#tabnav{	
	width:100%;
}
#tabnav div{
	float: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#tabnav div.tabright{
	float: right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#tabnav a {	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#tabnav a img{	
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}




.clear{
	clear:both;
}
#admincontent{
	clear:left;
	background-color: White;
	border: 1px solid #0A7BB8;
	padding-left:10px;
	padding-right:10px;
}
#admincontent a{
	color: #0A7BB8;
}


.header{
	text-align: center;
	background-color: #1F355E;
	color:#FFFFFF;
	font-weight:bold;
}

.auteur {
	color:#990000;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.normal{
	color:#000000;
	font-family: verdana;
	font-weight:normal;
}