body {
	margin:								0px;
	border:								0px;
	padding:							0px;
	font-size:10px;
}

h1 {
	background-image:			url(../design/flamme.png);
	background-repeat:		no-repeat;
	height:								22px;
	padding-left:					25px;
	font-size:						14px;
	border-bottom: 				4px solid #FF9900;
	background-position:	inherit;
	color:								#FF9900;
}

legend {
	font-weight:bold;
	padding: 0 3px 0 5px;
	color: #4F657F;
}

table.table_l1 {
    margin-top: 10px;
    width: 100%;
    height: 26px;
    font-size: 90%;
    border: 1px solid #d1cfcf;
    border-bottom: 0;
    background: url(../images/table_l1.png) 0 0 repeat-x;
    }
		
.article img, img.article
{
  margin-right:2px;
	vertical-align:middle;
}

    .table_l1 td {padding:4px 8px;}

.grid table {
    width: 100%;
    border: 1px solid #cbd3d4;
    border-bottom: none;}

.grid tr.headings {background:url(../images/table_l2.png) 0 0 repeat-x;}
.grid tr.headings th {
	color:#FFFFFF;
	text-align:left;
    border-width:1px;
    border-color:#f9f9f9 #d1cfcf #f9f9f9 #f9f9f9;
    border-style:solid;
    padding-top:1px;
    padding-bottom:2px;
    }
.grid tr.headings th.last { border-right:0; }
.grid tr.headings th.no-link {
    padding-top: 2px;
    padding-bottom: 1px;
    color: #fff;
    }
.grid tr.headings th a, .grid tr.headings th a:hover {
    display: block;
    padding: 2px 0px 1px 0px;
    color: #fff;
    text-decoration: none;
    text-indent: 5px;
    text-align: left;
    }
.grid tr.headings th a:hover {color:#DFE2FF;}
.grid th a.sort-arrow-desc, .grid th a.sort-arrow-asc {
    background: url(../images/sort_on_bg.png) no-repeat;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 95%;
    height: 15px;
    margin: -1px auto 0 auto;
    }

.grid tr.headings th a.sort-arrow-asc,
.grid tr.headings th a.sort-arrow-asc:hover,
.grid tr.headings th a.sort-arrow-desc,
.grid tr.headings  th a.sort-arrow-desc:hover {
    color: #000;
    text-align: left;
    text-decoration:none;
    }

.grid th .sort-arrow-desc span.sort-title,
.grid th .sort-arrow-asc span.sort-title {
    display: block;
    text-indent: 10px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    }

.grid tr.filter {background:#e3eff1; cursor:default;}
.grid tr.filter th {
    padding: 5px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #bdbdbd;
    white-space: normal;
    }

.grid tr.filter th.last {border-right:0;}
.grid tr.filter select {width:auto;}
.grid tr.filter .range div.range-line { margin-bottom:4px; width:150px;}
.grid tr.filter .range div.date { min-width:150px; }
.grid tr.filter .range input { width:50px; margin-bottom:-1px; margin-top:0; }
.grid tr.filter .range select { width:50px; margin-bottom:-1px; margin-top:0; }
*html .grid tr.filter .range input { width:30px;}
*html .grid tr.filter .range select { width:30px;}
.grid tr.filter .range .label { display:block; width:30px; float:left; padding-left:0px; }
.grid tr.filter .date img { width:15px; height:15px; cursor:pointer; vertical-align:middle; padding-left:5px; }
.grid th span.sort-title { display:block; padding:3px 12px 4px 0; line-height:1em; }

.grid .head-massaction select { width: 50px !important; }

.grid th {white-space:nowrap;}
.grid td {padding:2px 4px;}

.grid table td {border-width:0 1px 1px 0; border-color:#dadfe0; border-style:solid;}
.grid table td.last {border-right:0;}

.grid tr.first {background:#f6f6f6;}
.grid tr.second {background:#fff;}
.grid tr.checked {background:#E3EFF1;}
.grid .tablist tr:hover {background:#DDDDDD;}
.grid .tablist tr.marked {background:#FFFDC2;}
.grid .tablist tr.checked:hover {background:#E3EFF1;}

button, .button, .add {
    margin: 0;
    padding: 0 7px 1px 7px;
    cursor: pointer;
    line-height: 21px;
    height: 21px;
    color: #fff;
    width: auto;
    font: bold 12px tahoma, helvetica, sans-serif;
    text-align: left;
    text-indent: 0px;
    text-decoration: none;
    border-top: 1px solid #ff6600;
    border-left: 1px solid #ff6600;
    border-right: 1px solid #A04300;
    border-bottom: 1px solid #A04300;
    background: url(../images/accountix/nav_button.png) repeat-x;
    overflow: visible;}

    .back {
        background-color:#FFFFFF;text-indent: 0px;
        background-image:url(../images/btn_back_bg.gif);
        border-color:#CCCCCC rgb(170, 170, 170) rgb(170, 170, 170) rgb(204, 204, 204);
        color:#555555;}

	.order {padding: 0 4px 1px 4px;}

    *+html .add {padding:0 5px 1px 0px;display:none;} /* IE7 FIX */
    *html .add {padding:0 5px 1px 0px;} /* IE6 FIX */

    button:hover, .button:hover, .add:hover {
        background-position: 0 -19px;}
