.overBox input{
	display: block;
}
.colonnes .colonne {
	padding: 0px;
	margin: 0px;
	min-height: 50px;
	float: left;
	z-index: 5;
}

.colonnes {
	width: 100%;
	z-index: 1;
}

.tabsSettings .slider {
	width: 100%;
	background-color: white;
	height: 14px;
	position: relative;
	margin-left: 2px;
	margin-right: -4px;
}

.tabsSettings .slider .handle {
	width: 7px;
	height: 14px;
	background-image: url("images/arrow_slider.png");
	cursor: move;
	position: absolute;
}

#default2-addtabbutton{
    background: #EEF5F9;
    position: relative;
    padding: 3px;
    
}

#default2-addtabbutton-label{
    position: absolute;
    display: block;
    width: 100%;
    top: 4px;
    left: 3px;
    color: #323296;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

#default2-addtabbutton-form{
    visibility: hidden;
    background: none;
    border: none;
    color: #323296;
    font-weight: bold;
    width: 100px;
}

#default2-addtabbutton-hint{
    visibility: hidden;
    position: absolute;
    margin-top: -100px;
    background: #EEF5F9;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #99ccff;
    padding: 5px;
    font-weight: bold;
}

.default2-tabs-modify{
	margin: 10px;
}

.default2-tabs-modify .default2-tabs-addtab,.default2-tabs-modify .default2-tabs-removetab{
    background: #EEF5F9;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #99ccff;
}

.default2-tabs-modify .default2-tabs-addtab:hover,.default2-tabs-modify .default2-tabs-removetab:hover{
    background-color: #5c96cc;
    color: white;
}

#tabsBar span {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #EEF5F9;
	cursor: pointer;
}

#tabsBar {
	border-bottom: solid 2px #99ccff;
	padding: 0px;
	margin: 0px;
}

#tabsBar > li{
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border: solid 2px #99ccff;
    border-bottom: none;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

#tabsBar > li > a{
    display: inline-block;
    min-width: 70px;
    text-align: center;
    padding: 3px;
    cursor: pointer;
}

#tabsBar .activeTabLink {
    background-color: #5c96cc;
    color: white;
}

#taskBar a{
    color: black;
}

#tabsBar .activeTabLink a{
    color: white;
}

.handle {
	cursor: move;
}

.calendar_link {
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url("images/calendar_open.png");
}

.calendar_link .text {
	display: none;
}



.appRootContainer {
	/*
	Problème ici avec IE7...
	*/
	background-color: white;
	margin: 2px;
	-moz-border-radius: 5px;
    	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #99ccff;
	/*float: none;
	position: relative;
	width: 200px;
	z-index: 3;
	left: 30px;*/
}

.appBox {
	position: relative;
	padding: 4px;
/*	width: 200px;
	left: 0px;
	z-index: 4;*/
}

.appRootContainer .del {
	width: 16px;
	height: 16px;
	background-image: url("images/del.png");
	visibility: hidden;
}

.appRootContainer:hover .del {
	position: absolute;
	top: 1px;
	right: 5px;
	visibility: visible;
}

.appRootContainer .del .text {
	display: none;
}

.appRootContainer .shade {
	width: 16px;
	height: 16px;
	background-image: url("images/shade.png");
	visibility: hidden;
}

.appRootContainer:hover .shade {
	position: absolute;
	top: 1px;
	right: 25px;
	visibility: visible;
}

.appRootContainer .shade .text {
	display: none;
}

.appRootContainer .detach {
        width: 16px;
        height: 16px;
        background-image: url("images/detach.png");
        visibility: hidden;
}

.appRootContainer:hover .detach {
	position: absolute;
	top: 1px;
	right: 45px;
	visibility: visible;
}

.appRootContainer .detach .text {
	display: none;
}
.appRootContainer .submit {
	width: 16px;
	height: 16px;
	background-image: url("images/submit.png");
	visibility: hidden;
}

.appRootContainer:hover .submit {
	top: 1px;
	left: 5px;
	visibility: visible;
	float: left;
}

.appRootContainer .submit .text {
	display: none;
}

.appRootContainer .history {
	width: 16px;
	height: 16px;
	background-image: url("images/clock.png");
	visibility: hidden;
}

.appRootContainer:hover .history {
	top: 1px;
	float: left;
	left: 5px;
	visibility: visible;
}

.appRootContainer .history .text {
	display: none;
}

.appRootContainer .config {
	width: 16px;
	height: 16px;
	background-image: url("images/edit.png");
	visibility: hidden;
}

.appRootContainer:hover .config {
	top: 1px;
	float: left;
	left: 5px;
	visibility: visible;
}

.appRootContainer .config .text {
	display: none;
}

.appRootContainer .update {
	width: 16px;
	height: 16px;
	background-image: url("images/update.png");
	visibility: hidden;
}

.appRootContainer:hover .update {
	float: left;
	top: 1px;
	left: 5px;
	visibility: visible;
}

.appRootContainer .update .text {
	display: none;
}

.appRootContainer .overBox {
	background: #EEF5F9;
	color: black;
	
	display: block;

	height: 100%;
	width: 100%;

	opacity: 0.85;

	position: absolute;

	right: 0;
	top: 0px;

	z-index: 10;
	overflow: auto;

	text-align: center;
}

.appRootContainer .overBox br{
    display: none;
}

.appRootContainer .overBox label{
    padding: 4px;
    display: block;
}

.appRootContainer .overBox input, .appRootContainer .overBox textarea{
    display: inline;
    background: white;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #99ccff;
    color: RGB(50,50,150);
    font-weight:bold;
    margin: 4px;
    padding: 2px;
}

#homeAppAdder {
	z-index: 10;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 100px;
	background: #EEF5F9;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 2px #99ccff;
	width: 400px;
	opacity: 0.95;
	color: white;
	color: #323296;
}

#homeAppList {
	overflow-y: auto;
	max-height: 500px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#homeAppList li{
	display: block;
	border-bottom: solid gray 1px;
	padding: 3px;
	width: 370px;
	text-align: center;
}

.default2-applist-appname{
    display: block;
    
    font-weight: bold;
}

.default2-applist-appdescription{

}

#homeAppAddButton {
	right: 10px;
	position: absolute;
}

#homeAppAddCloseButton {
	position: absolute;
	top: 0px;
	right: 0px;
}

input[type=button],input[type=submit],input[type=reset]{
    background: #EEF5F9;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #99ccff;
    color: RGB(50,50,150);
    font-weight:bold;
}

input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover{
    background-color: #5c96cc;
    color: white;
}

.default2_customize{
    /*background: RGB(250,250,250);
    border:1px solid #B2DFFF;
    color: RGB(50,50,150);
    font-weight:bold;*/
	margin-top: 10px;
}

.default2_customize > a,.default2_customize > a:visited{
    background: #EEF5F9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #99ccff;
    padding: 5px;
    margin-top: 20px;
    color: #323296;
    font-weight: bold;

}

#customizeSection{
    position: absolute;
    background: #EEF5F9;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #99ccff;
    padding: 5px;
    margin-top: 8px;
    z-index: 10;
}

.default2_customize > a:hover{
    background-color: #5c96cc;
    color: white;
}

.default2-miniapp-subheader {
	background-color: #eeeeee;
}

.default2-miniapp-subheader-vote {
	float: right;
}

#content .home h3{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#default_container {
	padding: 0px;
	margin: 0px;
}

#delete_container {
	background-color: #fee1e1;
	padding: 0px;
	margin: 5px;
	width: 220px;
	height: 50px;
}

.delete_container .background {
	color: #fff;
	position: absolute;
	top: 5px;
	left: 45px;
	text-align: center;
	font-size: 36px;
}

.cont_scol {
	padding: 0px;
	margin: 0px;
	width: 24%;
	min-height: 50px;
}
.cont_mcol {
	padding: 0px;
	margin: 0px;
	width: 49%;
	min-height: 50px;
}
.cont_lcol {
	padding: 0px;
	margin: 0px;
	width: 72%;
	min-height: 50px;
}
.cont_xlcol {
	padding: 0px;
	margin: 5px;
	min-height: 50px;
}

.view, .view_l, .view_xl, .view_m, .view_s {
    background-color: #D6EEFF;
    border: 1px solid #B2DFFF;
}

.sbox {
	position: relative;
	float: left;
	border: 1px #eee solid;
	background-color: #fafafa;
	width: 100%;
	min-height: 50px;
	overflow: hidden;
}

.mbox {
	position: relative;
	float: left;
	border: 1px #eee solid;
	background-color: #fafafa;
	width: 100%;
	min-height: 80px;
	overflow: hidden;
}

.lbox {
	position: relative;
	float: left;
	border: 1px #eee solid;
	background-color: #fafafa;
	width: 100%;
	min-height: 80px;
	overflow: hidden;
}

.handle {
	cursor: move;
}


#content .sbox .del, #content .mbox .del, #content .lbox .del {
	width: 16px;
	height: 16px;
	background-image: url("images/del.png");
	visibility: hidden;
}

#content .sbox .shade, #content .mbox .shade, #content .lbox .shade {
        width: 16px;
        height: 16px;
        background-image: url("images/shade.png");
        visibility: hidden;
}

#content .sbox .update, #content .mbox .update, #content .lbox .update {
        width: 16px;
        height: 16px;
        background-image: url("images/update.png");
        visibility: hidden;
}

#content .sbox .del .text, #content .mbox .del .text, #content .lbox .del .text {
	display: none;
}

#content .sbox .shade .text, #content .mbox .shade .text, #content .lbox .shade .text {
        display: none;
}

#content .sbox .update .text, #content .mbox .update .text, #content .lbox .update .text {
        display: none;
}

#content .sbox:hover .del, #content .mbox:hover .del {
	position: absolute;
	top: 1px;
	right: 5px;
	visibility: visible;
}

#content .lbox:hover .del {
	position: absolute;
	top: 1px;
	left: 630px;
	visibility: visible;
}

#content .sbox:hover .shade, #content .mbox:hover .shade {
        position: absolute;
        top: 1px;
        right: 25px;
        visibility: visible;
}

#content .lbox:hover .shade {
        position: absolute;
        top: 1px;
        left: 610px;
        visibility: visible;
}

#content .sbox:hover .update, #content .mbox:hover .update, #content .lbox:hover .shade {
        position: absolute;
        top: 1px;
        left: 1px;
        visibility: visible;
}

#content .sbox .edit, #content .mbox .edit, #content .lbox .edit {
	width: 16px;
	height: 16px;
	background-image: url("images/edit.png");
	visibility: hidden;
}
#content .sbox .edit .text, #content .mbox .edit .text, #content .lbox .edit .text {
	display: none;
}

#content .sbox:hover .edit {
	position: absolute;
	top: 1px;
	left: 20px;
	visibility: visible;
}
#content .mbox:hover .edit {
	position: absolute;
	top: 1px;
	left: 20px;
	visibility: visible;
}
#content .lbox:hover .edit {
	position: absolute;
	top: 1px;
	left: 20px;
	visibility: visible;
}

.hidden {
	visibility: hidden;
	display: none;
}
/**
 *	MINI-APPS
 */

.mynotes{
	border: 1px solid #999;
	width: 200px;
	height: 150px;
}

.configbar {
	border: 1px #eee solid;
	margin: 5px;
}

.configbar img {
	border: 0px;
	vertical-align: middle;
	margin: 0px 5px 0px 5px;
}

/**
 * Personnalise Button
 */

#personalise_button {
	float: right;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #aaa;
	background: #eee;
	padding: 2px 5px 2px 5px;
	margin: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#personalise_button:hover {
	background: #bbffbb;
}

#content .home h3 {
	text-align:center;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dashed #dcdcdc;
	border-top: 0px;
	
	background: #efefef;
	background: #EEF5F9;
	color: #448899;
}

/**
 * Permanent edition mode for default page
 */
#content .sbox h3 {
	cursor: move ;
}


