html, body {
	background-color: #fff;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
}


p, a, td, tr, table, h1, h2, h3, h4, h5, h6 {
  	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
 	color: #666;
 	font-size: 13px;
  	padding:0;
	margin: 0;
	border: 0;
}


li {
  	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
 	color: #666;
 	font-size: 13px;
  	padding: 0;
	margin-top: 6px;
	border: 0;
}

p {
	margin-top: 10px;
	}
	
.intro {
	font-size: 16px;
	margin-bottom: 20px;
	}

.label {
	margin-top: 14px;
	margin-bottom: 6px;
	#text-decoration: underline;
	}
	
.labeltext {
  margin-top: 4px;
  #margin-bottom: 8px;
  font-size: 12px;
  }
  
.smallertext{
	font-size: 13px;
	
	}

.smallerboldtext{
	font-size: 12px;
	margin-top: 0;
	font-weight:bold;
	}


.largertext{
		margins: 10px 0 10px 0;
		font-size: 15px;
		color: #000;
	}


.highlightedsmallertext{
	font-size: 12px;
	color: #123;
	
	}
	
.a:hover {
	text-decoration: underline;
	}

h1{
	font-size: 30px; 
	font-weight: normal;
	border: 0;
	color: #000;
	margin: 0 0 12px 0;
}

h2{
	font-size: 18px; 
	font-weight: normal;
	border: 0;
	color: #000;
	margin: 0 0 12px 0;
}

#WrapEverything{
		height: 100%;
		width:780px;
		margin: 1px auto; 
		background-color: #fff;
		postion: relative;
	
}

#LayoutHeader{
		height: 96px;
		width: 780px;
		background-image: url(/images/1_0/layout_header.png);
}

#LayoutHeaderRobot{
		height: 96px;
		width: 780px;
		background-image: url(/images/1_0/layout_altheader_robot.png);
}

#ContentSurround{
		background: #ECF6CC url(/images/1_0/layout_index_greenstretch.png) no-repeat ;
		width: 774px;
		min-height: 300px;
	  	height:auto !important;
  		height:300px;
		border-left: 3px solid #BFFF00;
		border-right: 3px solid #BFFF00;
		position: relative;
		display: block;

}

#ContentSurroundMylists{
		background: #BFFF00 url(/images/1_0/layout_mylists_greenstretch.png) repeat-x ;
		width: 774px;
		min-height: 400px;
		height:auto !important;
  		height:400px;

		border-left: 3px solid #BFFF00;
		border-right: 3px solid #BFFF00;	
		position: relative;
		display: block;
}


#MainColumn{
	width: 480px;
	padding-left: 30px;
	}

#MainColumnSlides{
	width: 720px;
	padding-left: 30px;
	}
	
.MainMenu {
		margin-top: -32px;
		margin-right: 12px;
		display: block;
		float: right;
		position: relative;
		top: -18px;
	}

	ul.MainMenu {
		list-style-type: none;x
		padding-left: 7px;
		margin: 0px;
	}
	
	ul.MainMenu li {
		display: inline;
		margin: 0;
		position: relative; 
	}
	
	ul.MainMenu a {
		padding: 0 3px 0 3px;
		color: #444;
		text-decoration: none;
		font-size:   14px;
	}

	MainMenu MenuSelected {
		color: #fff
	}
	
	
.IndexABC {
	margin-top: 30px;
	width: 720px;
	}
	
	.IndexABC td{
		padding: 0 20px 0 20px;
	}
	
	.IndexABCText {
		margin: 10px;
		font-size: 15px;
		text-align: center;
		color: #000;
	}

	.IndexABCText a{
		
		font-size: 15px;
		text-align: center;
		color: #000;
	}
	


#FooterImage{
	background: #fff url(/images/1_0/layout_footer.png) no-repeat ;
	height: 50px;
	}


#FooterImageMylists {
	margin-top: -10px;
	padding: 0;
	border: 0;
	background: #fff url(/images/1_0/layout_altfooter_mylists.png) no-repeat ;
	height: 50px;
	}
	
#FooterText {
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
	}
	

#notice {
	width: 400px;
	background: #fff url(/images/error.png) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	margin: 0px 0 20px 0;
	padding: 20px 20px 20px 65px;
	border: 4px dotted #bfff00;
	font-size: 14px;
	}

#highlight {
	width: 400px;
	background: #fff ;
	margin: 0px 0 20px 0;
	padding: 10px;
	border: 4px dotted #bfff00;
	font-size: 14px;
	}
	
.tabletitle{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	}
	
#tip {
	width: 400px;
	background: #ecf6cc url(/images/tip.png) center no-repeat;
	background-position: 15px 20px;
	text-align: left;
	margin: 20px 0 20px 0;
	padding: 20px 20px 20px 65px;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	position:relative;
	border: 4px dotted #999;
	}
	
#box {
        width: 688px;
        padding: 20px;
        margin-bottom: 20px;
        background: #F0FFE1;
        border: 1px solid #aaa;
      }      

#ArchiveHistory {
	height: 16px;
	background-image: url(/images/1_0/bg_HistoryTab.gif) ;
	background-repeat: no-repeat;
}

#ArchiveHistory a{
	margin: 10px 0 0 20px;
	text-decoration: none;
	font-size: 12px;
	}



	.ManageTable{
		
		width: 240px;
		background: #fff;
		
		border-right: 2px solid #666;
		border-bottom: 3px solid #666;
		border-left: 1px solid #999;
		padding: 0px;
		margin: 0px;
		

	}
	
	.ManageTable .category {
		background: #354700 url(/images/1_0/bg_ManageTableTH.png);
		height: 20px;
		text-align: left;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		padding-left: 10px;

		
	}

	.ManageTable .categoryx {
		background: #354700 url(/images/1_0/bg_ManageTableTH.png);
		color: #fff;
		
	}

	.ManageTable .categoryx a {
		color: #fff;
		text-decoration: none;		
		font-weight: bold;
	}

	
	.ManageTable tr {
	width: 240px;
	}

	.ManageTable .alt {
		width: 240px;
		background: #E7F5AE;
	}

	
	.ManageTable .checkbox {
	background-image: url(/images/1_0/bg_bullet4x4.png);
	background-repeat: no-repeat;
	background-position: 10px 12px; 
	}

	.ManageTable .rising { background-image: url(/images/1_0/icon_sunrise.gif);
	background-repeat: no-repeat; background-position: 2px 6px; }
	
	.ManageTable .item {
	font-size: 13px;
	padding: 4px 4px 4px 4px;
	border: 0;
	color: #333;
	}

	.ManageTable .item a {
	font-size: 13px;
	
	border: 0;
	}

	.ManageTable .AddedBy {
	font-size: 12px;
	padding: 0px 4px 6px 0px;
	
	border: 0;
	
	}
	
	.ManageTable .x a{
	padding: 0;
	padding-top: 12px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}

.ManageTable .item a {
	color: #0000ff;
	text-decoration: none;
	
	}

#rightcol {
		width: 240px;
		float: right;
		position: absolute;
		display: inline;
		top: 0px;
		left: 520px;
}
#rightcoldrop {
		width: 240px;
		float: right;
		position: absolute;
		display: inline;
		top: 90px;
		left: 520px;
}

#NewsColumn {
		
		width: 200px;
		float: right;
		position: absolute;
		display: inline;
		top: 0px;
		left: 550px;
		border-left: 3px solid #BFFF00;
		padding-left: 10px;
}

	#NewsColumn H1{
		font-size: 15px;
		font-weight: bold;
		font-sytle: italic;
		}
		
	#NewsColumn h2{
		font-size:13px;
		border-top: 2px solid #BFFF00;
		padding-top: 10px;
		margin-top: 10px;
		}
		
	#NewsColumn h4{
		font-size:11px;
		}
		
#autocomplete { 
position: relative; width: 15em; 
margin-bottom: 1em; z-index: 9000;
}
#myContainer { position: absolute; top: 1.7em; width: 100%; }
#myContainer .yui-ac-content { 
position: absolute; width: 100%; 
border: 1px solid #404040; background: #fff; 
overflow: hidden; z-index: 9050;
}
#myContainer .yui-ac-shadow {
position: absolute; margin: .3em;
width: 100%; background: #a0a0a0;
z-index: 9049;
}
#myContainer ul { padding: 5px 0; width: 100%; }
#myContainer li { 
padding: 0 5px; cursor: default; 
white-space: nowrap;
}
#myContainer li.yui-ac-highlight { background: #ccddaa; }
#myContainer li.yui-ac-prehighlight { background: #eeffcc; }

#statesmod {position:relative;}
#statesautocomplete, #statesautocomplete2 {position:relative;width:15em;margin-bottom:1em;}/* set width of widget here*/
#statesautocomplete {z-index:9000} /* for IE z-index of absolute divs inside relative divs issue */
#statesinput, #statesinput2 {_position:absolute;width:100%;height:1.4em;z-index:0;} /* abs for ie quirks */
#statescontainer, #statescontainer2 {position:absolute;top:1.7em;width:100%}
#statescontainer .yui-ac-content, #statescontainer2 .yui-ac-content {position:absolute;width:100%;border:1px solid #404040;background:#fff;overflow:hidden;z-index:9050;}
#statescontainer .yui-ac-shadow, #statescontainer2 .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;}
#statescontainer ul, #statescontainer2 ul {padding:5px 0;width:100%;}
#statescontainer li, #statescontainer2 li {padding:0 5px;cursor:default;white-space:nowrap;}
#statescontainer li.yui-ac-highlight, #statescontainer2 li.yui-ac-highlight {background:#ff0;}
#statescontainer li.yui-ac-prehighlight,#statescontainer2 li.yui-ac-prehighlight {background:#FFFFCC;}	
		
		
