﻿/*
Generics
*/
.CommonInlineMessageContent, .CommonMessageContent
{
	border-left: 2px solid #9fbde5;
	border-right: 2px solid #9fbde5;
	min-height: 1px;
	_height: 1px;
	position: relative;
	padding: 0 10px;
}

.CommonInlineMessageTitle, .CommonMessageTitle
{
	background: url(http://i2.asp.net/common/forums-css/i/bg_heading.png?cdn_id=20) no-repeat;
	position: relative;
	background-color: #7AA4DD;
	margin-top: 6px;
	padding: 0;
	clear: both;
}

.CommonInlineMessageTitleRight, .CommonMessageTitleRight
{
	background: url(http://i2.asp.net/common/forums-css/i/bg_heading.png?cdn_id=20) no-repeat;
	position: relative;
	_height: 1px;
	background-position: 0 -70px;
	height: 5px;
	width: 5px;
	float: right;
	overflow: hidden;
}

.CommonInlineMessageArea, .CommonMessageArea
{
	background: url(http://i2.asp.net/common/forums-css/i/bg_bucket.png?cdn_id=20) repeat-x 0 -44px;
	min-height: 1px;
	_height: 1px;
	position: relative;
}



.CommonInlineMessageTop, .CommonMessageTop
{
	border-left: 2px solid #9fbde5;
	border-right: 2px solid #9fbde5;
	background: url(http://i2.asp.net/common/forums-css/i/bg_bucket.png?cdn_id=20) no-repeat;
	height: 10px;
}

.CommonInlineMessageContent p, .CommonMessageContent p, .CommonInlineMessageContent .CommonFormArea, .CommonMessageContent .CommonFormArea
{
	margin: 0px;
	padding-bottom: 10px;
}

.CommonInlineMessageBottom, .CommonMessageBottom
{
	background: url(http://i2.asp.net/common/forums-css/i/bg_bucket.png?cdn_id=20) no-repeat 0 -22px;
	height: 10px;
	margin-bottom: 4px;
}

.CommonInlineMessageBottom span, .CommonMessageBottom span
{
	background: url(http://i2.asp.net/common/forums-css/i/bg_bucket.png?cdn_id=20) no-repeat right -34px;
	width: 12px;
	height: 10px;
	float: right;
	overflow: hidden;
}

.errormessage
{
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffebe8;
	border-color: #c00;
	margin: 1em auto;
	font: 11px "Lucida Grande" ,Verdana,Arial, "Bitstream Vera Sans" ,sans-serif;
}
.lblheading
{
	color: #333399;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12.5px;
}






body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}



/*   ::::::    Auto search    ::::::::*/

.AutoExtender
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .5em;
	font-weight: normal;
	border: solid 1px #006699;
	line-height: 20px;
	padding: 10px;
	background-color: White;
	margin-left: 10px;
}
.AutoExtenderList
{
	border-bottom: dotted 1px #006699;
	cursor: pointer;
	color: Maroon;
}
.AutoExtenderHighlight
{
	color: White;
	background-color: #006699;
	cursor: pointer;
}
#divwidth
{
	width: 150px !important;
}
#divwidth div
{
	width: 150px !important;
}

