/*---------------------------------------------------------------------------
		File name ............ templates/css/common.css
		Project .............. Owebia CMS
		Author ............... Antoine Lemoine
		Creation date ........ 16.01.2008
		Modification date .... 16.01.2008
---------------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #f90;
	color: #4d3d4d;
}

table, input, button, textarea, select, option {
	font-size: 1em;
	font-family: MS Sans Serif, Arial, Geneva, Helvetica, sans-serif;
}

a {
	color: #000;
}

a:hover {
	color: #4F4F4F;
}

a img {
	border: 0;
}

.box-rs {
	background-image: url(../images/style/box-rs.png);
	background-position: right 0;
	background-repeat: repeat-y;
	padding-right: 10px;
}

.box-c {
	background-color: #fff;
	padding: 1px 0;
}

.box-c a {
	color: #f90;
	text-decoration: none;
}

.box-t, .box-header, .box-trc, .box-tlc {
	height: 15px;
}

.box-header {
	background-color: #fff;
	margin: 0 20px;
}

.box-trc, .box-tlc, .box-brc, .box-blc {
	background-image: url(../images/style/box.png);
	background-repeat: no-repeat;
	width: 20px;
}

.box-trc {
	background-position: -20px 0;
	float: right;
}

.box-tlc {
	background-position: 0 0;
	float: left;
}

.box-b, .box-footer, .box-brc, .box-blc {
	height: 20px;
}

.box-b {
	overflow: visible;
}

.box-footer {
	background-image: url(../images/style/box-bs.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 15px;
	margin: 0 20px;
	overflow: visible;
}

.box-brc {
	background-position: -20px -15px;
	float: right;
}

.box-blc {
	background-position: 0 -15px;
	float: left;
}

.ibox .box-rs {
	background-image: url(../images/style/ibox-rs.png);
}

.ibox .box-c {
	background-color: #e1e1e1;
}

.ibox h2 {
	margin: 0;
	padding: 0 15px;
	position: relative;
	top: -10px;
	border-bottom: solid 1px #ccc;
}

.ibox p {
	margin: 7px 20px;
}

.ibox table {
	margin: 0 20px 20px 20px;
}

.ibox .button_div {
	margin: 10px 20px 2px 20px;
}

.ibox .box-header {
	background-color:#e1e1e1;
}

.ibox .box-trc, .ibox .box-tlc, .ibox .box-brc, .ibox .box-blc {
	background-image: url(../images/style/ibox.png);
}

.ibox .box-footer {
	background-image: url(../images/style/ibox-bs.png);
}

button, .button {
	display: inline-block;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-color: #ebebeb;
	border: solid 1px #dfdfdf;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 3px 7px;
	width:auto;
	overflow:visible; /* Pour IE */
}

.button:hover, .button:focus, .button-hover {
	background-color: #c1d2ee;
	border-color: #3570c3;
	color: #369;
	text-decoration: none;
}

.button:active, .button-active {
	background-color: #3570c3;
	border-color: #3570c3;
	color: #fff;
}

.ok-button, .cancel-button {
	background-repeat: no-repeat;
	padding-left: 25px;
}

.ok-button {
	background-image: url(../images/style/icons/tick.png);
}

.ok-button:hover, .ok-button:focus {
	background-color: #caeec1;
	border-color: #56c335;
	color: #529214;
}

.ok-button:active{
	background-color: #56c335;
	border-color: #56c335;
	color: #fff;
}

.cancel-button {
	background-image: url(../images/style/icons/cross.png);
}

.cancel-button:hover, .cancel-button:focus {
	background-color: #eec4c1;
	border-color: #c33a35;
	color: #d12f19;
}

.cancel-button:active{
	background-color: #c33a35;
	border-color: #c33a35;
	color: #fff;
}

.open-modal {
	position: fixed;
	top: 85px;
	right: 35px;
	z-index: 100;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
    color: #FFF;
    background-color: #5BC0DE;
    border-color: #46B8DA;
	text-decoration: none;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}

