@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#container {
	border:1px solid white;
	width: 957px;
}

#pageHolder {
	margin: 0 auto;
	margin-top: -40px;
	/* margin-top: 70px; */
	/*border:1px solid red;  */
	/*	width: 957px; */
	/* height: 270px; */
}

#header {
	height: 32px;
	padding-left: 150px;
}

#visual {
	float: left;
	margin-left: 14px;
	width: 290px;
	height: inherit;
}

#visual.download {
	background-color: #ccc;
	width: 270px; height: 310px;
	padding: 10px;
	text-align:center;
}

#lefttabs {
	width: 150px;
	float: left;
	text-align:right;
}

#righttabs {
	width: 150px;
	float: left;
}

#content {
	width: 307px;
	margin: 0 0px 0 20px;
	float: left;
}

#content P {
	padding: 0;
	margin: 0 0 1em 0;
}

#contentHolder {
	float:left;
	padding-top: 26px;
	background-image: url(/img/beta/home/bg_page.gif);
	background-repeat:no-repeat;
	width: 657px;
	height: 360px;
}

#contentHolder.home {
	background-image: url(/img/beta/home/home_visual.gif);
}


#contentHolder.home #visual {
	float: left;
	padding: 0;
}

#contentHolder.home #content {
	margin-top: 0px;
}



/* img on homepage allows click through 
#contentHolder.home IMG {
	width:100%;
	height:100%;
}
*/

#divText {
	overflow: auto;	
	width: 310px;
	padding-right: 4px;
	max-height: 200px;
	/* height: 260px; */
}

#footer {
	clear:both;
	padding-left: 150px;
	padding-top: 2px;
	color: #666666;	
}

#footer A {
	text-decoration: none;
	color: #666;		
}


IMG {
	border: none;
}

IMG.border {
	border: 6px solid #CCC;
}

#prevnext {
	display:block;
	color: #999;
	margin: 1em 0 0 20px ;
	float:left;
	width:310px;
	border-top: 1px dotted #CCC;
	padding-top: 2px;
}

#prevnext A {
	color: #999;
	text-decoration:none;
}

#prevnext A:hover {
	color: #000;
}

#prevnext A.left {
	display:block;
	float: left;
}

#prevnext A.right {
	display:block;
	float: right;
}

.intro {
	font-size: 14px;
	color: #999999;
	font-style:italic;
}

#contentHolder.home #prevnext {
	border: none;
	float: right;
	width:auto;
	margin-top: 0;
	padding-top: 0;
	padding-right: 30px;
}

/*
#contentHolder.home #prevnext A,#contentHolder.home .intro  {
	color: #666;
}*/

.alert {
	color: red;
	font-weight: bold;
}

