/* Generic styles for all the sites */

body {
	behavior: url("/includes/csshover3.htc");
	min-height: 600px;
}


html,body html {
	width:100%;
	height:100%;
}
body  {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

/*for all browsers, including IE*/
.content  {
	width:100%;
	height:100%;
	min-height:100%;
	margin-bottom:-50px;
}
/*fixes error in non-IE agents*/
html>body .content  {
	height:auto;
	min-height:100%;
}


body, table, p {
	font-family: arial,verdana,helvetica;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
}

.content {
	padding: 20px;
	padding-top: 8px;
}




/********* NAV ****************/

a:link {
	font-weight:bold;
	text-decoration:none;
	color:#3E5F8E;
}

a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#3E5F8E;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#388BCE;
}


/****************** TOP NAV ************************/
table.top_nav {
	border-top: 4px solid #1e3669;
	border-bottom: 4px solid #e31401;
	font-size: .9em;
	font-weight:bold;
	line-height: 100%;
	background-color: #ffffff;
	max-height:20px;
}


td.top_nav:hover {
	border-top: 4px solid #1e3669;
	border-bottom: 4px solid #e31401;
	background-color: #ffe5e5;
}

/* this sets the top nav style for the current page */
td.current_nav {
	border-top: 4px solid #1e3669;
	border-bottom: 4px solid #e31401;
	background-color: #ccddff;
	text-align: center;
}

td.top_nav {
	text-align: center;
/*	padding-top: -2px;
	padding-bottom: 12px;*/
	cursor: pointer;
}

a.top_nav:link {
	font-weight:bold;
	text-decoration:none;
	color:#1e3669;
}

a.top_nav:visited {
	font-weight:bold;
	text-decoration:none;
	color:#1e3669;
}

a.top_nav:hover {
	font-weight:bold;
	text-decoration:none;
	color:#e31401;
}


/************** ADMIN NAV *****************/
/* this is used in the SimplePayments admin interface */
a.admin_nav:link {
	font-weight:bold;
	text-decoration:none;
	color:#265d0d;
}

a.admin_nav:visited {
	font-weight:bold;
	text-decoration:none;
	color:#265d0d;
}

a.admin_nav:hover {
	font-weight:bold;
	text-decoration:underline overline;
	color:#e31401;
}




/************** FOOTER NAV ****************************/
.footer_nav {
	font-family: verdana, helvetica, arial, sans-serif;
	color:#ddddff;
	font-weight:bold;
	font-size:1.1em;
}
a.footer_nav:link {
	font-weight:bold;
	text-decoration:none;
	color:#ddddff;
}

a.footer_nav:visited {
	font-weight:bold;
	text-decoration:none;
	color:#ddddff;
}

a.footer_nav:hover {
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}



/*************  BUTTONS **************/
.button {
	background-color:#344875;
	color:#ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.button_disabled {
	background-color:#344875;
	color:#999999;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.button_grn {
	background-color:#269621;
	color:#ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.button_red {
	background-color:#660000;
	color:#ffffff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}


/************ FORMS ****************/
option.hilite {
    color: #344875;
    font-weight: bold;
    background-color:#ccddff;
}

input,select {
	font-family: verdana,sans-serif,helvetica;
	font-size: 11px;
}


.frm_lbl {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom; 
}

.sm_lbl {
	font-size: .9em;
}

/* HEADERS */
.tbl_hdr {
	background-color: #344875;
/*	border: 2px solid #009900;*/
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}

h1 {
	color: #344875;
	font-family: verdana,arial,helvetica;
	font-size: 1.6em;
	font-weight: bold;
}

h2 {
	color: #344875;
	font-family: verdana,arial,helvetica;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	color: #344875;
	font-family: verdana,arial,helvetica;
	font-size: 1.1em;
	font-weight: bold;
}


.form_tbl_large {
	font-size: 16px;
	color:#111111;
}


.form_tbl {
	font-size: 0.9em;
	color:#111111;
}

.rpt_hdr {
	background-color:#3E5F8E;
	color:#FFFFFF;
	font-weight:bold;
}

.form_blk {
	border: 1px solid #344875;
}


/************ LAYOUTS *************/
.footer {
	background-color: #344875;
/*	border: 2px solid #009900;*/
	color: #ffffff;
	font-size: .9em;
}

.footer2 {
	color: #000000;
	font-size: .9em;
}

.footer2 a:link {
	text-decoration: underline;
}



/*********** MISC ****************/
.error {
	font-weight: bold;
	color: #990000;
}

.bluebox {
	background-color: lightblue;
}

.hideme {
	display: none;
}

.showme {
	display:;
}
