﻿        
    body {
		font:12px "Segoe UI", Arial;
	    color: #E0E0E0;
    	margin: 0;
        border: 0;
		background-color:#000000;
    }

  	tbody {
		font:12px "Segoe UI", Arial;
	    color: #E0E0E0;

	}
	
	.MainText {

		font:12px/20px "Segoe UI", Arial;
	}

	.TextAdBanenr {
		font:10px "Tahoma", Arial;
		font-weight: bold;
		color: #E0E0E0;
	}


	.noborder {
		border-width: 0px;
	}
	
	.AccentText
	{
		color: #7e9dc1;
	}


   	A, A:link, A:active, A:visited {
            color: #7e9dc1;
            text-align: left;
            text-decoration:underline;
        }
	A:hover {
			color: #517595;
            text-decoration:underline;
        }

/* classes for div/table alignment */

    .center { margin-left: auto; margin-right:auto; }
    .right  { margin-left: auto; margin-right: 0;}
    .left   { margin-right: auto; margin-left: 0; }
    
/* classes for text alignment */
    
    .alignLeft    { text-align:left; }
    .alignRight   { text-align:right; }
    .alignCenter  { text-align:center; }
   
    .alignTop       { vertical-align:top; }
    .alignMiddle    { vertical-align:middle; }
    .alignBottom    { vertical-align:bottom; }
    
    
    
.FooterLink {
	font: normal 12px Arial;
	color: #7e9dc1;
}

a:link.FooterLink, a:active.FooterLink, a:visited.FooterLink  {
	color: #7e9dc1;
	font: normal 12px Arial;
	text-decoration: none; 
	border-bottom: 0px dotted #7e9dc1;
}

a:hover.FooterLink {
	color: #C0C0C0;
	font: normal 12px Arial;
	text-decoration: none; 
	border-bottom: 1px dotted #7e9dc1;
}


 
.BlendedLink {
	font:12px "Segoe UI",Arial,sans-serif;
	color: #E0E0E0;
}

a:link.BlendedLink, a:active.BlendedLink, a:visited.BlendedLink{
	font:12px "Segoe UI",Arial,sans-serif;
	color: #E0E0E0;
	text-decoration: none; 
	border-bottom: 0px dotted #7e9dc1;
}

a:hover.BlendedLink {
	color: #7e9dc1;
	font:12px "Segoe UI",Arial,sans-serif;
	text-decoration: none; 
	border-bottom: 1px dotted #7e9dc1;
}

.BlendedListLink {
	font:12px/20px "Segoe UI",Arial,sans-serif;
	color: #E0E0E0;
}

a:link.BlendedListLink, a:active.BlendedListLink, a:visited.BlendedListLink{
	font:12px/20px "Segoe UI",Arial,sans-serif;
	color: #E0E0E0;
	text-decoration: none; 
	border-bottom: 0px dotted #7e9dc1;
}

a:hover.BlendedListLink{
	color: #7e9dc1;
	font:12px/20px "Segoe UI",Arial,sans-serif;
	text-decoration: none; 
	border-bottom: 1px dotted #7e9dc1;
}

/* for main technical pages */

.GenericConsoleLeft
{
	background: #090909 url('../images/bgVstripe.gif') repeat-y right top;
	width:584px;
	vertical-align:top; 
	border-top: 1px solid #3c5d76;
}

.GenericConsoleRight
{
	background: #090909;
	width:385px;
	vertical-align:top; 
	border-top: 1px solid #3c5d76;
}


