﻿/* HTML */

body
{
	font-family: Tahoma;
    font-size: 11px;
    color: Black;
    font-weight: normal;
}

table
{
	font-family: Tahoma;
    font-size: 11px;
    color: Black;
    font-weight: normal;
}

div
{
	font-family: Tahoma;
    font-size: 11px;
    color: Black;
    font-weight: normal;  
}

input
{
	font-family: Tahoma;
    font-size: 11px;
    color: Black;
    font-weight: normal;
}

select
{
	font-family: Tahoma;
    font-size: 11px;
    color: Black;
    font-weight: normal;
}

a
{
	font-family: Tahoma;
    font-size: 11px;
    color: Blue;
    font-weight: normal;
}


/* Classes */
.ControlStyle
{
	font-family: Tahoma;
    font-size: 11px;
    color: Black;
    font-weight: normal;   
}

/*.ToolBarStyle
{
	font-family: Tahoma;
    font-size: 10px;
    color: White;    
}*/

.GridViewHeaderStyle
{
	font-family: Tahoma;
    font-size: 11px;
    color: Black;    
}

.ErrorMessageStyle
{
	font-family: Tahoma;
    font-size: 11px;
    color: Red;
    font-weight: normal;
}

.ToolBarElementStyle
{
	font-family: Tahoma;
    font-size: 11px;
    color: Black;
}

.HeaderLabel
{
	font-family: Tahoma;
    font-size: 11px;
    color: Black;
}

.LinkButton
{
	font-family: Tahoma;
    font-size: 11px;
    color: Blue;
    font-weight: normal;
    white-space:nowrap;	
}

.DisabledLinkStyle
{
	font-family: Tahoma;
    font-size: 11px;
    color: Gray;
    font-weight: normal;
    text-decoration: none;
}
.EnabledLinkStyle
{
	font-family: Tahoma;
    font-size: 11px;
    color: Blue;
    font-weight: normal;
}

.FloatingPanelTitleTextStyle
{
	font-family: Verdana;
    font-size: 8pt;
    color: White;
    font-weight: bold;
    white-space: nowrap;
}

.classificationSelectCtrl
{
	font-family: Tahoma;
	font-size: 10px;
}	

.ButtonDownArrowStyle
{
	background-image: url(../images/downArrow.jpg);
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
	width: 23px;
	height: 20px;
}

.ButtonDownRightArrowStyle
{
	background-image: url(../images/downRightArrow.jpg);
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
	width: 27px;
	height: 20px;
}

.ButtonRightArrowStyle
{
	background-image: url(../images/rightArrow.jpg);
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
	width: 27px;
	height: 20px;
}

.RangeValidatorStyle
{
	font-family: Tahoma;
    font-size: 14px;
    color: #A50000;
    font-weight:bold;
}





