﻿body  
{
    background: #dddddd;
    font-size: .75em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
}

input, textarea
{
    border: 1px Gray solid;
	font-size: 11px;
}

select
{
    border: 1px Gray solid;
	font-size: 11px;
}

input[type='checkbox'], input[type='radio']
{
    border: 0px;
}

img
{
	border: none;
}

a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.page
{
    width: 1000px;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    background: #ffffff;
    background-image: url('../Img/banner_bg.gif');
    background-repeat: repeat-x;
    width: 1100px;
}

.creg_home
{
	position: relative;
	left: 50%;
	margin-left: -115px;
}

.goa
{
	position: absolute;
	margin: 15px 0px 0px 15px;
	*margin: 15px 0px 0px 130px; /* IE7 and below */
}

.logout_container
{
	font-size: 1em;
	position: absolute;
	margin: -170px 20px 0px 615px;
	width: 340px;
}

.logout 
{
	background: url('../Img/logout.png') no-repeat 0 0;
	display: block;
	text-align: right;
	width: 82px;
	height: 28px;
}

.logout:hover
{
	background-position: 0 -28px;
}

.nav_container
{
	width: 355px;
	position: absolute;
	margin: -75px 0px 0px 10px;
}

ul.nav_bar
{
	list-style: none;
	margin: 0 auto;
	padding: 0 0px;
	width: 348px auto;
	overflow: auto;
}

ul.nav_bar li
{
	display: inline;
}

ul.nav_bar li a 
{
	text-decoration: none;
	display: block;
	float: left;
	height: 28px;
	background-image: url('../Img/nav_bar.png');
	background-repeat: no-repeat;
}

ul.nav_bar li a.search
{
	width: 80px;
	background-position: 0 0;
	padding-right: 8px;
}

ul.nav_bar li a.newfile
{
	width: 80px;
	background-position: -88px 0;
	padding-right: 8px;
}

ul.nav_bar li a.reports
{
	width: 80px;
	background-position: -177px 0;
	padding-right: 8px;
}

ul.nav_bar li a.admin
{
	width: 80px;
	background-position: -265px 0;
	padding-right: 8px;
}

ul.nav_bar li a.search:hover,ul.nav_bar li a.search.selected:hover
{
	background-position: 0 -28px;
	padding-right: 8px;
}

ul.nav_bar li a.newfile:hover,ul.nav_bar li a.newfile.selected:hover
{
	background-position: -88px -28px;
	padding-right: 8px;
}

ul.nav_bar li a.reports:hover,ul.nav_bar li a.reports.selected:hover
{
	background-position: -177px -28px;
	padding-right: 8px;
}

ul.nav_bar li a.admin:hover,ul.nav_bar li a.admin.selected:hover
{
	background-position: -265px -28px;
	padding-right: 8px;
}

ul.nav_bar li a.search.selected
{
	background-position: 0 -55px;
	padding-right: 8px;
}

ul.nav_bar li a.newfile.selected
{
	background-position: -88px -55px;
	padding-right: 8px;
}

ul.nav_bar li a.reports.selected
{
	background-position: -177px -55px;
	padding-right: 8px;
}

ul.nav_bar li a.admin.selected
{
	background-position: -265px -55px;
	padding-right: 8px;
}

.tools_container
{
	width: 500px;
	position: absolute;
	margin: -90px 0px 0px 700px;
}

ul.tool_bar
{
	list-style: none;
	margin: 0 auto;
	padding: 0 0;
	width: 500px auto;
	overflow: auto;
}

ul.tool_bar li
{
	display: inline;
}

ul.tool_bar li input
{
	text-decoration: none;
	display: block;
	float: left;
	height: 42px;
	background-image: url('../Img/tool_bar.png');
	background-repeat: no-repeat;
}

ul.tool_bar li input.save
{
	width: 42px;
	background-position: 0 0;
	padding-right: 12px;
}

ul.tool_bar li input.delete
{
	width: 42px;
	background-position: -54px 0;
	padding-right: 12px;
}

ul.tool_bar li input.attach_paperclip
{
	width: 42px;
	background-position: -110px 0;
	padding-right: 12px;
}

ul.tool_bar li input.attach_eye
{
	width: 42px;
	background-position: -110px -84px;
	padding-right: 12px;
}

ul.tool_bar li input.notes
{
	width: 42px;
	background-position: -167px 0;
	padding-right: 12px;
}

ul.tool_bar li input.history
{
	width: 42px;
	background-position: -222px 0;
	padding-right: 12px;
}

ul.tool_bar li input.forward
{
	width: 42px;
	background-position: -278px 0;
	padding-right: 12px;
}

ul.tool_bar li input.print
{
	width: 42px;
	background-position: -334px 0;
}

ul.tool_bar li input.save:hover
{
	background-position: 0 -42px;
	padding-right: 12px;
}

ul.tool_bar li input.delete:hover
{
	background-position: -54px -42px;
	padding-right: 12px;
}

ul.tool_bar li input.attach_paperclip:hover
{
	background-position: -110px -42px;
	padding-right: 12px;
}

ul.tool_bar li input.attach_eye:hover
{
	background-position: -110px -125px;
	padding-right: 12px;
}

ul.tool_bar li input.notes:hover
{
	background-position: -167px -42px;
	padding-right: 12px;
}

ul.tool_bar li input.history:hover
{
	background-position: -222px -42px;
	padding-right: 12px;
}

ul.tool_bar li input.forward:hover
{
	background-position: -278px -42px;
	padding-right: 12px;
}

ul.tool_bar li input.print:hover
{
	background-position: -334px -42px;
}

.tools_labels
{
    margin-left: -6px;
}

td.tools
{

	text-align: center;
	color: White;
	font-size: 11px;
	width: 56px;
}

td.rightside
{
    text-align: left;
    vertical-align: top;
}

td.leftlabel
{
    text-align: left;
    vertical-align: top;
    color: #663300;
}
td
{
	vertical-align: middle;
	text-align: left;
}

.asterisk
{
	color: red;
	font-size:16px;
}
.main
{
    position:absolute; 
    background-color:#ffffff; 
    width:1100px;
    height:75%;
    overflow:auto; 
    text-align: center;
    min-height: 420px;
	
}

#search
{
	display: block;
	width: 82px;
	height: 28px;
	background: url('../Img/search.png') no-repeat 0 0;
	margin-left: auto;
    margin-right: auto;
}

#search:hover
{
	background-position: 0 -28px;
}

#reset
{
	display: block;
	width: 82px;
	height: 28px;
	background: url('../Img/reset.png') no-repeat 0 0;
	margin-left: auto;
    margin-right: auto;
}

#reset:hover
{
	background-position: 0 -28px;
}

#print2
{
	display: block;
	background: url('../Img/print2.png') no-repeat 0 0;
	width: 82px;
	height: 28px;
	text-align:right;
	padding-right:15px;
}

#print2:hover
{
	background-position: 0 -28px;
}

#primary
{
	display: block;
	background: url('../Img/primary.png') no-repeat 0 0;
	width: 82px;
	height: 28px;
	text-align:right;
}

#primary:hover
{
	background-position: 0 -28px;
}

#secondary
{
	display: block;
	background: url('../Img/secondary.png') no-repeat 0 0;
	width: 82px;
	height: 28px;
	text-align:left;
}

#secondary:hover
{
	background-position: 0 -28px;
}

#alternate
{
	display: block;
	background: url('../Img/alternate.png') no-repeat 0 0;
	width: 82px;
	height: 28px;
	text-align:left;
}

#alternate:hover
{
	background-position: 0 -28px;
}

.export_excel
{
	display: block;
	background: url('../Img/export_excel.png') no-repeat 0 0;
	width: 98px;
	height: 28px;
	margin-left: auto;
    margin-right: auto;
}

.export_excel:hover
{
	background-position: 0 -28px;
}

.btnlogin
{
	display: block;
	background: url('../Img/login.png') no-repeat 0 0;
	width: 82px;
	height: 28px;
	margin-left: auto;
    margin-right: auto;
}

.btnlogin:hover
{
	background-position: 0 -28px;
}

.cancel_small
{
	display: block;
	width: 68px;
	margin: 0 auto 0 auto;
	height: 23px;
	background: url('../Img/cancel_small.png') no-repeat 0 0;
}

.cancel_small:hover
{
	background-position: 0 -23px;
}

.add_small
{
	display: block;
	width: 68px;
	margin: 0 auto 0 auto;
	height: 23px;
	background: url('../Img/add_small.png') no-repeat 0 0;
}

.addcontact:hover
{
	background-position: 0 -23px;
}

.newcontact
{
	display: block;
	width: 68px;
	margin: 0 auto 0 auto;
	height: 23px;
	background: url('../Img/newcontact.png') no-repeat 0 0;
}

.newcontact:hover
{
	background-position: 0 -23px;
}

.update_small
{
	display: block;
	width: 68px;
	margin: 0 auto 0 auto;
	height: 23px;
	background: url('../Img/update_small.png') no-repeat 0 0;
}

.update_small:hover
{
	background-position: 0 -23px;
}

.add
{
	display: block;
	width: 82px;
	margin: 0 auto 0 auto;
	height: 28px;
	background: url('../Img/add.png') no-repeat 0 0;
}

.add:hover
{
	background-position: 0 -28px;
}
.reset
{
	display: block;
	width: 82px;
	height: 28px;
	background: url('../Img/reset.png') no-repeat 0 0;
	margin-left: auto;
    margin-right: auto;
}

.reset:hover
{
	background-position: 0 -28px;
}
.search
{
	display: block;
	width: 82px;
	margin: 0 auto 0 auto;
	height: 28px;
	background: url('../Img/Search.png') no-repeat 0 0;
}

.search:hover
{
	background-position: 0 -28px;
}

.browse
{
	display: block;
	background: url('../Img/browse.png') no-repeat 0 0;
	width: 82px;
	height: 28px;
	margin-left: auto;
    margin-right: auto;
}

.browse:hover
{
	background-position: 0 -28px;
}

.attach
{
	display: block;
	width: 82px;
	margin: 0 auto 0 auto;
	height: 28px;
	background: url('../Img/attach.png') no-repeat 0 0;
	margin-top: -15px;
}

.attach:hover
{
	background-position: 0 -28px;
}

.update
{
	display: block;
	width: 82px;
	margin: 0 auto 0 auto;
	height: 28px;
	background: url('../Img/update.png') no-repeat 0 0;
}

.update:hover
{
	background-position: 0 -28px;
}

.save2
{
	display: block;
	width: 82px;
	margin: 0 auto 0 auto;
	height: 28px;
	background: url('../Img/save2.png') no-repeat 0 0;
}

.save2:hover
{
	background-position: 0 -28px;
}

.cancel
{
	display: block;
	width: 82px;
	margin: 0 auto 0 auto;
	height: 28px;
	background: url('../Img/cancel.png') no-repeat 0 0;
}

.cancel:hover
{
	background-position: 0 -28px;
}

.legal_tabTD {
	text-align:center;
	width:200px;
	height:25px;
	padding:0px;
	border-top-style:solid;
	border-top-color:#61380B;
	border-top-width:1px;
	cursor:pointer;
}

.legal_leftRule {
	border-left-style:solid;
	border-left-color:#61380B;
	border-left-width:1px;
}

.legal_rightRule {
	border-right-style:solid;
	border-right-color:#61380B;
	border-right-width:1px;
}
	
.legal_tab {
	height:25px;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	cursor:pointer;
	padding-top: 10px;
	font-weight: bold;
}

.legal_tabhood {
	width:200px;
	background-color:#61380B;
	color:white;
}

.legal_tabbonnet {
	width:200px;
	background-color:white;
	color:#61380B;
}

.legal_tabcontent {
	text-align:left;
	width:750px;
	height:350px;
	border-style:solid;
	border-color:#61380B;
	border-width:1px;
	margin:0;
	padding:10px;
}

.legal_tabdivcontent {
	height:521px;
	overflow:visible;
	margin:0;
	padding:0;
    width: 783px;
}

fieldset
{
    width: 800px;
	margin: 1em;
    padding: 1em;
    border: 1px solid #61380B;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}

fieldset.login
{
    width: 400px;
	margin: 1em;
    padding: 1em;
    border: 1px solid #61380B;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}

fieldset.cemetery
{
    width: 850px;
	margin: 1em;
    padding: 1em;
    border: 1px solid #61380B;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}

fieldset.attachment
{
    width: 650px;
	margin: 1em;
    padding: 1em;
    border: 1px solid #61380B;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label.inline 
{
    display: inline;
}

.fieldsettitle  
{
	font-weight: bold;
	font-size: 12px;
	color: #61380B;
}

.internetlabel
{
	color: #000;
	font-size: 11px;
}

td.fieldlabel
{
	color: #663300;
	text-align: right;
	vertical-align: top;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 5px 8px 8px 8px;
}

textarea
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.file_input_textbox
{
	width: 520px;
}

.readonly
{
	background: #EEEEEE;
    border: 1px solid #ccc;
	padding: 2px;
}

#fileInput{
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.right
{
	text-align:right;
	color:#61380B;
}
t
{
	text-align:left;
}
.top
{
	vertical-align:top;
}

.bottom
{
	vertical-align:bottom;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}
.reset
{
	display: block;
	width: 82px;
	height: 28px;
	background: url('../Img/reset.png') no-repeat 0 0;
	margin-left: auto;
    margin-right: auto;
}

.reset:hover
{
	background-position: 0 -28px;
}

.error_msg
{
    font-size: 10px;
    color: Red;
}

/* File Browse styles */
file_input_textbox
{
	float: left;
	border: solid 1px Silver;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	width: 735px;
}

.file_input_div
{
	position: relative; 
	width: 82px; 
	height: 28px; 
	overflow: hidden;
}

.file_input_hidden
{
	width: 0px;
	font-size: 30px; 
	position: absolute; 
	right: 0px; 
	top: 0px;
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

html>body .file_input_hidden 
{
	width: 70px;
}

.gvheader
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background-color: #663300;
	color: White;
	height: 28px;
}

.gvheader .th
{
	text-align: left;
}

.gvfooter
{
	font-size: 11px;
	text-decoration: none;
	height: 28px;
	background-color: #663300;
	text-align: center;
}

.error_msg
{
	color: Red;
	font-size: 11px;
}

.success_msg_label
{
    color: Green;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.error_msg_label
{
    color: Red;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.hidden
{
     display: none;
}

.command-btn
{
    width: 100px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #1B4F72;
    font-family: sans-serif, Arial, Helvetica, Verdana;
}

.okbtn
{
    background-color: #D6DBDF;
    color: #ff0000;
}

.rounded-corners 
{   
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
}

.pagefooter{ 
    position: fixed;      
    bottom: 0px; 
    width: 100%;
} 

.GridView_Row
{

}

.GridView_Row:Hover
{
    cursor:pointer;    
    background-color: #CFD8DC;
}

@media print {
    body {  background-color: #ffffff; }
}