﻿.user_control_label
{
    font: Verdana;
    font-size: small;
    font-weight: 600;
    color: #A21C62;
}

.user_control_textbox 
{
	font: Verdana; 
	font-size: medium;
}

.user_control_checkbox 
{
	font: Verdana; 
	font-size: medium;
}

.red_for_error
{
	color:Red;
}

.peachy_background
{
    background-color: #F1E9DC;
    width: 400px;
}

.Default_body
{
    background-color:Black;
}

.white_text
{
    font-size:8pt;
    color:White;
    font-family:MS Reference Sans Serif;
    font-weight:bolder;
}

.white_text_nowrap
{
    font-size:8pt;
    color:White;
    font-family:MS Reference Sans Serif;
    font-weight:bolder;
    white-space:nowrap;
}

.white_text_10pt
{
    font-size:10pt;
    color:White;
    font-weight:bolder;
    font-family:MS Reference Sans Serif;
}

.white_text_12pt
{
    font-size:12pt;
    color:white;
    font-family:MS Reference Sans Serif;
    font-weight:bolder;
}
.white_text_Ariel
{
    font-size:10pt;
    color: white;
    font-family: Arial;
}
.white_text_Ariel_bolder
{
    font-size:10pt;
    font-weight: bolder;
    color: white;
    font-family: Arial;
}
.white_text_Ariel_bolder_italic
{
    font-size:10pt;
    font-weight: bolder;
    font-style: italic;
    color: white;
    font-family: Arial;
}
.yellow_Ariel
{
    font-size:10pt;
    color: yellow;
    font-family: Arial;
}

.short_space
{
    font-size:6pt;
    font-family: Arial;
} 

.p_style
{
    font-weight:bold;
    font-size:larger;
    color:White;
    font-family:Tahoma;
    position:static;
    text-align:center;
    vertical-align:text-bottom;
}

.div_style
{
  text-align:center;
}

.default_button
{
    width: 109px; 
    color: white; 
    font-family: Tahoma; 
    height: 24px; 
    background-color: #660000;
}

.radInput_Hay a.spinbutton
{            
   font-size:larger !important;
   font-weight:bolder !important;
}   

.print_only
{
    display:none;
}