body#cdp {
	font-family: Arial;
	font-size: 90%;
	min-width: 70em;
	margin: 0 8px 8px 8px;
}

strong{
	font-weight: bold;
}

button{
	margin: 5px;	
}

table{
	border-collapse: collapse;	
}

a{
	color: #FF6600;
}

/*----------------------------*/
/*---------- HEADER ----------*/
/*----------------------------*/
.site .containerHeader{
	width: 100%;
}

.header{
	width: 100%;
}

.header div.imgcatfront{
	background-image: url("../images/imgcatfront.img");
    background-position: left center;
    background-repeat: no-repeat;
	height: 200px;
	width: 750px;
	margin: 10px;
	display: inline-block;
	*display:inline; zoom:1;
	vertical-align: middle;
}

.header h1{
	display: inline-block;
	*display:inline; zoom:1;
	font-family: Verdana;
	margin: 0 0 0 5%;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	vertical-align: middle;
}

.header div.img{
	display: inline-block;
	*display:inline; zoom:1;
	width: 100px;
	height: 50px;
	margin: 10px;
	text-align: right;
	vertical-align: middle;
	float: right;
	background-color: #eee;
}

.header div.img img{
}
/*----------------------------*/
/*-------- FIN HEADER --------*/
/*----------------------------*/


/*----------------------------*/
/*------- TAB HEADER ---------*/
/*----------------------------*/
.tabHeader ul{
	padding: 0;
	margin: 0 0 0 -3px;
}

.tabHeader ul li{
	display: inline-block;
	*display:inline; zoom:1;
	margin: 0 5px;
}

.tabHeader ul li.active{
	background-color: #F8ECDF;
    background-image: url("../images/tabCenter.gif");
    background-position: center top;
    background-repeat: repeat-x;
	height:30px;
	position: relative;
	z-index: 2;
}

.tabHeader ul li.active div {
	background-image: url(../images/tabLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	right: 2px;
	height:30px;
}

.tabHeader ul li.active a{
	background-image: url("../images/tabRight.gif");
    background-position: right top;
    background-repeat: no-repeat;
	position: relative;
	left: 6px;
	padding-right: 6px;
	font-weight: bold;
}

.tabHeader a{
	display: inline-block;
	*display:inline; zoom:1;
	color: #FF6600;
	font-size: 1em;
    font-weight: normal;
	text-decoration: none;
	vertical-align: bottom;
	line-height: 30px;
	height: 30px;
}

.tabHeader a:hover{
	text-decoration: underline;
}

/*----------------------------*/
/*----- FIN TAB HEADER -------*/
/*----------------------------*/


/*----------------------------*/
/*---------- FOOTER ----------*/
/*----------------------------*/
.site .containerFooter{
	border-top: 2px solid #F56600;
	clear: both;
	width:100%;
}

.footer {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.footer .aide {
	display: inline-block;
	*display:inline; zoom:1;
	text-align: left;
	width: 15%;
}

.footer .contact {
	display: inline-block;
	*display:inline; zoom:1;
	text-align: center;
	width: 15%;
}

.footer .liens {
	display: inline-block;
	*display:inline; zoom:1;
	text-align: right;
	width: 15%;
}

.footer a{
	color: #000;
}

.footer a:hover {
	color: #FF6600;
}
/*----------------------------*/
/*------- FIN FOOTER ---------*/
/*----------------------------*/

/*----------------------------*/
/*---------- CONTENT ---------*/
/*----------------------------*/

.tabContent{
	border: 1px solid #BBBBBB;
	margin: 0 0 15px 0;
	position: relative;
	bottom: 1px;
	z-index: 1;
	padding: 10px 5px 5px 5px;
	font-size: 90%;
}

/*----------------------------*/
/*-------- FIN CONTENT -------*/
/*----------------------------*/


/*----------------------------*/
/*--------- IT PAGES ---------*/
/*----------------------------*/
.tabContent .itPanel{
	display: inline-block;
	*display:inline; zoom:1;	
}

.tabContent .itTable{
	width: 65em;
}

.tabContent .itButton{
	display: inline-block;
	*display:inline; zoom:1;
	text-align: center;
	width: 10em;
	vertical-align: top;
}


/*----- IT TABLE -----*/
.tabContent .itTable tr:hover{
	background-color: #eeeeee;	
}

.tabContent .itTable tr.selected{
	background-color: #FFaa44;
}

.tabContent .itTable tr.selected:hover{
	background-color: #FFaa44;
}

.tabContent .itTable th, .tabContent .itTable td{
	text-align: center;
	border: 1px solid #dddddd;
	padding: 0 3px 2px 3px;
}

.tabContent .itTable th{
	font-weight: bold;
	background-color: #F7F2E0;
}
/*------- ARTICLE TREE --------*/
.tabContent .articlePanel{
	background-color: #F7F2E0;
	padding: 5px;
	margin: 10px 0;
}

.tabContent .articlePanel h3{
	margin-bottom: 5px;
	font-weight: bold;	
}

.tabContent .articleTree{
	background-color: #FFFFFF;
	margin: 0 0 5px;
}

.tabContent .articleTree table.wicket-tree-content{
	width: 100%;	
}

.tabContent .articleTree table.wicket-tree-content td.presentation{
	padding: 3px 5px 3px 15px;
}

.tabContent .articleTree table.wicket-tree-content td{
    vertical-align: top;
}

.tabContent .articleTree table.wicket-tree-content td.content{
    vertical-align: middle;
}

.tabContent .articleTree table.wicket-tree-content td.half-line {
    background-position: -72px -991px;
}

.tabContent .articleTree table.wicket-tree-content p{
	font-style: italic;
}

.tabContent .articleTree table.wicket-tree-content td > span span{
	font-style: normal;
	margin-left: 5px;
	line-height: 16px;
}

div.liens{
	margin: 5px;
}

div.liens > span{
	vertical-align: top;
}

div.liens ul{
	padding-left: 25px;
	display: inline-block;
    *display:inline; zoom:1;
}

div.liens ul li{
	list-style-image: url("../images/arrowRightSmall.gif");
}

div.liens ul li img{
	vertical-align: text-bottom;
}

div.liens ul li a{
	text-decoration: none;
	color: #000;
}

div.liens ul li a:hover span{
	color: #FF5500;
	text-decoration: underline;
}

.tabContent .articleTree table.wicket-tree-content table.icon-panel{
	*table-layout:fixed;
}

.tabContent .articleTree table.wicket-tree-content table.icon-panel td.content > span {
	margin-right: 0.4em;
}

.tabContent .articleTree table.wicket-tree-content table.icon-panel td.content > span:hover {
    cursor: pointer;
}

.tabContent .articleTree table.wicket-tree-content table.icon-panel td.iconLink{
	*width: 20px;
}

.tabContent .articleTree table.wicket-tree-content table.icon-panel tr.description td.content > span:hover,
.tabContent .articleTree.non-selectionnable table.wicket-tree-content table.icon-panel td.content > span:hover{
    text-decoration: none;
    cursor: default;
}

.tabContent .articleTree table.wicket-tree-content table.icon-panel tr.description img.icon,
.tabContent .articleTree.non-selectionnable table.wicket-tree-content table.icon-panel img.icon {
    cursor: default;
}

.tabContent .articleTree.non-selectionnable table.wicket-tree-content table.icon-panel{
    cursor: default;
}

.tabContent .articleTree.non-selectionnable table.wicket-tree-content.selected {
    background-color: transparent;
    font-weight: normal;
}
.tabContent .articleTree.non-selectionnable table.wicket-tree-content.selected .content {
    font-weight: normal;
}

.tabContent .articleTree table.icon-panel td.indent{
	background-image: url("../app/resources/org.apache.wicket.markup.html.tree.BaseTree/res/base-tree-images.png");
    background-position: -64px -991px;
    background-repeat: no-repeat;
    display: inline-block;
    *display:inline; zoom:1;
    height: 17px;
    width: 8px;
}

.tabContent .articleTree table.icon-panel td.content > span{

}

.tabContent .articleTree table.icon-panel a.historiqueLink{
	background: url("../images/modifier-s-exclamation.link.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	margin-left: -4px;
	padding: 0;
    vertical-align: text-bottom;
    display: inline-block;
    *display:inline; zoom:1;
}

.tabContent .articleTree table.icon-panel a.syntheseLink{
	background: url("../images/icon-pdf.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	margin-left: -4px;
	padding: 0;
    vertical-align: text-bottom;
    display: inline-block;
    *display:inline; zoom:1;
}


.tabContent .articleTree table.icon-panel a.itLink{
	background: url("../images/icon-m-file.link.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	margin-left: -7px;
	padding: 0;
    vertical-align: text-bottom;
    display: inline-block;
    *display:inline; zoom:1;
}

.tabContent .articleTree table.icon-panel a.externalLink{
	background: url("../images/arrowLink.gif") no-repeat scroll 0 0 transparent;
	height: 12px;
	width: 12px;
	margin-left: 7px;
	padding: 0;
    vertical-align: bottom;
    display: inline-block;
    *display:inline; zoom:1;
}

.tabContent span.wicket-ajax-indicator {
	position: fixed;
	left: 5px;
	top: 5px;
	background-color: #E0E8FF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	opacity: 0.85;
	font-weight: bold;
}

.tabContent span.wicket-ajax-indicator span {
	vertical-align: text-top;
	margin-right: 3px;
}

div.tarifs{
	margin: 5px 0 10px 0;
}

div.tarifs table{
	margin: 5px 0 5px 0;
	border-collapse: collapse;
	max-width: 100%;
}

div.tarifs table td, div.tarifs table th{
	padding: 2px 3px;
	border: 1px solid #CCC;
}

div.tarifs table th:first-child{
	border-top: none;
	border-left: none;
}

div.tarifs table th{
	font-weight: bold;	
}

table.historique{
	width: 100%;
}

table.historique > tbody > tr > td {
	padding: 5px;
	vertical-align: top;
}

table.historique > tbody > tr.even > td {
	background-color: #eee;
}

table.historique div.tarifs table th,
table.historique div.tarifs table td{
	background-color: #fff;
}

table.historique div.tarifs table th:first-child{
	background-color: transparent;
}

.tabContent .articleTree div.description-categorie{
	margin: 3px 0;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.tabContent .articleTree div.description-categorie p{
	font-style: normal;
	white-space: pre-wrap;
}

.tabContent .articleTree table.icon-panel tr.categorie td.content span.content{
	color: #F50;
}

.tabContent .articleTree table.icon-panel tr.categorie td.content span.content:hover{
	text-decoration: underline;
}

/*----- DRAG -----*/
.tabContent .articleTree.drag table.wicket-tree-content table.icon-panel tr.draggable{
	cursor: move;	
}

.tabContent .articleTree.drag table.wicket-tree-content table.icon-panel tr.draggable td.content > span:hover {
    cursor: inherit;
}

.tabContent .articleTree.drag table.wicket-tree-content table.icon-panel tr.draggable img.icon {
    cursor: inherit;
}

#dnd .yui3-dd-drop-active-valid {
    background-color: #EEEEEE;
}

#dnd .yui3-dd-drop-active-valid.yui3-dd-drop-over {
    background-color: #009933;
}

#dnd .yui3-dd-dragging {
    background-color: #FF6600;
}

/* ------ FORM -------*/
form{
	margin: 10px;	
}

form input[readonly]{
	background-color: #EEEEEE;
}

form textarea[readonly]{
	background-color: #EEEEEE;
}

form textarea{
	max-width: 60em;
	max-height: 10em;	
}

form label{
	margin: 0 2px 0 2px;
    padding: 0.35em 0.625em 0.75em;
    display: inline-block;
	*display:inline; zoom:1;
	width: 120px;
	vertical-align: top;
	text-align: right;
}

form div.spacer{
	display: inline-block;
	*display:inline; zoom:1;
	width: 100px;
}

form fieldset{
	display: inline-block;	
	*display:inline; zoom:1;
	margin-left: 2px;
    margin-right: 0;
    padding: 0.35em 0.625em 0.75em;
}

form fieldset label{
	margin: 0 2px 16px 0;
	padding: 0 0.625em 0 0;	
}

form fieldset.radio{

}

form fieldset.fieldSetSaisieTarif {
	border-style: none;
	border: 2px solid #FF6600;
	padding: 0.35em 0.1em 0.75em;
}

fieldset.fieldSetSaisieTarif .tvalabel {
}	

fieldset.fieldSetSaisieTarif .descriptionlabel {
}	

fieldset.fieldSetSaisieTarif .nbColPrixlabel {
}	


form fieldset.radio label{
	width: 60px;
}

form fieldset.radio input{
	margin-right: 50px;
	vertical-align: text-bottom;	
}

form div.articles{
	display: inline-block;	
	*display:inline; zoom:1;
	vertical-align: top;
}

form div.articles label{
	width: auto;
}

form div.articles ul{
	display: inline-block;	
	*display:inline; zoom:1;
	margin: 5px 10px;
}

form div.articles ul li{
	list-style-image: url("../images/arrowRightSmall.gif");
}

form div.articles ul li img{
	vertical-align: text-bottom;
}

form div.buttons{
	text-align: center;
	margin-top: 10px;	
}

ul.feedbackPanel{
	background: url("../images/logoInformation.jpg") no-repeat scroll left center transparent;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    margin: 10px;
    min-height: 49px;
    padding: 5px 0 5px 78px;
}
.feedbackError ul.feedbackPanel{
	background: url("../images/logoWarning.jpg") no-repeat scroll left center transparent;
    border: 1px solid #FF6600;
}

ul.feedbackPanel li.feedbackPanelERROR{
	
}

/* ARTICLE LIENS */
form div.articles ul li a.supprimer{
	background: url("../images/btnDelete.gif") no-repeat scroll 0 0 transparent;
	display: inline-block;	
	*display:inline; zoom:1;
	width: 16px;
	height: 16px;
}

form div.articleLiens label {
	width: 155px;
}

form div.articleLiens ul {
	display: inline-block;	
	*display:inline; zoom:1;
	margin-top: 0;
	vertical-align: top;
}

form div.articleLiens button{
	vertical-align: top;
}

form div.articleLiens fieldset{
	padding-top: 0;
}

form div.articleLiens fieldset div{
	display: inline-block;	
	*display:inline; zoom:1;
}

form div.articleLiens fieldset div label{
	width: auto;
}

fieldset.parametre  form label{
	width: 300px;
}

h2.parametres{
	font-size: 14px;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}

/* RECHERCHE */

div.recherche {
	border-top: 10px solid #F7F2E0;
	border-bottom: 10px solid #F7F2E0;
	border-right: 5px solid #F7F2E0;
	border-left: 5px solid #F7F2E0;
	padding: 10px 5px;
}

form.recherche {
	margin: 0;
	display: inline-block;	
	*display:inline; zoom:1;
	vertical-align: top;
}

form.recherche fieldset {
	vertical-align: top;
	padding: 0;
	margin-top: 3px;
}

form.recherche fieldset label{
	width: 145px;
	vertical-align: baseline;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

form.recherche div.buttons{
	display: inline-block;	
	*display:inline; zoom:1;
	margin-top: 0;
}

div.recherche div.results{
	display: inline-block;	
	*display:inline; zoom:1;
	margin-left: 30px;
	overflow-x:hidden;
	overflow-y:auto;
	height: 180px;
	width:700px;
}

div.recherche div.results ul li{
	list-style-image: url("../images/arrowRightSmall.gif");
}

div.recherche div.results ul li a{
	text-decoration: none;
	color: #000;
}

div.recherche div.results ul li a:hover span{
	color: #FF5500;
	text-decoration: underline;
}

div.recherche div.results ul li img{
	vertical-align: text-bottom;
}

/*----------------------------*/
/*------- FIN IT PAGES -------*/
/*----------------------------*/

/*---------------------------------*/
/*--------- SYNTHESEPAGES ---------*/
/*---------------------------------*/

.tabContent .articlePanelSynthese {
	display: inline-block;
	*display:inline; zoom:1;
	width: 60em;	
}

.tabContent .itPanelSynthese .itTable {
	min-width: 75em;
}

.tabContent .syntheseButton{
	display: inline-block;
	*display:inline; zoom:1;
	text-align: center;
	width: 10em;
	vertical-align: top;
	padding-top: 10px;
}


/*---------------------------------------*/
/*--------- ArticleArchive PAGE ---------*/
/*---------------------------------------*/
.tabContent .articleArchivePanel{
	display: inline-block;
	*display:inline; zoom:1;	
}

.tabContent .articleArchiveTable{	
	width: 65em;
}

.tabContent .articleArchiveButton{
	display: inline-block;
	*display:inline; zoom:1;
	text-align: center;
	width: 10em;
	vertical-align: top;
}
/*----- articleArchive TABLE -----*/
.tabContent .articleArchiveTable tr:hover{
	background-color: #eeeeee;	
}

.tabContent .articleArchiveTable tr.selected{
	background-color: #FFaa44;
}

.tabContent .articleArchiveTable tr.selected:hover{
	background-color: #FFaa44;
}

.tabContent .articleArchiveTable th, .tabContent .articleArchiveTable td{
	text-align: center;
	border: 1px solid #dddddd;
	padding: 0 3px 2px 3px;
}

.tabContent .articleArchiveTable th{
	font-weight: bold;
	background-color: #F7F2E0;
}


/*---------------------------------------*/
/*--------- Administration  ---------*/
/*---------------------------------------*/


.menuadministration {
	width:25%;
	font-family: Arial;
	font-size: 90%;	
}
	
.yui3-menuitem-content {
	line-height:2;
}	

/*---------------------------------------*/
/*--------- execution it panel	---------*/
/*---------------------------------------*/
.tabContent .administrationItPanel {
	padding: 30px 0 0 0;	
	display: inline-block;
	*display:inline; zoom:1;	
}

.tabContent .executionIT{
}

.tabContent .executionITTable{
	width: 65em;
	float:left;
}

.tabContent .executionITTableButton{
	display: inline-block;	
	text-align: center;
	width: 10em;
	vertical-align: top;
}


/*----- executeITTable TABLE -----*/
.tabContent .executionITTable tr:hover{
	background-color: #eeeeee;	
}

.tabContent .executionITTable tr.selected{
	background-color: #FFaa44;
}

.tabContent .executionITTable tr.selected:hover{
	background-color: #FFaa44;
}

.tabContent .executionITTable th, .tabContent .executionITTable td{
	text-align: center;
	border: 1px solid #dddddd;
	padding: 0 3px 2px 3px;
}

.tabContent .executionITTable th{
	font-weight: bold;
	background-color: #F7F2E0;
}


/*---------------------------------------*/
/*--------- TVA Panel			---------*/
/*---------------------------------------*/
.tabContent .administrationTvaPanel{
	padding: 30px 0 0 0;
	display: inline-block;
	*display:inline; zoom:1;	
}

.tabContent .tvaTable{
	width: 75em;
}

/*----- tva TABLE -----*/
.tabContent .tvaTable tr:hover{
	background-color: #eeeeee;	
}

.tabContent .tvaTable tr.selected{
	background-color: #FFaa44;
}

.tabContent .tvaTable tr.selected:hover{
	background-color: #FFaa44;
}

.tabContent .tvaTable th, .tabContent .tvaTable td{
	text-align: center;
	border: 1px solid #dddddd;
	padding: 0 3px 2px 3px;
}

.tabContent .tvaTable th{
	font-weight: bold;
	background-color: #F7F2E0;
}

.tabContent .tvaButton{
	text-align: center;	
}


/*---------------------------------------*/
/*--------- Unite De Prix Panel	---------*/
/*---------------------------------------*/
.tabContent .administrationUDPPanel{
	padding: 30px 0 0 0;
	display: inline-block;
	*display:inline; zoom:1;	
}

.tabContent .udpTable{
	width: 75em;
}

/*----- tva TABLE -----*/
.tabContent .udpTable tr:hover{
	background-color: #eeeeee;	
}

.tabContent .udpTable tr.selected{
	background-color: #FFaa44;
}

.tabContent .udpTable tr.selected:hover{
	background-color: #FFaa44;
}

.tabContent .udpTable th, .tabContent .udpTable td{
	text-align: center;
	border: 1px solid #dddddd;
	padding: 0 3px 2px 3px;
}

.tabContent .udpTable th{
	font-weight: bold;
	background-color: #F7F2E0;
}


.tabContent .udpButton{
	text-align: center;	
}



/*---------------------------------*/
/*           Boutons               */
/*---------------------------------*/
button.button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	text-indent: 0px;
	margin:0;
	overflow:visible;
	white-space:nowrap;
}

button.button[disabled] {
	cursor: default;
	color: #fff;	
}

.buttonMid, .buttonMidDisabled, .buttonMidWhite {
	background-image: url(../images/buttonMid.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 26px;
	line-height: 26px;
	display:inline-block;
	padding-left: 10px;
    padding-right: 10px;
}

.buttonLeft, .buttonLeftDisabled, .buttonLeftWhite {
	background-image: url(../images/buttonLeft.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	display:inline-block;
	padding-left: 3px;
}

.buttonRight, .buttonRightDisabled, .buttonRightWhite {
	background-image: url(../images/buttonRight.png);
	background-repeat: no-repeat;
	background-position: right center;
	display:inline-block;
	height: 26px;
	padding-right:4px;
}

.buttonMidDisabled{
	background-image: url(../images/buttonMidDisabled.png);
}
.buttonLeftDisabled{
	background-image: url(../images/buttonLeftDisabled.png);
}
.buttonRightDisabled{
	background-image: url(../images/buttonRightDisabled.png);
}

.buttonMidWhite {
	background-image: url(../images/buttonMidWhite.png);
    color: #000;
}

.buttonLeftWhite {
	background-image: url(../images/buttonLeftWhite.png);
	padding-left: 2px;
}

.buttonRightWhite {
	background-image: url(../images/buttonRightWhite.png);
	padding-right:3px;
	margin-left:-1px;
}

.buttonBack {
	background-image: url(../images/arrowBack.png);
	background-repeat: no-repeat;
	display: inline-block;
    height: 12px;
    margin-bottom: -1px;
    margin-right: 4px;
    width: 12px;
}

/*---------------------------------*/
/*         Fin Boutons             */
/*---------------------------------*/

/* MODALE */
div.wicket-modal ul{
	padding-left: 25px;
    margin: 10px;
}

div.wicket-modal ul li{
	list-style-image: url("../images/arrowRightSmall.gif");
}

div.wicket-modal ul li img{
	vertical-align: text-bottom;
}

div.wicket-modal div div.w_caption{
	height: 21px;
}

div.wicket-modal div span.w_captionText{
	position: static;
	padding-right: 20px;
}

div.wicket-modal div.w_content_2 div.w_content_3{
	border: none;
}

div.wicket-modal div.w_content_container{
	padding: 15px;
}

/*-----------------------------------------------*/
/*----------- PAGINATION + TRI-------------------*/
/*-----------------------------------------------*/

.pagination {
	margin:0;
	padding:0;
	text-align:right;
}
.pagination li {
	display:inline-block;
	*display:inline; zoom: 1;
	list-style:none;
	text-align: center;
}
.pagination li.previous {
	margin-right:.3em;
}
.pagination li.next {
	margin-left:.3em;
}
.pagination li a,
.pagination li span em span {
	display:inline-block;
	*display:inline; zoom: 1;
	min-width:1em;
	min-height:1.2em;
	padding:.1em .2em;
	font-size:.83em;
	text-decoration:none;
	background:#EEE;
	border:1px solid #CCC;
	vertical-align: middle;
}
.pagination li a:hover,
.pagination li a:focus {
	color:#FFF;
	background:#000;
}
.pagination li span em span {
	color:#F50;
	font-weight:bold;
	background:#FFF;
	font-style: normal;
}
.pagination li.first a,
.pagination li.previous a,
.pagination li.next a,
.pagination li.last a {
	vertical-align:middle;
	background-position:center center;
	background-repeat:no-repeat;
}

.pagination li.first a			{background-image:url("../images/goto-m-orange-w.png");}
.pagination li.previous a		{background-image:url("../images/triangle-m-orange-w.png");}
.pagination li.next a			{background-image:url("../images/triangle-m-orange-e.png");}
.pagination li.last a			{background-image:url("../images/goto-m-orange-e.png");}

.pagination li.first a:hover		{background-image:url("../images/goto-m-white-w.png");}
.pagination li.previous a:hover		{background-image:url("../images/triangle-m-white-w.png");}
.pagination li.next a:hover			{background-image:url("../images/triangle-m-white-e.png");}
.pagination li.last a:hover			{background-image:url("../images/goto-m-white-e.png");}

.pagination li.first a:focus		{background-image:url("../images/goto-m-white-w.png");}
.pagination li.previous a:focus		{background-image:url("../images/triangle-m-white-w.png");}
.pagination li.next a:focus			{background-image:url("../images/triangle-m-white-e.png");}
.pagination li.last a:focus			{background-image:url("../images/goto-m-white-e.png");}

table th span,
table th a{
	display: block;
	padding-left: 3px;
    padding-right: 3px;
}

.wicket_orderUp a,
.wicket_orderDown a,
.wicket_orderNone a {
	text-decoration: none;
}

.wicket_orderUp a,
.wicket_orderDown a{
	color: #FFFFFF;
}

.wicket_orderUp a:hover,
.wicket_orderDown a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.wicket_orderNone a:hover{
	text-decoration: underline;	
}

.wicket_orderUp a{
	background: #000000 url("../images/triangle-m-white-s.png") right center no-repeat;	
}

.wicket_orderDown a{
	background: #000000 url("../images/triangle-m-white-n.png") right center no-repeat;	
}

.wicket_orderNone a{
	background: transparent url("../images/triangle-m-gray-s.png") right center no-repeat;	
}

.tabContent table th.wicket_orderUp,
.tabContent table th.wicket_orderDown{
	background-color: #000000;
}