/* CSS Document */
/* common CSS for all pages */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}


/* top bar */
#topbar {
	display:block;
	margin:0px;
	background-color:#cccccc;
	font-size:12px;
	color:#993333;
	padding:2px 0px 3px 30px;
}

/* News Office title header */
#header {
	display:block;
	margin:0px 0px 0px 30px;
	padding:0px;
	vertical-align:top;
	height:50px;
	width:710px;
	padding-top:15px;
	position:relative;
	border:0px;
	border-bottom: 2px solid #cccccc;
	top: 1px;

}

/* header h1 on homepage */
#header h1#homepage {
	margin:0px;
	padding:0px;
	font-size:40px;
	line-height:36px;
	color:#993333;
	font-weight:bold;
}

/* header h1 on homepage */
/*#header h4#homepage {
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}
*/
/* header h1 for all other pages */
#header h1 {
	margin:0px;
	padding:0px;
	font-size:28px;
	line-height:36px;
	font-weight:bold;
}


/* search box */
#search {
	position:absolute;
	top:0px;
	right:0px;
	margin:0px;
	padding:15px 5px 0px 0px;
	font-size:11px;
	font-weight:bold;
	/*color:#333333;*/
}

/* the color of the advanced search link */
#search a {
	color:#993333;
}

/* body section */
#middle {
	margin:10px 0px 20px 30px;
	width:710px;
	vertical-align:top;
}

#middlesearch {
	margin:3px 0px 20px 30px;
	width:710px;
	vertical-align:top;
}

#content {
	margin:0px;
	padding:0px 10px 0px 10px;
	vertical-align:top;
	width:auto;
}

#rightcol {
	padding:0px 0px 0px 10px;
	border:0px;
	border-left: 2px solid #cccccc;
	width:154px;
	vertical-align:top;
}

/* package pages - wide photo spanning two column layout */
 
#twocolspan {
	margin:0px;
	padding:0px 0px 10px 10px;
	width:auto;
	vertical-align:top;
}

#twocolspan h1 {
	position:relative;
	z-index:4;
	padding-bottom:1px;
	margin-bottom:0px;
}

#twocolspan .inDepth {
	z-index:2;
	padding:0px;
	position:relative;
	margin:0px;
}

#twocolspan .inDepth h2 {
	position:absolute;
	z-index:3;
	top:0px;
	left:40px;
	margin:0px;
	color: #FFFFFF;
	font-size: 28px;
	padding-bottom:10px;
}


#package #content {
	width:400px;
}

/* eliminate top margin for middle column h2 headlines  
   in CSS2 compliant browsers like Mozilla/FireFox */
#package #content>h2 {
	margin-top:0px;
}

/* CSS2 compliant browsers, an h2 following an 
   table tag will have 18px padding at top 

*/   

#package #content table+h2 { 
	padding-top:18px;
}


/* left navigation */
#leftnav {
	margin:0px;
	padding:0px 10px 0px 0px;
	width:112px;
	border:0px;
	border-right: 2px solid #cccccc;
	vertical-align:top;
}
#leftnav h2 {
	margin-bottom:0px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	line-height:20px;
}

/* for secret link, needs work */

#leftnav h2 a {
	margin-bottom:0px;
	font-weight:bold;
	color:#666666;
	font-size:16px;
	line-height:20px;
}


/* CSS2 compliant browsers, an h2 following an 
   a tag will have 16px padding at top */
#leftnav a+h2 {
	padding-top:16px;
}
.nav {
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:16px;
	color:#666666;
}
/* eliminate top margin for nav titles
   (news) in CSS2 complaint browsers */
.nav>h2 {
	margin-top:0px;
}
.nav a, .nav a:link, .nav a:visited {
	display:block;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#666666;
	border:0px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	cursor:hand;
}
/* left nav hover, active, and on states */
.nav a:hover, .nav a:active, 
#recent_section a.nav_recent, #research_section a.nav_research, #campus_section a.nav_campus, #topic_section a.nav_topic, #archive_section a.nav_archives, #images_section a.nav_images, #subscribe_section a.nav_subscribe, #submit_section a.nav_submit, #promote_section a.nav_promote, #media_section a.nav_media, #info_section a.nav_info, #background_section a.nav_background, #contact_section a.nav_contact  {
	border:0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	cursor:hand;
	text-decoration:none;
}

/* MIT Logo */	
#logo, #logo a{
	margin:0px;
	padding:15px 0px 0px 0px;
	border:0px;
}



/* middle content area default styles 
   individual sections will use body id overrides 
*/

/* body content */
h1#home {  /* homepage main headline */
	margin:0px;
	padding:0px;
	font-size:32px;
	line-height:36px;
}
h1#category {		/* secondLevelHeader */
	padding-top:0px;
	font-size:28px;
	line-height:32px;
	font-weight:bold;
	color:#000000;
	margin-top:0px; 
	padding-bottom:0px;
	margin-bottom:0px;
}
h1 {		/* secondLevelHeader */
	padding-top:0px;
	font-size:28px;
	line-height:32px;
	font-weight:bold;
	color:#000000;
	margin-top:0px; /* LD testing this */
}
h2 {			/* headlineMedium */
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#000000;
}

h2#firstItem {		
	margin-top:0px;
	padding-top:0px;
}

h3 {			/* sectionHeader */
	margin:0px;
	padding:0px 0px 7px 0px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.25em;
	word-spacing: 0.25em;
	text-transform:uppercase;
	color:#000000;
}
h4 {			/* moreSmall */
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}
h5 {			/* subhead */
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:5px;
	padding-bottom:5px;
	color: #000000;
}

p {			 /* teaserLarge */
	margin-top:0px;
	padding-top:0px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	vertical-align:top;
}
td {
	font-size:14px;
	line-height:18px;
	color:#333333;
	vertical-align:top;
}
ul {
	margin:0px;
	padding-top:0px;
	padding-left:16px;
	margin-bottom:18px; 
	/* must use margin-bottom instead of padding-bottom to 
	take advantage of collapsing margins for when lists are nested.
	multiple </ul> causes multiple padding specifications */
}
li {
	list-style-type:disc;
	list-style-position:outside;
	font-size:14px;
	line-height:18px;
	color:#333333;
}
/* leave no line break when a bullet list follows a paragraph */
p+ul {
	margin-top:-14px;
}
img {
	border:0px;
}

.date { 	/* teaserDate */
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
.more {
	margin:0px;
	padding:0px;
	padding-top:18px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.caption {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin:0px;
	padding:6px 0px 2px 0px;
}
#content img {
	padding-top:2px;
}
#content img+p {
	margin-top:0px;
	padding-top:10px;
}
.line { /* horizontal line */
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	font-size:1px;
	height:5px;
	display:block;
	border:0px;
	border-bottom:2px solid #cccccc;
}
.cursorChange {
	cursor: hand;
	cursor: pointer;
}
.subnav {
	font-weight:bold;
	font-size:12px;
	color:#000000;
	white-space:nowrap;
}
.padtopright {
	padding-top:5px;
	padding-right:5px;
}
/* right column styles */

#rightcol .more {			/* moreSmall */
	margin:0px;
	padding:0px;
	padding-bottom:12px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#rightcol p {  			/* relatedInfo and teaserSmall */
	margin:0px;
	padding-bottom:12px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
#rightcol .quote {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#000000;
	padding-bottom:5px;
}
#rightcol .event {
	margin:0px;
	padding-bottom:10px;
}
#rightcol .event p {
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:12px;
}
#rightcol .date {
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}
#rightcol .photoCredit {
	margin:0px;
	padding:2px 0px 0px 0px;
	font-size:10px;
	line-height:12px;
	color:#999999;
}
#rightcol ul {
	margin:0px;
	padding-top:0px;
	padding-left:15px;
}
#rightcol li {
	list-style-type:square;
	list-style-position:outside;
	font-size:11px;
	line-height:16px;
}
#rightcol .line {
	height:10px;
}

/* about pages right column override */
#about #rightcol p {
	margin:0px;
	padding:0px;
}

/* story pages overrides */
/* print pages for story pages use almost identical styles */
/* recent news and features pages */
#story #content h1, #print #content h1 {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:bold;
}

#story #content h2, #print #content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	font-style: italic;
	font-weight:normal;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:8px;
	padding-bottom:8px;
}
/* replaces bodyText */
#story #content p, #print #content p, #recent #content p, #recent #content td { 		
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight:bold;
}

#story #content ul, #print #content ul, #recent #content ul {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin:normal;
	padding-top:normal;
	padding-left:normal;
	margin-bottom:normal; 
}

#story #content li, #print #content li, #recent #content li {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin:normal;
	padding:normal;
}

#story #content p+ul, #print #content p+ul, #recent #content p+ul {
	margin-top:0;
}


#story #content .authorinfo, #print #content .authorinfo { /* bylineDateline */
	color:#666666;
}

#story .caption, #print .caption {
	font-family: "Times New Roman", Times, serif;
	
}
#story #content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	color: #000000;
	text-align: left; 
}




#recent #content table a {
	display:block;
	padding-left:10px;
	padding-bottom:3px;
}
#recent #rightcol .date {
	display:block;
	font-weight:normal;
	padding-bottom:24px;
}

/* printable pages */
#print body {
	margin-right:10px;
	margin-left:10px;
}
#printlogo {
	position:absolute;
	top:0px;
	right:10px;
	margin:0px;
	padding:0px;
}
#print #topbar {
	background-color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
	padding-left:10px;
}
#print #header {
	width:auto;
	height:auto;
	margin:0px;
	padding: 0px 10px 0px 10px;
	border:0px;
	vertical-align:top;
}
#print #header h1 {
	margin:0px;
	padding:0px;
}
#print #content h1 {
	padding-top:4px;
}
#print #middle {
	width:auto;
	margin:0px;	
}
#print #footer {
	margin-left:10px;
}
#print .line {
	height:5px;
}

#print #footer td {
	font-size:11px;
	color:#000000;
}


/* archive pages overrides */
#archive #rightcol {
	padding:0px 0px 0px 10px;
	width:auto;
	vertical-align:top;
	border-left:0px;
}
#archive #rightcol h3 {
	padding-bottom:20px;
}
#archive p { 		/* replaces bodyText */
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
#archive #rightcol a {
	font-weight:bold;
}
#archive #rightcol .top {
	text-align:right;
}
#archive #rightcol a.totop {
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
}
#archive .line {
	height:10px;
	margin-bottom:5px;
}

#archive .date { 		
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-weight:normal;
}
#archive .menuWidth {
	width:90px;
}	



/* other years drop down form  */
#otheryears {
	margin:0px;
	padding:0px 0px 10px 10px;
}
#otheryears select {
	font-weight:bold;
	color:#000000;
	font-size:11px;
	line-height:11px;
}

/* tech talk pages */
#techtalk #rightcol img {
	border:1px solid #000000;
}

/* generic 2 column pages */
#generic2col #content {
	padding:0px 0px 0px 10px;
	width:auto;
	vertical-align:top;
	border-left:0px;
}
#generic2col #content h2 {
	margin-top:0px;
}

/* LD removed 
#generic2col #content h1 {
margin-bottom: 0px; 
}*/

/* form elements */
input[type="text"], textarea {
	border: 1px solid #333333;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666; 
	margin:2px 0px 2px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
    font size:11px;
    line-height:13px;
}

select {
/*	border-bottom: 1px;
	border-style: solid;
	border-color: #666666; */
	margin:1px 0px 1px 0px;
	padding:0px;
}
option {
	font-family:Arial, Helvetica, sans-serif;
    font size:11px;
    line-height:13px;
}

#rightcol select {
	width: 154px;
}

#content select {
	width: 125px;
	margin-bottom: 5px;
}


/* generic links */
a, a:link, a:visited {
	color:#993333;
	text-decoration:none;
	cursor:hand;
}
a:active, a:hover {
	text-decoration:underline;
	cursor:hand;
}

#popup h2 {
font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#993333;
	ætext-align: left; 
}

#popup .caption {
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	color: #000000;
	text-align: left; 
}

#popup .photoCredit {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-align: left; 
}

#popup .navigation {			/* moreSmall */
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:28px;
	font-weight:bold;
	text-align:right;
}

#popup .close {
	margin-top:10px;
	padding-bottom:12px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: left; 
}

#popup td {
	vertical-align:bottom;
}


	
/* footer  */
#footer {
	margin:0px 0px 0px 30px;
	width:710px;
	height:50px;
} 
#footer td {
	font-size:11px;
	line-height:16px;
	color:#666666;
}
#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: underline;
}

.skiplink {
	display:none;
}

/* .skipnavigation replaces .skiplink class, when all pages have been updated/rebuilt, delete .skiplink */

.skipnavigation {
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size:1px; line-height:1;
}






/* President page styles - when the pages revert to standard formatting, delete these */

#president #topbar {
	display:block;
	margin:0px;
	background-color:#993333;
	font-size:12px;
	color:#000000;
	padding:2px 0px 3px 30px;
}

#president #topbar a.white {
	color:#ffffff;
}

#president #headerhome {
	display:block;
	margin:0px 0px 0px 30px;
	padding:0px;
	vertical-align:top;
	height:53px;
	width:710px; /* 740 - 30 left margin */
	padding-top:15px;
	position:relative;
	border:0px;
	border-bottom: 6px solid #993333;
	margin-bottom:10px;
}

#president #header {
	display:block;
	margin:0px 0px 0px 30px;
	padding:0px;
	vertical-align:top;
	height:36px;
	width:710px; /* 740 - 30 left margin */
	padding-top:15px;
	position:relative;
	border:0px;
	border-bottom: 6px solid #993333;
}

#president #headerhome h1 {
	margin:0px;
	padding:0px;
	font-family:Janson, Georgia, "Times New Roman", Times, serif;
	font-size:38px;
	line-height:36px;
	font-weight:normal;
	color:#666666;
}

#president #headerhome span {
	color:#993333;
}

#president #header h1 {
	margin:0px;
	padding:0px;
	font-family:Janson, Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:22px;
	font-weight:normal;
	color:#666666;
}

#president #homelink {
	margin-top:14px;
	padding:0px;
	font-size: 16px;
	line-height: 20px;
	font-weight:bold;
	color:#993333;
}

#president #seal {
	position:absolute;
	top:550px;
	left:-15px;
	z-index:0;
}


#president a.nav_on {
	border:0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	cursor:hand;
	text-decoration:none;
}

#president #content h1 {
	font-family:Janson, Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:normal;
}

#president #content h2 {
	font-family:Janson, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	font-style: italic;
	font-weight:normal;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:8px;
	padding-bottom:8px;
}

#president #content p { 		
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#president #content ul {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin:normal;
	padding-top:normal;
	padding-left:normal;
	margin-bottom:normal; 
}

#president #content li {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin:normal;
	padding:normal;
}

#president #content p+ul {
	margin-top:0;
}


#president #content .authorinfo { 
	color:#666666;
}

#president #content td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

#president .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	
}
#president #content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	color: #000000;
	text-align: left; 
}

#president #content .indent {
	margin-left:15px;
}	







#container { 
color: #333333;
font-size: 12px;
width: 540px;
}
.logo {
border:none;
}

.crashgalleryadmin ul{
list-style:none;
margin: 0;
padding: 0;
}

.crashgalleryadmin li{
list-style:none;
margin: 0;
padding: 0;
width: 110px;
height:30px;
float:left;
}

.crashgalleryadmin a{
display: block;
width: 100%;
height: 100%;
}


#menu {
width:782px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu li {
margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block; 
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	width: 156.4px;
	text-align:center;
		}
#menu li a { 
	color: #6666CC;
	width:100%;
	height: 100%;
	display: block;
	text-decoration:none;
	}
#menu li a:link { 
	color: #6666CC;
	}
#menu li a:visited {
	color: #6666CC;
	}

#menu li a:hover {
	color: #ffffff;
	
	}


table {

        font-size : 12px;

}


ul {

        margin-left: 5px;

        padding: 0px;

}





li {

        margin-left: 10px;

        margin-top: 4px;

        margin-bottom: 4px;

        padding: 0px;

        list-style-position: outside;

        list-style-type: disc;

}



.top_panel {

}




.top_menu_bttn a {

        text-decoration: none;

        position: relative;

        display: block;

        margin-top: 2px;

        color: #000000;

        font-size: 14px;

}





.top_menu_bttn a:hover {

        text-decoration: underline;

        margin-top: 4px;

        color: #000000;

}





.textinput {

        font-size: 100%;

        padding-right: 3px;

        padding-left: 3px;

}





.listbox {

        font-size: 100%;

        vertical-align : middle;

}





.button {

        font-size: 100%;

        background-image : url(images/button_bg.gif);

        background-position : bottom;

}





.comment_button {

        font-size: 100%;

        background-image : url(images/button_bg.gif);

        background-position : bottom;

        padding-left: 3px;

        padding-right: 3px;

}





.radio {

        font-size: 100%;

        vertical-align : middle;

}





.checkbox {

        font-size: 100%;

        vertical-align : middle;

}





a {

        text-decoration: none;

}





a:hover {

        text-decoration: underline;

}





.bblink a {

        text-decoration: none;

}





.bblink a:hover {

        text-decoration: underline;

}





.maintable {

}





.maintablea {
margin-top: 5px;
}





.maintableb {

}





.tableh1 {
padding-right: 10px;
padding-left: 10px;
height: 25px;
}





.tableh1a td {

        border: none;

        height: 30px;

        font-size: 150%;

        font-weight: bold;

}





.tableh1a img {

        display: block;

}





.tableh1_compact {
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
height: 25px;

}





.tableh2 {
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;

}





.tableh2_compact {
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
}





.tableb {
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;
}



.tableb_compact {

        padding-top: 2px;

        padding-right: 5px;

        padding-bottom: 2px;

        padding-left: 5px;

}





.tablef {

        padding-top: 10px;

        padding-right: 10px;

        padding-bottom: 10px;

        padding-left: 10px;

}



.catrow_noalb {
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;

}



.catrow {

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}



.album_stat {

        font-size : 85%;

        margin: 5px 0px;

}



.thumb_filename {

        font-size: 80%;

        display: block;

}



.thumb_title {

        font-weight : bold;

        font-size: 80%;

        padding: 2px;

        display : block;

}





.thumb_caption {

        font-size: 80%;

        padding: 1px;

        display : block;

}





.thumb_caption a {

        text-decoration: underline;

}







.thumb_num_comments {

        font-weight: normal;

        font-size: 85%;

        padding: 2px;

        font-style : italic;

        display : block;

}





.user_thumb_infobox {

        margin-top: 1px;

        margin-bottom: 1px;

}





.user_thumb_infobox th {

        font-weight : bold;

        font-size: 100%;

        margin-top: 1px;

        margin-bottom: 1px;

        text-align : center;

}





.user_thumb_infobox td {

        font-size: 85%;

        margin-top: 1px;

        margin-bottom: 1px;

        text-align : center;

}





.user_thumb_infobox a {

        text-decoration: none;

}





.user_thumb_infobox a:hover {

        text-decoration: underline;

}





.sortorder_options {

        padding: 0px;

        margin: 0px;

        font-weight: normal;

        font-size: 50%;

        white-space: nowrap;

}





.navmenu {
font-weight: bold;
border: none;
}





.navmenu img {

        display: block;

}





.navmenu a {

        display: block;

        padding-left: 5px;

        padding-right: 5px;

        text-decoration: none;


        line-height: 25px;

        height : 25px;

}





.navmenu a:hover {

        text-decoration: none;

}



.navmenu_pic {

        margin-top: 5px;

}



.admin_menu_thumb {

        font-size: 90%;


        background-position: bottom;

        font-weight: bold;

        margin-top: 0px;

        margin-bottom: 0px;

        width: 85px;

}





.admin_menu_thumb a {

        text-decoration: none;

        display: block;

        position: relative;

        padding-top: 1px;

        padding-bottom: 1px;

        padding-left: 10px;

        padding-right: 10px;

}







.admin_menu_thumb a:hover {

        text-decoration: underline;

}





.admin_menu {

        font-size: 90%;


        background-position : bottom;

        background-repeat: repeat-x;

        margin-top: 0px;

        margin-bottom: 0px;

        text-align: center;

}



.admin_menu a {

        text-decoration: none;

        display: block;

        position: relative;

        padding-top: 1px;

        padding-bottom: 1px;

        padding-left: 2px;

        padding-right: 2px;

}





.admin_menu a:hover {

        text-decoration: underline;

}



td #admin_menu_anim {



}



.comment_date{

        font-size: 90%;

        vertical-align : middle;

}





.image {

        margin: 2px;

}



.display_media {

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}



.thumbnails {

        padding: 5px;

}










.statlink a {

        text-decoration: none;

}





.statlink a:hover {

        text-decoration: underline;

}





.alblink a {

        text-decoration: underline;

}





.alblink a:hover {

        text-decoration: underline;

}





.catlink {

        display: block;

        margin-bottom: 2px;

}





.catlink a {

        text-decoration: underline;

}





.catlink a:hover {

        text-decoration: underline;

}





.topmenu {

        line-height : 130%;

        font-size : 110%;

}





.topmenu a {

        text-decoration : underline;

}





.topmenu a:hover  {

        text-decoration : underline;

}





.img_caption_table {

        border: none;

        width : 100%;

        margin : 0px;

}





.img_caption_table th {

        font-size : 100%;

        padding-top: 4px;

        padding-right: 10px;

        padding-bottom: 4px;

        padding-left: 10px;

}





.img_caption_table td {

        padding-top: 6px;

        padding-right: 10px;

        padding-bottom: 6px;

        padding-left: 10px;

        white-space: normal;

}



.debug_text {

        border: #BDBEBD;


        width : 100%;

        margin : 0px;

}



.clickable_option {

        cursor : default;

}



.listbox_lang {

        color: #000000;

      

        border: 1px solid #FAFAFA;

        font-size: 80%;

        display: inline;

}



#SUB_MENU {

}



#SUB_MENU a {

        white-space: nowrap;

}

#SYS_MENU {

        position: relative;

        bottom: 10px;

        left: 10px;

        width:800px;

        height:15px;

        z-index:1;

        text-align:left;

        margin:0;

        padding:0;

        visibility: hidden;

}



#GAL_NAME {

          width:400px;

          height: 65px;

          margin-left: auto;

          margin-right: auto;

          text-align: center;

}



#MENUS {
margin:0;
padding:0;
}



#SELECT_LISTS, #SELECT_FLAGS {

        text-align: center;

}


#vanity a {

        display:block;

        width:57px;

        height:20px;

        margin: 3px 20px;

}

#vanity img {border:0}

#v_php {float:left;background-image:url(../../images/powered-php.gif);}

#v_php:hover {background-image:url(../../images/h_powered-php.gif);}

#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}

#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}

#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}

#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}

#v_css {float:right;background-image:url(../../images/valid-css.gif);}

#v_css:hover{background-image:url(../../images/h_valid-css.gif);}

#backnav {
padding-left:1em;
}

#backnav input {
color: #FFFFFF;
border-top: #999999;
border-left: #999999;
}

#footer { 
text-align: center;
font-size: 12px;	
	}
#footer a:link, #footer a:visited { 
	margin-right: auto;
	margin-left:auto; 
		}
#bottombar {
width: 100%;
height:20px;
background-image: url(/images/bottombar.jpg);
}
