/* Admin Panel */

.admin-text {color: #000000; font-size: 11px; font-family: Verdana;}

.admin-header { font-family: Verdana; font-size: 15px; color:#FFFFFF; font-weight: bold;}

.admin-subheader { font-family: Verdana; font-size: 13px; color:#272727; font-weight: bold;}

.admin-button1 { font-family:Arial; font-size:14px; font-weight:bold; color:#FFFFFF; background-color:#272727; cursor:pointer; width:140px; border:0px solid #759683; filter: progid:DXImageTransform.Microsoft.Shadow(color=#323F38,direction=120,strength=4);}

.admin-button12 { font-family:Arial; font-size:14px; font-weight:bold; color:#FFFFFF; background-color:#272727; cursor:pointer; width:140px; border:0px solid #759683; filter:progid:DXImageTransform.Microsoft.Shadow(color=#323F38,direction=120,strength=4);}

.admin-button2 { font-family:Arial; font-size:14px; font-weight:bold; color:#FFFFFF; background-color:#272727; cursor:pointer; width:80px; border:0px solid #759683; filter: progid:DXImageTransform.Microsoft.Shadow(color=#323F38,direction=120,strength=4);}

.admin-button22 { font-family:Arial; font-size:14px; font-weight:bold; color:#FFFFFF; background-color:#272727; cursor:pointer; width:80px; border:0px solid #759683; filter: progid:DXImageTransform.Microsoft.Shadow(color=#323F38,direction=120,strength=4);}

.admin-link {font-size: 12px; font-family: Verdana; text-decoration:none; color:#665833;}
.admin-link:hover {text-decoration:underline; color:#272727;}

.admin-errortxt {  font-family: Verdana; font-size: 11px; color: #FF0000; line-height: normal}

.textfield { font-family: Verdana; font-size: 11px; color: #3F423B;}

.admin-textsmall { font-family: Verdana; font-size: 9px; color: #666666; }

.admin-price { font-family: Verdana; font-size: 11px; color: #CC0000; font-weight: bold;}

.admin-textfield { ffont-family: Verdana; font-size: 11px; color: #000000;}

/*---------------------------------------------------------------------------------------------------*/


/*----------menu-----------------------------------------------------------------------------------------*/
.indentmenu{
font: bold 11px "Times New Roman", Times, serif;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #cabc79; /*text color*/
padding: 12px 10px;
text-decoration: none;
border-right: 0px solid #cabc79; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #cabc79;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #fbeead !important; /*text color of selected and active item*/
padding-top: 13px; /*shift text down 1px for selected and active item*/
padding-bottom: 11px; /*shift text down 1px for selected and active item*/
background: url(images/menuhover.jpg) center center repeat-x;
}

/*----------menu-----------------------------------------------------------------------------------------*/
.bodytext { font-family: arial; font-size: 11px; color: #ffffff; text-decoration:none; line-height:1.5; }

.body-button { font-family:Arial; font-size:14px; font-weight:bold; color:#FFFFFF; background-color:#272727; cursor:pointer; width:140px; border:0px solid #759683; filter: progid:DXImageTransform.Microsoft.Shadow(color=#323F38,direction=120,strength=2);}

.bottomtd{	font-family: arial;	font-size: 11px;	color:#3d3824;	font-weight:normal;	text-decoration:none; }

.bottom{ font-family: arial; font-size: 11px; color:#3d3824; font-weight:normal;text-decoration:none;}
.bottom:hover { font-family: arial; font-size: 11px; color:#ffffff; font-weight: normal;text-decoration:none;}


.readmorew{ font-family: arial; font-size: 10px; color:#FFFFFF; font-weight:normal; text-decoration:none; }
.readmorew:hover{ font-family: arial; font-size: 10px; color:#FFFFFF; font-weight:normal; text-decoration:underline; }

.header{ font-family: "Times New Roman", Times, serif; font-size: 18px; color:#cabc79; font-weight:normal; text-decoration:none;}

.subheader{ font-family: "Times New Roman", Times, serif; font-size: 12px; color:#cabc79; font-weight:normal; text-decoration:none;font-weight: bold;}

.ntext { font-family: Verdana; font-size: 10px; color:#ffffff; font-weight: normal; text-decoration:none;}
.textnews {
	font-family: Verdana;
	font-size: 9px;
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
}

.nplink { font-family:Verdana; font-size: 11px; color:#B9A135; text-decoration:none;}
.nplink:hover {text-decoration:underline; color:#B9A135;}

.nreadmore { font-family:Verdana; font-size: 9px; color:#B9A135; text-decoration:none;}
.nreadmore:hover {text-decoration:underline; color:#B9A135;}

.textfield { font-family: Verdana; font-size: 10px; color: #3F423B;}


/*Pagination*/

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 1px 5px 1px 5px;
	margin: 2px;
	border: 1px solid #FFFFFF;
	
	text-decoration: none; /* no underline */
	color: #FFFFFF;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #CEC46B;
	color: #CEC46B;
}
div.pagination span.current {
	padding: 1px 5px 1px 5px;
	margin: 2px;
		border: 1px solid #CEC46B;
		
		font-weight: bold;
		background-color: #CEC46B;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 1px 5px 1px 5px;
		margin: 2px;
		border: 1px solid #333;
	
		color: #333;
	}

