﻿form
{
    font-family:Tahoma;
    font-size:small;
}

.Label
{
    font-family:Tahoma;
    font-size:small;
}

.text-danger
{
    font-family:Tahoma;
    font-size:small;
    font-weight:bold;
    color:red;
    margin-left:5px;
}

.LabelBold
{
    font-family:Tahoma;
    font-size:small;
    font-weight:bold;
}

.LabelBoldHeader
{
    font-family:Tahoma;
    font-size:small;
    font-weight:bold;
}

.FlashButton
{
    font-family:Tahoma;
    font-size:small;
    background-color: Blue;
}

.Button
{
    font-family:Tahoma;
    font-size:small;
}

.ButtonStyle
{
    border:groove inset 1px #000000;
    background:#84B0DC;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#84B0DC));
	background: -moz-linear-gradient(top,  #ffffff,  #84B0DC);    
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff',endColorstr='#84B0DC', gradientType='0')progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#8b9b99', Positive='true');
    color:Black;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight:bold;

}

.ButtonStyleHover
{
    border:groove inset 1px #000000;
    background:#84B0DC;
	background: -webkit-gradient(linear, left top, left bottom, from(#84B0DC), to(#ffffff));
	background: -moz-linear-gradient(top,  #84B0DC, #ffffff);    
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#84B0DC',endColorstr='#ffffff', gradientType='0')progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#8b9b99', Positive='true');
    color:Black;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight:bold;

}


.Textbox
{
    font-family:Tahoma;
    font-size:small;
    margin-bottom: 2px;
}

.Textbox
{
    font-family:Tahoma;
    font-size:small;
    padding: 3px;
    margin-bottom: 2px;
}

.TextboxCompulsory
{
    font-family:Tahoma;
    font-size:small;
    margin-bottom: 2px;
}
    
.DropdownList
{
    font-family:Tahoma;
    font-size:small;
    margin-bottom: 2px;
    padding:3px;
}
.butHidden
{
    display:none;
}    








body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

hr
{
    margin-top:10px;
    margin-bottom:10px;
}






/* Styles for the Animation Reference */
.animationReferenceTable
{
}

.animationReferenceRow
{
}

.animationReferenceField
{
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationReferenceCode
{
	margin-top: 5px;
	vertical-align: top;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:Tahoma;
	font-size:small;
	font-style:normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationReferenceItems
{
	vertical-align: top;
}

.animationReferenceItemTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItemRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItem
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationReferenceItemCode
{
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:Tahoma;
	font-size:small;
	font-style:normal;
	font-weight: bold;
}



/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.pnlReportBack
{
    background-color:#F1F1F1;
}

