﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Tahoma, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-image: url(../Images/bg.gif);
}
.VisistorCount
{
	padding:6px;
	color: White;
	font-weight: bold;
}
.DataTable
{
	border: solid 1px #9aaf6b;
}
.DataTable th
{
	padding: 8px;
	color: #FFF;
	background-color: #9aaf6b;
}
.DataTable td
{
	background-color: #FFFFF1;
	color: Black;	
}

.PayAWrite
{
	position: relative; 
	top: 10px; 
	text-align: center;
}
.Line
{
	position:absolute;
	top: 365px;
	width:100%;
	height: 53px;
	z-index:999999;
	background-image: url(../Images/Line_BG.jpg);	
}

.Contact
{
	padding: 2px; 
	font-size: 8pt; 
	/*font-weight:bold;*/
	text-align: center;
	line-height:1.6em;
	position:absolute;
	top: 165px;
	width:180px;
	z-index:10001;
	color:#FFF;
}
.Logo
{
	position:absolute;
	top: 300px;
	width:280px;
	height: 100px;
	z-index:10000;	
	left: 20px;
}

.MyCommunityImage
{
}

.CommunityImage
{
	z-index:10001;
}

.title
{
	color: #426d15;
	font-size: 10pt;
	font-weight: bold;	
}
.tdleft
{
	/*vertical-align:top;*/
	width: 180px; 
	background-color: #9aaf6a;
	/*background-image:url('../Images/CurveLeft3.jpg');*/
}

a:link
{
    color: #97130c;
    text-decoration: underline;
}
a:visited
{
    color: #97130c;
}
a:hover
{
    color: #9aaf6b;
    text-decoration: none;
}
a:active
{
    color: #97130c;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
	font-size: 11pt;
	color: #000;
    padding: 4px;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 747px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    padding: 10px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 0px #5C87B2 solid;
    padding: 0px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 16px 0px 8px 0px;		
	padding: 6px;
	padding-top: 2px;		
	border-style: solid;
	border-width: 1px;
	position: relative;
	background-color: #fffff1;
	border-color: #9aaf6b;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    text-transform: uppercase;
	margin-left: 4px;
	padding: 8px;	
	font-weight:bold;
	position: relative;
	top: -16px;
	color: #FFF;
	background-color: #9aaf6b;
	border-style: solid;
	border-width: 1px;
	border-color: #9aaf6b;
}

label
{
	font-family: Tahoma, Arial, Sans-Serif;
	color: #000;
	font-weight:bold;
}
select
{
    font-family: Tahoma, Arial, Sans-Serif;
    width: 400px;
}

input
{
	font-family: Tahoma, Arial, Sans-Serif;
}


textarea
{
	height:100px;
	width: 400px;
}
input[type="text"]
{
	width: 400px;
}
input[type="password"]
{
	width: 400px;
}
/* TABLE
----------------------------------------------------------*/



/* MISC  
----------------------------------------------------------*/
hr  
{
	height: 1px;
	border-style:none;
	background-color: #9aaf6b;
	color: #9aaf6b;
}


.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Pager */
.pager 
{
	margin:8px 3px;
	padding:3px;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

/* JQuery Validation */

label.error {
	display: block;
	color: red;
	font-weight: bold;
}

input.error 
{
	/*background-color: #ffeeee;
	border: 1px solid red;*/
}

input 
{
	/*background-color: #ffeeee;
	border: 1px solid #00000F;*/
}
/*
input[type="submit"], input[type="reset"], input[type="button"]
{
	border: 1px solid #9AAF6B;
	background-color: #9AAF6B;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
*/
td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 1px dotted red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}
/*----------------------------------*/
.imageSlideshowHolder
{
  margin:0px;  /* "Air" */
  float:right; /* Floating gallery at the right side of other web page content */    
  width:567px;  /* Image width */
  height:295px;  /* Image height */
  position:relative;  /* Don't remove this line */
} 

/* Don't change these values */
.imageSlideshowHolder img
{
	position:absolute;
	left:0px;
	top:0px;
}

/*--------- Document --------*/
#document{ padding:4px; width:100%; margin-bottom:20px;border-collapse: collapse; }
#document tr th.header {color: #426d15;	font-size: 14pt; font-weight: bold;	}
#document tr th {  width:1%; white-space:nowrap;text-align:center;	color: #000000; padding: 6px 5px; text-align: left; border: solid 0px #e8eef4 }
#document tr td {padding:4px; border: solid 0px #e8eef4 }
#document tr td.name {width:100%; white-space:nowrap;text-align:left;}

/* Drop down menu */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 1px 0px 0px 1px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0px;
	padding: 0px;
	/*width: 60px;
	background: #5970B2;*/
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	
	background: #97130c;
	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #8f975e;
	border: 1px solid #FFF;
	z-index:99999;
		
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 126px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #97130c;
		color: #FFFFFF;
		font-weight:bold;
		font: 11px arial}

	#sddm div a:hover
	{	background: #9aaf6b;
		color: #FFF}
		
		
/*

*/		


#csddm
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#csddm li
{	
	margin: 1px 0px 0px 1px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#csddm li a
{		
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #97130c;
	color: #FFF;
	font-weight:bold;
	font: 11px arial;
}

#csddm li a:hover
{	
	background: #8f975e;
}

#csddm div
{	
	margin: 1px 0px 0px 1px;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #8f975e;
	border: 1px solid #FFF;
	z-index:99999;
		
}

#csddm div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #97130c;
	color: #FFFFFF;
	font-weight:bold;
	font: 11px arial;
}

#csddm div a:hover
{	
	background: #9aaf6b;
	color: #FFF;
}