/*------------------[ Main Structure ]-------------------------*/

/* Major Reset - Use after standardizing CSS everywhere */
/*
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {  
	margin: 0;  
	padding: 0;  
	border: 0;  
	outline: 0;  
	font-size: 100%;  
	vertical-align: baselinebaseline;  
	background: transparent;  
}  
body {  
	line-height: 1;  
}  
ol, ul {  
	list-style: none;  
}  
blockquote, q {  
	quotes: none;  
}  
blockquote:before, blockquote:after, q:before, q:after {  
	content: '';  
	content: none;  
}  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
} 

*/

/* Body - Small reset */
html, body, img, h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

img { 
	border: none;
}

html { 
	background-color: #000; /* bg1 = #035BA2, bg4 = #000, bg4 = #000 */
}

body {
	background-color:#FFF; 
}

body.gradient {
	background-color:#035BA2;  /* bg1 = #F2F2F2, bg2 = #C8C8C8, bg4 = #035BA2 */
	background-image: url(/images/bg4_header.jpg);  /* bg1_header.jpg, bg2_header.jpg or bg4_header.jpg */
	background-repeat: repeat-x; 
}

/* Header */
#header {
	position:relative;
	width:800px;
	margin:0 auto;
	z-index:4; /* originally 7 */
	padding: 0;
	height:90px;
	color:#FFF;	
}

#header .logo, #header .logo a{
	display:block;
	height:85px;
	width:250px;
	position:absolute;
	left:5px;
	top:5px;
	border: none;
	padding: 0;
	margin:0;
}

#header .logo a, #header .logo a:hover{
	background: transparent url(/images/header-faces-black.jpg) no-repeat left top; /* header-faces-black.jpg or header-faces-blue.jpg */
	top:0;
	left:0;
	text-indent:-9999px;
	outline:none;
	border: none;
}

/* Content */

#content {
	position:relative;
	z-index:3;	
	width: 780px;
	background:#FFF;
	margin:0px auto;
	padding: 5px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

/* Footer */
#footer {
	background-image: url(/images/bg4_footer.jpg); /* bg1_footer.jpg, bg2_footer.jpg or bg4_footer.jpg */
	position:absolute;
	height:300px;
	width:100%;
	color:#CCC;
	margin:-260px auto 0px;
}

#footer a {
	color:#FFF;
}

#footer table {
	margin:270px 0px 0px 0px;
	width: 770px;
}
#footer .first {
	width: 100%;
	text-align:left;
}
#footer td {
	padding: 0 5px;
	text-align:center;
	white-space:nowrap;
	/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; */
}

/* Flags */

.flags {
	position:absolute; 
	top:21px; right:205px; }	

.flags img {
	width:18px;
	height:12px;
	padding: 0px 3px;
}
.flags-in-menu {
	width:18px;
	height:12px;
	padding:0px 7px 3px 0px;
	vertical-align:bottom;
}

.flags-upgotd img {
	width:24px;
	height:16px;
	padding: 0px 4px;
}

/* Search */

.wpn_search { 
	width:187px; 
	height:30px; 
	position:absolute;
	padding-top:3px;
	top:15px; 
	right:10px; 
	background: transparent url(/images/search.png) no-repeat;
}

.wpn_search input[type="text"] { 
	float:left; 
	background :none; 
	border:0; 
	outline:none; 
	padding-left:10px; 
	height:20px;
	font-size:14px; 
	color:#000; 
	width:150px;
}

.wpn_search input[type="image"] { 
	float:right; 
	height:25px; 
	width:25px; 
	outline:none; 
}

#cse-search-box input#q {
	background:url(/images/clearpixel.gif);
}

#cse-search-results {
	width:600px;
	max-width:600px;
	color:#F00;
}

/* Direct Link */
#direct-link {
	margin:5px auto;
}

/* Share-This formatting */
a.stbar.chicklet img {
	border:0;
	height:16px;
	width:16px;
	margin:0px 3px;
	vertical-align:middle;
}
a.stbar.chicklet {
	height:16px;
	line-height:16px;
}

.image-border, .image-border a {
	border-color:#000;
	border-style:solid;
	border-width:thin;
}
.stButton { 
	margin: 0px -2px; 
}

/* Slide-Gallery Carousel */

#wrapper {
	margin: 0 auto;
	width: 750px;
	padding: 20px 0;
	overflow: hidden;
}

.gallery {
	margin: 0 auto;
	width: 735px;
	position: relative;
}
.gallery .holder {
	width: 640px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin:0 auto;
}
.gallery .holder ul {
	margin:0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery .holder ul li {
	float: left;
	width: 160px; 
	/* width: 213px; */ /* If 3 across */
	text-align:center;
}
.gallery .holder ul li img { 
	display: block; 
	margin: 0 auto;
	/*  Comment out two lines below for 3 across */
	width:150px;
	height:75px;
}
.next, .prev {
	position: absolute;
	right: 0px;
	top: 58%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	background: url(/images/icons/arrow-right.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

.next:hover {
	background: url(/images/icons/arrow-right-hover.png) no-repeat;
}

.next-disable { 
	background: url(/images/icons/btn-next-disable.png) no-repeat;
}

.prev {
	background: url(/images/icons/arrow-left.png) no-repeat;
	right: auto;
	left: 0px;
}
.prev:hover {
	background: url(/images/icons/arrow-left-hover.png) no-repeat;
}
.prev-disable { 
	background: url(/images/icons/btn-prev-disable.png) no-repeat; 
}
.control {
	font-size: 18px;
	line-height: 21px;
}

/* People-Flow */

#peopleflow {
	width:760px; 
	color:#222;
	font:14px/1 sans-serif;
	margin:0 auto;
}

.mf {
	visibility: hidden; 
	z-index:1;
	color:#FFF;
}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	text-align:center;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	cursor:pointer;
	-o-user-select:none;
}
.mf div.loader{
	position:relative;
	text-align:center;
	z-index:10000;
	margin:0 0;
	top:75px;
	width:100%;
	background:url(/images/ajax-loader-circle.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:5px;
	width:100%;
	color:#000;
	font-weight:bold;
	left:0px; /*added Mike to fix IE7 layout issue*/
}
.mf div.mfNav{
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}

/* MooTools Tooltips */

.tip-top {
    z-index: 1000000;
}

.tip-title {
	position:relative;
	z-index:1000000; 
	background: url(/images/info_icon.gif) no-repeat 3px 3px #FFF; 
	border:1px solid #000; 
	padding:2px 5px 3px 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	font-weight: normal;
	font-size: 11px;
	text-align:left;
	/* min-width: 150px; */
	max-width: 190px;  /* Previous was 350-375px or 185px*/
}

.tip-text {
	/* Use rel tag if want text here */
    /* min-width: 200px;
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #fff bottom right;
    color:#000; */
	visibility:hidden;
}
.tip-text A {
    color:#000;
}

/* Slideshow - People Slides */

div#slides {
	width: 225px;
	min-height: 300px;
	overflow: hidden;
}

div#slides div {
	width: 225px;
	min-height: 300px;
	font-size:11px;
	text-align: center;
	line-height:15px;
	color: #000;
}

div#slides img {
	margin-bottom:5px;
}

/* Slideshow - Prayer Card Slides */

div#prayer_slides {
	width: 450px;
	min-height: 300px;
	overflow: hidden;
}

div#prayer_slides div {
	width: 450px;
	min-height: 300px;
}

div#prayer_slides img {
	border:1px #000 solid;
}

/* Slideshow - Powerpoint Slides */

#powerpoint_slides {
	width: 350px;
	min-height: 250px;
	overflow: hidden;
	text-align: center;
}

#powerpoint_slides div {
	width: 350px;
	min-height: 250px;
}

#powerpoint_slides img {
	border:1px #000 solid;
	vertical-align: middle;
}

/* Global Summary */
#global_summary {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	background-color: #EEE;
	padding:0;
	width:95%;
}

#gs_title {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius:6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius:6px;
	padding: 5px;
	margin:0px 0px 10px 0px;
	background-color: #2870C0; /* #2870C0 */
	color: #FFF;
	font-weight: bold;
	font-size:14px;
	text-align:center;
}
#gs_title a {
	text-decoration:none;
	color:#FFF;
}

#gs_title a:hover {
	text-decoration:underline;
	/* color:#000;	*/
}

#gs_inner {
	padding: 15px 5px 0px 5px;
	margin:0px auto;
}

#global_table td {
	font-size:12px;
	padding:2px 5px 1px 0px;
}

/* Top Ten */
#top-ten {
	text-align:center;
}
#top-ten table {
	margin:7px auto 5px;
}

#top-ten h4 {
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin:0px;
}
#top-ten h4 a {
	color:#000;
}
#top-ten td {
	font-size:12px;
	text-align:center;
	padding:5px 0px;
	margin:0px 4px;
	width:120px;
}

/* Video */
#video {
	font: Arial, Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#video h4 {
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin:15px auto 0px;
}
#video img {
	margin:5px 0px 5px 0px;
}
#video h4 a {
	color:#000;
}
#video a:hover {
	text-decoration:underline;
}

/* Sitemap */
#sitemap th {
	text-align:left;
	vertical-align:top;
	padding:0px 0px 5px 10px;
	margin:0px 5px;
}
#sitemap h2, #sitemap h2 a , #sitemap .header a {
	color:#FFF;
}

#sitemap h2 {
	font-size:16px;
}

#sitemap th a {
	text-decoration:none;
}

#sitemap .header {
	background-color:#2870C0; /* #035BA1 deeper blue */
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF;
	padding:3px 5px 5px 10px;
	margin:0px 35px 0px 0px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;	
	border-radius:7px;
}

#sitemap h5 {
	padding:7px 0px 0px 2px; 
	margin:0 0 2px 0; 
	font-size:12px; 
	line-height:18px; 
}

#sitemap td {
	text-align:left;
	vertical-align:top;
	padding:0px 0px 0px 10px;
}
#sitemap ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-weight:bold;
	font-size:12px;
}

#sitemap ul li {
	list-style:none;
	background-image: url(/images/bullet-triangle-black.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding: 1px 0px 2px 7px;
	font-size:11px;
	font-weight:normal;
}

#sitemap ul li a {
	color:#000; 
	text-decoration:none; 
	padding:2px 5px 2px 5px; 
	font-weight:normal;
}

#sitemap ul li a:hover {
	/* 	text-decoration:underline; */
	/* below is for blue hover */
	text-decoration:none; 
	color:#FFF; 
	background:#035BA2; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	border-radius:5px;
} 

/* Dropdown boxes */
select.dropdown {
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#000; 
	background-color:#BBDDFF;
	padding:0px;
	margin:0px;
}

select.dropdown option {
	background-color:#FFF;
	padding:1px 0px 1px 3px;
}
/* Button */
.button,
.button span { display: block; }

.button {
	width: 115px;
	background: url(/images/button.png) 0 0 no-repeat;
}

.button:link,
.button:visited { color: #646464; }

.button:hover {
	color: #505050;
	text-decoration: none;
	cursor:pointer;
}

.button > span {
	padding: 0px 11px 0px 11px;
	background: url(/images/button.png) 100% -30px no-repeat;
}

.button > span > span {
	height: 22px;
	padding-top: 4px;
	background: url(/images/button.png) 0 -60px repeat-x;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	/* font-family:Tahoma, Verdana, Arial, sans-serif; */
}

.button:hover { background-position: 0 -90px; }
.button:hover > span { background-position: 100% -120px; }
.button:hover > span > span { background-position: 0 -150px; }

/* Download Button */
.button-download,
.button-download span { display: block; }

.button-download {
	width: 100px;
	background: url(/images/download_button.png) 0 0 no-repeat;
}

.button-download:link,
.button-download:visited { color: #646464; }

.button-download:hover {
	color: #505050;
	text-decoration: none;
}

.button-download > span {
	padding: 0px 26px 0px 11px;
	background: url(/images/download_button.png) 100% -30px no-repeat;
}

.button-download > span > span {
	height: 25px;
	padding-right: 4px;
	background: url(/images/download_button.png) 0 -60px repeat-x;
	overflow: hidden;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}

.button-download:hover { background-position: 0 -90px; }
.button-download:hover > span { background-position: 100% -120px; }
.button-download:hover > span > span { background-position: 0 -150px; }

/* Spacer */

#spacer {
	height:100px;
}

/* South Asia Countries */

.southasia {
	margin:10px 0px 15px 0px;
	padding:0px;
	white-space:nowrap;
}

.southasia td {
	padding: 0px 5px;
	font-size:16px;
}

.southasia ul {
	padding:0px;
	margin:0px;
}

.southasia li {
	text-align:left;
	padding:2px 0px;
	margin-left:15px;
	white-space:nowrap;
}
.southasia-arrows {
	font-size:12px;
	padding-bottom: 2px;
	vertical-align:middle;
}

/* Profile Summary Bar */

.summary_bar {
	margin:20px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	background-color:#F3F3F3;
	/* border-top:#000 solid 1px;
	border-bottom:#000 solid 1px; */
}
.summary_bar_header {
	text-align:center;
	vertical-align:middle;
	background-color:#BBDDFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	letter-spacing:.75px;
	padding: 2px 0px;
}
.summary_bar_data {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 0px;	
	white-space:nowrap;
	overflow:hidden;
	max-width:150px;
}

/* Audio Player */

.player {
	text-align:center;
	 margin: 0px;
	 padding: 0px;
	 width:300px; 
	 height:125px; 
	 border:solid 1px #000; 
	 border-bottom:hidden;
}

/* Booklets */
.booklets {
	font-size:14px;
	line-height:24px;
	padding:0px;
}
.booklets table, .booklets tr, .booklets td, .booklets a {
	font-family:Arial, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size:14px;
}
.booklets li {
	font-size:14px;
}
.booklets-image {
	margin:10px 4px 15px 4px;
	width:95px;
	height: 122px; 
}

/* JP Mobile App */
.jp-mobile td {
	font-size:12px;
	padding:3px 0px;
}

.jp-mobile img {
	margin: 0px 10px;
}

/* JP Languages App */
.jp-languages td {
	font-size:12px;
	padding:3px 0px;
}

.jp-languages img {
	margin: 0px 15px;
}

/* Change History */

.change-history {
	height:460px; 
	width:400px; 
	overflow:auto; 
	border:0px; 
	vertical-align:top;
}

.change-history td, .change-history div, .change-history a {
	font-size:12px;
}

/* General Styling - Needs major cleanup */

.table_row_borders {
	border-top:1px #000 solid; 
	border-bottom:1px #000 solid;
}

#q {
 	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	height:15px;
	border-color:#FFF;
}

#sa {
 	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0px 2px;
}

.clear {
	clear:both;
	float:none !important;
}

.clearfloat { 
	clear:both; 
	height:0; 
	font-size: 1px; 
	line-height: 0px;
}

.bold {
	font-weight:bold;
}

select { font-size: 11px; }
input { font-size: 11px; }
#cse input { font-size: 12px; }

a { text-decoration:none }
a:active { color: purple; text-decoration:underline }
a:hover { text-decoration: underline;}
a:visited { text-decoration: none }
a:visited:hover { text-decoration: underline }

body { font-family: arial, helvetica; margin-top: 0px; }
div { font-size: 11px; font-family: arial, helvetica }

td { font-size: 11px; font-family: arial, helvetica ; }
td.right {text-align: right;}
td.center {text-align: center;}
td.left {text-align: left;}

#select {
	padding: 0px;
	border: 2px ridge #643;
	font-size: 11px;	
}

#dataview {
	color: #030;
	text-align: center;
}

.news {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 20px;
}

H1 {
	font-size: 20px;
	font-weight: bold;
}
H2 {
	font-size: 18px;
	font-weight: normal;
}
H2 a {
	/* color:#000; */
}
H3 {
	font-size: 16px;
	font-weight: normal;
}
H4 {
	font-size: 14px;
	font-weight: normal;
	color: red;
}
H6 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom:5px;
}
.optgroup1 {
	background-color: #BBDDFF;
	border: 0px;
	font-size: 11px;
	color: #000000;
}

.optgroup2 {
	background-color: #FFFFFF;
	border: 0px;
	font-size: 11px;
}

.style1 {color: #c9c9c9}

.style2 {color: #E3E3E3}

.style3 {color: #335D87}

.style4 {font-size: 11px}

.style5 {font-size: 8px}

.style6 {font-size: 13px}

.style7 {font-size: 11px}

.style8 { color: #FF0000; font-weight: bold; font-size: 13px; }

.style9 {font-style: italic; padding-top: 3px; font-size: 11px;}

.style10 {font-size: 12px}

.style11 {font-size: 16px; color: #0056A8; }

.style12 {color: #FF0000}

.style13 { color: black; font-weight: bold; font-size: 13px; }

.style16 {font-size: 9px}

.style17 {font-size: 24px}

.list-padding {
	padding:4px 0px;
}

.utilitymenu {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.ourpurpose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.definitions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-left: 15px;
}
.faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
}
.faq-first {
	margin-top:5px;
}
.Arial11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Arial12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.Arial13px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.Arial14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.contact-labels {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding:0px 10px 0px 0px;
	line-height:16px;
}

.start-ul {
	padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; 
}

.start-li {
	margin-left:25px; 
}

.start-li a:hover {
	text-decoration:underline;
}

.listingheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	top: 10px;
}
.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-top: 3px;
}
.comparison-text {
	padding:2px 7px;
}

.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
}
.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
.location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.facts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 7px;
	padding: 5px;
}
.red {
	background-color: #FF5050;
}
.green {
	background-color: #00FF00;
}
.yellow {
	background-color: #FFFF00;
}
.blue {
	background-color: #00FFFF;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 2px;
}
.profilelabels {
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
.submitbutton {
	margin-top: 3px;
}
.titles12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.titles13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.titles14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}
.titles16 {
	font-size:16px;
	font-weight: bold;
}
.titles18 {
	font-size:18px;
}
.gray {
	background-color:#EEEEEE;
}
.popular {
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:14px;
}
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.nb {
	border-style: none;
}

.textbox11 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:50px;
	width:380px;
}

.subjectfix {
	display: none;
}

.countryfix {
	display: none;
}

.phonefix {
	display: none;
}

.filter_titles {
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: bold;
}

.no_results {
	font-weight: bold;
	font-size:12px;
	color: red;
}

.nav_labels {
	color:white;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

.filesize {
	font-size: 11px;
}

.prayer_card {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	white-space:nowrap;
}

.table_headers {
	color:#0000CC;
	font-family:Tahoma, Geneva, sans-serif;

}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.bottom {
	vertical-align:bottom;
}
.middle {
	vertical-align:middle;
}
.top {
	vertical-align:top;
}
.hidden {
	display:none;
}
.hand {
	cursor:pointer;
	cursor:hand;
}

td.bulletin-table {
	font-size:12px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
td.upgotd-table-titles {
	padding:2px 0px;
	text-align:center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #BBDDFF;
}
td.upgotd-table-images {
	padding:10px 0px 20px 0px;
	text-align:center;
}
 
