/* CSS Document */


body {
	text-align:center;
	margin:0px;
	background-color:#F2F6F9;
	background:#F2F6F9 url(../images/bluetexture_back.jpg) repeat-x center top;
	}
#header{
	height:90px;	
}
#title {
	width:1062px;
	padding-top: 0px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #FFFFFF;
}
#sidetitle {
	float:left;
	width: 100px;
}
#frame {
	width:1062px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-4px;
	padding:0px;
	text-align:left;
	}

.contentcontainer {
	padding: 4px;
}
	
#canvas {
	/* height of content center minus margin = 8 */
	height: auto;
	width: 956px;
	margin-left: 12px;
	margin-right: 12px;
	
}

#contentcenter {
	width:980px;
	height:auto;
	padding:0px;
	float:left;
	}
#contentcenter .sb-inner { background:#fff; }

#contentright {
	width:173px;
	padding:0px;
	float:right;
	margin-left:6px;
	height: 200px;
	background-color:#36393D;
	margin-bottom: 10px;
	z-index: 1000;
	
	}

#contentright .sb-inner { background:#36393D; }

#contentrtags {
	width:173px;
	padding:0px;
	float:right;
	margin-left:6px;
	height: 200px;
	background-color:#DE2C00;
	/* background-color:#4E9EED; */
	z-index: 1000;
	}

#contentrtags .sb-inner { background:#DE2C00; }

a:link {
	color: #4E9EED;
}


#contentrtags h2 { color:#FFF; }

h2 {
	font-size:24px;
	font-family:Arial;
	font-weight:normal;
	color : #FFF;
	margin-bottom: 4px;
	margin-top:0px;
	padding-left:8px;

}

#contentl {
	padding:0px;
	float:left;
	width:300px;
	height: 200px;
	margin-left:0px;
	background-color:#A1A1A1;
	z-index: 1000;
	margin-right: 60px;
	}

#contentl .sb-inner { background:#FFFB9B; }

#contentl h2 { color:#000000; }

#contentme {
	width:300px;
	height: 200px;
	padding:0px;
	float:left;
	
	margin-left:60px;
	
	background-color:#FFFB9B;
	margin-bottom: 10px;
	
	z-index: 1000;
	}

#contentme .sb-inner { background:#FFFB9B; }

#contentme h2 { color:#000000; } 

#contentheader {
	background:#fff
	}
	
#header_text h1 {
	font-family: arial;
	font-size:50px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:36px;
	padding:0px 8px 0px;
	color:#3E3E3E;
	
	}
	
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	}

#contentright p { font-size:10px}

#debug{
	position:absolute;
	background: #ccc;
	top:300px;
	left:1000px;
	height:200px;
	width:200px;
	overflow:scroll;
	z-index:10;

}

.box_inner{
	background-color:#FFFFFF;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	padding-top:4px;
}

#content_box{

	width : 580px;
	height: auto;
	float: left;
	margin-left:12px;	
}

#content_box .up_date {
	font-size:20px;
	font-family:arial,sans-serif;
	padding-bottom: 6px;
}

.num_title {
	text-align:right;
	font-family:verdana;
	font-size:11px;
	color:#666666;
}

.item_num {
	color:#CCCCCC;
	float:right;
	font-family:arial,sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
}

.the_items{
	background:transparent url(../images/2dots.gif) repeat-x scroll center top;
	padding-top: 4px;
}

.content_item{
	background:transparent url(../images/2dots.gif) repeat-x scroll center top;
	padding: 10px;
}

.item_part0{
	padding: 4px;
	background:#FFFFFF;
}
.item_part1{
	padding: 4px;
	background:#EFEFEF;
}


.clip_content{
	font-size:12px;
	font-family:Arial, sans-serif;
}

.content_title{
	padding-bottom: 4px;
}


.item_title{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	width: 400px;
}

.item_details{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	padding-left:4px;
}

#inner_timeline {
	background-color:#FFFFFF;
}	

#inner_timeline .sb-inner { background:#FFFFFF; }

.item_info{
	float:left; width:100px; overflow:hidden;
}

.timeline{

	margin-left:2px;
	float: left;
	width: 150px;
	height:386px;
	/* border: 1px solid #CCCCCC; */
}
.timeline_top{
	background-image:url(../images/timeline_top.gif);
	background-repeat:no-repeat;
	height:43px;
	width:43px;
}
.timeline_middle{
	
	background-image:url(../images/timeline_middle.gif);
	background-repeat:repeat-y;
	height: 300px;
	width:150px;
	overflow:hidden;
	/* border: 1px solid #CCCCCC; */
}
.timeline_bottom{
	background-image:url(../images/timeline_bottom.gif);
	background-repeat:no-repeat;
	height:37px;
	width:43px;
}



