﻿body
{
  font-family:Verdana, Arial;
  color:Black;
  font-size:11px;
  margin:auto;
  width:100%;
  height:100%;
}

h1 
{
  background-image:url('/Images/titleBar.gif');
  height:28px;
  width:480px;
  background-repeat:no-repeat;
  padding-left:10px;
  padding-top:7px;
  color:White;
  font-weight:bold;
  font-size:12px;
}

#main
{
  background-color:white;
  position:absolute;
  text-align:left;
  top:0px;
  width:100%;
}

#inner
{
  width:682px;
  height:auto;
  text-align:left;
  float:left;
  padding-left:245px;
  padding-right:245px;
  background-image:url('/Images/bg.gif');
  background-position:center;
  background-repeat:repeat-y; 
}

#headerImage
{
  background-image:url('/Images/headerimageBg.jpg');
  background-position:top center;
  background-repeat:no-repeat;
  width:682px;
  height:145px;
  padding-left:245px;
  padding-right:245px;
  padding-top:8px;
  text-align:center;
}

#headerMenu
{
  background-color:#CD267E;
  height:30px;
  width:662px;
  border-left:10px solid #5B7F8D;
  border-right:10px solid #5B7F8D;
  text-align:center;
}

#headerLine
{
  background-color:#B4E1F4;
  height:10px;
  width:662px;
  border-left:10px solid #5B7F8D;
  border-right:10px solid #5B7F8D;  
 }

#leftCol
{
  width:160px;
  height:inherit;
  float:left;
  height:100%;
}

#leftCol .innerPad
{
  padding-top:0px;
  padding-left:13px;
  padding-right:4px;
}


#rightCol
{
  width:501px;
  float:left;
}

#rightBorder
{
  width:20px;
  height:100%;
  float:right;
}

#rightCol .innerPad
{
  padding:10px;
}  



#topMenu
{
  text-align:center;
  padding-left:15px;
  padding-right:15px;
}

#topMenu a
{color:White;}

#topMenu a:hover
{
  color:#B4E1F4
}

#topMenu .menuDropDown
{
  background-color:#CD267E;
  text-align:left;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:2px;
  width:106px;
  white-space:nowrap;
}

#topMenu .menuItem
{
  padding-top:4px;
  padding-bottom:4px;
  background-color:#CD267E;
}

#titleBar
{
  background-image:url('/Images/titleBar.gif');
  height:28px;
  width:480px;
  background-repeat:no-repeat;
  padding-left:10px;
  padding-top:7px;
  color:White;
  font-weight:bold;
  font-size:12px;
}

#breadCrumb
{
  text-align:right; 
  padding-bottom:4px; 
  width:480px;
}
  
  
#breadCrumb a
{
  color:#CD267E;
  font-size:10px;
  text-decoration:none;
  text-align:right;
}

#breadCrumb a:hover
{
  color:#5B7F8D;
}

  
.message
{
  width:700px;
}

.btn
{
  background-color:Green;
  color:Red;
  border:1px solid red;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding-left:0px;
    padding-right:1px;

    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-position:bottom;
    padding-top:6px;
}

.filledRatingStar {
    background-image: url(/Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/Images/SavedStar.png);
}

#topMenu2
{
  text-align:center;
  padding-left:15px;
  padding-right:15px;
  padding-top:3px;
}

#topMenu2 a
{color:White; text-decoration:none;}

#topMenu2 a:hover
{
  color:#B4E1F4
}

#topMenu2 .menuDropDown
{
  background-color:#CD267E;
  text-align:left;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:2px;
  width:106px;
  white-space:nowrap;
}

#topMenu2 .menuItem
{
  padding-top:4px;
  padding-bottom:4px;
  background-color:#CD267E;
}  