/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.style3 {color: #FFFFFF}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#616161;
}
.menu a {color:#000000;
text-decoration: none;
font-family: Verdana; 
font-size: 11px; 
font-weight:normal;
 }

.menu a:hover {
color: #616161;
font-family: Verdana; 
font-size: 11px; 
font-weight:normal;
}
.midcat a {color:#000000;
text-decoration: none;
font-family: Verdana; 
font-size: 11px; 
font-weight:bold;
 }

.midcat a:hover {
color:#333333;
font-family: Verdana; 
font-size: 11px; 
font-weight:bold;
}

.btm a {color:#FFFFFF;
text-decoration: none;
font-family: Verdana; 
font-size: 11px; 
font-weight:bold;
 }

.btm a:hover {
color:#F6F6F6;
font-family: Verdana; 
font-size: 11px; 
font-weight:bold;
}
.article_loop {	/* background-color:#F5F5F5; */
                background-color:#A6B074;
	margin:2px;
	padding:4px;
}

/***************************************article Css***************************************************/
.article_loop
{
	/* background-color:#F5F5F5; */
                background-color:#A6B074;
	margin:2px;
	padding:4px;
}

/* Subject properties on Article Loop */
.article_loop .subject
{
	font-family: Helvetica,Verdana, Arial;
	text-decoration:none;
    font-size: 12pt;
	font-weight: bold;
    color:#535353;
}

/* Summary's Property in Article Loop */
.article_loop .summary
{
	font-size:12px;
}

/* Misc. */
.article_loop .author, .article_loop .category
{
	font-weight:bold;
}

/* Category Name on Article Loop */
.article_loop .category
{
	text-decoration: underline;
}

/*
	/ END: Article Loop -----------------------------
*/


/* 
	first alternating color
*/
.firstalt	
{
	background-color: #F5F5F5;
	color: #000000;
}

/*
	second alternating color
*/
.secondalt
{
	/* background-color: #F8F8F8; */
                background-color:#A6B074;
                color: #000000;
}

/*
	third alternating color
*/
.thrdalt    { background-color: #fefefe; color: #000000;}

/*
	table head
*/
.tblhead	{ color:#ffffff; text-decoration:none; font-size: 12px; font-weight: bold; /* background-color: #F79E00; */  background-color:#828A5B; }

/*
	table category 
*/
.tblcat	{ color:#777777; text-decoration:none; font-size: 10px; font-weight: bold; background-color: #e1e1e1;}

/*
	table border
*/
.tblborder  { background-color:#ddd}

/*
	highlight
*/
.highlight { background-color: yellow; padding: 1px; color: black}

/*
	row highlight class
*/
.rowhighlight
{
	background: #FFFDED;
}

/*
	Main Article Box Property
*/
#article
{
	font-size:12px;
}

/*-- author profile box --*/
#authorbox
{
	padding:4px;
	font-size:11px;
	width: 180px;
	float:right;
	border: 1px solid #ddd;
	background-color: #F8F8F8;
    margin: 3px;
}

/*
	Boxes in "article_view"
*/
#ratebox, #supportbox, .custombox
{
	padding:4px;
	margin:3px;
	border: 1px solid #ddd;
	background-color: #F8F8F8;
}


/*
	misc box
*/
.miscbox
{
	padding:4px;
	border: 1px solid #ddd;
	background-color: #F5F5F5;
}

/*
	breadcrumbs box
*/
.breadcrumbs_box
{
	padding: 5px;
	border: 1px solid #c0c0c0;
	font-weight: bold;
	font-size: 11px;
}
/*
	comments loop
*/
.comments_box
{
	padding:4px;
	margin:4px;

	border-bottom: 1px solid #ddd;
	background-color: #F5F5F5;
}

.comments_box_alt1 , .comments_box_alt2
{
	padding:4px;
	margin:4px;
	border-bottom: 1px solid #ddd;
}

.comments_box_alt1
{
	background: #F5F5F5;
}


.comments_box_alt2
{
	background: #F8F8F8;
}



/*
	colors used for Yes / No stuff.
*/
.red { color: red }
.green {color: green}


/*-- misc. --*/
.border_bottom
{
	border-bottom: 1px solid #ddd;
}

/*
	style for [code]
*/
.htmlbox
{
	font-family: courier new;
/*
	padding:6px;
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	margin: 10px;
*/
	background-color:#F8F1E4;
	padding:5px;
	border: 1px solid #CDC0A9;
}

/*
	style for [php]
*/
.phpbox
{
	font-family: courier new;
/*
	padding:6px;
	background-color: #F5F5F5;
	border: 1px solid #ddd;
	margin:10px;
*/
	background-color:#F8F1E4;
	padding:5px;
	border: 1px solid #CDC0A9;
}

/*
	UNUSED: highlight feature
*/
.hightlight
{
	background-color: yellow;
}

/*
	Glossary Text style
*/
.glossary
{
	border-bottom:1px dotted blue;
	cursor: pointer;
}

/*
	Sitemap List Item styles
*/
#sitemap ul, #sitemap li
{
	font-size: 12px;
}

/*
	Field sets style
*/
fieldset
{
	padding: 5px;
}

fieldset legend
{
	padding-bottom: 3px;
}

.attached_images
{
	font-size:7.5pt;
	background-color: #F8F8F8;
	border:1px solid #dedede;
	padding:5px;
	margin: 3px;
	text-align:center;
		
}

.additionalsets
{
	background: #FFFBF4;
}