



/* ------------ base elements ------------- */



body 	{
  	background-color: #000;
  	margin: 0px;
	}

#supercontainer {
		text-align: center;
	}

#container      {
        position: relative;
        margin: 50px auto 150px auto;
        width: 800px;
        text-align: center;
        background-color: #fff;
        }

#menucontainer      {
        position: relative;
        margin: 50px auto 150px auto;
        width: 800px;
        text-align: center;
        background-color: #fff;
        }

#menusystem {
	position: absolute;
	left:-5000px;
	width:100%;
	height:5000px;
	top:-30px;
	z-index:900;
	top:0px;
}

#containerX 	{
	position: absolute;
	top:0px;
	left:200px;
	margin: 50px auto 150px auto;
	width: 800px;
	text-align: center;
	background-color: #fff;
	}

#menucontainerX 	{
	position: absolute;
	top:0px;
	left:200px;
	margin: 50px auto 150px auto;
	width: 800px;
	text-align: center;
	background-color: #fff;
	}

#menucontaineroldX 	{
	position: relative;
	margin: 50px auto 150px auto;
	width: 800px;
	text-align: center;
	background-color: #fff;
	}

#logocap 	{
	position: relative;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 130px;
	text-align: center;
	background-color: #000;
	background-image: url('ACC10_microsite_header.jpg');
	background-repeat: no-repeat;
	}

#homelink 	{
	position: absolute;
	top: 20px;
	left: 20px;
	}
	
#loggedin 	{
	position: absolute;
	left: 400px;
	top: 5px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #888;
	font-weight: normal;
	text-align: right;
	width: 400px;
	z-index: 5;
	}
	
#loggedinResults{
	position: absolute;
	left: 400px;
	top: 5px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #888;
	font-weight: normal;
	text-align: right;
	width: 400px;
	z-index: 10;
	}
	
#toplinks 	{
	position: absolute;
	left: 370px;
	top: 40px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #888;
	font-weight: bold;
	text-align: right;
	width: 400px;
	z-index: 5;
	}
	
#help 	{
	position: absolute;
	left: 370px;
	top: 108px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-align: right;
	width: 400px;
	z-index: 5;
	}
	
 #titlebar 	{
	position: relative;
	margin: 0px auto 0px auto;
	padding 0, 30px, 0 30px;
	width: 740px;
	height: 36px;
	text-align: center;
	background-color: #fff;
	background-image: url('titlebar.gif');
	background-repeat: repeat-x;
	}
	
#pagetitle 	{
	position: absolute;
	left: 30px;
	top: 100px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-color: #444;
	font-weight: normal;
	text-align: left;
	line-height: 25px;     /* centers text vertically */
	padding-left: 20px;
	}


#bottom 	{
	position: relative;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 40px;
	background-color: #fff;
	}

#footer 	{
	position: relative;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 4000px;
	line-height: 38px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	background-image: url('footerbar.gif');
	background-repeat: repeat-x;
	}


#subfooter 	{
	position: relative;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 400px;
	line-height: 38px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	background-image: url('footerbar.gif');
	background-repeat: repeat-x;
	}





/* ------------ main page ------------- */


#maintext 	{
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0;
	width: 740px;
	background-color: #ccc;
	z-index: 3;
	}

#insetbox 	{
	position: relative;
	margin: 0px auto 0px auto;
	padding 0;
	width: 700px;
	background-color: #eee;
	z-index: 4;
	}

#insetbox2{
	position: relative;
	margin: 0px auto 0px auto;
	padding 0;
	width: 700px;
	background-color: #eee;
	z-index: 4;
	}

#welcome	{
	margin: 25px 0 40px 0;
	line-height: 24px;
	font-family: arial, sans-serif;
	font-size: 22px;
	padding-right: 15px;
	color: #666;
	font-weight: bold;
	text-align: left;
	}
	
#introtextheadb	{
	margin: 30px 0 40px 0;
	line-height: 16px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-align: center;
	}

#introtexthead	{
	margin: 30px 0 40px 0;
	line-height: 16px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: center;
	}

#introtextheadL	{
	margin: 30px 0 40px 0;
	line-height: 16px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: left;
	}


#marktext	{
	line-height: 16px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: left;
	}


#introtext	{
	margin: 30px 0 40px 0;
	width: 700px;
	line-height: 16px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: left;
	}

#introtext2{
	margin: 30px 0 40px 0;
	width: 700px;
	line-height: 16px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: left;
	}

#trouble{
	margin: 30px 0 40px 0;
	width: 700px;
	line-height: 16px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-align: left;
	}

/* ------------ refine search ------------- */


#refine		{
	position: relative;
	margin: 0px auto 0px auto;
	width: 740px;
	height: 235px;
	line-height: 38px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	}

#refinetabs	{
	position: absolute;
	top: 155px;
	left: 50px;
	margin: 0px auto 0px auto;
	width: 700px;
	height: 215px;
	line-height: 38px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	z-index: 1;
	}

#tabpanel	{
	position: absolute;
	top: 155px;
	left: 50px;
	width: 700px; 
	height: 23px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	background-color: #fff;
	z-index: 2;
	}

#tabs	{
	position: absolute;
	top: 155px;
	left: 50px;
	width: 700px; 
	padding: 0px; 
	margin-bottom: 0;
	z-index: 3;
	}
	
#framebox	{
	position: absolute;
	top: 199px;
	left: 70px;
	border: 1px solid #ccc;
	width: 400px; 
	height: 150px; 
	padding: 0px; 
	margin-bottom: 0;
	z-index: 5;
	}
	
#boo_buttons	{
	position: absolute;
	top: 240px;
	left: 485px;
	margin: 0;
	z-index: 5;
	}








/* ------------ sign in page ------------- */

#signinbuttonbar 	{
	position: absolute;
	left: 50px;
	top: 250px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 32px;     /* centers text vertically */
	color: #666;
	font-weight: bold;
	text-align: left;
	z-index: 10;
	}











/* ------------ search module ------------- */




#search 	{
	background-color: #ccc;
	}


.searchtext	{
	line-height: 58px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-align: left;
	}




	/* ------------ this stuff centers the search field vertically ------------- */


#search a	{
	background: #ccc;
	display: table;
	text-align: center;
	margin-left: 20px;
	width: 655px;
	height: 60px;
	*display: block;
	*position: relative;
	}

#search a span	{
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*text-align: center;
	*left: 0px;
	*width: 100%;
	*cursor: pointer;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
	}










/* ------------ search results ------------- */



#buttonbartop 	{
	position: absolute;
	left: 50px;
	top: 180px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 32px;     /* centers text vertically */
	color: #666;
	font-weight: bold;
	text-align: left;
	z-index: 2;
	}

#pagination 	{
	position: relative;
	line-height: 24px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: left;
	width: 680px;
	height: 24px;
	background-color: #fff;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
	}

#paginationtop 	{
	position: relative;
	line-height: 24px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: left;
	width: 680px;
	height: 24px;
	background-color: #fff;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
	}

#resultpanel 	{
	position: relative;
	text-align: center;
	margin: 0px auto 0px auto;
	width: 700px;
	background-color: #ccc;
	padding: 0px 20px 0px 20px;
	border-bottom: 1px solid #bbb;
	}

#result 	{
	position: relative;
	line-height: 14px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-align: left;
	width: 660px;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	padding: 20px;
	}

#buttonbarbottom 	{
	position: relative;
	padding-top: 5px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 32px;     /* centers text vertically */
	color: #666;
	font-weight: bold;
	text-align: left;
	z-index: 2;
	}


















/* ------------ acct modules ------------- */




 #accttop 	{
	position: relative;
	margin: 0px auto 0px auto;
	padding 0;
	width: 740px;
	height: 161px;
	text-align: center;
	background-color: #ccc;
	z-index: 5;
	}

#accttop2 	{
	position: relative;
	margin: 0px auto 0px auto;
	padding 0;
	width: 740px;
	height: 121px;
	text-align: center;
	background-color: #ccc;
	z-index: 5;
	}

 #acctbox1 	{
	position: absolute;
	margin: 0;
	padding 0;
	top: 156px;
	left: 50px;
	width: 700px;
	height: 40px;
	text-align: left;
	background-color: #eee;
	z-index: 5
	}

 #acctbox2 	{
	position: absolute;
	margin: 0;
	padding 0;
	top: 197px;
	left: 50px;
	width: 700px;
	height: 40px;
	text-align: left;
	background-color: #eee;
	z-index: 5;
	}

 #acctfields 	{
	position: absolute;
	margin: 0;
	padding 0;
	top: 156px;
	left: 70px;
	height: 40px;
	text-align: left;
	z-index: 12;
	}

.accttext	{
	margin: 0px;
	line-height: 40px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-align: left;
	z-index: 20;
	}

 #acctchange 	{
	position: absolute;
	margin: 0;
	padding 0;
	top: 156px;
	left: 535px;
	width: 200px;
	text-align: right;
	line-height: 40px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	z-index: 12;
	}

#rememberme	{
	position: absolute;
	margin: 0px;
	top: 237px;
	left: 50px;
	line-height: 58px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-align: left;
	z-index: 10;
	}
	
#acctbutton 	{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 237px;
	left: 30px;
	width: 740px;
	height: 60px;
	text-align: right;
	z-index: 10;
	}

#acctbutton2 	{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 197px;
	left: 30px;
	width: 740px;
	height: 60px;
	text-align: right;
	z-index: 10;
	}

.buttontext	{
	line-height: 56px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 18px;
	color: #666;
	font-weight: bold;

	}
	
	








	/* ------------ this stuff centers the search field vertically ------------- */


#acct a	{
	background: #eee;
	display: table;
	text-align: left;
	margin-left: 10px;
	height: 40px;
	*display: block;
	*position: relative;
	} 

#acct a span	{
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*text-align: left;
	*left: 0px;
	*width: 100%;
	*cursor: pointer;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
	}












/* ------------ search manager ------------- */


#resultpanel2 	{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 700px;
	background-color: #ccc;
	padding: 20px 20px 0px 20px;
	}

#result2 	{
	line-height: 15px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-align: left;
	width: 700px;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	padding: 10px 0px 15px 0px;
	}
		
#history 	{
	line-height: 15px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-align: left;
	width: 700px;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	padding: 10px 0px 15px 0px;
	}

#manager 	{
	margin: 0;
	padding: 0;
	width: 720px;
	height: 60px;
	text-align: right;
	z-index: 10;
	}

#catbar 	{
	text-align: left;
	width: 700px;
	height: 24px;
	background-color: #fff;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	}

.catbartxt 	{
	line-height: 24px;     /* centers text vertically */
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-align: left;
	}

#managerbutton 	{
	margin: 0px auto 0px auto;
	width: 740px;
	background-color: #ccc;
	padding: 0;
	height: 60px;
	text-align: right;
	z-index: 10;
	}
	





/* ------------ link behavior ------------- */



	
	
	
a.toplinks:link	{
	color: #888;
	text-decoration: none;
	}

a.toplinks:visited {
	color: #888;
	text-decoration: none;
	}

a.toplinks:hover {
	color: #333;
	text-decoration: none;
	}
	
	
	



a.help:link	{
	color: #999;
	text-decoration: none;
	}

a.help:visited {
	color: #999;
	text-decoration: none;
	}

a.help:hover {
	color: #333;
	text-decoration: none;
	}
	
	
	
	
	
	
a.actions:link	{
	color: #666;
	text-decoration: none;
	}

a.actions:visited {
	color: #666;
	text-decoration: none;
	}

a.actions:hover {
	color: #222;
	text-decoration: none;
	}
	
	
	
a.result:link	{
	color: #000;
	text-decoration: none;
	font-size: 13px;
	}

a.result:visited {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	}

a.result:hover {
	color: #000;
	text-decoration: underline;
	font-size: 13px;
	}
	
	


a.more:link	{
	color: #444;
	text-decoration: none;
	font-weight: bold;
	}

a.more:visited {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	}

a.more:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}


	
	
	
	
a.footer:link	{
	color: #444;
	text-decoration: none;
	}

a.footer:visited {
	color: #444;
	text-decoration: none;
	}

a.footer:hover {
	color: #fff;
	text-decoration: none;
	}






















