div#page 
{
	background-color: #ffffff;
	border-top: #87ceeb 1px solid;
	border-bottom: #87ceeb 1px solid;
	border-left: #87ceeb 1px solid;
	border-right: #87ceeb 1px solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 2px 10% 10px;
	color: #191970;
	text-transform: none;
	font-style: normal;
	font-family: verdana, arial;
	text-decoration: none;
	width: 800px;
	text-align: center;
}

table.header
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border: 0;
	width: 100%;
}

td.title
{
	color: #191970;
	font-weight: bolder;
	font-size: large;
	text-align: left;
}

td.search
{

	text-align: right;
}

div#menu
{
	background-color: #C7D9F5;
	border-top: #87ceeb 1px solid;
	border-bottom: #87ceeb 1px solid;
	border-left: none;
	border-right: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
}

table#menu
{
	border-spacing: 0px;
	border-style: none;
	table-layout: fixed;
	border-collapse: collapse;
	width: 400px;
}

a:link 
{
	text-decoration: none; 
	color: #191970;
	font-weight: bold;
}

a:visited, a:active, a:hover
{
	text-decoration: none;
	color: #191970;
	font-weight: bold;
}

span#alink
{
	text-decoration: underline;
	color: #191970; 
	font-weight: bold;
}

div#msg
{
	padding-top: 10px;
	height: 30px;
	text-align: center;
	color: #bb1111;
}

div#content 
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-bottom: 40px;
}

div#softwareName 
{
	text-align: left;
	padding-top: 20px;
}

span#numLicenses 
{
}

div#softwareNotes
{
	text-align: left;
	font-size: x-small;
	color: #777777;
}

input#software
{
}

input#users
{
}

input#lnum
{
	width: 300px;
}

input#expires
{
	width: 100px;
}

input#swNotes
{
}

table#data
{
	margin-left: auto;
	margin-right: auto;
	border-color: #191790;
	border-spacing: 0px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	empty-cells: show;
	table-layout: auto;
	width: 100%;
}

td.head
{
	background-color: #c7d9f5;
	border-left: 1px solid #191790;
	border-bottom: 1px solid #191790;
	font-weight: bold;
	word-break: break-all;
}

tr.oddRow
{
	background-color: #eeeeee;
}

tr.evenRow
{
	background-color: #b6c8e4;
}

td.cell
{
	font-size: x-small;
	border-left: 1px solid #191790;
	margin: 0;
}

td.opt
{
	text-align: center;
	width: 20px;
	padding: 0;
}

form.opt
{
	margin: 0;
}

td.optHead
{
	border-bottom: 1px solid #191790;
	background-color: #c7d9f5;
}

div#confirm
{
	padding-top: 10px;
}
div#confirmWarn
{
	padding-top: 20px;
	color:#ff0000;
}

button.addButton, button.editButton, button.delButton
{
	padding: 0px;
}
