/* jaune d0ca9a , orange d0bb9a,rouge #cb6767 (#d09a9a) , vert #a6d09a */

		
/***********************/
/* START GLOBAL  */
/***********************/
*{
	margin:0px;
	padding:0px;
}

body
{
	background-color: #d0d0d0;
}

.search
{
	
}

a
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	/*text-decoration:underline;*/
	color:blue;
}
a:hover
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
/*	font-weight: bold;*/
	text-decoration:underline;
	color:red;
}
a:active
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	/*text-decoration:underline;*/
	color:blue;
}
a:visited
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	/*text-decoration:underline;*/
	color:blue;
}

img.button
{
	vertical-align:middle;
	border:0;
}
img:hover.button
{
	vertical-align:middle;
	border:0px  #D5D5D4 dotted;
}


.img
{
	position:relative;
	vertical-align:middle;
	/*padding-left:5px;*/
	border:0;
	
}


select
{
	min-width:150px;
}


.titleText
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
}

.title
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
}

.text
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
}


tr.titleRules
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
}

.error
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:red;
	text-align:center;
}

.notError
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:green;
}




/***********************/
/* END GLOBAL  */
/***********************/



/***********************/
/* START BOX LOGIN */
/***********************/

div#boxLogin
{
	position:absolute;
	top:40px;
     	left:35%;
	margin-top:30px;
	width:300px;
	min-height: 150px;
}
div#topLeftLogin
{
	float: left;
/* 	height:20px; */
/* 	width:9px; */
	background-repeat:no-repeat;
	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_left_green.gif);
}

div#topMiddleLogin
{
	height:20px;
	max-width:100%;
	overflow:hidden;
	background-repeat:repeat-x;
	text-align:center;
	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_middle_green.gif);
}
div#topRightLogin
{
	float: right;
	height:20px;
	width:9px;
	background-repeat:no-repeat;
	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_right_green.gif);
}


div#contentLogin
{
	color:#000000;
	border-width:1px;
	border-color:#5dd92f;
 	background-color:#ededed;
	border-style:dashed;
 	display:block;
	/*min-height: 150px;*/
/* 	max-width:150px; */
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	overflow:auto;
	text-align:left;

}

/***********************/
/* END BOX LOGIN */
/***********************/


/***********************/
/* START BOX LEFT */
/***********************/

div#box
{
	position:static;
	float: left;
	right:40px;
	width:80%;
	margin-top:30px;
}
div#topLeft
{
	float: left;
	/*margin-right: 1px;*/
	height:20px;
	width:8px;
	background-repeat:no-repeat;
	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_left_green.gif);
}
div#topMiddle
{
	height:20px;
	min-width:98%;
/* 	min-width:80%; */
	overflow:hidden;
	background-repeat:repeat-x;
	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_middle_green.gif);
	text-align:center;
}
div#topRight
{
	float: right;
	height:20px;
	width:9px;
/* 	min-width:80%; */
	background-repeat:no-repeat;
	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_right_green.gif);
}


div#content
{
	color:#000000;

	border-width:1px;
	border-color:#5dd92f;
 	background-color:#ededed;
	border-style:dashed;
	
/* 	display:block; */
	overflow:auto;

	/*min-height:700px;
	max-height:800px;
	*/
	height: 100%;
	max-height:850px;
	min-height:850px;
	width:100%;
/*	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;*/
}

/*
div {
min-height: 500px;
}
</style>

<!--[if lt IE 7]>
<style type="text/css">
div {
height: 500px;
}
</style>

<![endif]-->*/

/***********************/
/* END BOX LEFT */
/***********************/

/***********************/
/* START BOX RIGHT */
/***********************/
div#boxRight
{
	position:absolute;
	top:30px;
	right:0px;
	/* sfloat: right; */
	width:19%;
/*	margin-top:30px;*/
}
div#topLeftBoxRight
{
	float: left;
	/*margin-right: 1px;*/
	height:20px;
	width:8px;
	background-repeat:no-repeat;
	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_left_green.gif);
}
div#topMiddleBoxRight
{
	height:20px;
	max-width:100%;
	overflow:hidden;
	background-repeat:repeat-x;
	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_middle_green.gif);
	text-align:center;
}
div#topRightBoxRight
{
	float: right;
	height:20px;
	width:9px;
/* 	min-width:50%; */
	background-repeat:no-repeat;
	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_right_green.gif);
}


div#contentBoxRight
{
	color:#000000;
	border-width:1px;
	border-color:#5dd92f;
 	background-color:#ededed;
	border-style:dashed;
	height: 100%;
	max-height:850px;
	min-height:849px;
	height: 800px;
	overflow:auto;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

/*
div {
min-height: 500px;
}
</style>

<!--[if lt IE 7]>
<style type="text/css">
div {
height: 500px;
}
</style>

<![endif]-->*/

/***********************/
/* END BOX RIGHT */
/***********************/






/*
.title
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
}

.text
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
}

tr.textRules
{
	border-spacing:4px;
	font-size: 10px;
	
	background:#d0d0d0;
	color:#000000;
}*/




.logoTop
{
	background-image: url(../images/logo-fast-home.gif);
	background-repeat: no-repeat;
	height: 45px;
	position: absolute;
	width: 160px;
}


tr#line:hover
{
	background-color: red;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
}

#line
{
	background-color: blue;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
}

#line:hover
{
	background-color: red;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
}

/*
*	Start
*	Define print line
*/
div#order
{
	text-align:right;
}



/*
*	Stop
*	Define print line
*/

div#colRight
{
	float: right;
	width: 400px;
	
}

div#center
{
	margin-left: 170px;
	margin-right: 310px;
	
}

/***********************/
/* DEFAULT TABLE */
/***********************/

table
{
	padding:5px;
	border-width:0px;
/* 	border-color:#d0d0d0; */
/*  	background-color:#ededed; */
}
th
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	text-align:left;
}
tr
{
	
}
td
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;
}


/***********************/
/* END DEFAULT TABLE */
/***********************/

/***********************/
/* SHOW TABLE */
/***********************/

table.show
{
	padding:0px;
	border-width:0px;
	width:100%;
	border-color:#000000;
	
/*    	background-color:red; */
}
table.show th
{
	width:150px;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-align:left;
	padding:1px;
/*	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_middle_yellow.gif);"*/
	background-color:#d0d0d0;
}

table.show td
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;
	padding:1px;
	border-width:1px;
	border-color:#d0d0d0;
 	background-color:#ededed;
 	border-style:dotted;

}

table.show td.none
{
	padding:0px;
	background-color:#d0d0d0;
	border-style:dashed;
	height:5px;
}

/***********************/
/* END SHOW TABLE */
/***********************/

/***********************/
/* ALERT TABLE */
/***********************/

table.alert
{
	padding:0px;
	border-width:0px;
	width:100%;
	border-color:#000000;
}
table.alert th
{
	width:15%;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-align:left;
	padding:1px;
/*	background-image:url(https://mcmanagerteam.mailcleaner.net/images/box_top_middle_green.gif);"*/
	background-color:#d0d0d0;
}
table.alert td
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;
	padding:1px;
	border-width:1px;
	border-color:#f02f2f;
 	background-color:#ededed;
/* 	text-decoration:blink;*/
 	border-style:dotted;
}
/***********************/
/* END ALERT TABLE */
/***********************/



		

/***********************/
/* SHOW HOSTS TABLE */
/***********************/

table.showHost
{
	padding:5px;
	border-width:0px;
	width:100%;
	border-color:#000000;
}
table.showHost th
{
	width:15%;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-align:left;
	padding:1px;
	background-color:#d9e7d2;
}

table.showHost tr
{
	padding:10px;
}
table.showHost td
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;

	border-width:1px;
	border-color:#d0d0d0;
 	background-color:#ededed;
 	border-style:dotted;

}

table.showHost td.none
{
	padding:0px;
	background-color:#d0d0d0;
	border-style:dashed;
	height:5px;
}




table.showHostInactive
{
	padding:5px;
	border-width:0px;
	width:100%;
	border-color:#000000;
}
table.showHostInactive th
{
	width:15%;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-align:left;
	padding:1px;
	background-color:#d09a9a;
}

table.showHostInactive td
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;

	border-width:1px;
	border-color:#823535;
 	background-color:#ededed;
 	border-style:dotted;
}

table.showHostInactive td.none
{
	padding:0px;
	background-color:#d09a9a;
	/*border-style:dashed;*/
	height:5px;
}


/* for inactive host by line */
tr.showHostInactive
{
	/*padding:19px;*/
	background-color:red;
	border-style:dotted;
}
th.showHostInactive
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;

	border-width:1px;
	border-color:#823535;
 	background-color:#ededed;
}



/***********************/
/* END SHOW HOSTS TABLE */
/***********************/




/***********************/
/* DEFAULT TABLE FORM (CLASS field) */
/***********************/

table.field
{
	padding:5px;
	border-width:1px;
	border-color:#d0d0d0;
 	background-color:#ededed;
 	border-style:dotted;
}
table.field th
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	text-align:left;
}
table.field tr
{
	
}
table.field td
{
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
}

table.field .input
{
 	/*margin-left: 80%;*/
}

table.field .printInfo
{
	background-color: #d0d0d0;

}


/***********************/
/* END DEFAULT TABLE FORM */
/***********************/

/***********************/
/* SORT TABLE FOR SEARCH */
/***********************/

table.sort
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0;
	width:0px;
}

tr.sort
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0px;
	height:5px;
}

th.sort
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0px;
	height:100px;
}

td.sort
{
	border:0px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:5px;
}


/***********************/
/* END DEFAULT TABLE */
/***********************/



/***********************/
/* START TABLE ROWS */
/***********************/

table.rows
{
 	border:0px;
	width:100%;
}
table.rows th
{
	background-color: #d0d0d0;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	color:#000000;
	height:40px;
}

table.rows tr:hover>td
{
	background-color:#636363;
	color:#FFFFFF;
}

table.rows td
{
	background-color: #d0d0d0;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	width: 50px;
	text-align: left;
}

tr.rowsSelected:hover>td
{
	background-color: #636363;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	width: 50px;
	text-align: left;
	/*
	background-color:#d0d0d0;
	color:#000000;*/
}

td.rowsSelected
{
	background-color: #636363;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	width: 50px;
	text-align: left;
}

/*table.rows img.sortup*/
img.sortup
{
	float: right;
	clear: right;
	margin: 0px;
	padding-right:20px;
	height:10px;
	border:0;
}

/***************************/

tr.rows th
{
	background-color: #d0d0d0;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	color:#000000;
	height:40px;
}

tr.rows:hover>td
{
	background-color:#636363;
	color:#FFFFFF;
}

tr.rows td
{
	background-color: #d0d0d0;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	width: 50px;
	text-align: left;
}
tr.rowsOut td
{
	background-color: #d09a9a;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 10px;
	color:#000000;
	width: 50px;
	text-align: left;
}



/***********************/
/* END TABLE ROWS */
/***********************/



/***********************/
/* START TABLE ROWS BILLING*/
/***********************/
table.rowsBilling
{
 	border:0px;
	width:100%;
	background-color: #ededed;
	
}

.rowsBilling th
{
	background-color: #d0d0d0;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	color:#000000;
	height:40px;
	border:0px;
}


.rowsBilling
{
	background-color:#a6d09a;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
		border:0px;
	/*color:red;*/
	/*width: 130px;*/
	text-align: left;
}

.rowsBillingRed
{
	background-color:#d0a79a;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	/*color:red;*/
	/*width: 130px;*/
	text-align: left;
}
.rowsBillingRedOver
{
	background-color:#cb6767;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	/*color:red;*/
	/*width: 130px;*/
	text-align: left;
	/*text-decoration: blink;*/
}

.rowsBillingOrange
{
	background-color:#d0bb9a;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	/*color:red;*/
	/*width: 130px;*/
	text-align: left;
}

.rowsBillingYellow
{
	background-color:#d0ca9a;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	/*color:red;*/
	/*width: 130px;*/
	text-align: left;
}

tr.rowsBilling:hover>td
{
	background-color: #636363;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	/*width: 50px;*/
	text-align: left;
}


/***********************/
/* END TABLE ROWS BILLING*/
/***********************/

		
