@CHARSET "ISO-8859-1";
div.TabView
{
  float:left;
  display:block;
  padding:0px;
  margin:0px;
}

div.TabView div.Tabs
{
  height: 24px;
  overflow: hidden;
}

div.TabView div.Tabs a
{
  float: left;
  display: block;

  width:  150px;
  text-align: center;
  height:      24px;
  padding-top: 5px;
  vertical-align: middle;
	border: 1px solid black;
	border-bottom-width: 0;

  text-decoration: none;
  font-family: "Times New Roman", Serif;
  font-weight: 900;
  color: #000000;
}

div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
background-color: #dddddd;
}

div.TabView div.Pages
{
  clear: both;
  border: 1px solid #404040;
  overflow: hidden;
}

div.TabView div.Pages div.Page
{
  height: 100%;
  padding: 0px;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
  padding: 3px 5px;
}

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;

}
/**/
.form_button{
	background-color:#ad1c12;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
}
/* CITY AND STATE HOTEL LISTINGS PAGES */
#hotellistings  {
margin: 5px 0px;
text-align: left;
}
#hotellistings .sortoptions {
text-align: right;
width: 100%;
}
#hotellistings .actionlinks {
text-align: right;
padding: 0px 20px;
}
#hotellistings .firstnextlink {
padding: 5px 10px;
float: right;
}
#hotellistings .userprofile {
text-align: left;
vertical-align: top;
width: 150px;
border-top: 1px solid #eed;
padding: 5px 5px;
margin: 0px 5px 5px 0px;
}
#hotellistings .reviewdetails {
vertical-align: top;
padding: 5px 5px;
border-top: 1px solid #eed;
text-align: left;
}
#hotellistings .hoteldiv {
border-bottom: 1px solid #eed;
padding: 10px 0px;
}
#hotellistings .hoteldiv .border {
border-bottom: 1px solid #eed;
}
#hotellistings .hoteldiv .border h2 {
font-size: 1.1em;
font-weight: bold;
vertical-align: bottom;
}
#hotellistings .hoteldiv .border td {
vertical-align: bottom;
}
#hotellistings .hotelthumbnail {
float: left;
width: 125px;
height: 84px;
overflow: hidden;
padding: 2px;
border: 1px solid #eed;
margin: 0px 7px 0px 0px;
}
#hotellistings .hotelthumbnail img {
border: 0px;float:left;
}
#hotellistings ul {
/*width: 650px;*/
margin: 0;
margin-left:5px;
padding: 0;
float:left;
list-style: none;
}
#hotellistings li {
font-size: .8em;
width: 150px;
margin: 0;
padding: 0;
}
#insettext .searchdiv {
padding: 10px 10px 20px 10px;
text-align: center;
}
#mapofindia {
text-align: center;
}
#mapofindia .citystatehotels {
width: 100%;
}
#mapofindia img {
float: left;
}
#mapofindia .citystatehotels ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#mapofindia .citystatehotels li {
  float: left;
  width: 33%;
  margin: 0;
  padding: 2px 0px;
}
#hoteldetail {
text-align: left;
 
}

.article-links,.destination-links {
	float: right;
}
.article-links ul li,.destination-links ul li{
	backgrounf:#E5E5D0;
}
.article-links ul li a ,.destination-links ul li{
	font-weight: bold;
	font-size: 11px;
	padding:3px 5px 3px 5px;
	background-color:#DAC196;
	color:#860800;
	
}