/*  
Theme Name: Web-Dir Custom Theme
Theme URI: http://www.web-dir.com/
Description: Custom Theme for Web-dir.com.
Version: 1.0
Author: Aurang Zeb Khan
Author URI: http://www.web-designers-directory.org/
*/



/**********************************************MAIN**********************************************/
body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	line-height:1.8em;
	list-style: square;
	text-align:left;
}
.mainbody {
	width: 100%;
	height: 100%;
	
	}
.row0 {
	background:#FCFCFC;
}
.row1 {
   background:#EDF5FC;

}
.altRows{
	line-height:2em;
}
/* Break */
.break {
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
}

 
/**********************************************CONTENT LINKS**********************************************/	

/*Category */

.cat {
	font-size: 12px;
	font-weight:bold;
	color: #06c;
	Padding-left: 0px;
	Padding-Right: 0px;
	Padding-top: 2px;
	Padding-bottom: 0px;
	Margin: 0px;
	width: auto;
	
}
.cat A:link {
	FONT-WEIGHT: bold; COLOR: #06c; TEXT-DECORATION: underline;
}
.cat A:visited {
	FONT-WEIGHT: bold; COLOR: #06c; TEXT-DECORATION: underline;
}
.cat A:hover {
	FONT-WEIGHT: bold; COLOR: #06c; TEXT-DECORATION: none;
}


/* Link title */


a:link {
	font-weight: bold; font-size: 11px;color: #06c; text-decoration: underline;
}
a:visited {
	font-weight: bold; font-size: 11px;color: #06c; text-decoration: underline;
}
a:hover {
	font-weight: bold; font-size: 11px;color: #000000; text-decoration: none;
}


/* Link short desc 	*/

.linkshortdesc {
	font-size: 11px; color: #4b5b67;
}
.linkshortdesc a:link {
	color: #4b5b67; text-decoration: none;
}
.linkshortdesc a:visited {
	color: #4b5b67; text-decoration: none;
}
.linkshortdesc a:hover {
	color: #4b5b67; text-decoration: underline;
}


/* link Url	*/

.linkurl {
	font-weight: normal; font-size: 10px; color: #06c;
}

.linkurl a:link {
	color: #06c; text-decoration: none;
}
.linkurl a:visited {
	color: #06c; text-decoration: none;
}
.linkurl a:hover {
	color: #666666; text-decoration: underline;
}

/* Site navigation	*/

.navigate {
	color: #666666;
	font-size: 10px;
	Font-Weight: normal;
	
	
}

.navigate a:link {
	color: #666666; text-decoration: underline;
}
.navigate a:visited {
	color: #666666; text-decoration: underline;
}
.navigate a:hover {
	color: #333333; text-decoration: underline;
}

.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #06c;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #06c;
}

/**********************************************CONTAINER**********************************************/

.header {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
h2 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #eb7c29;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f1ee;
}
h2 a:visited, h2 a:link, h2 a:hover{
	text-decoration:none;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #eb7c29;
}
h3 {
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #eb7c29;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f1ee;
}
/**********************************************FOOTER**********************************************/
.footer {
	font-size: 10px; color: #06c;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	Height: 37px;
}
.footer a:link {
	color: #06c; text-decoration: none;
}
.footer a:visited {
	color: #06c; text-decoration: none;
}
.footer a:hover {
	color: #06c; text-decoration: underline;
}
/**********************************************FORM RELATED**********************************************/

/* Form */

form {
	Margin: 0px;
}

/* Search Field */

.search {
	background-image: url(../images/searchbg.gif);
	background-position: center;
	height: 18px;
	border: 1px solid  #000000;
	}
.btn{
	font-size: 10px;
	font-weight: normal;
	border: 1px solid  #000000;
	background-image: url(../images/bgbar.gif);
	height: 22px;
	}

table.formPage {
	border: 1px solid #A0A0A0;
}
td.err {
	padding: 4px;
	color: #FF0000;
	text-align: left;
}
td.msg{
	padding: 4px;
	color: #000000;
	text-align: left;
}

input.text {
	font-size: 10px;
	color: #333333;
	border: 1px solid #000000;
}
textarea.text {
	font-size: 8pt;
	color: #333333;
	border: 1px solid #000000;
}
span.req {
	color: #FF0000;
	font-weight: normal;
}

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

.rightbar{
	border-right: solid #cccccc 1px;
}
#tab_on {margin-top:2px;}
.tab_on {font-size:11px; font-weight:bold; color:#fff;}
#tab_off {color:#fff;margin-top:2px;}
#tab_off A:hover {text-decoration:underline;}
.tab_off A:link {font-size:11px; font-weight:bold; color:#fff; text-decoration:none;}
.tab_off A:visited {font-size:11px; font-weight:bold; color:#fff; text-decoration:none; margin-bottom:10px;}
.tabline {background-color:#06c; height:2px;}
.logo {
	font-size: 20px;
	color: #06c;
	font-weight: Bold;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.logo a:link {
	color: #06c; text-decoration: none;
}
.logo a:visited {
	color: #06c; text-decoration: none;
}
.logo a:hover {
	color: #00376F; text-decoration: none;
}
.boxa{ border: 1px solid #DBEBF9; padding: 10px; background:#EDF5FC;}