body {
    font-family :arial;
    font-size: 11px;
    background:#3b2b46;
    color : #64586c;
}


.clearer { clear: both; }

table { font-size: 11px; }

h1{
    font-weight: bold;
    font-size: 22px;
    font-family: arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height : 120%;
    color : #8a84b2;
    margin: 2px;
}

h2 {
    color : #e4e3dd;
	font-weight:bold;
	text-align:center; 
    padding-top: 0px;
    padding-bottom: 0px;
	font-size:13px; 
    font-family : trebuchet ms,arial;
}

h3 {
    font-weight: normal;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2px;
}

p {
    font-family :arial;
    font-size: 11px;
    margin: 2px 0px;
}

pre.filepath {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    margin:0px 0px 0px 5px;
    padding: 0px;
}

li {
    margin:4px 0px 4px 10px;
    padding: 0px;
    list-style-position: outside;
}

ul li { list-style-type: disc; }

.textinput {
    font-family : arial, Helvetica, sans-serif;
    font-size: 100%;
    border: 1px solid #D1D7DC;
    padding-right: 3px;
    padding-left: 3px;
}

.listbox {
    font-family : arial, Helvetica, sans-serif;
    font-size: 100%;
    border: 1px solid #D1D7DC;
    vertical-align : middle;
}


.button {
    font-family : arial, Helvetica, sans-serif;
    font-size: 85%;
    border: 1px solid #005D8C;
    background-image : url(images/button_bg.gif);
    background-position : bottom;
    cursor:pointer;
    padding-left:0px;
    padding-right:0px;
    margin-right:2px;
}

.radio {
    font-family :arial, Helvetica, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.checkbox {
    font-family : arial, Helvetica, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

/*PERSONNALISATION DES LIENS */

a {
    color: #727ab5;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

/* PERSONNALISATION DES NOMS D'ALBUMS */

.bblink a {
    color: #727ab5;
    text-decoration: none;
}

.bblink a:hover {
    color: #727ab5;
     text-decoration: none; 
}

/* PERSONNALISATION DE MA SIGNATURE */



.maintable {
    margin-top: 1px;
    margin-bottom: 25px; 
	padding:10px;
	background:#42344e;
}

/* PERSONNALISATION DES DIFFERENTES LIGNES DES TALEAUX */

.tableh1, .tableh1_compact {
    color : #ffffff;
	font-size:15px;
	font-weight:bold;
	text-align:center; 
	padding:10px 0px 10px 0px;
    font-family :trebuchet ms;
	text-transform:uppercase;
	margin-bottom:2px;
	background: #63586d;
		background-image: -moz-linear-gradient(top, #63586d, #493e52); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #493e52),color-stop(1, #63586d)); /* Safari & Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#63586d', endColorstr='#493e52'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#63586d', endColorstr='#493e52')"; /* IE8 */
}

.tableh2, .tableh2_compact  {
    color : #fffff;
	font-size:15px;
	font-weight:bold;
	text-align:center; 
	padding:10px 0px 10px 0px;
    font-family :trebuchet ms;
	text-transform:uppercase;
	margin-bottom:2px;
	background: #63586d;
		background-image: -moz-linear-gradient(top, #63586d, #493e52); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #493e52),color-stop(1, #63586d)); /* Safari & Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#63586d', endColorstr='#493e52'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#63586d', endColorstr='#493e52')"; /* IE8 */
}

.tableb, .tableb_alternate, .tableb_compact {
	padding:1px 10px 1px 10px;
	margin-bottom:2px;
	background: #e5d8f2;
}


.tablef {
	padding:1px 10px 1px 10px;
	margin-bottom:2px;
	background: #e5d8f2;
}

.catrow_noalb, .catrow {
	padding:4px 10px 4px 10px;
	margin-bottom:3px;
	background: #e5d8f2;


}

.catrow:hover, .catrow_noalb:hover { 
	background:#ffffff; 
		-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in; 
}

/*PERSONNALISATION DU MENU */

.menu
{
	color:#e1e0dc; 
	font-family:arial;
	text-align:center;
	margin:30px 170px 35px 170px;
	padding:10px 20px; 
	background:#42344e;
}

.menu a 
{ 
	color:#e1e0dc; 
	font-size:11px;
	font-family:arial;
}
	
.album_stat {
    font-size: 11px;
    margin: 5px 0px;
}

.thumb_filename {
    font-size: 80%;
    display: block;
}

.thumb_title {
    font-weight : normal;
    font-size: 11px;
    display : block;
	margin-top:15px; margin-bottom:10px;
	color:#6d6275; background:#f0e3fd;
	padding:1px 5px 1px 5px;  
}

.thumb_caption {
    font-size: 10px;
	color:#3b2b46;
    display : block;
	font-style:italic;
}

.thumb_caption a {
    text-decoration: underline;
    color: #3b2b46;
}

.thumb_num_comments {
    font-weight: normal;
    font-size: 80%;
    padding: 2px;
    font-style : italic;
    display : block;
}

.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user_thumb_infobox th {
    font-weight : bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox td {
    font-size: 80%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox a {
    text-decoration: none;
    color: #2c2b28;
}

.user_thumb_infobox a:hover {
    color: #2c2b28;
    text-decoration: underline;
}

.sortorder_cell {
	background : transparent ;
    color : #d59899;
    padding: 0px;
    margin: 0px;
}

.sortorder_options {
    font-family : arial;
    color : #ffffff; text-transform:normal;
    padding: 2px;
    margin: 0px;
    font-size: 10px;
}

.navmenu {
    font-size: 11px; color:#ffffff; font-weight:bold;
    font-family : arial;
    border-style: none;
		background: #63586d;
		background-image: -moz-linear-gradient(top, #63586d, #493e52); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #493e52),color-stop(1, #63586d)); /* Safari & Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#63586d', endColorstr='#493e52'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#63586d', endColorstr='#493e52')"; /* IE8 */ padding-top:5px; padding-bottom:5px;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 5px;
    margin-bottom: 1px;
    margin-left: 5px;
}

.navmenu img:hover
{
	border:none;
}

.navmenu a {
    display: block;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-decoration: none;
}

.navmenu a:hover {
    text-decoration: none;
}

.admin_menu {
    font-family : arial, Helvetica, sans-serif;
    font-size: 85%;
    border: 1px solid #625e6b;
    background-color:#f0f7f1;
    background-image: url(images/button_bg.gif);
    background-position: bottom;
    background-repeat:repeat-x;
    color: #625e6b;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.admin_menu a {
    color: #625e6b;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

.admin_menu a:hover {
    color: #625e6b;
    text-decoration: underline;
}

.admin_float {
    float:left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    max-height:1.5em;
    white-space:nowrap;
    display: block;
    position: relative;
    /*width:100px;*/
}

.admin_menu_wrapper {
    width:100%;
    white-space:normal;
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}

.icon {
    vertical-align:middle;
    margin-right:1px;
}

.comment_date{
    color : #5F5F5F;
    font-size : 90%;
    vertical-align : middle;
}

/* PERSONNALISATION DES IMAGES */

.image{
	background:#ffffff; padding:6px; 
	border:1px solid #6d6176;
    margin:2px; 	
} 

.image:hover , a img:hover {
	background:#6d6176;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius:0px; 	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in; 
}

a img {
    margin:0px 8px 0px 8px; 			
}



.imageborder {
    margin-top: 10px;
    margin-bottom: 10px;
}



.display_media {
	padding:3px;
	background: #e5d8f2;

}

.thumbnails {
    padding:10px 5px;
	background: #e5d8f2;
	margin:1px 1px 1px 1px;
}

.thumbnails:hover { 
	background:#ffffff; 
		-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in; 
}

.thumb a img{
border: 0px solid #ffffff;
margin:0px 8px 0px 8px; padding:5px;
}

.thumb a img:hover{
border: 0px solid #ffffff;
}

.footer {
    font-size : 11px;
}

.footer a {
    text-decoration: none;
    color: #6b73b1;
}

.footer a:hover {
    text-decoration: underline;
}

.statlink {
    color: #e5e4dd; text-align:center; text-transform:normal;
    font-family :arial;
	font-size:12px;
}

.statlink a {
    text-decoration: none;
    color:#e5e4dd;
}

.statlink strong {color:#e5e4dd;}

/*PERSONNALISATION LIENS DES ALBUMS */

.alblink {
    font-weight:bold;

}

.alblink a {
    color: #e4e3dd;
}

.alblink a:hover {
    text-decoration: underline;
}

/*PERSONNALISATION LIENS DES CATEGORIES */

.catlink {
    display: block;
    margin-bottom: 0px; font-weight:bold;  text-transform:uppercase;
	font-size:12px; 
    font-family : trebuchet ms;

}

.catlink a {
    color: #807fb2; 
}

.catlink a:hover {
    color: #807fb2;
    text-decoration: none;
}

.topmenu {
    line-height : 130%;
    font-size: 100%;
}

.topmenu a {
    color : #0033CC;
    text-decoration : none;
}

.topmenu a:hover  {
    color : #0033CC;
    text-decoration : underline;
}

.img_caption_table {
    border: none;
    background-color: #faf4e4;
    width : 100%;
    margin : 0px;
}

.img_caption_table th {
    background: #D1D7DC ;
    font-size: 100%;
    color : #000000;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
    background: #faf4e4;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
    white-space: normal;
}

.debug_text {
    border: #BDBEBD;
    background-color: #faf4e4;
    width : 100%;
    margin : 0px;
}

.clickable_option {
    cursor : default;
}

.listbox_lang {
    color: #9d8973;
    background-color: #D1D7DC;
    border: 1px solid #0E72A4;
    font-size: 80%;
    font-family :arial, Helvetica, sans-serif;
    vertical-align : middle;

}

.pic_title {
    text-align : center;
    padding-top:5px;
    padding-bottom:5px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;	color:#564d60;
    font-weight:bold;
	font-size:12px; text-transform:uppercase;
    font-family :trebuchet ms,arial, Helvetica, sans-serif;
}

.pic_caption {

    font-size: 10px;
    font-family :arial, Helvetica, sans-serif;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em; color:#3b2b46;
}



.important {
    /* background-image : url(images/important.gif); */
    color: red;
    font-weight: bold;
    padding-left:1px;
    padding-right:1px;
    padding-top:3px;
    padding-bottom:3px;
}

#cpgChooseLanguageWrapper {
    float:left;
    margin-left:3px;
    margin-right:3px;
    margin-top:0px;
    margin-bottom:0px;
}

#cpgChooseThemeWrapper {
    float:left;
    margin-left:3px;
    margin-right:3px;
    margin-top:0px;
    margin-bottom:0px;
}





/** Swfupload css **/
div.fieldset {
    border:  2px solid #0E72A4;
    margin: 10px 0;
    padding: 20px 10px;
}

div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -30px;
    background-color: #0E72A4;
    color: #fff;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #D9E4FF;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family : arial, Helvetica, sans-serif;
    text-align: left;
    white-space: nowrap;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}

.swfupload {
    vertical-align: top;
}



/**styles for photo manager*/
table#pic_sort tr td { 
    padding: 4px;
    border-bottom: 1px solid #CCCCCC;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 3px;
    border-bottom: 1px solid #CCCCCC;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    cursor: pointer;
    display: none;
    color: #FF0000;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}

#GB_window {
    background-color: #faf4e4;
    border: 5px solid #0E72A4;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

.detail_head_collapsed, .detail_head_expanded {
    color: #2c2b2e;
}