﻿/***
Page Setup
***/
body 
{
	background: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	margin: 0px;
}
input, select, textarea
{
	font-size: small;
	font-family: Arial;
}
a
{
	color: #0000FF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #0000FF;
}

/***
Navigation menu
***/
.nav
{
	background-color: #EEEEFF;
	float: left;
	padding: 0px 8px 8px 8px;
	width: 184px;
}
.nav a
{
	display: block;
}
.nav a:hover
{
	background-color: #FFFFBB;
	text-decoration: none;
}
.nav a.disabled:hover
{
	background-color: inherit;
	text-decoration: none;
}
.nav div
{
	margin-bottom: 0px;
	margin-top: 12px;
}
.nav hr
{
	margin-bottom: 0px;
	margin-top: 12px;
}
.nav .heading1
{
	font-weight: bold;
}
.nav .heading2
{
	margin-top: 0px;
	margin-left: 8px;
}
.navnormal
{
}
.navsmallnormal
{
	display: none;
}
.navfull
{
	display: none;
}
.navsmallfull
{
	height: 480px;
	padding: 4px;
	width: auto;
}
#navminimise
{
	background-color: #CCCCFF;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 22px;
	text-align: center;
}
#navmaximise
{
	background-color: #CCCCFF;
	width: 22px;
	text-align: center;
}

/***
Main Content
***/
.content
{
	background:#FFFFFF;
	padding: 8px;
}
.content p
{
	margin-bottom: 0px;
	margin-top: 12px;
}
.content .button
{
	width: 100px;
}
.content .buttonpanel
{
	margin-top: 8px;
}
.content .group
{
	margin-bottom: 0px;
	margin-top: 12px;
}
.content .group legend
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
}
.content .heading1
{
	border-bottom: solid 2px #DDDDDD;
	font-size: medium;
	font-weight: bold;
	padding-bottom: 6px;
}
.contentnormal
{
	margin-left: 200px;
}
.contentfull
{
	margin-left: 30px;
}
#MasterContentPanel .WideTable
{
	float:left;
	width:100%;
}

/*#ctl00_Holder_Label1, #ctl00_Holder_FileUploadData, #ctl00_Holder_ButtonUpload
{
	border: 1px solid blue;
	display: block;
}*/

#aspnetForm #ctl00_Holder_GridViewUploadedData
{
	border: 1px solid red;
	width: 1000px;
}
