﻿html,body {  margin:0;  padding:0;  height:100%;  width:100%;}
body
{
		
}
ul {
	list-style-type:circle;
	}

.header 
{
	
}
.button
{
background-image: url('Buttonbg.jpg');
background-repeat: repeat-x;
}

/* LOGIN DEFINITONS */
.login 
{
	font-family:Verdana;
	font-size:8pt;
}
.logininput
{
	width:80px;
	font-family:Verdana;
	font-size:8pt;
	border:1px solid black;
}
.loginbutton
{
	width:50px;
	background-color:#76797c;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	color:#ffffff;
	font-size:11px;	
}

/* END LOGIN DEFINITIONS */

/* MAIN PAGE DEFINITIONS */
table.full-height   
{
	height:100%;  
	width:100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
}
.leftmenutd
{
	width: 190px; 
	height: 970px;
	background-color:#f6f6f6;
	border-right:0px solid #1F3895;	
	padding-left:25px;
}
.contenttable
{
	margin:0;
	margin-left:15px;
	border-collapse: collapse;
	width: 100%; 
	height: 618px;	
}
.contenttd
{
	vertical-align:top;
	height:100%;
	padding-left:15px;
}
/* END MAIN PAGE DEFINITIONS */

/* MENU DEFINITIONS */
.menuheader
{
	color:#1F3895;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	width:170px;
	text-align:center;
}
.menudivider
{
	margin-top:20px;
	margin-bottom:10px;
	width:170px;
	background-color:Black;
	height:2px;
}
.menu
{
	width:160px;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	text-align:center;	
}
.menu .node
{	
	height:23px;	
	background-color:White;
	border-bottom:1px solid #000000;
	padding-top:3px;	
}
.menu .nodeselected
{	
	height:23px;	
	background-color:White;
	border-bottom:1px solid #000000;	
	padding-top:3px;
}

.menu .node a
{
	font-family:Verdana;
	font-size:15px;
	color: #1F3895;
	text-decoration:none;
	font-weight:bold;
}

.menu .node a:hover
{
	text-decoration:underline;
}
.menu .nodeselected,
.menu .nodeselected a
/*.menu .node:hover a,
.menu .node:hover*/
{
	background-color:#76797c;	
	color:White;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana;
	font-size:15px;
}
.bottomlink
{
	text-align:center;
	width:160px;
}
/* END MENU DEFINITIONS */

/*License Request Page */
#licenserequest table
{
    margin:0px;
    padding:0;
}
#licenserequest td
{
    background-color:#E5e5e5;
    margin:2px;
}
