/************************** generic  ******************************/
body { 
	background: #fff; 
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: -5px 0 0 0;
	*margin: 5px 0 0 0; /* targets IE6 and 7 */
}

a {
	color: blue;
	text-decoration: none;
}

h1 { 
	margin: 0;
	padding: 0;
	font-size: 18px;
}

h2 { 
	margin: 0;
	padding: 0;
	font-size: 16px;
}

h3 { 
	margin: 0;
	padding: 0;
	font-size: 14px;
}

a:hover, a.current_page { text-decoration: underline; }

a.current_page { font-weight: bold; }

#body_wrapper {
	width: 900px;
	margin: 0 auto;
}

span .links_seperator {
	padding: 0 5px;
	font-size: 16px;
	color: #E6E6E6;
}

h1.content_description {
	font-size: 18px;
	color: #1F1F1F;
	margin: 20px 0;
	font-weight: bold;
}

.content_description em {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.date {
	font-style: italic;
	color: #CCCCCC;
}

.nav_small a { 
	font-size: 11px;
	color: #000;
}

ul.nav_select_all { 
	padding: 0;
	margin: 0;
}

ul.nav_select_all a { font-size: 12px; }

.nav_select_all li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.nav_sub_right { 
	float: right; 
	margin-top: 25px; /* sync with h1.content_description margin top */
}

 a.count_alert,  span.count_alert {
	margin-left: 3px;
	padding: 2px 1px 1px;
	/*background: #E6E6E6; */
	color: #17B5FE;
	font-weight: bold;
	width: 10px;
	height: 14px;
	text-align: center;
	font-size: 14px;
}

img.collage_border { 
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #fff;
}

.loading {
	width: 18px;
	height: 18px;
}

span.facebook_color {
	color: #3B5998;
}
/************************** end of generic  ******************************/


/************************** header  ******************************/
#header { 
	position: relative; 
	margin-bottom: 20px;
}

#header #logo_bump {
	position: absolute; 
	top: -10px; 
	left: 250px;
	/*left: 100px;*/
	border: none;
}

#header_top { 
	margin-bottom: 10px; 
}

#header_top #header_recipient_name {
	margin-right: 10px;
	color: #17B5FE;
}

#header_top #shortcut_button, #header_top #shortcut_back {
	border: 2px solid #17B5FE;
	padding: 0 7px;
	background-color: #AFE6FE;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#header_top li {
	display: inline;
	list-style: none;
}

#shortcut_menu {
	border: 1px solid #E6E6E6;
	width: 180px;
	background: #fff;
	float: right;
	padding: 0 10px;
	position: absolute;
	left: 80%;
	top: 25px; 
	z-index: 11; /*must be higher than homepage banner*/
}

#shortcut_menu  h1 {
	color: #17B5FE;
	margin: 10px 0 5px 0;
}

#shortcut_menu ol {
	font-size: 10px;
	color: #E6E6E6;
	margin: 0 0 10px 0;
	padding-left: 30px;
}

#shortcut_menu li { padding: 0; }

#shortcut_menu li:hover { background-color: #EFEFEF; }

#shortcut_menu li:hover a { text-decoration: underline; }

#shortcut_menu li a {
	display: block;
	width: 100%;
	padding: 5px 0 5px 5px;
	font-size: 12px;
	text-decoration: none;
	color: #9F9F9F;
}

#header_logo { margin: 10px 0; }

#header_nav {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 5px 0;
}

#header_nav ul { margin: 0; }

#header_nav li {
	display: inline;
	min-width: 150px;
	padding-right: 30px;
	list-style: none;
}

#header_nav li a {
	font-size: 16px;
	font-family: Calibri, 'Lucida Grande', Arial, Verdana, sans-serif;
	/* color: #9F9F9F; */
	color: #101010;
	font-weight: bold;
	display: inline-block;
	/*padding: 3px 10px;*/
	padding: 3px 15px;
}

#header_nav li a:hover {
	background-color: #EFEFEF;
	text-decoration: none;
}

#header_nav li a.current_page { 
	color: #fff; 
	background-color: #999999; 
	text-decoration: none;
}

#header_nav li span {
	padding-left: -3px;
	font-size: 11px;
}

/*********************  end of header *******************************/



/*********************  footer ************************************/
#footer { 
	margin: 50px 0 20px 0; 
	background-color: #333333;
	padding: 20px 5px 50px 5px;
}

#footer_top { 
	padding: 2px 5px 0 5px; 
	margin-bottom: 30px;
}

#footer_scroll_to_top { 
	border-bottom: 1px solid #E6E6E6; 
	padding-bottom: 5px;
}

#footer_scroll_to_top #scroll_to_top {
	color: #000;
	text-decoration: none;
}

#footer_scroll_to_top #scroll_to_top:hover {
	font-weight: bold;
}

#footer_top ul {
	padding: 0;
	margin: 0;
}

#footer li {
	list-style: none;
	color: #fff;
	font-weight: bold;
	padding: 2px 0;
	/*display: inline;*/
}

#footer li a {
	color: #fff;
	font-size: 12px;
}

#footer li.title {
	font-size: 18px;
	color: #858585;
}

#footer_left, #footer_center, #footer_right { 
	float: left; 
	width: 290px;
}
}

/*#footer_right { float: right; }

#footer_middle {
	min-height: 50px;
	margin: 10px 0;
}

#footer_middle span {
	color: #000;
	display: inline;
	font-size: 12px;
}

#footer_middle #feature_logo {
	display: inline;
	margin: 0 10px;
}

#footer_middle #feature_logo img {
	display: inline;
	margin: 0 5px;
	padding: 5px;
	border: 1px solid #EFEFEF;
	opacity: 0.1;
	filter: alpha(opacity = 10);

}

#footer_middle #feature_logo a:hover img {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity = 100);
}

#footer_middle a { display: inline; }*/

#footer_bottom {
	padding: 5px 0 0 5px;
	font-size: 9px;
}

#footer_bottom #copyright { 
	color: #fff;
	font-size: 10px;
}

#footer_bottom ul { 
	padding: 0;
	margin-left: 10px;
	display: inline;
	color: #E6E6E6;
}

#footer_bottom li a { color: #CFCFCF; }
/*********************  end of footer *****************************/




/*********************  loudspeaker *******************************/
#loudspeaker {
	position: fixed;
	bottom: -1px;
	right: auto;
	left: auto;
	width: 900px;
	background-color: #fff;
	color: #666666;
	z-index: 1000;
}

#loudspeaker #button_louspeaker_open, #loudspeaker #button_louspeaker_minimise {
	position: absolute;
	right: 10px;
}

#loudspeaker #title { 
	font-weight: bold; 
	font-size: 12px;
}

#loudspeaker .prev_next_nav {
	position: absolute;
	right: 0;
}

#loudspeaker a.nav {
	margin-left: 5px;
	padding: 1px 5px;
	font-size: 14px;
	font-weight: bold;
}

#loudspeaker a.nav:hover, #loudspeaker #loudspeaker_title_container:hover a { 
	background-color: #DBDBDB; 
	text-decoration: none;
}

#loudspeaker .date {
	position: absolute;
	right: 50px;
}

#loudspeaker .category {
	font-weight: bold;
	font-size: 10px;
	font-family: Lucida Console, Monaco, monospace;
}

#loudspeaker .action { font-size: 10px; }

#loudspeaker #loudspeaker_title_container {
	border-color: #DBDBDB;
	border-bottom: none;
	padding: 5px;
	color: #fff;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color: #0192B5;
	font-size: 14px;
	/*height: 20px;*/
}

#loudspeaker #loudspeaker_title_container:hover { cursor: pointer; }

#loudspeaker #loudspeaker_container_wrapper {
	background-color: #F7F7F7;
	border: 1px solid #DBDBDB;
	border-top: none;
	padding: 10px;
	height: 10px;
}

#loudspeaker div.loudspeaker_container ul {
	margin: 0;
	padding: 0;
}

#loudspeaker div.loudspeaker_container li {
	display: inline;
	list-style: none;
	padding-right: 10px;
}
/********************** end of loudspeaker  **********************/




