﻿body, div, p, h1, h2, h3, h4, ul,  table
{
	margin:0;
	padding:0;
	border:none;
}

body
{
	background: #FFFFFF;
	font-family: Verdana;
	font-size:11px;
}


/* Content Page Layout */
.demoarea {
	padding:20px;
	/*background:#FFF url(../images/demotop.png) no-repeat left top;*/
	background-color:#fff;
	border: 1px solid #fcfcfc;
}


.demoheading {
	padding-bottom:20px;
	color:#2574b3;
	font-family: Verdana;
	font-weight:bold;
	font-size:16px;
	vertical-align:top;
}

.demobottom {
	height:8px;
	/*background:#FFF url(../images/demobottom.png) no-repeat left bottom;*/
	background-color:#fff;
}


.heading {
	padding: 1em 0 1em 0;
	color:#2574b3;
	font-family: Verdana;
	font-weight:bold;
	font-size:13px;
	/*border: 1px solid #2574b3;*/
}

/*.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family: Verdana;
	font-size:11px;
}
*/


/* 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: Verdana;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family: Verdana;
	font-size:0.9em;
	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: Verdana;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
}
*/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}

.inputParams 
{
	font-family:Verdana; 
	font-size:11px; 
	width:100%;
}

.mainTabContent{
	width: 448px; 
	/*height: 155px; */
	text-align: left; 
	font-family:Verdana; 
	font-size:11px;
	}
	
.outputResult{
		width: 430px; 
		height: 178px; 	
		font-family:Verdana; 
		font-size:11px;
		border: 1px solid gray;
	}

.link {
    font-family:Verdana;
    font-size:11px;
    color:#2574b3;
    text-decoration:none; 
}
