﻿@charset "utf-8";
/* CSS Document */

/* Begin Structure and text*{margin:0; padding:0;}*/

body{
	background:#f5f5f3 url(../images/hdr-gradient-fs.jpg) top center repeat-x;
	position:relative;
	left:0px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

h1
{
	margin:0; padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	/*color:#223d71;*/
	color: #be610f;
	margin-bottom:10px;
	border-bottom: 1pt solid #b5b8b6;
	font-weight:normal;
	line-height:28px;
	}
h2
{
	margin:0; padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #be610f;
	font-size: 26px;
	margin-bottom:10px;
	font-weight:normal;
	line-height:32px;
	}
h3
{
	margin:0; padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	color:#1d6d9b;
	}
h4
{
	margin:10 0; 
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#223d71;
	}
	

html, p, li{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:17px;
	color:#000;
	}	
	a,
a:link,
a:active,
a:visited{/* This is applied as the default for all <a> */
	color:#1d6d9b;
	text-decoration:underline;
	font-size:inherit;
	outline:none;
}

a:hover {/* This is the rollover default for all <a> */
	color:#be610f;
	text-decoration:none;
	font-size:inherit;
}
img {
	border:none;
}
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.img-link
{
	position: relative;
	top: 3px;
	padding: 0 5px;
}

iframe
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:17px;
	color:#000;
}

#bio {
	width: 82px;
	height: 110px;
	float: left;
	margin: 0 15px 35px 0;
}
#bio-name {
	float: left;
	width: 234px;
	background-color:#4582b9;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	color: #fff;
	margin: -14px 0 0 0;
}

#bio-link
{
    margin-top: 10px;
}

#member-detail-bio {
	float: left;
	margin: 0 10px 35px 0;
}
#member-detail-bio-name {
	width:99%;
	background-color:#4582b9;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	color: #fff;
}

#member-detail-bio-link
{
    margin-top: 10px;
}

.clear {
	clear:both;
}
/* End Structure and text*/
	

/* Begin Header*/
#header{
	position:relative;
	width:960px;
	margin:0 auto;
	display:block;
	height: 177px;
}

#header-login
{
	float:right;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:10px;
	text-align:center;
	margin: 0;
	width: 120px;
	height: 35px;
	background: url(../images/login-fs.png) top center no-repeat;
	color:#be610f;
}
#header-login a, #header-login a:visited
{
	color:#f3790e;
	text-decoration:none;
}

#headermenu
{
	width:960px;
	
}
#idx {
	overflow:auto;
	width:960px;
}

#imgLogo {
	float: left;
	margin: 5px 0 25px 0;
}

#search
{
	float:right;
	margin: 20px 28px 0px 0;
	padding: 0 0 0 0;
	font-size:10px;
}

#advanced-search-link
{
	text-align:right;
	margin:0 24px 0 0;
}

#ibSearch
{
    float:right;
	margin: -36px 0 0 0;
	
}
/* End Header*/

.action-buttons
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}

.action-buttons label
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}

.export-buttons
{
    text-align:right;
}
#author-section
{
    font-size:12px;
    margin: 0 10px 10px 25px;
}

.action-buttons a, .action-buttons a:link, .action-buttons a:active, .action-buttons a:visited
 {
	display: inline-block;
	text-decoration:none;
	color: #000000;
	background: #F4F4F4;
	border: solid 1px #999999;
	padding: 2px 10px 2px 10px;
	margin: 10px 0px 10px 0px;
	border-radius: 0px 10px 0px 10px !important; 
	-moz-border-radius: 0px 10px 0px 10px !important; 
	-webkit-border-radius: 0px 10px 0px 10px !important;
}

.film-video-snippet
{
   margin-left: 100px;
}
.action-buttons a:hover
{
	color: #be610f;
	background-color: #fff;
}



/*
* ---------------------------------------
* FIELDSET
* ---------------------------------------
*/
fieldset 
{
    margin: 10px 0;
	padding: 5px 5px 10px 10px;
}

fieldset p 
{
    margin:20px;
    padding:0;
}

fieldset h3 {
	font-size: 14px;
	color: rgb(5, 71, 144);
}
fieldset legend 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #F4F4F4;
	border: solid 1px #999999;
	padding: 2px 10px 2px 10px;
	margin: 10px 0px 10px 10px;
	border-radius: 0px 10px 0px 10px !important; 
	-moz-border-radius: 0px 10px 0px 10px !important; 
	-webkit-border-radius: 0px 10px 0px 10px !important;
	
}


fieldset label {
	font-weight: bold;
	display: inline-block;
	width: 160px;
}

#share-public-checkbox label
{
	width: 400px;
}

fieldset .tabbed-label
{
    padding-left: 30px;
	width: 130px;
}
.disable {
	border: 1px solid #C0C0C0;
}
.error-summary {
	font-weight: bold;
	font-size: 12px;
	width: 99%;
	color: #ff0000;
	padding: 2px;
	border: red 1px solid;
	font-family: Verdana;
}

.form-layout-table, .form-layout-table td
{
    border:none;
    padding:0;
    margin: 0;
}

.form-layout-table-label
{
    width:165px;
}

.event-table-counter
{
    width:50px;
}

.event-table-text
{
    width:550px;
    
}

.validator-text {
	font-weight: bold;
	font-size: 12px;
	width: 99%;
	color: #ff0000;
	padding: 2px 5px;
	margin: 0 5px;
	border-left: red 3px solid;
	font-family: Verdana;
}

.radio-button
{
    padding: 0 5px;
    
}

.radio-button label
{
    width:55px;
}


.radio-button-food
{

}

.radio-button-horizontal label
{
    width:100px;       
    font-weight:normal;
}
.radio-button-food label
{
    width:650px;       
    font-weight:normal;
}

.radio-button-events
{

}

.radio-button-events label
{
    width:30px;       
    font-weight:normal;
}
.radio-button-attendance
{

}

.radio-button-attendance label
{      
    font-weight:normal;
}


.radio-button-symposium
{

}

.radio-button-symposium label
{      
    font-weight:normal;
    width:auto;
}

.checkbox-registration label
{
    width:350px;       
    font-weight:normal;
}

 
/* Begin Content Area*/
#content-shadow-top {
	background: url(../images/shadow-top-fs.gif) top center repeat-x;
	height: 6px;
	width: 100%;
}
#content-shadow-btm {
	background: url(../images/shadow-btm-fs.gif) top center repeat-x;
	height: 6px;
	width: 100%;
}
#content-container {
	background: url(../images/diag-bkg-fs.gif) top center repeat;
	width: 100%;
	}
	
#edit-content-button
{
	float:right;
	margin:10px 0px;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 42px 0 !important;
	min-height: 450px;
	overflow: hidden;


}
#social-links
{
    
    float: right;
   
}

#social-links-inner
{
    position: fixed;
    margin: 20px 20px 20px -100px;
    text-align: center;
    background-color: #f2f5f1;
    padding: 10px 20px;
    border-radius: 0px 20px 0px 20px !important; 
	-moz-border-radius: 0px 20px 0px 20px !important; 
	-webkit-border-radius: 0px 20px 0px 20px !important;
	-webkit-box-shadow: #999 0px 0px 3px !important;
	-moz-box-shadow: #999 0px 0px 3px !important;
	box-shadow: #999 0px 0px 3px !important;
}

#aside {
	width: 238px;
	min-height: 60px;
	float: left;
	display: block;
	margin: 0;
}
aside#index {
	width: 238px;
	height: 200px;
	float: left;
	display: block;
	margin: 42px 0 0 0;
	
}
#sidebar {
	float: left;
	width: 130px;
	margin: 0 0 0 8px;
	background-color: #f2f5f1;
	min-height: 100px;
	border-radius: 0px 20px 0px 20px !important; 
	-moz-border-radius: 0px 20px 0px 20px !important; 
	-webkit-border-radius: 0px 20px 0px 20px !important;
	-webkit-box-shadow: #999 0px 0px 3px !important;
	-moz-box-shadow: #999 0px 0px 3px !important;
	box-shadow: #999 0px 0px 3px !important;
	padding:18px;
}
#sidebar h2
{
	margin:0; padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #be610f;
	font-size: 22px;
	margin-bottom:10px;
	border-bottom: 1pt solid #b5b8b6;
	font-weight:normal;
	line-height:22px;
	}
#sidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	margin: 0 0 14px 0;
}

#tcr-section {
    float: left;
    width: 550px;
}
#right-sidebar {
	float: right;
	width: 130px;
	margin: 0 0 0 8px;
	background-color: #f2f5f1;
	min-height: 100px;
	border-radius: 20px 0px 20px 0px !important; 
	-moz-border-radius: 20px 0px 20px 0px !important; 
	-webkit-border-radius: 20px 0px 20px 0px  !important;
	-webkit-box-shadow: #999 0px 0px 3px !important;
	-moz-box-shadow: #999 0px 0px 3px !important;
	box-shadow: #999 0px 0px 3px !important;
	padding:18px;
}
#right-sidebar h2
{
	margin:0; padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #be610f;
	font-size: 18px;
	margin-bottom:10px;
	border-bottom: 1pt solid #b5b8b6;
	font-weight:normal;
	line-height:22px;
	}

#right-sidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	margin: 0 0 0 0;
}

aside img {
	margin-bottom: 20px;
}

#article 
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 750px;
	float: left;
	display: block;
	margin: 12px 0 0 20px;
	}
#article p {
	margin: 0 0 14px 0;
}
#artilce ul{
	margin-left: 20px;
}

#research-idx {
	width: 344px;
	min-height: 220px;
	float: left;
	
}
#research-idx h1 a {
	font-size: 12px;
	color: #be610f;
	text-decoration:none;
}
#member-idx {
	width: 357px;
	height: 230px;
	float: left;
	overflow:hidden;
}


#member-idx h1 {
	padding-left: 15px;
}

#member-idx h1 a {
	font-size: 24px;
	color: #be610f;
	text-decoration:none;
	line-height:33px;
}
#member-idx a {
	font-size: 12px;
	color: #be610f;
}
div.member {
	width: 342px;
	display:block;
	float: left;
	padding: 0 0 0 15px;
}
div.research {
	width: 329px;
	display:block;
	float: left;
	padding: 0 10px 0 0;
	border-right: 1px solid #b8bbb9;
}
div.research ul{
	list-style-image: url(../images/bullet-fs.png);
	margin-left: -10px;
}
div.research li {
	margin-bottom: 15px;
}
section.tabs {
	display: block;
	float: left;
}

.edit-item
{
	margin-left: 10px;
}

.edit-labels label
{
	font-weight: bold;
	display: inline-block;
	width: 160px;
}

.sub-item
{
	margin-left: 10px;
}

.list-column
{
    display:inline-block;
    float:left;
    width: 220px;
    margin:5px;
}
.warning
{
    display:block;
    border: 1px solid #000;
    padding: 10px;
    margin: 10px 10px 10px 0;
    font-weight:bold;
}

.message
{
    display:block;
    border: 1px solid #000;
    padding: 10px;
    margin: 10px 0px 10px 0;
    font-weight:bold;
}
.warning img
{
 	text-decoration: none;
	border: 0px;
	margin: 0 10px;
	position: relative;
	top: 4px;  
}
/* End Content Area*/


/* Begin Footer*/
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	
}
#footer  nav {
	width: 500px;
	float: left;
	margin: 5px 0 0 0;
	
}
#footer nav a {
	display:block;
	float: left;
	color: #4582b9;
	font-size: 12px !important;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
#footer nav a:first-child {
	padding-left: 0;
}
#footer nav p {
	float: left;
	color: #4582b9;
	margin:0; padding:0;
}
#footer-right {
	float: right;
	width: 320px;
	text-align: right;
	color: #6d6e71;
	font-size: 10px;
	line-height:18px;
	margin: 5px 0 45px 40px;
}
#footer-right a{
	color: #6d6e71;
	text-decoration:none;
}
/* End Footer*/




/*TABS*/
/* root element for tabs  */
.multiPage
{
}

.multiPage p
{
    
}

.multiPage ul
{
    list-style: none;
    width: 520px;
    border-bottom: 1px solid #8d9396;
}
.multiPage label
{
    float:left;
    width: 120px;
    padding-left: 16px;
}

.multiPage li
{
    border-top: 1px solid #8d9396;
    line-height: 23px;
}
.multiPage .pageViewEducation label
{
    width: 220px;
}

.multiPage .riLabel
{
   width: 115px;
}

.multiPage .rcbLabel
{
   width: 109px;
}
.multiPage div {
	min-height:200px;
	padding: 10px;
	width: 900px;
	margin: 0;
	border-left: 1px solid #979a9a;
	border-right: 1px solid #979a9a;
	border-bottom: 1px solid #979a9a;
	border-top: none;
	background: url(../images/tab-grad2-fs.png) top center repeat-x;
	border-radius: 0px 20px 0px 20px !important; 
	-moz-border-radius: 0px 20px 0px 20px !important; 
	-webkit-border-radius: 0px 20px 0px 20px !important;
}

.multiPage-tab
{
    margin:0px;
    width:900px;
}

.multiPage-tab p
{
   
}
.multiPage div h1 a {
	font-size: 12px;
	color: #be610f;
	text-decoration:none;
}
.multiPage p a {
	color: #be610f;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.multiPage p a:hover, .panes div h1 a:hover {
	color: #3E5A74;
}


.profile-multi-page
{
    min-height:200px;
	padding: 10px;
	width: 740px;
	margin: 0;
	border-left: 1px solid #979a9a;
	border-right: 1px solid #979a9a;
	border-bottom: 1px solid #979a9a;
	border-top: none;
	background: url(../images/tab-grad2-fs.png) top center repeat-x;
	border-radius: 0px 20px 0px 20px !important; 
	-moz-border-radius: 0px 20px 0px 20px !important; 
	-webkit-border-radius: 0px 20px 0px 20px !important;
}

profile-multi-page-tab
{
    padding:20px 0;
    width:740px;
}

ul.tabs { 
	display: block;	
	width: 960px;
	margin: 40px auto 0 auto;
	padding:0;
	height:30px;	 	
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font: 14px Arial, Helvetica, sans-serif;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	height:18px;
	border: 1px solid #979a9a;
	border-bottom: none;
	background: #b3bbba;
	color:#02335f;	
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	border-radius: 10px 10px 0px 0px !important; 
	-moz-border-radius: 10px 10px 0px 0px !important; 
}
ul.tabs a:hover {
	background: url(../images/tab-grad-fs.png) top left repeat-x;
	color:#ffffff;	
	border-left: 1px solid #979a9a;
	border-right: 1px solid #979a9a;
	border-top: 1px solid #979a9a;
	border-bottom: none;
}
	
/* selected tab */
ul.tabs a.current {
	background: url(../images/tab-grad-fs.png) top left repeat-x;
	color:#ffffff;	
	cursor:default;
	border-left: 1px solid #979a9a;
	border-right: 1px solid #979a9a;
	border-top: 1px solid #979a9a;
	border-bottom: none;
}
.grey {
	color: #6d6e71;
}
	
/* tab pane */
/*.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}*/

/* Begin Tables */
table {
	border-collapse: collapse;
}
.hdr-ftr {
	background-color: #0E4F8A;	
	color: #fff;
	font-size: 14px;
}
.alt-row {
	background: url(../images/grad-table-fs.png) top left repeat;
}
td {
	margin: 0;
	vertical-align:top;
	text-align:left;
	padding: 8px;
	border: none;/*1pt solid #acadaf;*/
}
td p {
	margin: 0;
	color: #333;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
/* End Tables */

/*Proceedings*/

#citation
{
    font-style:italic;
    margin: 5px 10px 10px 25px;
}

#citation-url
{
    font-style:italic;
    margin: 5px 10px 10px 25px;
    text-align: right;
}
#proceedings-author-section
{
    font-size:12px;
    margin: 0 10px 10px 25px;
}

.message-success
{
    color:Black;
    font-weight:bold;
}

.message-failure
{
    color:red;
    font-weight:bold;
}

 .loading
{
    background-color: #fff;
    margin:auto;
    border: 1px solid #000000;
    height:80px;
    width:50%;
    padding-top: 40px;
    border-radius: 0px 20px 0px 20px !important; 
	-moz-border-radius: 0px 20px 0px 20px !important; 
	-webkit-border-radius: 0px 20px 0px 20px !important;
}

.section-more-link
{
    text-align:right;
}
.search-preview
{
    padding-left: 10px;
    color:#333;
    font-style:italic;
}


.film-year-list ul{

    list-style-type: none;
    
}

.film-year-list li {
	width: 60px;
	display:inline;
    float:left;
    font-weight:bold;
    font-size: 16px;
}

.no-border
{
    border: 0;
}


#shopping-cart-link {
    float: right;
    margin: 0px;
    padding: 7px 20px;
    border-left: 1px solid #979a9a;
	border-right: 1px solid #979a9a;
	border-bottom: 1px solid #979a9a;
    background: coral;
    border-radius: 0px 0px 10px 10px !important; 
	-moz-border-radius: 0px 0px 10px 10px !important; 
	-webkit-border-radius: 0px 0px 10px 10px !important;
}