﻿.GridViewStyle {
    border: 2px solid #B81515;
    background-color: #FFFFFF;
    width : 85%;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
    text-indent: 5px;
}
.GridFooterStyle {
    font-weight : bold;
    color: #008000;
    font-family: arial, Helvetica, sans-serif;
}
.GridViewSelectedRowStyle {
background-color : #ffffcc;
font-weight : bold;
color : #000000;
}
.GridViewEditRowStyle {
background-color : #ffffcc;
font-weight : bold;
color : #000000;
}
tr.GridViewPagerStyle {
background-color : #a2c445;
color : #ffffff;
text-align : center;
vertical-align : middle;
}
tr.GridViewPagerStyle a:visited {
background-color : #a2c445;
color : #ffffff;
text-align : center;
}
tr.GridViewPagerStyle a:link {
background-color : #a2c445;
color : #ffffff;
text-align : center;
}
tr.GridViewHeaderStyle {
background-color : #F0F8FF;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-size: 12px;
text-indent: 5px;
font-weight:bold;
}
tr.GridViewHeaderStyle a:visited {
background-color : #a2c445;
color : #ffffff;
text-align : center;
}
tr.GridViewHeaderStyle a:link {
background-color : #a2c445;
color : #ffffff;
text-align : center;
}
.FormViewStyle {
 border: 2px solid #B81515;
    background-color: #FFFFFF;
    width : 80%;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
    text-indent: 5px;
}
.FormFooterStyle {
font-weight : bold;
color : #ffffff;
}
.FormViewSelectedRowStyle {
background-color : #ffffcc;
font-weight : bold;
color : #000000;
}
.FormViewEditRowStyle {
background-color : #ffffcc;
font-weight : bold;
color : #000000;
}
tr.FormViewPagerStyle {
color : #8DB244;
text-align : center;
vertical-align : middle;
}
tr.FormViewPagerStyle a:visited {
text-align : center;
}
tr.FormViewPagerStyle a:link {
color : #8DB244;
text-align : center;
}
tr.FormViewHeaderStyle {
background-color : #a2c445;
}
tr.FormViewHeaderStyle a:visited {
background-color : #a2c445;
color : #ffffff;
text-align : center;
}
tr.FormViewHeaderStyle a:link {
background-color : #a2c445;
color : #ffffff;
text-align : center;
}
.ratingStar {
font-size : 0;
width : 13px;
height : 12px;
margin : 0;
padding : 0;
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');
}
.HeaderForGridandForm
{
    background-color: #B81515;
    color: #FFFFFF;
    font-weight: bold;
}
.Thumbnails
{
    width: 100px;
    height: 100px;
}
.radio
{
    font-size:18px;
    width: 50px;
    height: 50px;
}
.RightButton
{
font-family : "Trebuchet MS";
font-size: 26px;
background-color:#98CE32;
color: #FFFFFF;
border-color: #696 #363 #363 #696;
margin-left: 207px;
width:130px;
height:100px;
border:4px;
cursor:pointer;
}
.RightButtonhover
{
font-family : "Trebuchet MS";
font-size: 26px;
background-color:#98CE32;
color: #000000;
margin-left: 207px;
width:130px;
height:100px;
cursor:pointer;
}
.LeftButton
{
font-family : "Trebuchet MS";
font-size: 26px;
background-color:#98CE32;
color: #FFFFFF;
border-color: #FFF #363 #363 #FFF;
margin-left: 0px;
width:130px;
height:100px;
border:4px;
cursor:pointer;
}
.LeftButtonhover
{
font-family : "Trebuchet MS";
font-size: 26px;
color: #000000;
background-color:#98CE32;
margin-left: 0px;
width:130px;
height:100px;
cursor:pointer;
}
.Button
{
font-family : "Trebuchet MS";
font-size: 26px;
background-color:#98CE32;
color: #FFFFFF;
border-color: #FFF #363 #363 #FFF;
margin-left: 0px;
width:350px;
height:100px;
border:4px;
cursor:pointer;
}
.ButtonHover
{
font-family : "Trebuchet MS";
font-size: 26px;
background-color:#98CE32;
color: #000000;
margin-left: 0px;
width:350px;
height:100px;
cursor:pointer;
}
.GridButton
{
font-family : "Trebuchet MS";
font-size: 26px;
background-color:#98CE32;
color: #FFFFFF;
border-color: #FFF #363 #363 #FFF;
margin-left: 0px;
width:150px;
height:100px;
border:4px;
}
.GridButtonHover
{
font-family : "Trebuchet MS";
font-size: 26px;
background-color:#98CE32;
color: #000000;
margin-left: 0px;
width:150px;
height:100px;
}
.GridButtonSmall
{
font-family : "Trebuchet MS";
font-size: 16px;
background-color:#98CE32;
color: #FFFFFF;
border-color: #FFF #363 #363 #FFF;
margin-left: 0px;
width:100px;
height:50px;
border:4px;
cursor:pointer;
}
.GridButtonSmallHover
{
font-family : "Trebuchet MS";
font-size: 16px;
background-color:#98CE32;
color: #000000;
margin-left: 0px;
width:100px;
height:50px;
cursor:pointer;
}

.big
{
	height: 40px;
}
