
/*
 * Page Corners  - See Siteman index.jsp for example
 */
.tl {
    background: url(../images/tl.gif) 0 0 no-repeat #003399;
    width: 100%; 
}

.tr {
    background: url(../images/tr.gif) 100% 0 no-repeat;
}

.bl {
    background: url(../images/bl.gif) 0 100% no-repeat #003399;
    width: 100%; 
}

.br {
    background: url(../images/br.gif) 100% 100% no-repeat;
}

.error {
	background-color: #ffaaaa;
	width: 99%;
	border: #aa0000 1px solid;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 11px;
	display: block;
}

/*
 * Navigation bar
 */
 

.divider {
	width: 8px;
	background-color:#FFFFFF;
}
.divider-border {
	width: 8px;
	background-color:#FFFFFF;
	border-right: #003399 1px solid;	
}


#content-left div {
	width: 240px;
	text-align: center;

}

#content-left {
	width: 240px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 100px;
	background-color:#ffffff;	
}

#content-left img:hover {
	cursor: pointer;
}

#content-left table th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 4px;
}

#content-left table td {
	vertical-align: top;
	padding-right: 3px;
}

#content-left .selected {
	background-color: #dfdfde;
}

#content-left h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	border-bottom: 1px solid #003399;
	margin-bottom: 5px;
}

#content-left .title {
	font-size: 10pt;
	color: #003399;
	margin-bottom: 5px;
	text-align:left;
}


#content-hardleft {
	width: 395px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 100px;
	background-color:#ffffff;	
}

#content-hardleft div {
	width: 410px;
	text-align: left;
}

#content-hardleft img:hover {
	cursor: pointer;
}

#content-hardleft table th {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 4px;
}

#content-hardleft table td {
	vertical-align: middle;
	padding-right: 3px;
}

#content-hardleft .selected {
	background-color: #dfdfde;
}

#content-hardleft h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	border-bottom: 1px solid #003399;
	margin-bottom: 5px;
}

/*
 * Vertical divider
 */
 
#vcontroller-open {
	position: absolute;
	top: 33px;
	left: 205px;
}

#vcontroller-closed {
	position: absolute;
	top: 33px;
}
#vcontroller-large {
	position: absolute;
	top: 33px;
	left: 410px;
}

/*
 * Main content
 */
 
#content-right {
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 5px;

}

.subscribe td {
	padding-bottom: 15px;
}


