html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body {
	margin: 0px;
	background: #fff;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.maintable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
	width: 100%;
}
.topbg {
	background-image: url(Files/bg_label.gif);
	background-repeat: repeat-x;
}

.bannerbg {
	background-image: url(Files/Main_Table_BG.gif);
	background-repeat: repeat-x;
}

a {
	color: #265ec0;
	text-decoration: none;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}

a.pubheader:hover {
	color: #00f;
	text-decoration: none;
}

p {
	margin: 20px;
}

.bold {
	font-weight: bold;
}

.footerborder {
	border-top-width: 1px;
	border-bottom-width: 13px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333366;
	border-bottom-color: #1E50A5;
	height: 40px;
	vertical-align: middle;
}
li {
	margin-top: 2px;
	padding-top: 0px;
	list-style-position: inside;
	text-indent: 0px;
}

p.topical-conferences {
	text-align: left; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 100%; 
	color: #000080; 
	font-weight: bold;
}

.black {
	color: #000;
}

#headerbannertd{
	height: 124px;
	background: url('files/banner01.jpg') no-repeat;
}

/****************************************/
/***************  DROP MENU *************/
/****************************************/

#navtd {
	background:#00529c;
	height: 24px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 5px 0 0 15px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	margin-top:5px;
}

#nav a:hover {
	text-decoration:underline;
}

#nav li { /* all list items */
	float: left;
	margin:0px 30px 0px 0px;
	padding-bottom:10px;
	/* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	margin:5px 0px 0px 0px;
	padding:0px;
	background:#fff;
	width: 150px;
	border:solid 1px #00529c;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li { /* second-level list items */
	margin:0px;
	padding: 0px;
	background:#fff;
}

#nav li li a { /* second-level list items links*/
	color:#000;
	margin:0px;
	padding: 10px;
	width:130px;  /* THIS IS THE DIFERENCE FOR IE - MAKE 20 PIX WIDER THAN FF VERSION */
	font-weight:normal;
	font-size:12px;
}


#nav li li a:hover {
	background-color:#e0e4ec;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -32px 0 0 117px;
	z-index:99px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* GOOGLE TRANSLATE WIDGET  */

#nav li #translateWidget {width: 168px;}

/****************************************/
/***************  SIDE BAR  *************/
/****************************************/


.side_bar {
	color: #669;
	width: 175px;
	background-image: url(Files/bg_ctrcolumn.gif);
	font-size: small;
}
.side_bar_content {
	color: #669;
	padding: 15px 10px;
	font-size: small;
}
.side_bar ul {
	list-style: disc url(Files/li_side.gif) inside;
	padding:0;
	margin:0;
	text-indent:0;
}
.side_bar ul li {
	margin:0 0 8px 0;
	text-indent:0;
}
.side_bar p {
	padding:0;
	margin:0 0 8px 0;
}
.side_bar h2 {
	font-weight:normal;
	font-size: medium;
	color: #336;
	border-bottom:1px solid #bcc0d0;
	margin-top:10px;
}
.side_bar hr, .side_bar .hr {
	border:none;
	border-bottom:1px dotted #c6cad9;
	height:1px;
}
.side_bar_header {
	width:133px;
	height: 31px;
	line-height: 31px;
	padding-left:40px;
	font-size:18px;
	background:url(Files/menu-bg.gif) left bottom no-repeat #e0e4ec;
	border: 1px solid #b1b8cc;
	border-top-color:#202e65; 
}

.main_content {
	padding:10px 20px;
	background: #fff url(Files/gc_logo_bg.gif) right bottom no-repeat;
	font-size:small;
	color: #666;
}
.main_content p {
	padding: 0;
	margin: 0 0 10px 0;
}
.main_content h2 {
	font-weight:normal;
	font-size: large;
	color: #333;
	border-bottom:1px solid #bcc0d0;
	margin-top:10px;
}
.main_content hr, .main_content .hr {
	border:none;
	border-bottom:1px dotted #c6cad9;
	height:1px;
}
.main_content ul {
	list-style: disc url(Files/li_main.gif) inside;
}
.main_content ul li {
	margin-bottom:8px;
}
.main_content td {
	font-size:small;
}

.feature_image {
	background:#f0f3f8;
	border:1px solid #b1b7cb;
	padding:10px;
	text-align:center;
}

.watermark {
	background-image: url(Files/gc_logo_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.topbg2 {
	background-image: url(Files/bg_label_2.gif);
	background-repeat: repeat-x;
}

.calweekdaybg {
	background-image: url(Files/forumlight.gif);
	background-repeat: repeat-x;
}

.leftcellpadding {
	padding-left: 10px;
}
	
.calmonths{ 
	background: #FBF9F3;
	border: 1px solid #666;
	font-size: 14px; 
	font-weight: bold; 
	margin: 5px 0 5px 0;
	padding: 8px;
	text-align: center;
}

.weekday{
	font-size: 12px;
	font-weight: bold;
}

.calmonths a{
	text-decoration: none;
}

.calday,
.calweekday{ 
	background: #FBF9F3;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-align: right;
}

.calweekday{
	border-right: 1px solid #AAA;
	color: #222;
	font-size: 12px;
	padding: 6px;
	text-align: center;
}

.cellblank,
.celldate,
.celltoday,
.mcellblank,
.mcelldate,
.mcelltoday{
	background: #fff;
	height: 100px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	padding-left: 10px;
}

.mcellblank,
.mcelldate,
.mcelltoday{
	height: auto;
}

.cellblank,
.mcellblank{
	background: #DDDDDD;
}

.celltoday,
.mcelltoday{
             background: #FFF;
	border: 2px solid #8B0000;
}

.forumdark {
	background-image: url(Files/forumdark.gif);
	background-repeat: repeat-x;
}
.forumlight {
	background-image: url(Files/forumlight.gif);
	background-repeat: repeat-x;
}

.bgDark {
	background-image: url(Files/bg_rtcolumn.gif);
	background-repeat: repeat;
}
.tours {
	margin-left: 50px;
	width: 300px;
}
.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404c7b;
}
.intro {
	font-size: 18px;
	color: #000033;
	margin-top: 24px;
	display: inline;
}
.regForm {
	border-style:solid;
	border-width: 1px;
	border-color: #C1C7DE;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #DFEAF5;
	height: 18px;
	border: 1px solid #95A7CC;
	text-indent: 5px;
}
input[value=rename] {
	margin-bottom: -2px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #DFEAF5;
	height: 18px;
	border: 1px solid #95A7CC;
	text-indent: 5px;
}

#memberarea {
	}

#memberarea input {
	width: 122px;
	height: 24px;
	color: #999;
	font-size: 10px;
	border:0px;
	padding:3px 0 0 3px;
	padding/**/:/**/6px;
	margin-bottom:3px;
	background: url(files/input_background.gif) top left no-repeat;	
}
#memberarea input:hover {
	color:#666;
}

#memberarea input.button {
	margin-bottom:0px;
	height: 22px;
	padding-top:3px;
	font-weight:bold;
	color:#036;
	background: url(files/input_button.gif) top left no-repeat;	
}
#memberarea input.button:hover {
	margin:1px 0 -1px 0;
}


.keywordfield input {
	width: 140px; //126px;
	height: 22px;
	color: #999999;
	background-color: white;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 4px;
	/* background: url(files/keyword_background.gif) top left no-repeat; */
	vertical-align: middle;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	float: right;
}
.keywordfield input:hover {
	color:#666;
}

.keywordbutton input {
	height: 22px;
	width: 42px;
	margin-top: 2px;
	margin-bottom: 3px;
	font-weight:bold;
	color:#999;
	background: url(files/keyword_background.gif) top left no-repeat;
	float: right;
}
.keywordbutton input:hover {
	margin-top: 1px;
	color:#666666;
	border: 1px solid #666666;
}

#searcharea {
	}

#searcharea input {
	width: 122px;
	height: 24px;
	color: #999;
	font-size: 10px;
	border:0px;
	padding:3px 0 0 3px;
	padding/**/:/**/6px;
	margin-bottom:3px;
	background: url(files/input_background.gif) top left no-repeat;	
}
#searcharea input:hover {
	color:#666;
}

#searcharea input.button {
	margin-bottom:0px;
	height: 22px;
	padding-top:3px;
	font-weight:bold;
	color:#036;
	background: url(files/input_button.gif) top left no-repeat;	
}
#searcharea input.button:hover {
	margin:1px 0 -1px 0;
}

.lefthighlight {
border:1px solid #C0BBA9;
background: #F1FAEA;
font-size:14px;
font-weight:bolder;
color:#797979;
margin:5px 15px 5px 0px;
padding: 15px;
line-height: 1.5em;
text-align: center;
width: 150px;
float: left;
}

.righthighlight {
border:1px solid #C0BBA9;
background: #F1FAEA;
font-size:14px;
font-weight:bolder;
color:#797979;
margin:5px 0px 5px 15px;
padding: 15px;
line-height: 1.5em;
text-align: center;
width: 150px;
float: right;
}

/****************************************/
/******* TECH RESOURCES > SPEAKERS ******/
/****************************************/

#bio {
        color: #265ec0;
	text-align: right;
        text-decoration: none;
}

#notlink {
        color: #000000;
        text-decoration: none;
}

#notlinkbio {
        color: #444444;
	text-decoration: none;
	font-weight: bold;
}

/****************************************/
/********* TECH RESOURCES > LINKS *******/
/****************************************/

#linkspage {
	color: #666666;
	font-size: 150%;
	font-weight: normal;
	text-decoration: none;
}

#linkspagesub {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#notlinkheading {
	text-decoration: none;
}

#linkswrap {
	width: 100%;
}

#leftcolumn {
	width: 50%;
	float: left;
}
	
#rightcolumn {
	width: 50%;
	float: right;
}

div.spacer{
clear: both !important;
}

/****************************************/
/******* IFT PAGES AND SIDEBAR **********/
/****************************************/

#IFTSidebarMenu {
	list-style: none;
}

#IFTSidebarMenu li ul {
	position: absolute;
	margin: 5px 0 0 12px;
	list-style: none;
	left: -999em;
}

.hide {display:none;} /* TEMP */

#IFTDetail h4 {
	margin: 20px 0 12px;
}

#missionStatementList li ul {
	margin: 14px 0 18px 20px;
}

#missionStatementList li ul li {
	margin: 0;
}

#OrganizationAndOfficersList {
	list-style-type:lower-alpha;
	padding: 0 0 0 20px;
	margin: 0 0 30px;
}

#OrganizationAndOfficersList li {
	list-style-type:lower-alpha;
	margin: 0;
}

#IFTOfficers {
	list-style: none;
}

#IFTOfficers p {
	margin: 0;
	padding: 0;
}

#IFTOfficers li ul {
	list-style: none;
	clear: left;
	margin: 30px 0 0;
}

#IFTOfficers li, #IFTOfficers li ul li {
	clear: left;
	margin: 20px 0 10px;
}

#IFTOfficers li {
	font-weight: bold;
}

#IFTOfficers li ul li {
	font-weight: normal;
}

#IFTOfficers div {
	float: left;
	width: 400px;
}

#IFTOfficers img {
	height: 150px;
	float: left;
	width: auto;
	margin: 0 0 30px;
}

.workingGroup {
	color: #333;
}

.workingGroup ul {list-style:none;}

#opticalInstrumentWorkingGroup table, #opticalInstrumentWorkingGroup tr, #opticalInstrumentWorkingGroup td {
	border: 1px solid;
}

#opticalInstrumentWorkingGroup table {
	margin: 0 0 12px;
}

#opticalInstrumentWorkingGroup td {
	padding: 3px;
}