
#content{
float:left;
width:530px;
font-size:0.9em;
padding:10px 0 0 10px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content a{
color:#4682B4;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

#content a:hover{color:#4682B4; text-decoration:none; background-color:inherit;}
#content a img{border:none;}

#content p{padding:0 0 1.6em 0;}
#content p form{margin-top:0; margin-bottom:20px;}

#content img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
#content img.left{float:left; margin:0 12px 5px 0;}
#content img.center{display:block; margin:0 auto 5px auto;}
#content img.right{float:right; margin:0 0 5px 12px;}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

.pageHeader 
{
	float: left;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 13pt;
    font-weight: bold;
	line-height: 16pt;
    color: #000000;
}

.pageContent 
{
    margin-left: 1em;
    margin-top: .75em;
    margin-right: .75em;
	margin-bottom: .75em;
}

SELECT
{
    font-family: Tahoma;
	font-size: 8pt; 
	color: #333;
}

input[type=button],
input[type=checkbox],
input[type=hidden],
input[type=image],
input[type=password],
input[type=radio],
input[type=reset],
input[type=submit],
input[type=text]
{
    font-family: Tahoma;
	font-size: 8pt; 
	color: #333;
	width: 75px;
}

textarea
{
    font-family: Tahoma;
	font-size: 8pt; 
	color: #333;
	width: 75px;
}

.labelStyle
{
    font-family: Tahoma;
	font-size: 8pt; 
	color: #333;
}

.labelStyleBold
{
    font-family: Tahoma;
	font-size: 8pt; 
	color: #333;
	font-weight:bold;
}


td, th 
{
	border-left:	0px;
	border-right:	0px;
	padding:		1px;
	margin:			0px;
}

.chkStyle 
{
	margin: -30px;
}
       
label
{
	margin-left: -28px;
}

.hideItem
{
    display: none;
}

.showItem
{
    display: inline;
}

table.summary 
{
    font-family: Tahoma, Verdana, Sans-Serif; 
	font-size: 8pt;
	background: #FFFFFF;
    line-height: 11pt; 
	color: #000000;

    border-spacing: 10px; 
    border-collapse: collapse;
    border: 1px solid #959595;
    margin-bottom: 12pt;
    margin-top: 0pt;
}

td.summary 
{
	color: black;
    border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
    padding-top: 4pt;
    padding-bottom: 4pt;		
    padding-left: 4pt;
    padding-right: 4pt;
}        

td.summary-even
{
	color: black;
	background: #F0F8FF;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
	padding-top: 4pt;
	padding-bottom: 4pt;		
	padding-left: 4pt;
	padding-right: 4pt;
}

td.summary-odd 
{
	color: black;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
	padding-top: 4pt;
	padding-bottom: 4pt;		
	padding-left: 4pt;
	padding-right: 4pt;
}

table.selection 
{
    font-family: Tahoma, Verdana, Sans-Serif; 
	font-size: 8pt;
	background: #FFFFFF;
    line-height: 11pt; 
	color: #000000;
}

td.selection 			
{
    border-bottom: 1px solid #959595;
    padding-top: 2pt;
    padding-bottom: 2pt;		
    padding-left: 2pt;
    padding-right: 2pt;
}

.ReportTitle 
{
	font-size: 14px;
	font-weight: bold;
	color: #2a3b8f;
	text-transform: uppercase;
}

.Grid
{ 
    font-family: Tahoma, Verdana, Sans-Serif; 
	font-size: 8pt;
	background: #FFFFFF;
    line-height: 11pt; 
    
    border-spacing: 10px; 
    border-collapse: collapse;
    border: 1px solid #959595;
    margin-bottom: 12pt;
    margin-top: 0pt;
}

.Grid td
{
	color: black;
    border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
    padding-top: 5pt;
    padding-bottom: 5pt;		
    padding-left: 5pt;
    padding-right: 5pt;
    vertical-align: top;
}

.Grid th
{
	background:#2a3b8f;
    border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
    padding-top: 5pt;
    padding-bottom: 5pt;		
    padding-left: 5pt;
    padding-right: 5pt;
}

.red
{
	color:Red;
	font-weight:bold;
}

.errorText
{
    font-family: Tahoma;
	font-size: 8pt; 
	color:Red;
}

.errorTextBold
{
    font-family: Tahoma;
	font-size: 8pt; 
	color:Red;
	font-weight:bold;
}

.fileUpload
{
	width:350px; height: 18px;
}

.collapsePanel 
{
	width: 420px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader
{
	width:420px;		
	height:20px;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

#wrapperLogin, #containerLogin {
    border: none;
    height: 490px;
    width: 500px;
}

#wrapperLogin {
    bottom: 50%;
    right: 50%;
    position: absolute;
}

#containerLogin {
    background-image: url(/SouthernWine/Images/item_classification_login_00.jpg);
	background-repeat: no-repeat;
	background-position: center;
    left: 50%;
    padding: 10px;
    position: relative;
    top: 50%;
}

#container2Login {
    
    position: relative;
    top: 65%;
}

.progress-bar 
{
	background: url(/SouthernWine/Images/percentage-bg.png) no-repeat left center;
	width: 200px;
	height: 25px;
}

.progress-level 
{
    background: url(/SouthernWine/Images/progress.png) no-repeat left center;
	height: 25px;
}
