* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #50af05;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #3A0404 url(../images/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	width: 678px;
	min-height: 750px;
	_height: 750px;
	background: url(../images/header.jpg) no-repeat;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 500px;
}
#nav li {
  float: left;
  background: url(../images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #50af05;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/

#topcon {
  background: url(../images/topcon.jpg) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 558px;
  color: #fff;
}
#topcon-inner {
  margin: 33px 40px 41px 85px;
  height: 130px;
  overflow: auto;
}
#topcon h2 {
  font-size: 14px;
  color: #50af05;
}

/** Body **/

#content {
  width: 930px;
  position: absolute;
  color: #fff;
  top: 299px;
  left: 33px;
  font-size:11px;
}
#content a {
  color:#50af05;
}
#content a:hover {
  color: #ffea00;
}
#body {
  border: 1px solid #b6a4a5;
  background: #901315;
  padding: 18px;
}

.box {
  float: left;
  width: 195px;
  background: #730F11;
  margin-right: 18px;
}
.box-t { background: top url(../images/box_t.gif) repeat-x; }
.box-r { background: right url(../images/box_r.gif) repeat-y; }
.box-b { background: bottom url(../images/box_b.gif) repeat-x; }
.box-l { background: left url(../images/box_l.gif) repeat-y; }
.box-tr { background: top right url(../images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(../images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(../images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(../images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 460px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
/*#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}*/

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: .7em;
}

#body h2 {
  font-size: 12px;
  text-align: left;
  color: #FFEA00;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 11px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
  color:#50af05;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
   font-size:12px;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
  font-size:12px;
}
/*--------------- AShim-------------------*/
#body ul {
  margin: 1em 0;
}
#body li {
	list-style: none;
	margin: 0.9em 0;
	display: block;
	margin: 3px 0;
	background: #901315;
	border-bottom: 1px solid #730f11;
	padding: .2em .3em;
	/*color: #901315;*/
	color: #fff;
	position: relative;
	font-weight: normal;
}
#body ul a {
  text-decoration: none;
  color:#fff;
}
#body ul a:hover {
	color: #ffea00;
	background: #901315 right center no-repeat;
}

/*.inputbox {
  border           : 1px solid #000000;
  background-color : #ffcccc;
  margin-bottom    : 0px;
  color			   : #000000;
}*/

.mouseover{
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: #4ca900;
	color: #333333; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
} 
.useyou, .mouseover:hover{
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	background: #50af05;
	color: #333333; 
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #901315;
text-align: left;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #901315;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
-webkit-border-radius:3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: #4ca900;


color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
-webkit-border-radius:3px;
}
.butt
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: #ffea00;


color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
-webkit-border-radius:3px;
}
/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; text-align: left; vertical-align:top }

/* Input, Textarea */
input, textarea, select
{
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
margin-top:0px;
padding: 0px; 


background-color : #ffcccc;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
-webkit-border-radius:3px;
}
/*------------------ For Search Ajax-------------*/
#mainContainer{
		width:660px;
		margin:0 auto;
		text-align:left;
		height:100%;
		background-color:#FFF;
		border-left:3px double #000;
		border-right:3px double #000;
	}
	#formContent{
		padding:5px;
	}
	/* END CSS ONLY NEEDED IN DEMO */
	
	
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:192px;	/* Width of box */
		/*height:250px;*/	/* Height of box */
		max-height:250px;
		min-height:0px;
		overflow:auto;	/* Scrolling features */
		border:1px solid #4ca900;	/* Dark green border */
		background-color:#ffcccc;	/* White background color */
		text-align:left;
		font: 11px Verdana, Helvetica, Arial, sans-serif;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		font: 11px Verdana, Helvetica, Arial, sans-serif;
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#901315;
		color:#FFF;
		font: 11px Verdana, Helvetica, Arial, sans-serif;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	/*form{
		display:inline;
	}*/
