/*
// Created By: Shabu Anower
// URL: http://www.osdesigner.net
*/

/*Common Starts*/
body {
	margin: 0px;
	color: #172d50;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

	a {
		color: #172d50;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}

h1, h2, h3, h4 {
	font-style: normal;
	font-size: 11px;
}	
/*Common Ends*/

/*Text line*/
.textline {
	margin: 0px;
	color: #172d50;
	padding: 4px 0 4px 0;
}
	.textline a {
		font-weight: bold;
		text-decoration: none;
	}
	
	.textline a:hover {
		text-decoration: underline;
	}

/*Container*/
#content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* logo Area */
.banner {
	background: url('../images/logo.bg.gif');
	height: 144px;
	width: auto;
}
	.banner p {
		margin: 0px;
	}


.map {
	background: url('../images/map.gif');
	width: auto;
	height: 144px;
	margin: 0px;
}
	.map table {
		float: right;
		margin: 2px 6px 0 0;
	}

/*Nav*/
.nav {
	background: url('../images/nav.bg.gif');
	height: 63px;
	text-align: left;
}
	.nav p {
		margin: 0px;
		width: 208px;
	}
	.nav table {
		margin: 0px;
		padding: 8px 10px 0 0;
		float: right;
	}
	.nav table h1 {
		padding: 0 7px 0 7px;
		margin: 0px;
	}

	.nav a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.nav a:hover {
		text-decoration: underline;
	}

/*Footer*/
.footer {
	color: #ffffff;
	height: 69px;
	background: url('../images/footer.bg.gif') repeat-x;
}

	.footer p {
		margin: 0 0 0 2px;
		padding: 35px 0 0 60px;
		background: url('../images/copyright.gif') no-repeat left;
		height: 34px;
		font-size: 11px;
	}

	.footer a:link {
		color: #ffffff; text-decoration: none;
		}
	.footer a:visited {
		color: #ffffff; text-decoration: none;
		}
	.footer a:hover {
		color: #ffffff; text-decoration: underline;
		}

/*Footer Links*/
.footer_links {
	color: #ffffff;
	height: 18px;
	background: url('../images/footer.links.gif');
	margin: 0px;
	text-align: center;
	padding: 5px 13px 0px 13px;
}

	.footer_links a:link {
		color: #ffffff; text-decoration: none;
		}
	.footer_links a:visited {
		color: #ffffff; text-decoration: none;
		}
	.footer_links a:hover {
		color: #ffffff; text-decoration: underline;
		}

/*Devider padding left and right*/
.padding_right {
	padding: 0 0 0 4px;
}

.padding_left {
	padding: 0 4px 0 4px;
}

/*Right Box*/
.right_box {
	background: url('../images/right.box.bg.gif');
	width: 160px;
	margin: 0 2px 0 1px;
}
	.right_box p {
		margin: 0px;
		text-align: center;
	}
	.right_box h3 {
		margin: 3px 0 0 12px;
		color: #4f5249;
		font-size: 11px;
		font-weight: normal;
		padding: 0 0 0 14px;
		background: url('../images/stats.bullet.gif') no-repeat left;
	}
	
/*Right Resources*/	
.right_resources {
	background: url('../images/right.resources.bg.gif');
	width: 161px;
	height: 106px;
	margin: 0 2px 0 1px;
}	
	.right_resources p {
		margin: 0px;
	}
	.right_resources h3 {
		margin: 5px 0 5px 12px;
		color: #12538d;
		font-size: 11px;
		font-weight: normal;
		padding: 0 0 0 14px;
		background: url('../images/s.bullet.gif') no-repeat left;
	}

/*Support*/	
.support {
	background: url('../images/right.resources.bg.gif');
	width: 161px;
	height: 96px;
	margin: 0 2px 0 1px;
}	
	.support p {
		margin: 0px;
	}
	.support h3 {
		margin: 5px 0 5px 12px;
		color: #12538d;
		font-size: 11px;
		font-weight: normal;
		padding: 0 0 0 14px;
		background: url('../images/s.bullet.gif') no-repeat left;
	}


/*Left Box*/
.left_box {
	background: url('../images/left.box.bg.gif');
	width: 207px;
	margin: 0 1px 0 1px;
}
	.left_box p {
		margin: 0px;
	}
	.left_box h1 {
		margin: 3px 0 0 12px;
		color: #4f5249;
		font-size: 11px;
		font-weight: normal;
		padding: 0 0 0 14px;
		background: url('../images/stats.bullet.gif') no-repeat left;
	}
	
	.left_box h2 {
		background: url('../images/left.box.menu.gif') no-repeat;
		height: 23px;
		color: #629dae;
		padding: 8px 0 0 20px;
		margin: 0 0 0 6px;
	}

	.left_box a {
		color: #629dae;
		text-decoration: none;
	}
	
	.left_box a:hover {
		text-decoration: underline;
	}

/* About creation started */
.abouthead {
	height: 47px;
	background: url('../images/about.bg.gif') repeat-x;
}

	.abouthead h1 {
		padding: 0px;
		margin: 0px;
	}
	
	.abouthead p {
		float: right;
		margin: 0px;
	}

	.abouthead a:link {
		color: #81b55c; text-decoration: none;
	}
	.abouthead a:visited {
		color: #81b55c; text-decoration: none;
	}
	.abouthead a:hover {
		color: #81b55c; text-decoration: underline;
	}


/* About Body */
.aboutbody {
	background: url('../images/about.body.bg.gif') repeat-x top;
	border-left: 1px solid #eff1f1;
	border-right: 1px solid #eff1f1;
	padding: 0 10px 0 10px;
}
	.aboutbody p {
		margin: 0px;
		color: #616161;
		line-height: 20px;
	}
/* About bottom */
.aboutbottom {
	height: 15px;
	background: url('../images/box.bottom.bg.gif');
}
	.aboutbottom p {
		float: right;
		margin: 0px;
	}
	
/* About Creation done */


/* Box creation started */
.boxhead {
	height: 47px;
	background: url('../images/boxhead.bg.gif') repeat-x;
}

	.boxhead h1 {
		padding: 0px;
		margin: 0px;
	}
	
	.boxhead p {
		float: right;
		margin: 0px;
	}

	.boxhead a:link {
		color: #81b55c; text-decoration: none;
	}
	.boxhead a:visited {
		color: #81b55c; text-decoration: none;
	}
	.boxhead a:hover {
		color: #81b55c; text-decoration: underline;
	}
/*Msg*/
.boxhead2 {
	height: 10px;
	background: url('../images/boxhead.bg2.gif') repeat-x;
}

	.boxhead2 h1 {
		padding: 0px;
		margin: 0px;
	}
	
	.boxhead2 p {
		float: right;
		margin: 0px;
	}


/* Box Body */
.boxbody {
	border-left: 1px solid #eff1f1;
	border-right: 1px solid #eff1f1;
	padding: 0 10px 0 10px;
}

	.boxbody ol {
		margin: 0 0 0 12px;
		padding: 6px 0 6px 0;
	}
	
	.boxbody li {
		margin: 0 0 0 15px;
		padding: 3px 0 3px 0;
	}


/* Box bottom */
.boxbottom {
	height: 15px;
	background: url('../images/box.bottom.bg.gif');
}
	.boxbottom p {
		float: right;
		margin: 0px;
	}
	
/* Box Creation done */

/*Sorting*/
.sort {
	color: #3f7487; font-size: 11px; Float: right; Margin: 0px; padding: 20px 10px 0 0;
}
	.sort a {
		color: #3f7487;
	}	
	.sort a:hover {
		text-decoration: underline;
	}


/*pagination*/
.page {
	color: #172d50;
	font-weight: bold;
	font-size: 12px;
	Margin: 0px;
}

	.page p {
		float: right;
	}
	
	.page a {
		color: #172d50;
	}	
	.page a:hover {
		text-decoration: underline;
	}
	
/*Directory Path*/
.path {
	background: url('../images/dot.gif') repeat-x bottom;
	height: 16px;
	padding: 3px;
	margin: 0 0 6px 0;
	font-weight: bold;
}

	.path p {
		margin: 0px;
	}
	
	.path h1 {
		float: right;
		margin: 0;
	}

/*Search button*/	
.button {
	margin: 0 0 0 5px;  BORDER: 0px; FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FFFFFF; background: url('../images/search.gif'); height: 23px; width: 81px;
}
/*Search input*/
.search {
	margin: 0px; Padding: 3px 0 2px 8px; BORDER: 1px solid #72a746; FONT-SIZE: 12px; BACKGROUND: #FFFFFF; COLOR: #6c9d42; HEIGHT: 16px; width: 235px;
}

/*Featured Box*/
.overbox {
		padding: 7px 5px 13px 7px;
		border: 1px solid #6c9d42;
	}
/*Regular Link*/	
.lbox {
	padding: 7px 5px 13px 7px;
	border-bottom: 1px solid #6c9d42;
}

/*Text Input Style*/
.text {
	border: 1px solid #1a3053;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 360px;
	color: #172d50;
}
.textarea {
	border: 1px solid #1a3053;
	background: #ffffff;
	padding: 2px 2px 2px 6px;
	font-size: 12px;
	width: 360px;
	color: #172d50;
}
.textpy {
	border: 1px solid #1a3053;
	background: #ffffff;
	height: 17px;
	font-size: 12px;
	padding: 2px 2px 2px 6px;
	width: 50px;
	color: #172d50;
}

/*Image Verification*/
.captcha {
	border: 1px solid #172d50;
}
/*Form*/
form {
	Margin: 0px;
}

/*Category*/
.cat {
	font-size: 11px;
	font-weight: bold;
	color: #629dae;
	Padding: 4px 0 4px 24px;
	Margin: 0 10px 0 0;
	background: url('../images/cat.bullet.gif') no-repeat left;
}
	.cat A:link {
		COLOR: #629dae; TEXT-DECORATION: none;
	}
	.cat A:visited {
		COLOR: #629dae; TEXT-DECORATION: none;
	}
	.cat A:hover {
		COLOR: #629dae; TEXT-DECORATION: Underline;
	}
	
	.cat span {
		font-size: 9px;
		padding: 0 0 0 4px;
		font-weight: normal;
	}

/*Sub Cat*/
.subcat {
	padding: 2px 0 2px 0;
	color: #484848;
}

	.subcat A:link {
		COLOR: #484848; TEXT-DECORATION: none;
	}
	.subcat A:visited {
		COLOR: #484848; TEXT-DECORATION: none;
	}
	.subcat A:hover {
		COLOR: #484848; TEXT-DECORATION: Underline;
	}
	.subcat span {
		font-size: 9px;
		padding: 0 0 0 4px;
		font-weight: normal;
	}
	.subcat p {
		margin: 0 0 0 4px;
		padding: 3px 0 3px 12px;
		background: url('../images/s.bullet.gif') no-repeat left;
	}

/*Common Break*/
.break {
	padding: 3px 0 3px 0;
}

/*Featured Links*/
.furl {
	font-weight: bold; font-size: 12px; color: #6c9d42; margin: 0 0 2px 0;
}
	.furl a {
		color: #6c9d42;
	}
	.furl a:hover {
		text-decoration: underline;
	}

/*Regular Link*/	
.rurl {
	font-weight: bold; font-size: 12px; color: #172d50; margin: 0 0 2px 0;
}
	.rurl a {
		color: #172d50;
	}
	.rurl a:hover {
		text-decoration: underline;
	}

/*Link Description*/
.desc {
	font-size: 11px; color: #484848; font-weight: normal; margin: 0 0 2px 0;
}
	.desc a {
		color: #484848;	font-weight: bold;
	}
	.desc a:hover {
		text-decoration: underline;
	}

/*Link URL*/
.url {
	font-weight: normal; font-size: 11px; color: #484848;  margin: 2px 0 0 0;
}

/*Category link*/
.linkcat {
	font-weight: Bold; font-size: 11px; color: #6c9d42;  margin: 6px 0 0 0;
}

	.linkcat a {
		color: #6c9d42;
	}
	
	.linkcat a:hover {
		text-decoration: underline;
	}	
	
	

div.pr {
	font-size: 6pt;
	color: #484848;
}

div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	background: #fff;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #172d50;
	font-weight: normal;
	font-size: 7pt;
	text-decoration: none;
}

.err {
	color: #FF0000;
	text-align: left;
	margin: 0px;
	font-weight: bold;
}

.msg{
	color: #6c9d42;
	text-align: left;
	margin: 0px;
	font-weight: bold;
}

.limit_field {
   border: 0px solid transparent;
   font-size: 11px;
   border-top-width:0px; border-right-width:0px; border-bottom-width:0px; border-left-width:0px; color: #172d50;
   background:;
}

span.req {
	color: #FF0000;
	font-weight: bold;
}

select {
	font-size: 8pt;
	color: #000000;
	border: 1px solid #d5d5d5;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#172d50;
   font-weight: bold;
}

#categtree {
   border-left:1px dotted #182f53; border-right:1px dotted #182f53; border-top:0px dotted #182f53; border-bottom:1px dotted #182f53; margin:3px 0; height:200px;
   width:300px;
   overflow:auto;
   
}

#catTitle {
	background: none;
	font-weight: bold;
} /* Important for Konqueror */

#categtree h2 {
	margin:0 0 5px;
	font-size: 12px;
	padding:2px;
	text-align:center;
	color:#FFFFFF;
	background:#74a847;
	vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   border-left:0px dotted #FFFFFF; border-right:0px dotted #FFFFFF; border-top:1px dotted #FFFFFF; border-bottom:1px dotted #FFFFFF; clear:both;
   margin:3px 5px;
   display:block;
   color: #172d50;
   cursor:pointer;
   cursor:hand; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#f0f5ec;
}

#categtree .even {
   background:#FFFFFF;
}

#categtree .categ-item:hover {
   background:#f7eff4;
}
