/****************** F O N T S A N D B U T T O N S . C S S ************************

This css file is a common css for all pages and controls global elements like 
fonts, button styles, etc.

**********************************************************************************/

/************** F O N T S *****************/

.disabled {
	color: grey;
	font-weight: bold;
}

.groupName{
	font-size: 25px;
	font-weight: bold;
	margin-left: -125px;	
}
/* .eventTitle{
	font-size: 20px;
	font-weight: bold;	
	font-style: italic;
	margin-left: -125px;	
} */
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #0A3763;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

sup {
	font-weight: bold;
}

.tmWord2{
	color: #084882;
	font-weight: bold;
}
.tmWord1{
	color: #a2c603;
	font-weight: bold;
}

.emphasis {
	font-style: italic;
}


/************** C O M M O N  S T U F F *****************/

#custombanner {
	
	max-width: none;
	border: none;
	margin-left: 0;
	margin-right: 0;
/*	
	text-align: center;
	margin-top: 0px;
	max-width: 820px;
	margin-right: 15px;
	margin-left: 15px;

	margin-bottom: 10px;
	height: 110px;
	border-width: 1px 2px 2px 1px;
    border-color: #EEE #DDD #BBB #F5F5F5;										
    border-style: solid;
    padding: 3px 3px;
*/
}


/************** B U T T O N S *****************/

.greenButton {
	background:url(/images/greenbuttonslice.png) left top repeat-x; 	
	vertical-align: middle; 
	cursor:pointer; 
	font-size:13px; 
	font-weight: bold;
	color: white;
	border:1px solid;   
	border-color: #696 #363 #363 #696; 
	-moz-border-radius:5px 5px 5px 5px;
}

.greenButton:hover{
	background-position: 0 -20px;			/* ToDo: This doesn't work with IE and I probably want a different background color than orange */
	vertical-align: middle;
}
