* {
	font-family: "Century Gothic", "Verdana", "Arial Narrow", sans-serif;
	font-size: 13px;
}

body {
	background-color: white;
}

#mainpage {
	float: left;
	width: 100%;
	margin-top: 5px;
	/* border: 1px dashed #dd2222; */
}

.listtop {
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.pnames {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 2px;
	font-size: 13px;
}

#nbox {
	border: 1px solid black;
}


#lbox {
	float: left;
	width: 17%;
}

#mbox {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	background: white;
	width: 56%;
}

#rbox {
	float: left;
	width: 17%;
}

#ibox {
	position: absolute;
	margin-top: 50px;
	margin-left: 236px;
	height: 450px;
	width: 450px;
	background-image:url('/~ezra/uc/over35logo2.jpg');
	background-repeat: no-repeat;
	background-size: 100%; 
	opacity:0.04;
	filter:alpha(opacity=4); /* For IE8 and earlier */
}

#tbox {
	border: 1px solid black;
	margin-bottom: 15px;
}

#obox {
	margin-top: 15px;
	border: 1px solid black;
}

#sbox {
	border: 1px solid black;
	margin-bottom: 5px;
	background: white;
}

.lightup {
	font-size: 13px;
}

a.lightup {
	text-decoration:none;
}

a.lightup:hover {
	font-color: red;
	font-weight: bold;
}

table {
	width: 100%;
	margin-top: 7px;
	text-align: left;
	border-collapse: collapse;
}

td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.plist {
	padding-top: 3px; 
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
}

.orangeup {
	width: 100%;
}

/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url(white.png);

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:650px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

/* the overlayed element */
.papple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url(white.png);

    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:250px;
    height: 300px;

    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */
    font-size:11px;
}

/* default close button positioned on upper right corner */
.papple_overlay .close {
    background-image:url(close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(transparent.png);
	color:#efefef;
	height:450px;
}

/* use a semi-transparent image for the overlay */
#poverlay {
	background-image:url(transparent.png);
	color:#cfcfcf;
	height:950px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:441px;
	overflow-y:auto;
}

#teampics {
	color: white;
}