﻿form
{
    font-family:Tahoma;
    font-size:small;
}

.Label
{
    font-family:Tahoma;
    font-size:small;
}


.LabelBold
{
    font-family:Tahoma;
    font-size:small;
    font-weight:bold;
}

.LabelRight
{
    /*Change*/
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    text-align:right;
    padding-right:7px;
    color: #555;
}

.LabelRightTop
{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    text-align:right;
    vertical-align:top;
    padding-right:7px;
    padding-top:5px;
    color: #555;
}

.LabelLeftTop
{
    font-family:Tahoma;
    font-size:small;
    text-align:left;
    vertical-align:top;
    padding-top:5px;
}

.Button {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    margin-top:2px;
    margin-right:20px;
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
    height:30px;
    background-color:#90CAF9;
    padding-left:17px;
    padding-right:17px;
    color: #555;
}
 
.Button:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
    background-color:#3399CC;
}

.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 !important;
    font-size:small !important;
    margin-bottom: 2px !important;
}

.TextboxCompulsory
{
    font-family:Tahoma !important;
    font-size:small !important;
    margin-bottom: 2px !important;
}
    
.TextboxCompulsoryRed
{
    color: red;
    border-color: red;
    font-family:Tahoma;
    font-size:small;
    margin-bottom: 2px;
}


.DropdownList
{
    font-family:Tahoma;
    font-size:small;
    margin-bottom: 2px;
}
.butHidden
{
    display:none;
}    








body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}







/* 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;
}


.calendarToday {
    background: red;
}





/* SURVEY */

.LabelSurvey
{
    font-family:Tahoma;
    font-size:small;
    margin-bottom:8px;
}

.surveyCheckbox {
    font-family:Tahoma;
    font-size:small;
    padding-bottom:10px;
}







