body {
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
}

* {
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
}

a:link {
	color:#333333;
}

a:visited {
	color:#333333;
}

a:hover {
	color:#416c93;
	text-decoration:underline;
}

img {
	border:0px;
}

.container {
	width:782px;
}

.header {
	text-align:left;
}

.topmenu {
	background-image:url(../images/menu-bg.gif);
	background-repeat:repeat-x;
	vertical-align:top;
}
	
	.submit {
		font-family:Tahoma;
		font-size:11px;
		color:#cfe7eb;
		text-align:left;
		}
		
	.submit a{
		background-image:url(../images/menu-br.gif);
		background-repeat:no-repeat;
		background-position:top right;
		font-family:Tahoma;
		font-size:11px;
		color:#cfe7eb; 
		font-weight:bold;
		padding:10px 40px 4px 0px;
		margin:0px;
		}
	
	.submit a:link {
		color:#cfe7eb; 
		text-decoration:none;
	}
	.submit a:visited {
		color:#cfe7eb; 
		text-decoration:none;
	} 
	.submit a:hover {
		color:#FFFFFF; 
		text-decoration:none;
	}
	
	.search {
	text-align:right;
	}

#path {
	padding-left:10px;
	margin:0px;
	}

.navbar {
	background-image:url(../images/ct-bg.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	padding:10px 5px 5px 5px;
	color:#416c93;
	font-size:11px; 
}

	.navbar a {
		font-weight:bold;
		font-size:11px; 
		color:#416c93;
	}
	.navbar a:link {
		color : #416c93; 
		text-decoration : none; 
	} 
	.navbar a:visited {
		color : #416c93; 
		text-decoration : none; 
	} 
	.navbar a:hover {
		color : #7a9dbd; 
		text-decoration : underline; 
	} 

.content-l {
	background-image:url(../images/c-l.gif);
	background-repeat:repeat-y;
}

.content {
	vertical-align:top;
	padding:0px;
}

	h1 {
		font-weight: bold;
		color: #ED8A05;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
		padding: 0px;
		background-repeat:no-repeat;
		margin:0px;
	}
	a.categorylink:link, a.categorylink:visited, a.categorylink:active {
		color:#333333;
		text-decoration:none;
		}
	a.categorylink:hover {
		color:#000000;
		text-decoration:underline;
		}
	h3 {
		font-weight: bold;
		color: #333333;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	}
	
	.subcats {
		margin:0px 0px 10px 0px;
		}
	
	a.subcategorylink:link, a.subcategorylink:visited, a.subcategorylink:active {
		color:#333333;
		text-decoration:none;
		padding:0px 0px 0px 10px;
		background-image:url(../images/categories-arrow.gif);
		background-repeat:no-repeat;
		}
	a.subcategorylink:hover {
		color:#416c93;
		text-decoration:underline;
		padding:0px 0px 0px 10px;
		background-image:url(../images/categories-arrow.gif);
		background-repeat:no-repeat;
		}
	
	a.leftbarlink:link, a.leftbarlink:visited, a.leftbarlink:active {
		color:#333333;
		text-decoration:none;
		padding:0px 0px 0px 10px;
		background-image:url(../images/leftbar-arrow.gif);
		background-repeat:no-repeat;
		}
	a.leftbarlink:hover {
		color:#416c93;
		text-decoration:underline;
		padding:0px 0px 0px 10px;
		background-image:url(../images/leftbar-arrow.gif);
		background-repeat:no-repeat;
		}

.sort {
	font-size:10px;
	font-weight:normal;
	}

.small {
	font-size:10px;
	font-weight:normal;
	}

.small a{
	font-size:10px;
	font-weight:normal;
	}

.url {
	color: #a9bfd2;
}
.url-featured {
	color: #feff33;
}

.description {
	padding-bottom:10px;
}

#f-links {
	margin:10px 0px 10px 0px;
	background-color:#f7f455;
	border:1px solid #f7e055;
	padding:5px 5px 5px 5px;
	}
	
#links {
	margin:10px 0px 10px 0px;
	}

.content-r {
	background-image:url(../images/c-r.gif);
	background-repeat:repeat-y;
}

.content-bottom {
	background-image:url(../images/cb-bg.gif);
	background-repeat:repeat-x;
	padding:10px;
}

.navig {
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#333333;
}

.footer {
	background-image:url(../images/footer-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	height:36px;
}

.footer p{
	text-align:center;
	font-size:10px; 
	color:#cde5e7;
}

.footer a {
		font-weight:bold;
		font-size:10px; 
		color:#cde5e7;
	}
	.footer a:link {
		color:#cde5e7;
		font-weight:bold; 
		text-decoration:underline; 
	} 
	.footer a:visited {
		color:#cde5e7; 
		text-decoration:underline; 
	} 
	.footer a:hover {
		color:#ffffff; 
		text-decoration:underline; 
	}
	
#submit {
	background-color:#FFFFFF;
	border:1px solid #ccdeee;
	padding:10px;
	margin:2px;
}

	td.error {
		padding:3px;
		color:#FF0000;
		font-size:12px;
		font-weight:bold;
		background-color:#f7f455;
		border:1px solid #f7e055;
		text-align: center;
	}
	
	td.success{
		padding:3px;
		color:#009900;
		font-size:12px;
		font-weight:bold;
		background-color:#f7fbfe;
		border:1px solid #009900;
		text-align: center;
	}

#submit2 {
	background-color:#f7fbfe;
	border:1px solid #e4eef6;
	padding:10px;
	margin:2px;
}

.req {
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

div.errForm, span.errForm {
	margin:2px 0 2px 2px;
	padding:1px 2px 1px 2px;
	color:#FF0000;
	font-size:10px;
	background-color:#f7f455;
	border:1px solid #f7e055;
	text-align:left;
	clear:right;
}

div.pr {
	font-size:9px;
	text-align:center;
	width:50px;
	margin:0px 10px 0px 0px;
	padding: 5px;
	}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}
.label {
	padding:5px;
	vertical-align:top;
	text-align:left;
	}
.field {
	padding:5px;
	vertical-align:top;
	text-align:left;
	}
.buttons {
	background-color: #f5f5f5;
	padding:5px 10px 5px 10px;
	text-align:left;
	border:1px solid #cee5eb;
	}
#site-statistics {
        background-color:   #E7F2F4;
        border: 0px solid #E7F2F4;
        width: 160px;
        margin: 0px 0px 10px 0px;
        padding: 3px;
        float: right;
}

#site-statistics-header {
        font-weight: bold;
        text-align: center;
}

#site-statistics-values {
        float: right;
        padding: 10px;
}

#site-statistics-labels {
        font-weight: none;
        padding: 10px;
}
