/* CSS Document */

/*----- FIND YOUR REP -----*/
TABLE#findrep-box {
	border: 1px solid #666666;
	background-color: #FAFAFA;
	font-size:12px;
	color:#666666;
	width:350px;
	text-align:left;
}
TABLE#primary-findrep-box {
	border: 1px solid #666666;
	background-color: #FAFAFA;
	font-size:12px;
	color:#666666;
	width:200px;
}
DIV#findrep-heading {
	font-weight: bold;
	color:#666666;
	font-size: 16px;
	padding-bottom:5px;
	/*text-align:left;*/
}
DIV#findrep-text-repname {
	font-weight: normal;
	font-size:11px;
	color:#414671;
}
DIV#findrep-text-repdetails {
	font-size:10px;
}
DIV#secondary_dynamic_staffdetails {
	text-align:right;
	z-index:20;
	float:right;
	position:absolute;
	background-color:#FAFAFA;
	padding-top:5px;
	width:100px;
	margin-left:110px;
}
#findrep-box a {
	text-transform:lowercase;
	font-size:10px;;
}
/* END FIND YOUR REP */

/*----- SEARCH -----*/
TD#secondary-search-head-background {
	height:25px;
	background: url(../../image/layout/boxes/purple-boxheadbg.gif);
	background-repeat: repeat-x;
}
TD#secondary-search-head-background-curve {
	height:25px;
	width:12px;
	background: url(../../image/layout/boxes/purple-curve.gif);
	background-repeat:no-repeat;
}
DIV#secondary-search-heading {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 16px;
	padding-left:5px;
	text-align:left;
}

/*
TABLE#primary-search-box {
	border: 1px solid #036bb7;
	background-color: #FFFFFF;
	font-size:12px;
	color:#666666;
	width:350px;
	padding:5px;
}
TD#primary-search-subject-list {
	font-size:11px;
	padding-right: 5px;
}

TD#primary-search-head-background {
	height:25px;
	background: url(../../image/layout/boxes/blue-boxheadbg.gif);
	background-repeat: repeat-x;
}
TD#primary-search-head-background-curve {
	height:25px;
	width:12px;
	background: url(../../image/layout/boxes/blue-curve.gif);
	background-repeat:no-repeat;
}
DIV#primary-search-heading {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 16px;
	padding-left:5px;
	text-align:left;
}

TD#primary-search-subject-list {
	font-size:11px;
	padding-right: 5px;
}

A.primary-browsebysubject {
	font-size: 12px;
	color: #036bb7;
	text-decoration: none;
}

A.primary-browsebysubject:hover {
	font-size: 12px;
	color: #c0daed;
	text-decoration: underline;
}
/* END SEARCH */


/*----- NEWS EVENTS -----*/
TABLE#primary-news-events-box {
	border: 1px solid #eb0000;
	background-color: #fff;
	font-size:12px;
	color:#666666;
	width:200px;
	padding-left:5px;
}
TD#news-events-head-background {
	height:25px;
	background: url(../../image/layout/boxes/red-boxheadbg.gif);
	background-repeat: repeat-x;
}
TD#news-events-head-background-curve {
	height:25px;
	width:12px;
	background: url(../../image/layout/boxes/red-curve.gif);
	background-repeat:no-repeat;
}

DIV#news-events-heading {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 16px;
	padding-left:5px;
	text-align:left;
}

A.red {
	font-size: 11px;
	color: #eb0000;
	text-decoration: none;
}
A.red:hover {
	font-size: 11px;
	color: #fbbebe;
	text-decoration: none;
}
A.red-nav {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.red-nav:hover {
	font-size: 11px;
	color: #fbbebe;
	text-decoration: none;
}

/* END NEWS EVENTS */

