img {
	border-style: none;
}

table, thead, tbody, tr, td, th {
font-size: inherit;
font-family: inherit;
}

input[type=text], 
input[type=password] {
	border:1px solid #CCC;
	padding:5px 3px;
}

a:hover, a {
	text-decoration: underline;
}

hr {
    border: 0;
    height: 0;
    border-top: 0px;
    border-bottom: 1px solid #CCC;
}

/*-- link styles with no underline --*/
.nav,
.navBold,
.topnav,
.topnavBold,
.nlLinks,
.backbutton,
a.nlLinks:hover,
a.links:hover,
a.topnavBold:hover,
a.backbutton:hover  {
	text-decoration: none;
}

.nav,
.backbutton  {
	color: inherit;
}

.imageInfo, .nav, .navBold {
	line-height: 1.5em;
}

a.white:hover {
	color: #FFFFFF;
}

.navTree {
	list-style: none;
	margin-left: 0;
	padding-left: 25px;
	line-height:1.7em;
}

.navTreeItem {
	padding-top:10px;
}

table.textPageTable,
table.textPageTable td,
table.textPageTable th
 {
	border:0px;
	padding:1px;
	vertical-align:top;
}

/* -- contact section spam protect hack --*/

.example2 {
	visibility: hidden;
	padding:0;
	margin:0;
	width:1px;
	height:1px;
}

.example1 {
	visibility: hidden;
	padding:0;
	margin:0;
	width:1px;
	height:1px;	
}

#detailsDiv {
	/*border:1px solid red; */
	margin:0px;
}

/* -- keep carousel image centered when toggling details in and out --*/
#largeImage img {
	margin-left:auto;
	margin-right:auto;
}

/* slightly different than the same class name in admin.css*/

.imageDetail {
	margin-right:15px;

}
.detailDiv {
	padding:0px;
	margin:0px;
	float:left;
	cursor:pointer;
	text-align:left;
}


.green {
	color: #0CFF00;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFFFFF;
}

.taller {
	line-height:1.7em;
}


.stackedItem {
	/** border:1px solid blue; **/
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	display:none; 
}

.verticalLangMenu,
.horizontalLangMenu {
	width:350px;
	text-align:right;
}

.verticalLangMenu {
	float:right;
	position:relative;
	top:12px;
	right:0px;
	
}

.horizontalLangMenu {
	position:absolute;
	top:17px;
	right:20px;

}



.btnGray {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
}.btnGray:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.btnYellow {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4ef9b), color-stop(1, #dfd318) );
	background:-moz-linear-gradient( center top, #f4ef9b 5%, #dfd318 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#f4ef9b;
}.btnYellow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfd318), color-stop(1, #f4ef9b) );
	background:-moz-linear-gradient( center top, #dfd318 5%, #f4ef9b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfd318;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
}.btn:hover {
	text-decoration:none;
	color:#000;
}.btn:active {
	position:relative;
	top:1px;
	
}

.btnPadding {
	padding:6px 11px;
}


.pointer,
.btn:hover {
	cursor:pointer;
}



img, div  { 
	behavior: url(http://alyssadanna.com/iepngfix.htc) 
}