﻿a.linkbtn
{
	font-weight:bold;
	text-decoration: none;
}

TABLE.grid
{
	border: 1px solid #cccccc; 
	background-color: #FAFAFA; 
}
TD.label
{
	font-weight:bold;
	padding: 8px 0px 2px 6px;
}
TD.input
{
	padding: 8px 0px 2px 2px;
}
TD.button
{
	padding:10px 0px 10px 0px
}
TD.margin
{
	width:10px;
}
TD.formheader
{
	background-color:#3791D7;
	color:#fff;
	font-weight:bold;
	padding-left:3px;
}

.header
{
	background-color:#3791D7;
	color:#fff;
	text-align:center;
}
.header a
{
	color:#fff;
}
.row
{
	background-color:#F3F3F3;
	text-align:center;
}
.alternate
{
	background-color: #ddd;
	text-align:center;
}
.selected
{
	background-color: #b0e0e6;
	text-align:center;
}
.pager
{
	text-align: center;
	background-color: #e6e6fa;
}
.rank
{
	width:30px;
}
.hidecol
{
	width:40px;
}

.error
{
	color: #ff0000;
	padding-top:1px;
	padding-left: 20px;
	background-image: url(../images/exclamation.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.hoverMenu {
	position:absolute;
	visibility:hidden;
	background-color:#FAFAFA;
	padding:0px;
	border:solid 1px #cccccc;
}

.popupControl
{
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	position:absolute;
	visibility:hidden;
	padding:3px;
	text-align:center;
}

.accordionHeader
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left:10px;
    font-weight:bold;
}

.accordionContent
{
	padding-left:15px;
    margin-bottom: 5px;    
}

.collapsePanel
{
	overflow:hidden;
	height:0px;
}

.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../images/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:0px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../images/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:245px}
.round-border-topright2 {width:10px; height:10px; position:absolute; z-index:100; background:url(../images/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:275px}

.header1
{
	background-color:#3791D7;
	color:#fff;
	padding-left:2px;
	text-align:left;
	font-weight:bold;
}
.row1
{
	background-color:#F3F3F3;
	padding-left:2px;
	text-align:left;
}
.alternate1
{
	background-color: #ddd;
	padding-left:2px;
	text-align:left;
}

a.imglnk IMG
{
	border:solid 3px #FAFAFA;
}
a.imglnk:hover IMG
{
	border:solid 3px #3791D7;
}
TD.simglnk  IMG
{
	border:solid 3px #3791D7;
}

LEGEND
{
	font-weight:bold;
}

TD.noborder input
{
	border-style:none;
}
