﻿.buttonSkin
{
  background-color:White; 
  border-color: #507CD1;
  border: solid 1px;
  color: #284E98;
  font-family: Tahoma;
  font-size: small;
}
.NextQuestionButtonSkin
{
  background-color:#339933;
  border: solid 1px Black;
  border-bottom: solid 1px Black;
  color: White;
  font-family: Tahoma;
  font-size: small;
}
.datalistSkin
{
  border-color:#294E98;
  border-style:double;
  border-width:5px;
  color:#333333;
  font-family:Tahoma;
  font-style:normal;
  font-size:small;
  font-weight:normal;  
}
.datalistFooterSkin
{
  color:White;
  font-family:Tahoma;
  font-style:normal;
  font-size:small;
  font-weight:bold;
}
.datalistHeaderSkin
{
  color:White;
  font-family:Tahoma;
  font-style:normal;
  font-size:small;
  font-weight:bold;
}
.datalistItemSkin
{
  border-color:#294E98;
  border-style:solid;
  border-width:1px;
  font-family:Tahoma;
  font-size:small;
  font-weight:normal;
}
.labelSkin
{
  color: #284E98;
  font-family: Tahoma;
  font-size: small;
}
.loginSkin
{
  color: White;
  font-family: Tahoma;
  font-size:x-small;
  font-style:normal;
}
.loginWizardSkin
{
  color: #284E98;
  font-family: Tahoma;
  font-size: small;
}
.textboxSkin
{
  color: #284E98;
  font-family: Tahoma;
  font-size: small;
}