/****
Basic
****/
	
	* { margin:0px; padding:0px; }
	a { color:#006; }
	a:hover { color:#68d3ed; }
	body { text-align:center; background:#fff url('../images/background.jpg') repeat-x scroll top; color:#006; font-weight:bold; font-size:20px; }
	h1 { float:right; position:relative; top:-20px; font-size:27px; color:#f00; background-color:#fff; padding-left:7px; font-style:italic; }
	h2 { float:right; position:relative; top:-20px; font-size:22px; color:#f00; background-color:#fff; padding-left:7px; font-style:italic; }
	html { text-align:center; overflow: -moz-scrollbars-vertical; overflow: scroll; font-family:Arial, Helvetica, sans-serif; }
	img { border: 0px; }
	
/******
Classes
******/

	.weekText { font-size:10px; }
	.AdviceText { color:#f00; }
	.errorText { color:#f00; font-size:10px; font-weight:normal; }
	.greenBox { 
            background:#fff url('../images/background.jpg') repeat-x scroll top; padding:7px; margin-top:0px; border:1px solid #0c0; top:-25px;
            text-align:left; font-family:Verdana,sans-serif; font-size:.75em; position:relative; top:-35px; padding:5px;}
	.inputText { width:250px; }
	.inputButton { border:1px solid #9cc; background-color:#cfc; color:#000; height:25px; width:175px; }
	
	.small{ font-size:12px; }
	.navigationdisabled { color:#ccc; }
	
	.myeasysell_message { font-size:14px; padding:10px; color:#f00; border:1px solid #f00; text-align:center; }
	.subTitle { color:#f00; }
	
	.formbutton01 { border:1px solid #9cc; background-color:#cfc; color:#000; }
	.formbutton01 { width:125px; height:25px; }
	
	.redDivText, .redLink { color:#f00; }
	.greenDivText { color:#0c0; }
	
	.myeasysell_message { padding:10px; background-color:transparent; color:#f00; border:1px solid #f00; text-align:center; }
	.myeasysell_message a { color:#f00; }
	
	.thumbs { border:1px solid #0c0; height:100px; width:100px; }
	
/*****
Layers
*****/

	div#pagewrapper {   margin:0 auto; width:980px; }
	
	/*Header*/
	div#header { clear:both; height:250px; }
	div#headerCenter { display:inline; color:#f00; font-weight:bold; font-size:25px; }
	div#headerLeft { display:inline; float:left; }
		div#headerLeft img { height:225px; }
	div#headerRight { display:inline; float:right; padding-top:10px; }
	
	/*Footer*/
	div#footer { font-size:16px; font-weight:normal; height:50px; margin-top:-11px; }
	div#footerText { }
	div#footerText a { color:#f00; }
	
	/*Main*/
	div#main, div#main2, div#EditSection { text-align:left; font-family:Verdana,sans-serif; font-size:.75em; position:relative; top:-35px; padding:5px; }
	
	/*Menu*/
	div#menu { margin-top:0px; }
	div#menu table { width:100%; }
	
/****
Popup
****/

	#thumbBox{ position: absolute; left: 0; top: 0; width: auto; padding: 10px; padding-bottom: 0; background:#fff url('../images/background.jpg') repeat-x scroll top;
		visibility: hidden; z-index: 10; cursor: hand; cursor: pointer; border:1px solid #0c0; }
	#thumbBox .footerbar{ font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#006; padding: 5px 0; text-align: right; }
	#thumbBox #thumbImage{ color:#006; font-weight:bold; line-height:2em; }
	#thumbLoading{ position: absolute; visibility: hidden; border:1px solid #0c0; background-color: #efefef; padding: 5px; z-index: 5; }
	
	.errorInput { border: 2px solid #f00; }