a#redl           { text-decoration: none; color:red; border:0;  }
a#redl:active    { text-decoration: none; color:red; border:0;  }
a#redl:link      { text-decoration: none; color:red; border:0;  }
a#redl:visited   { text-decoration: none; color:red; border:0;  }
a#redl:hover     { text-decoration: none; color:blue; border:0; }

a#blackl           { text-decoration: none; color:black; border:0;cursor:pointer; }
a#blackl:active    { text-decoration: none; color:black; border:0;cursor:pointer; }
a#blackl:link      { text-decoration: none; color:black; border:0;cursor:pointer; }
a#blackl:visited   { text-decoration: none; color:black; border:0;cursor:pointer; }
a#blackl:hover     { text-decoration: none; color:red; border:0;cursor:pointer; font-weight: bold ; }
	
a#bluel 	  { text-decoration: none; color:blue  }
a#bluel:active	  { text-decoration: none; color:blue  }
a#bluel:link	  { text-decoration: none; color:blue  }
a#bluel:visited   { text-decoration: none; color:blue  }
a#bluel:hover     { text-decoration: none; color:red }

.mydisplaydiv1
        {
        width:600px;
        height:75px;
        position:absolute;
        left:175px ;
        top: 220px ;
        padding:2px ;
        margin:2px ;
        text-align:center;
        border:0px solid blue;
        background:transparent ;
        z-index:5000;
        }

input	{
	background:white;
	border:1px solid #111111 ;
	padding:1px;
	margin:1px;
	}

td#tdbigtitle      {
                font-family:sans-serif;
                font-size:16px;
                color:black;
                font-weight:bold;
                border: solid brown 1px;
                background: url( "images/background_silver.jpg" );
                padding:4px;
                }

td#tdtitle      {
                font-family:sans-serif;
                font-size:9pt;
                font-weight:bold;
		color:white;
                border: solid tan 1px;
                background-color:antiquewhite;
                padding:4px;
		width:160px;
                }

td#tddata       {
                border: solid brown 1px;
                empty-cells:show;
                font-size:9pt;
		}


td	{
	font-family: arial, sans-serif;
	font-size: 14px ;
	}

p	{
	font-family:arial,sans-serif;
	font-size: 11px;
	}

h1	{
	font-family: sans-serif;
	font-size: 18px;
	}

h2	{
	font-family: sans-serif;
	font-size: 16px;
	}

div#adbar	{
		width:100% ;
		position: absolute ;
		right:0;
		top: 10 ;
		z-index:6000;
		}

.logobox 	{
		position:absolute; 
		left:40px; 
		top:40px; 
		padding:0px; 
		margin:0px; 
		z-index:200; 
		border:0px solid blue ; 
		}

.loginbox     	
	{
	position:absolute; 
	left:260 ; 
	top:155;
	z-index:9000 ;
	background: transparent;
	cursor:pointer;
        font: 10px helvetica, arial, sans-serif ;
	border: 0;
	}


.menubox 	{
		border:0 solid blue ; 
		position:absolute; 
		left:50px; 
		top:200px;
		padding:2px; 
		margin:2px; 
		width:100px; 
		height:700px; 
		z-index:2000; 
		}

.advertising	{
		position:absolute;
		width:600px;
		height:50px;
		left:180;
		top: 210px ;
		margin: 0 auto;
		padding:2px ;
		background:transparent ;
		text-align:center;
		border:1px solid blue;
		z-index:5000;
		}

.displaybox
	{
	border: transparent ;
	position:absolute ;
	left:180px ; 
	top:200px ; 
        padding: 2px ;
        margin: 0 auto ;
        font: 14px helvetica, arial, sans-serif ;
	z-index:5000 ;
	
	}

.forgotbox     	
	{
	width:200px;
	position:absolute; 
	left:570 ; 
	top:110; 
	z-index:2000 ;
	background: transparent;
	color:lime ;
	cursor:pointer;
        font: 9px norma verdana, helvetica, arial, sans-serif ;
	border: 0;
	}


.footerbox 	{
		width:1000px;
		position:absolute; 
		text-align: center ;
		margin: 0 auto ;
		left: 1;
		right: 1;
		height:10; 
		bottom:10; 
		z-index:60; 
		}

.backbox 	{
		position:absolute; 
		left:10px; 
		top:10px; 
		padding:0px; 
		margin:0px; 
		z-index:10; 
		width:950px;
		height:950px;
		background: url('images/adserverdb-2009-back-006.png') ;
		background-repeat: no-repeat;
		}

.vertbar 	{
		position:absolute; 
		height:100%; 
		width:130px; 
		left:160 ; 
		top:0; 
		right:10; 
		z-index:4; 
		opacity:.99 ;
		border: dotted 1px black ;
		}

.horzbar 	{
		position:absolute; 
		left:0 ; 
		top:60 ; 
		right:0 ; 
		height:100px ; 
		width:100% ; 
		z-index:8 ; 
		opacity:.99 ;
		border: dotted 1px black ;
		}

.ajaxlink
	{
	color:blue ;
	cursor:pointer;
	}

.ajaxpasswdlink 	{
	border:1px dotted black ;
	padding:1px;
	margin:1px;
	text-align:center;
	font-family: sans-serif;
	font-size: 11px ;
	color:red ;
	}


.menu1 	{
	border:0 ;
	padding:0px;
	margin:0px;
	width:100px;
	height:34px;
	text-align:center;
	background: url('img/adserverdb.button.up.png') ;
	background-repeat: no-repeat ;
	font-family: sans-serif;
	font-size: 8.5px ;
	color:red ;
	cursor:pointer;
	}

.menu2 	{
	border:0 ;
	padding:0px;
	margin:0px;
	width:100px;
	height:34px;
	text-align:center;
	background: url('img/adserverdb.button.down.png') ;
	background-repeat: no-repeat ;
	font-family: sans-serif;
	font-size: 8.5px ;
	color:lime ;
	cursor:pointer;
	}

.menu3 	{
	border:0 ;
	padding:0px;
	margin:0px;
	width:100px;
	height:34px;
	text-align:center;
	background: url('img/adserverdb.button.roll.png') ;
	background-repeat: no-repeat ;
	font-family: sans-serif;
	font-size: 8.5px ;
	color:blue ;
	cursor:pointer;
	}
