/* CSS Document */
body{
	margin:0 auto;
	background:url(_imgs/body-bg.gif) repeat-x #ffffff fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.container{
	padding:0 10px;
}


#logo{
	float:left;
}

#searchForm{
	float:right;
}

.inputsuggest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 17px;
	width: 150px;
}
.inputsuggest2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
}
#channellinks{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;

}

#dotborder{
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
}

.newtophighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

/*TAB CSS */
#MainMenu 
{
	width:100%;
	height:25px;
	margin:0;
	border-style:solid;
	border-color:#62A60D;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:4px;
	border-left-width:0;
	font-size:11;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0 3px 0 0 ; /*Tab Scapping Fixer*/
	padding:0;
}
#tab a 
{
	background:#9FDA22 url("http://www.euttaranchal.com/tourism/images/bright_044_2.gif") no-repeat right top;*/
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	
}
#tab a span 
{
	display:block;
	background:url("http://www.euttaranchal.com/tourism/images/bleft_044_2.gif") no-repeat left top;
	padding:0 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666; /* Font Color */
	font-weight:bold;
	line-height:25px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-size:11px;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border-style:solid;
	border-color:#000000;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:5px;
	border-left-width:0;
	color:#FFFFFF;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
	
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	margin:0 1px 0 0 ;
	padding:0;
	display:block;
	border:0 solid #FF9300;
	color:#FFFFFF;
	background:url("http://www.euttaranchal.com/images/bleft_044_2.gif") no-repeat left top;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	line-height:25px;
	background:url("http://www.euttaranchal.com/images/bright_044.gif_2") no-repeat right top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.dropmenudiv a span 
{
	float:none;
	
}
.dropmenudiv a:hover
{
	border:0 solid #FF9300;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFFFFF;
	font-weight:bold;
}

/*end of Tab CSS */

h1{
	font-size:22px;
	font-weight:normal;
	margin-top:10px;
	color:#CC3300;
}

h2{
	font-size:18px;
	font-weight:normal;
	color:#006600;
	background:url(_imgs/h3_bg.gif) no-repeat;
	padding:3px 5px;
}

.highlight{
	font-size:22px;
	font-weight:normal;
	margin-top:0;
	color:#FFFFCC;
}

.footer {
	font-size: 11px;
	color: #666666;
	text-decoration: none;


}

.error{
	color:#CC3300;
}

.graycomment{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:left;
}

form#register table tr td{
	padding-bottom:10px;
	color:#006600;
}

form#register input.input1{
	border:1px solid #6A8DAE;
}