/* Copyright (C) 2006 Entergal Software */



/* =BODY */
BODY {
	FONT-SIZE: 12pt;
	MARGIN: 0px;
	COLOR: #cc0066;
	PADDING: 0px;
	FONT-FAMILY: Trebuchet MS;
	BACKGROUND-COLOR: #F3F6F7;
}

#header { 
padding: 0pt; 
background: #2a6e83 url('img/Banner.jpg') no-repeat;
height:200px; 
margin: 0; }


p, td, tr, div{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.45em;
	color: #333333;

}



.smallfont {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
}


/* =DIRECTORY */
.maincat {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
}

.subcat {
	font-family: Trebuchet MS;
	font-size: 10px;
	padding: 2px 2px 2px 20px;	
}

.count {
    font-family: Trebuchet MS;
    font-size: 9px;
	color: #545454;
}

.prevnext {
	color: navy;
	FONT-FAMILY: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	BACKGROUND-COLOR: #CECECE;
}



/* =SIDEBOXES */
.border2 {
	border-bottom : 1px solid #DADADA;
	border-left : 1px solid #DADADA;
	border-right : 1px solid #DADADA;
	border-top : 1px solid #DADADA;
	padding: 5px;
}

.border {
	BACKGROUND-REPEAT: repeat-x;
	border-left : 1px solid #DADADA;
	border-right : 1px solid #DADADA;
	border-top : 1px solid #DADADA;
}



/* =FORM */
INPUT {
	font-family: Trebuchet MS;
	font-size: 8pt;
	border: 1px solid #AAAAAA;
	background-color: #fffff2;
}

input.btn {
	font-weight:bold;
	background-color:#E0E6E0;
	border:1px solid;
	border-top-color:#BBB;
	border-left-color:#BBB;
	border-right-color:#AAA;
	border-bottom-color:#AAA;
}

input.btnhov {
	color:#FF9900;
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
}
   
.element_candy {
	border: 1px solid #BBBBBB;
}

.element_candy:focus {
	background-color: #F6F6F7;
	border: 1px solid #7b81cd;
}   



/* =LINKS */
a:link { color:#31758C; text-decoration: none }
a:visited { color: #8C3175; text-decoration: none }
a:active { color: #8C3175; text-decoration: none }
a:hover { color: #419BB9; text-decoration: underline }

a.button:link {  color: 545454; text-decoration: none}
a.button:visited { color: #333; text-decoration: none }
a.button:hover { color:#419BB9; text-decoration: none }
a.button:active { color:#8C3175; text-decoration: none }

a.copyright { color: #31758C; }

a.link2:link, a.link2:visited, a.link2:active, a.link2:hover {
	color: #8C3175; 
	font-size: 11px;
	text-decoration: underline;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* =TABS */
.tab {
	background:url('img/tab.gif') no-repeat;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	width: 117px;

	
}

.tabactive {
	background:url('img/tabactive.gif') no-repeat;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	width: 117px;
	
}