﻿/*----------------------------------------------------------
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: #333399;
    background-attachment: fixed;
    
}

.leftpane
{
    background-image: url(../Images/bgr.jpg);
    background-repeat:repeat-y;
    background-position: right top;
    border-right: solid 2px #343399;
}

.rightpane
{
    background-image: url(../Images/bgl.jpg);
    background-repeat:repeat-y;
    background-position: left top;
    border-left: solid 2px #343399;
}

.VisistorCount
{
	padding:6px;
	color: #343399;
	font-weight: bold;
}
.DataTable
{
	border: solid 1px #0080FF;
}
.DataTable th
{
	padding: 8px;
	color: #FFF;
	background-color: #0080FF;
}
.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;
	color: #343399;
}
.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: #0080FF;*/
	background-color: #C3D2F1;
	/*background-image:url('../Images/CurveLeft3.jpg');*/
}

a:link
{
    color: #333399;
    text-decoration: underline;
}
a:visited
{
    color: #333399;
}
a:hover
{
    color: #0080FF;
    text-decoration: none;
}
a:active
{
    color: #333399;
}

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: #0080FF;
}

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: #0080FF;
	border-style: solid;
	border-width: 1px;
	border-color: #0080FF;
}

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: #0080FF;
	color: #0080FF;
}


.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: #333399;
	}

#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: #333399;
		color: #FFFFFF;
		font-weight:bold;
		font: 11px arial}

	#sddm div a:hover
	{	background: #0080FF;
		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: #333399;
	color: #FFF;
	font-weight:bold;
	font: 11px arial;
}

#csddm li a:hover
{	
	background: #0080FF;
}

#csddm div
{	
	margin: 1px 0px 0px 1px;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #0080FF;
	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: #333399;
	color: #FFFFFF;
	font-weight:bold;
	font: 11px arial;
}

#csddm div a:hover
{	
	background: #0080FF;
	color: #FFF;
}
/* Gallery */
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

#gallery{width:540px;}
.caption{font-style:italic;color:#887;}
.demo{position:relative;margin-top:2em;}
.gallery_demo{width:500px;margin:0 auto;}
.gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 2px;background:#000;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
#main_image{padding: 4px; margin:0 auto 60px auto;/*height:438px;*/width:500px;background:white;overflow:hidden; text-align:center; border: solid 1px #0080FF;}
#main_image img{margin-bottom:10px;}
	
.nav{text-align:center; margin:0 auto; padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
.field-validation-error {
    white-space: nowrap;
}
