/*************************************************/
/******** VKP Gallery Version 2.0 ********/
/******** Original Design: Adam Styska ********/
/******** Redesign: Andrew Jacobs ********/
/******** Completed: November 10, 2004 ********/
/******** Unveiling online: November 19, 2004 ********/
/*************************************************/



/********  Structural  ********/
#gallerytable {
	font-family: "Trebuchet MS", Verdana, Arial;
	}
	
.leftcolumn {
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	color:#000000;
	position: relative;
	}

.showcase {
	border-top:1px solid #000000;
	color:#000000;
	vertical-align:text-top;
	margin:0 10px 0 10px;
	}
	
.showcaseDescriptions{
	background: #ffffff url(themes/images/people/box.gif) repeat-y;
	font-size: 12px;
	padding:0 px;
	margin:0 10px 0 10px;
	}

.contentboxbottom {
	background: transparent url(themes/images/people/box_bottom.gif) bottom no-repeat;
	margin:0 0px 0 0px;
	padding: 0;
	width: 361px;
	height: 16px;
	}
	
.contentboxtop {
	background: transparent url(themes/images/people/box_top.gif) top no-repeat;
	margin:0 0px 0 0px;
	padding: 0;
	width: 360px;
	height:22px;
	}

.profiletext{
	font-size: 12px;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0 10px 0 10px;
	}
	
.collage {
	margin:0 10px 0 10px;
	}

/******** Classes used everywhere ********/
.BoxTitle{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-image:url(images/showcase.jpg);
	background-repeat:repeat-x;
	background-color:#3384BC;
	padding:5px 5px 5px 5px;
	}

/******** Classes used in the left column ********/
.contentleft {
	font-size:12px;
	padding:5px 5px 5px 5px;
	}
li.contentleft {
	font-size:12px;
	left:inherit;	
	}

.maininquiry {
	font-weight:bold;
	font-size:14px;
	list-style-image:url(images/diamond_pg.gif);
	margin:0px;
	}

.inquiry {
	font-weight:normal;
	font-size:12px;
	list-style-image:url(images/diamond_pg.gif);
	vertical-align:text-top;
	}
li.inquiry {
	padding:30px;
	
	}


/******** Classes used in the main content ********/
.projects {
	border:0;
	padding-left: 5px;
	padding-right: 20px;
	float:right;
	}
	
.participant {
	font-size:18px;
	color:#333333;
	}

.schools {
	font-size:14px;
	color:#666666;
	}
	
.overviewtext {
	font-size:12px;
	color:#000000;
	padding:10px 10px 10px 10px;
	}


/******** Showcase Links  ********/
a.showcaselink:link {
	font-size:12px;
	color:#003366;
	text-decoration:none;
	margin-left:10px;
	}
a.showcaselink:visited {
	font-size:12px;
	color:#003366;
	text-decoration:none;
	padding: 10px 10px 10px 0px;
	margin-left:10px;
	}
a.showcaselink:hover {
	font-size:12px;
	color:#006699;
	text-decoration:underline;
	margin-left:10px;
	}


/******** Section Links ********/
.sectionlinks {
	font-size:12px;
	}
a.sectionlinks:link {
	text-decoration:none;
	color:#006699;
	font-size:12px;
	}
a.sectionlinks:visited {
	text-decoration:none;
	color:#006699;
	font-size:12px;	
	}
a.sectionlinks:hover {
	text-decoration:underline;
	color:#003366;
	font-size:12px;	
	}

/******** Misc Div's ********/
a.button:link {
	margin-left:90px;
	margin-top:5px;
	display:block;
	width: 161px;
	height:30px;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	}
a.button:visited {
	margin-left:90px;
	margin-top:5px;
	display:block;
	width: 161px;
	height:30px;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	}
a.button:hover {
	margin-left:90px;
	margin-top:5px;
	display:block;
	width: 161px;
	height:30px;
	background-image:url(images/button_hover.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	}
