body {
      	margin: 0px 0px 0px 0px;
      	color : #333333;
      	background-color: #FFFFFF;
        background: url("");
      	font-family: Arial, Helvetica, sans-serif;
      	font-size: 11px;
      	
}

td {
	     font-size: 11px;
}

a {
      	color: #FF7D0D;
      	text-decoration: none;
      	font-weight: bold;
}

a:hover {
      	color : #FF7D0D;
      	text-decoration : underline;
      	font-weight: bold;
}
a:active {
      	color : #333333;
      	text-decoration : underline;
      	font-weight: bold;
}

#wrapper {
        border: 0px;
      	margin: 0px 0px 0px 0px;
        padding: 0px;
        width: 100%;
}

#header {
        background-color: #FFFFFF;
        background-position: right top;
        background: url(top_bg.gif);
}


.headertxt {
      	font-size: 11px;
      	font-weight: normal;
      	color: #FFFFFF;
      	height: 18px;
}

.menubg {
      	background: #F1F3F5;
      	border-bottom: 1px solid #CCCCCC;
}

a.headerlink {
      	font-size: 11px;
      	text-align: center;
      	font-weight: bold;
      	color: #FF7D0D;
      	height: 18px;

}

a.headerlink:hover {
      	font-size: 11px;
      	text-align: center;
      	cursor: pointer;
      	font-weight: bold;
      	color: #FF7D0D;
}

a.headerlink:active {
      	font-size: 11px;
      	text-align: center;
      	font-weight: bold;
      	color: #FF7D0D;
}



a.menulink {
      	font-size: 11px;
      	text-align: center;
      	font-weight: normal;
      	color: #333333;
        padding: 5px;
      	height: 16px;
}

a.menulink:hover {
      	font-size: 11px;
      	background-color: #FF7D0D;
      	text-align: center;
      	cursor: pointer;
      	font-weight: normal;
      	color: #333333;
}

a.menulink:active {
      	font-size: 11px;
      	text-align: center;
      	font-weight: normal;
      	color: #333333;
}

.menulinkselected {
      	font-size: 11px;
      	background-color: #FF7D0D;
      	text-align: center;
      	font-weight: normal;
      	color: #333333;

}



a.submenulink {
      	font-size: 11px;
      	text-align: center;
      	font-weight: normal;
      	color: #333333;
        padding: 0px 3px 0px 3px;
      	height: 9px;
      	width: 100%;
}

a.submenulink:hover {
      	font-size: 11px;
      	background-color: #FF7D0D;
      	text-align: center;
      	cursor: pointer;
      	font-weight: normal;
      	color: #333333;
}

a.submenulink:active {
      	font-size: 11px;
      	text-align: center;
      	font-weight: normal;
      	color: #333333;
}


a.submenulinktomake {
      	font-size: 11px;
      	text-align: center;
      	font-weight: normal;
      	color: #999999;
        padding: 0px 3px 0px 3px;
      	height: 9px;
      	width: 100%;
}

a.submenulinktomake:hover {
      	font-size: 11px;
      	background-color: #FF7D0D;
      	text-align: center;
      	cursor: pointer;
      	font-weight: normal;
      	color: #999999;
}

a.submenulinktomake:active {
      	font-size: 11px;
      	text-align: center;
      	font-weight: normal;
      	color: #999999;
}



.submenulinkselected {
      	font-size: 11px;
      	background-color: #FF7D0D;
      	text-align: center;
      	font-weight: normal;
      	color: #333333;

}


.bigtitle {
      	font-size: 15px;
      	font-weight: bold;
      	color: #FF7D0D;
        padding: 2px;
      	height: 16px;
}

.grey {
      	font-size: 11px;
      	font-weight: normal;
      	color: #777777;
}

.warning {
      	font-size: 11px;
      	font-weight: bold;
      	color: #AA0000;
        padding: 5px;
}
.warningghost {
      	font-size: 11px;
      	font-weight: bold;
      	color: #AA7777;
        padding: 5px;
}

td {
        font-family : Arial, Helvetica, sans-serif; 
      	font-size: 11px;
}

.tdghost {
      	color: #999999;
}

.tabletop {
        background-color: #E3E3E3;
        background-position: right top;
        background: url(table_topbg.gif);
        height: 32px;
      	font-size: 11px;
      	color: #333333;
	      padding: 1px 4px 1px 4px;
        font-weight: bold;  
        border-left: 1 rgb(210,210,210) solid;
        border-right: 1 rgb(255,255,255) solid;  
}

.tableseparator {
        background-color: #999999;
        height: 1px;
}

.table {
        background-color: #F7F7F7;
        background-position: right top;
        height: 20px;
      	color: #333333;
        padding: 0px 0px 0px 0px;        
      	font-weight: normal;      
}

.tablebordered {
        background-color: #DDDDDD;
        background-position: right top;
      	color: #333333;
        padding: 0px 5px 0px 5px;
      	font-weight: normal;      
}


.tablewhite {
        border-style: solid;
        border-color: #FFFFFF; 
        border-width: 1px;
}
.tableblack {
        border-style: solid;
        border-color: #777777; 
        border-width: 1px; 
}

.tablewarning {
        background-color: #FFF0F0;
        background-position: right top;
        height: 20px;
      	color: #FF3333;
        padding: 0px 0px 0px 0px;
      	font-weight: normal;      
}
.tableover {
        background-color: #f1e8e6;
        background-position: right top;
        height: 20px;
      	color: #333333;
        padding: 0px 0px 0px 0px;
      	font-weight: normal;      
}
.currentpage {
	color : #FF7D0D;
	text-align : center;
	text-decoration : none;
	display: block;
	background-color: #f1e8e6;
	border: 1px solid #FF7D0D;
	width: 18px;
	padding: 2px 1px 2px 1px;
  font-weight: bold;      
}

a.page {
	color : #808080;
	text-align : center;
	text-decoration : none;
	display: block;
	border: 1px solid #DDD;
	width: 18px;
	padding: 2px 1px 2px 1px;
}


a.page:hover {
	color : #FF7D0D;
	border: 1px solid #FF7D0D;
	background-color: #f1e8e6;
	padding: 3px 0px 1px 2px;
}

a.toolbar {
	color : #808080;
	text-align : center;
	text-decoration : none;
	display: block;
	border: 1px solid #DDD;
	width: 70px;
	padding: 2px 1px 2px 1px;
}

a.toolbar:hover {
	color : #FF7D0D;
	border: 1px solid #FF7D0D;
	background-color: #f1e8e6;
	padding: 3px 0px 1px 2px;
}

a.toolbar:active {
	color : #FF9900;
}

a.bouton {
	color : #808080;
	text-align : center;
	text-decoration : none;
	display: block;
	border: 1px solid #DDD;
	width: 150px;
	padding: 2px 1px 2px 1px;
}

a.bouton:hover {
	color : #FF7D0D;
	border: 1px solid #FF7D0D;
	background-color: #f1e8e6;
	padding: 3px 0px 1px 2px;
}

a.bouton:active {
	color : #FF9900;
}


.mediasblock {
      	margin: 2px 2px 2px 2px;
        padding: 3px;
        width: 100px;
        height: 100px;
      	border: 1px solid #AAAAAA;
      	background-color: #FFFFFF;
      	vertical-align: middle; 
      	text-align: center;
}

.mediasinfoblock {
      	margin: 2px 2px 2px 2px;
        padding: 3px;
        width: 100px;
        height: 30px;
      	border: 0px;
      	background-color: #DDDDDD;
      	font-size: 9px;
      	color: #333333;
}

.mediasblockhover {
      	margin: 2px 2px 2px 2px;
        padding: 3px;
        width: 100px;
        height: 100px;
      	border: 1px solid #FF7D0D;
      	background-color: #f1e8e6;
      	vertical-align: middle; 
      	text-align: center;
      	cursor: pointer;
}

.delete {
      	cursor: pointer;
}

.flag {
      	border: 2px solid #FFFFFF;
}

.flagcheck {
      	border: 2px solid #FF7D0D;
}

.formrequired {
    font-weight: bold;
    line-height: 22px;
}

.formnotrequired {
    font-weight: normal;
    line-height: 22px;
}


.formdescription {
    font-size: 9px;
    color: #666666;
    font-style: italic;
}

.formseparatortext {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.formbutton {
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    height: 18px;
}

.formseparator {
    background-color: #E3E3E3;
    background-position: right top;
    background: url(table_sep.gif);
    height: 7px; 
}

.formtypetext {
  width : 100%;
}

.formtypetextarea {
  width: 100%;
  height: 150px;
}

SELECT {
      color : #000000;
      text-decoration : none; 
      font-family : Verdana, Arial, Helvetica, sans-serif; 
      font-size : 9pt; 
      font-weight : normal; 
      BORDER-BOTTOM : 1 solid rgb(180,180,180);
      BORDER-LEFT :  1 solid rgb(180,180,180);
      BORDER-RIGHT : 1 solid rgb(180,180,180);
      BORDER-TOP : 1 solid rgb(180,180,180);
  }
  
INPUT {
      color : #000000;
      text-decoration : none; 
      font-family : Verdana, Arial, Helvetica, sans-serif; 
      font-size : 9pt; 
      font-weight : normal; 
      BORDER-BOTTOM : 1 solid rgb(180,180,180);
      BORDER-LEFT :  1 solid rgb(180,180,180);
      BORDER-RIGHT : 1 solid rgb(180,180,180);
      BORDER-TOP : 1 solid rgb(180,180,180);
  }


  .tblCtrls
  {
    background-color: #FFFFFF;
    padding : 0 3 0 3;
  }



  .butClass
  {    
  	color : #808080;
  	text-align : center;
  	text-decoration : none;
  	border: 1px solid #DDD;
  }

  .butClass_mouseover
  {    
  	color : #FF7D0D;
  	border: 1px solid #FF7D0D;
  	background-color: #f1e8e6;
  }

  .tdClass
  {
    padding-left: 3px;
    padding-top:3px;
  }
  
  .wysiwygzone {
    width: 100%; 
    height:100 px;
    border: 1px solid;
    border-color: #999999;
  }
