#header {
text-align:left;
font-size: 24px;
font-weight: bold;
}

#login {
text-align:right;
font-size: 12px;
}

#footer {
text-align:center;
}

body {
	background-color: #FFFFFF;
	/*font-family: font-family:verdana, arial, sans-serif;//Georgia, "Times New Roman", Times, serif;*/
        line-height: 1.3;
        margin-bottom: 0.6em;
        font-family: PTSerifRegular,Georgia;
	font-size: 16px;
        /*font-weight: bold;*/
	margin: 0px;
	color: #666;
	padding: 10px;
}

.title {margin-bottom:.2em;text-align:center;}
.title a,a:hover {text-decoration: none;}


/* http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/ */
.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
   }

.talk {
padding: 5px;
}

.active-talk {
background-color:#dfeffc;
}

.talk-menu {
text-align:right;
font-size: small;
visibility:hidden;
}

.active-talk-menu {
visibility:visible;
}

.fixedElement {
    position:fixed;
    top:30px;
    width:100%;
    z-index:100;
}

a.pdf { /*The background image*/
	background:  url(/images/document-pdf-text.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}
 
a.ppt { /*The background image*/
	background: url(/images/document-powerpoint.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}
