@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	background: url('../images/bg_grid_4.gif') ;
	line-height: 150%;
	}
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font:Verdana; font-size: 165%; text-align: right; color: #999; }
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#total_frame {
	width: 100%;
	height: 100%;
	padding-top: 0px;
	margin: 0px auto;
	text-align: center;
}

#wrap {
	margin: 0px auto;
	padding:0px;
	width: 800px;
	height: 100%;
	text-align: center;
	border-spacing:0px;
	background: #fff ;
	border-collapse: collapse;
}

#header {
	margin-left: 0 auto;
	margin-right: 0 auto;
	padding-right: 8px;
}

#left_content {
	width: 395px;
	height: 100%;
	text-align: right;
	margin: 0px auto;
	padding-right:0px;
	padding-top: 10px;
	float: left;
	background: #fff url('../images/bg_img_2.jpg') no-repeat ;
	overflow: hidden;  
}
#right_content {
	background: #fff;
	height: 100%;
	width: 395px;
	margin: 0px auto;
	padding-left: 0px;
	padding-top: 50x;
	float: left;
	text-align: left;
	border-left: dotted 2px #ccc;
	overflow: hidden; 

}

.SpryHiddenRegion {
   visibility: hidden;
}



/* Table Rules
----------------------------------------------- */
td.rank { }

#products {
	width: 390px;
	margin-right: 5px;
	text-align: right;
	border-collapse:collapse;
	padding=0;
	empty-cells:show;
	display:inline;
}

#products th {
	text-align: right;
	padding: 6px 0.25em;
	color: #fff;	
	font-family: sans-serif;
	cursor: pointer;
	font-weight: bold;
}

#products th.infocus { background-color: #white; }
#products th.selected {	color: #EAEAEA; }
#products th.subject { 
	text-align: center;

}

#products td, #products th { 
	margin: 0; 
	padding: 0.3em 2px 0.3em 2px;
	text-align: right;

}

#products td.infocus { 
	border-bottom: solid;

}

#products td.subject { 
	text-align: center;

}

#products tr {
	text-align: right;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#ccc;
	border-style: dotted;
	cursor: pointer;
}


#products tr.notinfocus { background-color:#fff; }
#products tr.selected { 
	color:#000;
	font-weight: bold;
	border-style: dotted;

}
#products tbody { margin-top: 0; }


.rowHover {
	color: #000;
	background-color:#ccc;
	cursor: pointer;
}

.rowHover .title_caption {
	color: #fff;
}

.rowSelected { 
	color:#FF0000;
	background: url('../images/bg_underline_4.gif');
}

.rowSelected .title_caption {
	color: #000;
}

.rowSelected .subject {
	color: red;
}

.rowSelected .year  {
	color: #666;
}
.subject {
	font-size :12px;
	font-weight: normal;	
	color: #999;

}

.year {
	font-size :12px;
	font-weight: normal;	
	color: #999;
}




/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }
  
#ItemContent {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	padding-left: 5px;
	padding-top:100px;
	height:200px;
	background-color: #fff;
	text-align: center;
 }
.clear {
	padding: 5px;
	display: block;
	font-size: 11px;
	text-align: center;	
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}



/* CollapsiblePanelTab
----------------------------------------------- */
.CollapsiblePanel {
	margin: 0px;
	padding: 10px;
	width: 380px;
	font-size: 12px;
	text-align: left;
}


.CollapsiblePanelTab {
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.CollapsiblePanelTab .title_caption {
	color: #000;
}


.CollapsiblePanelContent {
	float: none;
	margin: 0px;
	padding: 5px;
	color: #333333;
	
}

.CollapsiblePanelContent .subject {
	color: red;
}

.CollapsiblePanelContent a {
	text-decoration: none;
	font-weight:bold;
	color: #666666;
	
}

.CollapsiblePanelContent.keywords {
	float:left;
	padding-right: 8px;
	display:inline

}

.CollapsiblePanelContent.bullet_content{
	padding-left:8px;

	
}

.content_header {
	font-size: 13px;
	margin-bottom: 3px;
	color: #666666;
	font-style: italic;
	
}


.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}


.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #fff;
}


.CollapsiblePanelTabHover  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}


.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}


.bio {
	margin:10px;
	padding: 10 px;
	color: #999;
	text-align: justify;
	font-size:12px;
	
}

#projectimg {
	padding-top: 10px;
}

.title_caption {
	color: #999;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.bio .title{
	text-align: right;
	font-weight: bold;

}

.bio .title a{
	color: #666;
	text-decoration: none;
}