body 
{
	color: 			#115544;
	background-color:	#FFFFFF;
	margin-left:		32px;
	font-family:		sans-serif;
}


table 
{
	background-color: 	#efeeea;
	border:			1px;
	border-style:		solid;
	border-color:		#bcbcbc;
	border-collapse:	collapse;
	padding:		0px;
}


/* Links, OK, BACK...*/
A
{
  color:			#5c5c5c;
  text-decoration:		none
}

A:hover
{
  color:			#4f4f4f;
  text-decoration:		none
}
/* Links, OK, BACK... end*/

A.config
{
  color:			#5c5c5c;
  text-decoration:		none
}

A.config:hover
{
  color:			#4f4f4f;
  text-decoration:		none
}


/* Table Menue */
table.menu 
{
	border-style:		solid;
	font-size: 16px;
	color: white;
}


td
{
	border:			1px;
	border-style:		solid;
	border-color:		#bcbcbc;
	border-collapse:	collapse;
	padding:		0px;
}

td.menu:hover
{
	background-color: 		#4f4f4f;
	border-style:      		solid;
	padding:			3;
}

td.menu
{
	background-color: 		#5c5c5c;
	border-style:      		solid;
	padding:			3;
}
/* Table Menue end*/


/* list Roadwarriors, Networks Groups */
tr.list
{
	background-color: 		#efeeea;
}


tr.list_alternate
{
	background-color: 		#e9e7e1;
}


tr.list:hover
{
	background-color: 		#e2e0d8;
}


tr.list_alternate:hover
{
	background-color: 		#dbd9cf;
}



/* list Roadwarriors, Networks Groups "Network Access Permissions" */
tr.list_en
{
	background-color: 		#efeeea;
}


tr.list_en_alternate
{
	background-color: 		#e9e7e1;
}


tr.list_en:hover
{
	background-color: 		#e2e0d8;
}


tr.list_en_alternate:hover
{
	background-color: 		#dbd9cf;
}

/* list Roadwarriors, Networks Groups end */



/* Tolltip */
#tooltip {
	border : 1px solid #dca;
	border-width : 0px 1px 1px 0px;
	background-color : #eed;
	padding : 0;
}
#tooltip p {
	margin : 4px 8px 3px 8px;
	color : #b00;
	font-size : 11px;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Myriad, Arial;
}
/* Tolltip end */

#logo_top {
border:0;
margin-top:5px;
}




body#foot 
{
	margin-left:					32px;
	font-family:					sans-serif;
	font-size:					8pt;
	color:						#b3afa0;
	font-weight:					normal;
	font-style:					normal;
	font-stretch:					none;
	text-decoration:				none;
	text-transform:					none;
	letter-spacing:					0pt;
	background: #fff; 
}

#foot table {
	border:	none;
	background: transparent;
}

#foot TD
{
	caption-side: none;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 8px;
	empty-cells: collapse;
	border:	none;
}

#foot a:link { font: Arial; font-weight: normal; font-style: normal; font-size: 8pt; color: #b3afa0; text-decoration: none; }
#foot a:visited { font: Arial; font-weight: normal; font-style: normal; font-size: 8pt; color: #b3afa0; text-decoration: none; }
#foot a:hover { font: Arial; font-weight: normal; font-style: normal; font-size: 8pt; color: #40ab70; text-decoration: underline; }

