html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0px;
	font-family: "Verdana", sans-serif;
	line-height: 1.3em;
	font-size: small;
	color: #333;
	text-align: center;
}

#top-gutter {
	height: 20px;
	width: 100%;
}

#container {
	clear: both;
	width: 850px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 95%; /* slight adjustment */
	text-align: justify;
	border: 1px solid #333;
	background: #fff;
}

#container a {
	text-decoration: none;
}

.banner {
	height: 82px;
	background:	url(../img/banner.png) no-repeat;
}

#greeting {
	float: right;
	margin: 0px 10px 0px 0px;
}

.greeting {
	margin: 55px 10px 0 0;
}

.content {
	clear: both;
	padding: 0px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

.content a:visited {
	color: blue;
}

.content a:unvisited {
	color: blue;
}

.tdLabel label {
	font-size: small;
}

.checkboxLabel {
	font-size: small;
	text-align: left;
}

#nav {
	float: left;
	width: 830px;
	align: center;
	margin: 0 0 10px 0;
	padding: 10px 0px 0px 20px;
	list-style: none;
	background: #42506F;
}

#nav li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav a{
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: white;
	text-decoration: none;
	border: 1px solid #42506F;
	border-bottom: none;
	background: #747F96 url(../img/tab.png) repeat-x top left;
}

#nav a:hover, body#welcome #tab-welcome a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#about #tab-about a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#start #tab-start a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#contactus #tab-contactus a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#download #tab-download a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#keyrequest #tab-keyrequest a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#screenshots #tab-screenshots a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#login #tab-login a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#myhome #tab-myhome a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#admin-user #tab-admin-users a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#admin-product #tab-admin-products a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#admin-licensetype #tab-admin-licensetypes a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#admin-about #tab-admin-about a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#admin-home #tab-admin-home a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#admin-upload #tab-admin-upload a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

#nav a:hover, body#admin-artifacts #tab-admin-artifacts a{
	color: #333;
	border-color: #727377;
	background: #fff url(../img/selected-tab.png) repeat-x top left;
}

table.sample {
	border: 0;
}
table.sample tr.even td {
	background-color: #FEFEF2;
}
table.sample tr.odd td {
	background-color: #FCF6CF;
}
table.sample td {
	border: 0px solid black;
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
}
table.sample td.expired {
	color: red;
	font-weight: bold;
}
table.sample td.valid {
	color: black;
}
table.sample td.tdLabel {
	font-weight: bold;
}
.footer {
		clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid #333333;
}

.footer ul {

	list-style: none;
}

.footer a:visited {
	color: blue;
}

.footer a:unvisited {
	color: blue;
}

.box{
	text-align: left;
	width: 100%;
	border: 2px solid #DADFE2;
	margin: 0px;
	padding: 0px;
	background: WhiteSmoke;
}

.box h3{
	text-align: left;
	margin: -1px;
	padding: 3px 8px 3px 10px;
	color: #333333;
/*	background: #747F96 url(../img/tab.png) repeat-x top left; */
}

.box ul{
	list-style: none;
}

.specialbox{
	text-align: left;
	width: 100%;
	border: 2px solid CornflowerBlue;
	margin: 0px;
	padding: 0px;
	background: WhiteSmoke;
}

.specialbox h3{
	text-align: left;
	margin: -1px;
	padding: 3px 8px 3px 10px;
	color: #333333;
}

.specialbox ul{
	list-style: none;
}

#dsasscreenshots {
	float: left;
	width: 100%;
	padding: 0;
}

#dsasscreenshots dl {
	overflow: auto;
	width: 770px;
	margin: 0px 20px 20px 20px;
	padding: 0;
}

#dsasscreenshots dt {
	width: 315px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	color: #627081;
}

#dsasscreenshots dd {
	padding: 0;
	margin: 0 0px 0 0;
	font-size: 100%;
	color: #666;
}

#dsasscreenshots dl dd.img {
	margin: 0;
	clear: none;
}

#dsasscreenshots dd.img img {
	float: right;
	clear: none;
	margin: 0px 0px 0px 30px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff; 
}

img.screenshot {
	padding: 4px;
	margin-left: 80px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff; 
}

.pagination{
	margin: 0px;
	padding: 2px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	/* text-align: right; Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: white;
	background-color: #747F96;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}


.two-col-float {
	clear: both;
	width: 100%;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.two-col-layout {
	width: 100%;
}

.two-col-layout-left {
	width: 48%;
	float: left;
}

.two-col-layout-right {
	width: 48%;
	float: right;
	text-align: center;
}

.two-col-layout-right a{
	text-decoration: none;
	border: none;
}

.border {
	border: 2px solid lightgrey;
}