
	body,html {margin: 0px 0px 20px 0px; padding: 0px; background-color: #ffffff; font-family:Arial, Verdana, Helvetica, sans-serif; background-image:url(/images/naed_bkgd.png); background-repeat:repeat-x;}	
	img {border: 0px; padding: 0px;}
	a {font-size: 11px; color: #000000;font-weight:normal;}
	tr { padding: 0px; }
	td { padding: 0px;}
	
		.text {font-size: 11px; color: #000000;font-weight:normal;}
		h3 {font-size: 13px; color: #000000;font-weight:bold;}
		.bold {font-weight:bold;}
		.italics {font-style:italic;}
		.small {font-size: 9px; }
		.med {font-size: 12px; }
		.large {font-size: 14px; }
		.xlarge {font-size: 17px; }
		.hilite {color: #303030;}
		.hilite2 {color: #de3142;}
		.lowlite {color: #bbbbbb;}
		.termhilite {background-color: #FFFF66;}
		.white {color: #FFFFFF;}
		.link {text-decoration:none;}
			.link:hover {text-decoration: underline;} 
			.link:active {text-decoration: underline;} 

		.indent {text-indent:-7px;margin:0px;padding: 0px 0px 0px 7px;}
		
		.footer-link {font-size: 9px; color: #FFFFFF; text-decoration:none;padding-right:6px;}
		.footer-text-bold {font-size: 9px; color: #000000; text-decoration:none;padding-right:6px;font-weight:bold;}
		
				.hp-category-td {text-align:left; width:130px; vertical-align:top; padding-right:25px;  }
		.hp-category-td-end {text-align:left; width:130px; vertical-align:top;  }
				
		.ContestFieldLabel {width:200px;text-align:right;padding-right:40px;padding-top:20px;color:#000000;font-size: 17px;font-weight:bold;}
		.ContestFieldEntryTD {padding-top:20px;}
		.ContestInputField {border:1px solid #B8C2DB;width:250px;height:20px}







			
			
			ul#icons {margin: 0; padding: 0;}
			ul#icons li {margin: 2px; position: relative; padding: 2px 0;float: right;  list-style: none;}
			ul#icons span.ui-icon {float: right; margin: 0 4px;}
			
			
			#iconmenu {position: relative; width:6px;}
			#iconmenu li {width: 20px; height: 16px; position: relative; top: 0px; background: #c56363 url(/images/ui/naed-nav_icons.png) 0 0 no-repeat; display: block; list-style: none;}
			#iconmenu a {width: 20px; height: 20px; display: block;position: relative; top:-2px; }
			#iconmenu a:hover {border: solid 0px #000;display: block; }
			#iconmenu #panel1c { background-position: -2px 2px;}
			#iconmenu #panel2c { background-position: -24px 2px;}
			#iconmenu #panel3c { background-position: -45px 2px;}
			#iconmenu #panel4c { background-position: -65px 2px;}
			#iconmenu #panel5c {background-position: -90px 2px;}
			#iconmenu #panel6c {background-position: -132px 2px;}
			
			#iconmenu #panel1c a:hover { background: url(/images/ui/naed-nav_icons.png) -2px 2px no-repeat #697c8e;}
			#iconmenu #panel2c a:hover {background: url(/images/ui/naed-nav_icons.png) -24px 2px no-repeat #697c8e;}
			#iconmenu #panel3c a:hover {background: url(/images/ui/naed-nav_icons.png) -45px 2px no-repeat #697c8e;}
			#iconmenu #panel4c a:hover {background: url(/images/ui/naed-nav_icons.png) -65px 2px no-repeat #697c8e;}
			#iconmenu #panel5c a:hover {background: url(/images/ui/naed-nav_icons.png) -90px 2px no-repeat #697c8e;}
			#iconmenu #panel6c a:hover {background: url(/images/ui/naed-nav_icons.png) -132px 2px no-repeat #697c8e;}
			
			#iconmenu2 {position: relative; width:6px;padding-top: 1px;margin:0px;padding-left:2px;}
			#iconmenu2 li {width: 20px; height: 16px; position: relative; top: 0px; background: #f4f7f9 url(/images/ui/naed-add_icons.png) 0 0 no-repeat; display: block; list-style: none;}
			#iconmenu2 a {width: 20px; height: 16px; display: block;position: relative; top:-2px; }
			#iconmenu2 a:hover {;display: block; }
			#iconmenu2 #panel1c { background-position: -4px 2px;}
			#iconmenu2 #panel2c { background-position: -28px 2px;}
			#iconmenu2 #panel3c { background-position: -49px 2px;}
			
			#iconmenu2 #panel1c a:hover { background: url(/images/ui/naed-add_icons2.png) -4px 2px no-repeat #bbbbbb;border:solid 1px #de3142; position:relative; top:-1px; left:-1px}
			#iconmenu2 #panel2c a:hover {background: url(/images/ui/naed-add_icons2.png) -28px 2px no-repeat #bbbbbb;border:solid 1px #de3142; position:relative; top:-1px; left:-1px}
			#iconmenu2 #panel3c a:hover {background: url(/images/ui/naed-add_icons2.png) -49px 2px no-repeat #bbbbbb;border:solid 1px #de3142; position:relative; top:-1px; left:-1px}
			
			
			
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:510px;	/* Width of box */
		height:200px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #000000;	/* Dark green border */
		background-color:#f4f7f9;	/* White background color */
		text-align:left;
		font-size:1em;
		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 */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#f4f7f9;
		color:#de3142;
	}
	#ajax_listOfOptions_iframe{
		background-color:#FFFFFF;
		position:absolute;
		z-index:5;
	}
	
	.vertical {
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:0px;
	height:0px;
}


  .gradientV{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    /* fallback (Opera) */
    background: #000000;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #000000, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#000000), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#000000', EndColorStr='#000000', GradientType=0);
  }
  .gradientVb{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    /* fallback (Opera) */
    background: #676767;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #676767, #e6e6e6);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#676767), to(#e6e6e6));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#676767', EndColorStr='#e6e6e6', GradientType=0);
  }
  .gradientH{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
 
    /* fallback (Opera) */
    background: #A0A0A0;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #A0A0A0, #6E6E6E);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#A0A0A0), to(#6E6E6E));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#A0A0A0', EndColorStr='#6E6E6E', GradientType=1);
  }
  
  
a.DealButtonSmall { 
    display: block; 
    height: 22px; 
	width: 80px;
	float:right;
    margin-right: 2px; 
    padding-right: 8px; /* sliding doors padding */ 
    white-space:nowrap; 
	border: #000000 1px solid; 
	background-color: #de3142; 
	color: #FFFFFF;
} 
a.DealButtonSmall span {  
    display: block; 
    line-height: 17px; 
    padding: 3px 4px 4px 8px; 
} 

a.DealButtonSmall:active span {
    padding: 4px 4px 4px 18px; 
} 
