﻿/* Survey Custom Style */
.YourCompanyNameSurveyResults 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.adminbutton
{
	border-right: #2c59aa 1px solid; 
	padding-right: 2px; 
	border-top: #2c59aa 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#ffffff, endcolorstr=#c3daf5); 
	border-left: #2c59aa 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 
	border-bottom: #2c59aa 1px solid;
	display:inline-block;
} 
.adminbutton-hover 
{
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#ffffff, endcolorstr=#d7e7fa); 
}
.adminbutton-mousedown
{
	border-right: #ffe400 1px solid; 
	padding-right: 2px; 
	border-top: #ffe400 1px solid; 
	padding-left: 2px; 
	font-size: 12px; 
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#c3daf5); 
	border-left: #ffe400 1px solid; 
	cursor: hand; 
	color: black; 
	padding-top: 2px; 
	border-bottom: #ffe400 1px solid;
} 
div.i-center .CommandButton:link,div.i-center .CommandButton:hover,div.i-center .CommandButton:visited
{
	text-decoration:none !important;
	
}
div.i-center a.CommandButton
{
	padding:0 !important;
}
div.i-center span.CommandButton
{
	display:inline-block !important;
	padding: 3px 5px 4px 5px;
	line-height:16px;
	height:13px;
	
}
.DataGrid_Container td
{
	padding:3px 2px;
}