A:Link, A:Active, A:Visited

{

	Color: #378ABB;

	Text-Decoration: None;

}

A:Hover

{

	Color: #011701;

	Text-Decoration: UnderLine;

}



A:Link.sub, A:Active.sub, A:Visited.sub

{

	Color: #860E3B;

	Text-Decoration: None;

}

A:Hover.sub

{

	Color: #3B839D;

	Text-Decoration: None;

}



A:Link.sec, A:Active.sec, A:Visited.sec

{

	Color: #606262;

	Text-Decoration: None;

}

A:Hover.sec

{

	Color: #196795;

	Text-Decoration: Underline;

}



A:Link.more, A:Active.more, A:Visited.more

{

	Color: #196795;

	Text-Decoration: None;

}

A:Hover.more

{

	Color: #600000;

	Text-Decoration: None;

}



.floatleft

{

float: left;

margin: 5 10 0px 0px;

border: ;

padding: 2px;

}





input, select, textarea

{

	Font-Family: Verdana;

	Color: #363636;

	Font-Size: 12px;

}



.search

{

	Font-Family: Verdana;

	Color: #363636;

	Font-Size: .7em;

	Border: 1px;

	Border-Color: #000000;

	Border-Style: Solid;

}





.map

{

	Background-Image: url('images/map.gif');

	Background-Repeat: repeat-x;

	Background-Position: Middle Top;

}


.loginsignup a{

}
.loginsignup a:link {
	color: #378ABB;
	text-decoration: none;
}
.loginsignup a:visited {
	text-decoration: none;
	color: #378ABB;
}
.loginsignup a:hover {
	text-decoration: none;
	color: #53ADDF;
}.ver10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:center;
    margin:0 7px 0 0;
    background-color:#E6EFC2; 
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border:1px solid #c2e1ef;
    

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#336699;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
.buttons a:active{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{

    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{

    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

 input.calendar {
  width: 74px;
}
button.calendar {
  background: url(calendar-icon.gif);
  border: 0;
  cursor: pointer;
  float: left;
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}
