.BlueButton
{
	background-image: url(buttons/glassBlueButton.png);
	color: #FFFF99;
}    

a.BlueButton:hover div
{
	color: #534010;
}    
    
.YellowButton
{
	color:#534010;
	background-image: url(buttons/buttonYellow.png);
}

a.YellowButton:hover div
{
	color: White;
}

.Vista
{
	color:black;
	background-image: url(buttons/vistaSkinButton.png);
}

.GrayButton
{
	background-image: url(buttons/vistaButton.png);
	color:#534010;
}
    
a.GrayButton:hover div
{
	color: White;
}

/* TEMP - MOVE TO CORE POST 2012 RELAUNCH */
.infomessage_error table, .infomessage_warning table, .infomessage_success table {
	background-color: transparent;
	margin:auto;
}

.infomessage_info, .infomessage_warning, .infomessage_error, .infomessage_success{
	margin:auto;
}

.login-table td{
	padding:10px;
}

.table_style
{
	width:100%;	
	max-width:980px;
}

.table_style td, .table_style th 
{
	padding:10px;
}

.table_header_style
{
	padding:15px !important;	
}

.table_data_style
{
	padding:10px;
}

.table_name_style .normal
{
	background-color: transparent !important;
}

.rfdSelectText
{
	min-width:200px;
}
.rfdSelectBox  ul, .rfdSelectBox  li
{
	text-align:left;
}

.rgMasterTable td {
	line-height:20px;
}
.rgMasterTable .nav_link{	
	margin-left:5px;
}

.export_links
{
	
}

.export_links a
{
	float:right;
	margin-right: 5px;
}

.downlinetools-cell 
{
    
}

.downlinetools-cell a
{
    float:left;
}

.downlinetools-cell a img
{
     margin:0;
	 padding:0;
}

.geneview-team {
	 
}

.geneview-team td, .geneview-team a{
	font-size:11px;
	padding:2px;
	margin:0;
}

#group_focus {
	float: right;
	clear: both;	
}

.table_style_round {
    border-color: #C5C5C5;
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 2px;
    color: black;
    font-family: Arial;
    font-size: 8pt;
    margin: 0 0 20px 0;
	padding-bottom:20px;
	padding-left:10px;
}

#state-select-container label
{
	padding-left:8px;
	padding-right:5px;
}

#state-select-container table
{
	line-height:20px;
}

.catalog-info-banner
{
	clear:both;
	background-color:#fdb3d7;
	text-align:center;
	border-radius: 4px;
	font-weight:bold;
	font-size:16px;
	padding: 10px 0;
	display:none;
}

/* for hostess page */
.append-plus
{	
	background-image: url(new/plus.png);
	background-repeat: no-repeat;
	background-position: 55px center;
}

.append-header-plus
{
	background-image: url(new/white-plus.png);
	padding-right:8px;
	background-repeat: no-repeat; 
	background-position: right center;
}

.vistaButton {
	cursor: pointer;
	cursor: hand;
	height: 30px;
	padding: 0 20px 0 0 !important;
	display: inline-block !important;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	background-color: #CCCCCC !important;
	margin: 0 !important;
	overflow: hidden !important;
	vertical-align: middle !important;
	position: relative !important;
	text-decoration:none !important;
} /* Inner span - displays the right end cap */
.vistaButton span {
	height:30px;
	padding: 0 0 0 20px !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
	background-color: #CCCCCC !important;
	margin: 0 !important;
	overflow: hidden !important;
	position:relative !important;
	line-height: 30px;
} /* Scale the image if present and align centered with text */
.vistaButton img {
	position:absolute;
	border: none;
	width: 13px !important;
	height: 14px;
	left:5px;
	top:8px;	 /*padding: 0 !important; margin: 0 !important; vertical-align: middle; */
}
.vistaButton div {
	margin-left:5px;
} /* new Jan 2012 KT - for updated address control */
.hide-child-button {
	display: none;
	height:1px;
	width:1px;
	overflow:hidden;
}
.txt_warning
{
	color:red;
	font-weight:bold;	
}
.validationSummary, .validationSummary ul li{
	color:red;
	font-weight:bold;	
}

.validationSummary ul {
	list-style-position: inside;
	margin-bottom:10px;
}