body
{
	font-family:Arial;
	background-color:white;
}

img
{
	border:0px;
}

A.menu
{
	color:Olive;
	font-size:small;
	font-weight:normal;
	text-decoration:none;	
}


A.menu:hover
{
	color:#ff871f;
}

A
{
	color:#7f420f;
	font-size:small;
	font-weight:normal;
	text-decoration:none;	
}


A:hover
{
	color:red;
}

.repositoryList
{
	width:100%;
	margin:0px;
	border:1px solid black;
}

.columnHead, .columnHeadCentered
{
	text-decoration:underline;
	height:30px;
}

.columnHead, .columnHeadCentered, .columnBody, .columnBodyCentered, .info, .warning, .columnBodyCenteredOver
{
	font-size:small;
}

.columnHead, .columnHeadCentered
{	
	font-weight:bold;
}

.columnBody, .columnBodyCentered, .info, .warning, .columnBodyCenteredOver
{
	font-weight:normal;
}

.columnHead, .columnBody, .info, .warning
{
	text-align:left;
}

.columnHeadCentered, .columnBodyCentered, .columnBodyCenteredOver
{
	text-align:center;
}


.columnBodyCentered
{
	background-color:#ffffcf;
}

.columnBodyCenteredOver
{
	background-color:#cfcfff;
}

.warning
{
	color:Red;
}	

.bodyTitle
{
	text-align:left;
	font-size:medium;
	font-weight:bold;
	text-decoration:underline;
}

.key
{
	border:solid 1px black;
	margin-top:10px;
	padding:5px;
	float:right;
	text-align:left;
	font-size:x-small;
	font-weight:normal;
}

ul, li
{
	list-style-position:outside;
	list-style-type:circle;
	margin:10px;
}

hr
{
	border-bottom:0px;
	border-top:solid 1px black;
	height:1px;
}

.lstWarning, .lstWarningCentered{
	font-size:small;
	font-weight:normal;
	background-color:#ffcfcf;
}

.lstWarning
{
	text-align:left;
}

.lstWarningCentered
{
	text-align:center;
}

.adminMenu
{
	width:100%;
	text-align:right;
}

.footer
{
	width:100%;
	text-align:right;
	font-size:x-small;
	font-weight:normal;
}

.footerhead
{
	font-size:x-small;
	font-weight:bolder;
}

a.footerLink
{
	font-size:x-small;
	font-weight:normal;
	color:Olive;
}

a.footerLink:hover
{
	color:#ff871f;
}

.pickerPreview
{
	border: 1px solid black;
	width:20px;
	height:10px;
	display:inline;
}

.centercell {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	vertical-align: text-top;	
}