/* Document defaults
 ***************************************/
body {
	margin           : 0px 0px 0px 0px;
	background-color : #FFFFFF;
	color            : #333333;
}

td, tr, p, div, span {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
	color            : #333333;
}

ul {
/*    list-style-type  : image; */
    list-style-image : url(templates/splitt/images/indent1.png);
	margin           : 2px 2px 2px 18px;
}

a:link, a:visited {
	color : #666666;
	text-decoration : underline;
}

a:hover {
    color : #CC6600;
}

h1, h2, h3, h4 {
    color : #003366;
}

/* Mambo classes & ids
 ***************************************/

/* Content options */
.code {
    color : #606060;
    font-family : courier new;
    font-size : 0.95em;

    background-color: #F5F6FF;
    border-top: 1px #325378 solid;
    border-left: 1px #325378 solid;
    border-bottom: 1px #6293C8 solid;
    border-right: 1px #6293C8 solid;
    margin-top: 4px;
    margin-right: 15px;
    margin-left : 15px;
    margin-bottom : 4px;
}


/* Generic */
.moduletable {
	margin : 5px 5px 5px 5px;
}

.moduletableentrada {
	margin : 5px 5px 5px 5px;
}

/* Main Menu */
a#active_menu {
	color : #428888;
	font-weight : bold;
}

a.mainlevel, span.mainlevel {
	color : #426388;
	font-size : 1em;
	font-style: normal;
	font-weight: bold;
}

a.sublevel, span.sublevel {
	color : #426388;
	font-size : 0.9em;
}

div.mainlevel {
    margin-bottom : 2px;
    margin-top : 6px;
}

div.sublevel {
    margin-top : 2px;
}

/* Content Pane */
.contentheading
{
	color : #FFFFFF;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	background-image: url(images/bg_header_red.jpg);
	padding-bottom: 25px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}


.componentheading,
.componentheading_latestnews,
.moduletable th
{
	color : #FFFFFF;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	background-image: url(bg_header_bleu.jpg);
	padding-bottom: 25px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.moduletableentrada th
{
	color : #000000;
	font-size : 9px;
/*	font-weight : bold; */
	text-align : left;
/*	background-image: url(/templates/splitt/images/bg_header_bleu.jpg); 
	padding-bottom: 25px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px; */
}

.moduletableentrada td
{
	color : #000000;
	font-size : 9px;
/*	font-weight : bold; */
	text-align : left;
/*	background-image: url(/templates/splitt/images/bg_header_bleu.jpg); 
	padding-bottom: 25px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px; */
}

.moduletableentrada .inputbox
{
	color : #000000;
	font-size : 9px;
/*	font-weight : bold; */
}

.inputboxentrada
{
    color : #000000;
    font-size : 9px;
}

.moduletableentrada .button
{
	font-size : 9px;
}

.moduletableentrada label
{
  font-size : 9px;
}

.buttonentrada
{
  font-size : 9px;
}

.contentpaneopen td.contentheading a.contentpagetitle
{
	font-size : 0.8em;
}

/* Blog */
.blog_latestnews .blogitem_latestnews,
.blog_latestnews .blog_more_latestnews
{
    margin-left : 16px;
    margin-right : 16px;
	font-size : 0.8em;
    border-top : 2px #426388 solid;
    margin-top : 8px;
    margin-bottom : 6px;
}

.blog_latestnews .blogitem_latestnews .contentpanetitle_latestnews
{
    font-weight : bold;
}

.blog_latestnews .blogitem_latestnews .contentpanetitle_latestnews
{
    font-size : 1.1em;
    border-top : 12px #FFFFFF solid;
    margin-bottom : 6px;
}

.blog_latestnews .blog_more_latestnews div
{
    margin-top : 12px;
    margin-left : 2px;
    margin-bottom : 8px;
}

.blog_latestnews .blog_more_latestnews li
{
    color : 0xF0F;
}

.blog_latestnews .blog_more_latestnews a
{
    font-size : 1.1em;
}

.blog_latestnews .contentpaneopen_latestnews .createdate
{
    color : #808080;
	font-size : 0.8em;
}

/* INDEX.PHP custom setup
 ***************************************/
.raised_border {
		  background-color: #FFFFFF;
		  border-top: 2px #6293C8 solid;
		  border-left: 2px #6293C8 solid;
		  border-bottom: 2px #325378 solid;
		  border-right: 2px #325378 solid;
}

.global_border {
		  background-color: #FFFFFF;
		  border-top: 2px #6293C8 solid;
		  border-left: 2px #6293C8 solid;
		  border-bottom: 2px #325378 solid;
		  border-right: 2px #325378 solid;
}.border {
		  background-color: #FFFFFF;
}
.menu_g {
		  background-color: #FFFFFF;
}

.global_outside {
		  background-color: #FFFFFF;
		  border-top: 12px #FFFFFF solid;
		  border-bottom: 1px #FFFFFF solid;
		  border-left: 6px #FFFFFF solid;
		  border-right: 6px #FFFFFF solid;
}


