/* CSS Document */

* {
	font-family:"Palatino Linotype", Times New Roman, Arial;
	font-size:13px;
	}

body {
	margin:0 auto 30px auto;
	background-image:url(http://www.delhibible.org/images/backgrounds/background.jpg)
	}

#wrapper{
	position:absolute;
	left:50%;
	width:852px;
	margin-left:-425px;
	}

.page_header_td {
	background-image:url(/images/backgrounds/header2.jpg);
	background-repeat:no-repeat;
	}
	
.body_table {
	padding:5px 60px 5px 60px;
	background-image:url(http://www.delhibible.org/images/backgrounds/body2.jpg);
	}
.top_menu_row {
	font-size:18px;
	font-weight:bold;
	border-bottom:2px solid #999966;
	border-top:1px solid #999966;
	}	
/* Header Styles */

/* CD120E - dark reader header */

h1 {
	font-size:22px;
	color:#CD120E;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:2px;
	}

h2 {
	font-size:18px;
	color:#CD120E;
	font-weight:bold;
	letter-spacing:1px;
	font-variant:small-caps;
	}

h3 {
	font-size:16px;
	color:#5A5A5A;
	font-weight:bold;
	font-variant:small-caps;
	}

h4 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	font-variant:small-caps;
	margin-bottom:3px;
	}

/* Global Object Styles */

fieldset {
	margin-left:10px;
	margin-right:10px;
	width:45%;
	font-size:11px;
	}

legend {
	color:#545467;
	font-weight:bold;
	}

input {
	height:15px;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#545467;
	border:1px solid #999999;
	background-color:#E9E5B5;
	}

input[type="submit"] {
	height:18px;
	background-color:#CBC79A;
	}
	
input[type="checkbox"] {
	border:none;
	}
	
input[type="file"] {
	border:1px solid #999999;
	height: 20px;
	}
	
input[type="button"] {
	border:1px solid #999999;
	height: 18px;
	background-color:#CBC79A;
	}
	
textarea {
	background-color:#E9E5B5;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	color:#545467;
	}
select {
	height:19px;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	background-color:#E9E5B5;
	color:#545467;
	}
option {	
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#E9E5B5;
	color:#545467;
	}
	
/* Styles */

.announcement {
	font-size:10px;
	background-image:url(/images/backgrounds/translucent_blue_te.jpg);
	border:1px solid #545467;
	border-top:3px solid #545467;
	padding:3px;
	width:275px;
	display:block;
	min-height:69px;
	}

.announcement img {
	border:1px solid black;
	padding:0px;
	margin:1px;
	margin-right:3px;
	float:left;
	}
	

.tooltip {
	visibility:hidden;
	position:absolute;
	width:400px;
	padding:5px;
	background-color:#E9E5B5;
	border:1px solid #999999;
	font-size:11px;
	}

.table_header1 td {
	background-color:#545467;
	color:#E9E5B5;
	font-size:11px;
	font-weight:bold;
	}
.table_header2 td {
	font-size:12px;
	font-weight:bold;
	}

.datatable_small td{
	font-size:11px;
	}

.media {
	font-size:10px;
	line-height:12px;
	background-image:url(/images/backgrounds/media.png);
	background-repeat:no-repeat;
	border:1px solid #545467;
	padding:3px;
	padding-top:2px;
	width:268px;
	display:block;
	height:55px;
	}
	
.small_tbl_header{
	vertical-align:top;
	align:left;
	height:10px;
	font-size:9px;
	font-weight:bold;
	background-color:#C5C798;
	color:#545467;
	}
.small_tbl_data {
	vertical-align:top;
	align:left;
	font-size:10px;
	height:11px;
	color:#545467;
	}
#popout {
	background-image:url(/images/backgrounds/light_tan.jpg);
	margin:10px;
	}

/* img styles */

.img_border {
	border:1px solid #CCCCCC;
	padding:1px;
	margin:4px;
	}

.img_off_left {
	margin:10px;
	margin-left:-50px;
	float:left;
	padding:2px;
	border:1px solid #333333;
	background-image:url(http://www.delhibible.org/images/backgrounds/tan_noise_bk.jpg);
	}

.img_off_right {
	margin:10px;
	margin-right:-50px;
	float:right;
	padding:2px;
	border:1px solid #333333;
	background-image:url(http://www.delhibible.org/images/backgrounds/tan_noise_bk.jpg);
	}
	
	
/* Link Styles */

	
a.top_menu:link {
	color:#CD120E;
	letter-spacing:1px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	font-variant:small-caps;
	}
a.top_menu:active {
	color:#CD120E;
	font-size:16px;
	text-decoration:none;
	font-variant:small-caps;
	}
a.top_menu:visited {
	color:#CD120E;	
	font-size:16px;
	text-decoration:none;
	font-variant:small-caps;
	}

a.top_menu:hover {
	color:#000000;
	font-size:16px;
	text-decoration:underline;
	background:none;
	}
	

a:link {
	color:#666666;
	text-decoration:underline;
	}
a:active {
	color:#666666;
	text-decoration:underline;
	}
a:visited {
	color:#666666;
	text-decoration:underline;
	}
a:hover {
	color:#999999;
	text-decoration:underline;
	background-color:#CCCC99;
	}

/* Form Elements */
