/* ADMIN EDIT BUTTONS */

/* yellow buttons for normal use */
a.adminbutton, a.adminbutton:visited, a.adminbutton-blue, a.adminbutton-blue:visited, a.adminbutton-green, a.adminbutton-green:visited, a.adminbutton-red, a.adminbutton-red:visited {
	background-color: #FFDB71;
	border: 1px solid #555555;
	margin: 2px 1px 2px 1px;
	padding: 0px 4px 0px 6px;
	color: #555555;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}

/* blue buttons for table use */
a.adminbutton-blue, a.adminbutton-blue:visited {
	background-color: #E9F0F6;
	border-color: #336699;
	color: #336699;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* green buttons for Save */
a.adminbutton-green, a.adminbutton-green:visited {
	background-color: #A0E5A0;
}

/* red buttons for Cancel and Delete */
a.adminbutton-red, a.adminbutton-red:visited {
	background-color: #F8B0B0;
}

a.adminbutton:hover, a.adminbutton-blue:hover, a.adminbutton-green:hover, a.adminbutton-red:hover {
	background-color: #FFCC00;
	text-decoration: none;
}

a.adminbutton-blue:hover {
	background-color: #4477AA;
	color: #FFFFFF;
	text-decoration: none;
}

a.adminbutton-green:hover {
	background-color: #009933;
	color: #FFFFFF;
	text-decoration: none;
}

a.adminbutton-red:hover {
	background-color: #FF3333;
	color: #FFFFFF;
	text-decoration: none;
}

.image-caption {
	font-size: 10px;
	float: right;
	color: #666666;
	clear: right;
	text-align: right;
}

.image img, .image-left img, .image-news img {
	margin-bottom: 3px;
	border: 1px solid #333333;
}


/* by EMR 2008/06/16 - affects the thumnail display on the newsroom front page which is in a table */
#cms_lead-content,#cms_lead-title	{
	font-size: 12px;	
    line-height: 150%;	
}

/* by EMR 2008/06/16 - affects the thumnail display on the newsroom front page which is in a table */
.component table tbody tr td a {
	font-size: 12px;	
    line-height: 150%;	
}
/*styles for Results pages by CR 2009/10/09 */
#topImage {
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #D6D6D6;
	clear: left;
	position: relative;
}
#topImage h4 {
	color: #039;
	font-size: 150%;
	font-weight: normal;
	display: block;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
}
#topImage #flashObj {
	margin-right: 8px;
}
.box {
	width:475px;
	background-color: #F9F9F9;
	border: 1px solid #C4C4C4;
	margin-bottom: 10px;
	height: auto;
	margin-right: 8px;
	margin-top: 15px;
	padding: 4px;
}
#leftBox {
	height: auto;
	width: 200px;
	border: 1px solid #C4C4C4;
	padding: 5px;
	background-color: #FFF;
	top: 0px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
#leftBox h5 {
	font-family: Verdana, Geneva, sans-serif;
	color: #669966;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
#leftBox img {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.box li {
	margin-left: -20px;
}
.box p {
	font-size: 120%;
	line-height: 150%;
	margin-top: 5px;
}
.box h5 {
	font-family: Verdana, Geneva, sans-serif;
	color: #039;
	font-size: 11px;
	/*text-transform: uppercase;*/
	background-color: #D9E2F0;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#leftBox table tr td {
	background-color: #D9E2F0;
}
.image   {
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.width-300 {
	width: 300px;
}
