/********************************
//////////////HEADER//////////////

File : css/default.css
Date : 2012-02-23

Fletesia Framework
Copyright (c) Anthony CUTRONE - http://www.eauteur.com
Tous droits réservés - All rights reserved

Toute reproduction est strictement interdite, sauf autorisation expresse de l'auteur.
Copying is strictly forbidden, except authorization given by the author.


////////////END_HEADER////////////
*********************************/

/*CSS Document*/

html {
	overflow:hidden;
	color:#333333;
}

body {
	background-color:#DDDDDD;
	font-family: "Verdana", "Arial";
	font-size:12px;
}

p, td {
	font-family: "Verdana", "Arial";
	font-size:12px;
}

td>a {
	text-decoration:underline;
}

td>a:hover {
	color:#DDDDDD;
}

a {
	color:#000000;
}

input, select, textarea {
	border:1px solid #333333;
}

.element_selected {
	background-color:#333333;
}

tr.line_selected td {
	background-color:#333333 !important;
	color:#FFFFFF;
}

tr.line_selected td>a {
	color:#FFFFFF;
}

tr:hover.line_selected td {
	background-color:#333333 !important;
	color:#DDDDDD !important;
}

tr:hover.line_selected td>a>img {
	background-color:#DDDDDD !important;
	padding:2px;
	margin:-2px;
}

td.cell_selected {
	background-color:#BBBBBB;
}

.header {
	height:200px;
	background-image: url(../img/back_header.png);
	background-repeat:no-repeat;
}

.menu {
	float:left;
	width:20%;
}

.center {
	float:left;
	width:60%;
}

.center h1 {
	font-size: 17px;
	color:#AAAAAA;
}

.right {
	float:right;
	width:20%;
}

.right form {
	background-image: url(../img/back_window.png);
}

.right form h2 {
	font-size:15px;
	color:#BBBBBB;
	margin-top:0px;
}

.bottom {
	width:100%;
	display:block;
}

.div__clear {
	clear:both;
}

.div_header_logo {
	margin-left:155px;
}

.header h1 {
	margin-left:25px;
}

img {
	border-style:none;
}

.error {
	color:#ae0000;
}

.warning {
	color:#ae5600;
}

.info {
	color:#2b266d;
}

.info h2, .warning h2, .error h2 {
	float:none !important;
	color:#333333 !important;
}

.info p, .warning p, .error p {
	float:none;
	margin-right:20px !important;
}

.div_header_logo {
	border-style:none;
}

.list_view {
	border-style:solid;
	border-color:#FFFFFF;
	border-width:2px;
}

.list_view th {
	background-color:#333333;
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-width:2px;
}

.list_view td {
	background-color:#DDDDDD;
	border-color:#FFFFFF;
	border-width:2px;
}

.list_view tr:hover>td {
	background-color:#FFFFFF;
	color:#333333;
}

.viewer_bottom td {
	background-color:#333333;
	color:#FFFFFF;
}

.viewer_bottom td:hover {
	background-color:#333333 !important;
	color:#FFFFFF !important;
}

.viewer_bottom td>a {
	color:#FFFFFF;
}

.list_viewer_menu td {
	background-color:#FFFFFF;
}

.message_box {
  z-index:10000;
}

.button_class {
	color:#FFFFFF;
	font-weight:bold;
	border-width:0px;
	border-color:#FFFFFF;
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
	padding:3px 5px;
}

h1 {
	font-size:15px;
	color:#2b266d;
	margin-top:20px;
}

table.sub_form {
	width:100%;
}

table.sub_form td {
	background-color:#DDDDDD;
}

table.sub_form {
	border-spacing: 0px;
	border-collapse: collapse; 
}

table.sub_filter td {
	padding:0px;
	margin:0px;
}

table.sub_filter {
	border-spacing: 0px;
	border-collapse: collapse; 
}

p.step {
	font-size:10px;
	background:none;
	float:right;
}

div.step {
	font-size:10px;
	background:none;
	float:right;
}

img.img_filter {
	position:absolute;
	top:120px;
	left:700px;
}

div.sub_doc {
	background-color:#EEEEEE;
	margin:10px 5px;
	border: 1px grey solid;
	padding:5px;
}

div.sub_doc > input[type="button"] {
	float:none !important;
}
