/**********
 *        *
 * Global *
 *        *
 **********/

body,table {
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        color: black;
}

body#page {
	background-color: black;
	width: 930px;
        margin-left: auto;
        margin-right: auto;
}

body#popup {
	background-color: white;
}

body#component {
	background-color: white;
}

a:link {
	color: #003295;
}

a:visited { 
	color: #003295;
}

a:active { 
	color: #003295;
}

a:hover {
	color: #003295;
}

a.offset:link, a.offset:visited, a.offset:active {
	text-decoration: none;
}

a.offset:hover {
	text-decoration: underline;
}

/*********
 *       *
 * Input *
 *       *
 *********/

.input_button {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: bold;
}

.input_button_highlight {
	color: #FFFFFF;
	background-color: #000000;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 14px;
	font-weight: bold;
	width: 157px;
	height: 34px;
	border-style: none;
	text-align: center;
	vertical-align: middle;
	/* background-image */
	background-repeat: no-repeat;
}

.input_button_negative {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 11px;
	font-weight: bold;
}

.input_select {
	font-family: Verdana;
	font-size: 12px;
}

.input_select_multiple {
	font-family: Verdana;
	font-size: 10px;
}

.input_text {
	font-family: Verdana;
	font-size: 12px;
}

.input_checkbox {
	font-family: Verdana;
	font-size: 10px;
}

.input_radio {
	font-family: Verdana;
	font-size: 10px;
}

.input_textarea {
	font-family: Verdana;
	font-size: 10px;
}

.input_upload {
        font-family: Verdana;
        font-size: 12px;
}

/***************
 *	       *
 * Text styles *
 *	       *
 ***************/

span.referral-reward {
	font-weight: bold;
}

span.company-name {
}

span.location {
}

span.date {
}

span.reference-identifier {
}

span.field-name-required {
	font-weight: bold;
}

span.field-name-optional {
	font-weight: normal;
}

span.completed {
	color: #aaaaaa;
}

span.subscribed {
}

span.opted-in, option.opted-in {
	font-weight: bold;
}

span.opted-out, option.opted-out {
	color: red;
	background-color: inherit;
}

span.error, div.error {
        font-family: Verdana,Helvetica,Arial;
        font-size: 12px;
        color: #FF0000;
}

a.job-link {
	font-weight: bold;
}

/****************
 * Page headers *
 ****************/

span.page-header {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 18px;
	font-weight: bold;
}

span.page-subheader, input.page-subheader {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

span.page-subsubheader, input.page-subsubheader {
	color: inherit;
	background-color: inherit;
	font-weight: normal;
}

span.text-header {
	font-size: larger;
	font-weight: bold;
}

span.text-subheader {
	font-weight: bold;
}

/**********
 *        *
 * Blocks *
 *        *
 **********/

/********************************************
 * Content Block, general content container *
 ********************************************/

div.content-block {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-first {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-last {
	background-color: inherit;
	padding-left: 7px;
	text-align: left;
	padding-bottom: 15px;
}

div.content-block-header {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

/*********************************************************************
 * Unchangeable Block, used to display standard, unchangable content *
 *********************************************************************/

div.unchangeable-block {
	border: 1px solid black;
	background-color: #d3d3d3;
	width: 100%;
	padding: 3px;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
}

/**************
 * Info block *
 **************/

div.info-block {
	background-color: #e6e6e6;
	border: 1px solid #999999;
	padding: 5px 10px;
	width: 375px;
}

/*******************
 * Job Description *
 *******************/

div.job-description {
}

/*********
 * Panel *
 *********/

div.panel-block {
	display: none;
	background: white;
	border: 1px solid black;
	padding: 5px;
	width: 125px;
	text-align: left;
	position: absolute;
	z-index: 10;
}

div.panel-block span.panel-header, div.panel-block span.panel-header a:link, div.panel-block span.panel-header a:visited, div.panel-block span.panel-header a:active, div.panel-block span.panel-header a:hover {
}

/**************
 * Toggle box *
 **************/

a.toggle-link {
	text-decoration: none;
}

div.toggle-box {
	display: none;
	padding: 5px;
}

div.toggle-box-expanded {
	padding: 5px;
}

/**********
 * Footer *
 **********/

div.footer {
	color: #e5ac6a;
	background-color: inherit;
	width: 90%;
	margin-top: 20px;
}

div.footer table {
	color: #e5ac6a;
	background-color: inherit;
}

div.footer a:link, div.footer a:visited, div.footer a:active, div.footer a:hover {
	color: #e5ac6a;
	background-color: inherit;
	text-decoration: none;
}

/********
 *      *
 * Site *
 *      *
 ********/

table.main-table {
	width: 100%;
} 

table.main-table td.main-table-header {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-left-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-center {
	vertical-align: top;
	width: 100%;
        border: 5px solid white;
}

table.main-table td.main-table-right-side {
	vertical-align: top;
	width: 0;
        text-align: center;
}

table.main-table td.main-table-footer {
	vertical-align: top;
}

table.interior-table {
	width: 100%;
        background: white;
}

table.interior-table td.interior-table-left {
	/*
	width: 30%;
	border-right: 1px solid #999999;
	padding-right: 10px;
	*/
	vertical-align: top;
}

table.interior-table td.interior-table-center {
	width: 80%;
	/* padding-left: 10px; */
	padding-right: 10px;
	vertical-align: top;
}

table.interior-table td.interior-table-right {
	width: 20%;
	border-left: 1px solid #999999;
	padding-left: 10px;
	vertical-align: top;
}

a.name-header:link, a.name-header:active, a.name-header:visited {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

div.search-block {
	background-color: #f3f3f3;
	border: 5px solid white;
	padding: 10px;
}

div.search-block span.search-block-field-name-required {
	color: #4c4c4c;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.search-block span.search-block-field-name-optional {
	color: #4c4c4c;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.featured-block {
	color: inherit;
	background-color: #f9de91;
	font-size: larger;
	padding: 10px;
	margin-bottom: 15px;
}

div.featured-block span.featured-block-featured-job {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-weight: bold;
}

div.featured-block a.job-link {
	font-size: larger;
	font-weight: bold;
}

div.heading-block, div.heading-block table {
	color: #333333;
	background-color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

div.heading-block {
	padding: 2px 5px;
	margin-bottom: 5px;
}

div.heading-block-alt {
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div.heading-block span.heading-block-text {
	color: #333333;
	background-color: inherit;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.heading-block a:link, div.heading-block a:visited, div.heading-block a:active, div.heading-block a:hover {
	font-weight: normal;
	text-decoration: none;
	padding-right: 2px;
	vertical-align: middle;
}

table.jobs-list {
	border-collapse: separate;
	border-bottom: 1px solid #989898;
	margin-bottom: 10px;
}

table.jobs-list span.date {
	text-transform: uppercase;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-weight: bold;
	font-size: 10px;
}

table.jobs-list tr td {
	border-bottom: 1px solid #dddddd;
}

table.jobs-list tr.pre-break td {
	border-bottom: none;
}

table.jobs-list tr.break td {
	border-top: 1px solid #989898;
}

table.jobs-list tr.pre-break-break td {
	border-top: 1px solid #989898;
	border-bottom: none;
}

div.nav-block {
	margin-bottom: 20px;
}

div.nav-block div.nav-block-header {
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.nav-block div.nav-block-body {
	margin-top: 5px;
}

ul.bulleted {
	list-style-image: url('/images/bullet.gif');
	line-height: 18px;
	margin-top: 0;
}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #f3f3f3;
}

.alternate2 {
	color: inherit;
	background-color: #ffffff;
}

div.nav-block table.nav-block-table {
}

div.nav-block table.nav-block-table td.nav-block-content {
}

div.nav-block table.nav-block-table td.nav-block-top-left {
}

div.nav-block table.nav-block-table td.nav-block-top-center {
}

div.nav-block table.nav-block-table td.nav-block-top-right {
}

div.nav-block table.nav-block-table td.nav-block-side-left {
}

div.nav-block table.nav-block-table td.nav-block-side-right {
}

div.nav-block table.nav-block-table td.nav-block-bottom-left {
}

div.nav-block table.nav-block-table td.nav-block-bottom-center {
}

div.nav-block table.nav-block-table td.nav-block-bottom-right {
}

div#nav-about {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
	padding-bottom: 20px;
}

span.nav-about-header {
	display: block;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 10px;
}

/***** Other *****/


#container {
	width: 930px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

#header {
	background: black;
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 10px;

}

#header_left {
	float: left;
	width: 200px;
	height: 100px;
	background: black;
}

#header_right {
	float: left;
	width: 730px;
	text-align: right;
	height: 100px;
	background: black;
}


#mainmenu { 
	text-align: left;
	clear:both;
	padding-bottom: 4px;
	line-height: 18px;
	background: black;
	display: block;
	margin-top: 10px;
}

#mainmenu a { 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background: #F0D9E9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #B3408C;
	margin-right: 2px;
}

#mainmenu a:hover, #mainmenu a.selected { 
	background: #B3408C;
	color: #fff;
}

#submenu { 
	font-size: 14px;
	color: #666666;
	font-weight: bold;	
	text-align: center;
	padding: 8px;
	background-color: #B3408C;
	height: 17px;
}

html>body #submenu { 
	height: 17px;
	background: #B3408C;
}

#submenu a { 

	color: #333;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #F0D9E9;
	background: white;
	font-family: Arial, Helvetica, Verdana;
}

#submenu a.selected, #submenu a:hover { 
	text-decoration: underline;
	color: white;
	background: #B3408C;
}

#imagecontainer {
	text-align: center;
	margin-top: 3px;
}

#breadcrumbs { 
	background: #F7ECF4;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
	color: #666;
}

#breadcrumbs a { 
	color: #999;
	text-decoration: none;
}

#breadcrumbs a:hover { 
	color: #333;
	text-decoration: underline;
}

#content {

}

#column1 {
	width: 190px;
	float: left;

}

.leftmenu_header {
	border-top: 5px solid white;
	background: #B3408C;
	display: block;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;	
	font-family: Arial, Helvetica, Verdana;
}

.leftmenu_header a {
	color: #fff;
	text-decoration: none;
}

.leftmenu {

	border-right: 5px solid white;
	border-bottom: 5px solid white;
	background: white;
	display: block;
}

.leftmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.leftmenu ul li {
	padding: 5px;
	border-top: 1px solid white;
	background: #F0D9E9;
	background-image: url('/images/leftmenu_arrow.gif'); 
	background-position: left 50%;
	background-repeat: no-repeat;
}

.leftmenu ul li a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 8px;
}

.leftmenu ul li a:hover, .leftmenu ul li a.selected {
	text-decoration: underline;
}

.leftmenu p {
	list-style: none;
	padding: 5px;
	margin: 0;
	background: #F0D9E9;
}

.leftmenu p a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.leftmenu p a:hover {
	color: #666;
}


.leftmenu_ads {
	border: 5px solid white;
	background: white;
	display: block;
	margin-bottom: 5px;
}

p.leftmenu_ads {
	margin: 0;
	padding: 0;
}

#column2 {
	width: 615px;
	float: left;
	background: white;
}

#column2content {
	display: block;
	background: white;
	padding: 5px;
	clear: both;
}


.highlightbox {
	padding: 5px;
	background: grey;
}

.rightpage_featureboxes {
	background: #F0D9E9;
}

#pagetitles {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
	color: #990066;
        background-color: white;
}

.article_summary_home {
	clear: both;
	display: block;
	margin-bottom: 5px;
	border-bottom: 10px solid white;
}

.article_summary_image_home {
	float: right;
	margin-right: 5px;
}

.article_summary_title_home {
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.article_summary {
	padding: 10px;
	margin-bottom: 5px;
	background: #F7ECF4;
	display: block;
}

.article_summary_image {
	float: right;
	margin-right: 15px;
	border: 1px solid #B3408C;
}

.article_summary_title, .competition_summary_title {
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.article_summary_title a, .competition_summary_title a {
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}


.archives_link {
	color: #669900;
	border: 1px solid #669900;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
}

.archives_link a {
	color: #990066;
}

/* article display */

.article_display, .competition_display {
	padding: 0;
	padding-bottom: 5px;
	font-size: 11px;
}

.article_display_title, .competition_display_title {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding-left: 0px;
}

.article_display_content {
	font-size: 11px;
}

.article_display_image {
	float: right;
}

.article_display_content p {
	font-size: 11px;
}

.article_display_pubdate {
	clear: both;
	margin-bottom: 10px;
	display: block;
}

.article_display_email, .article_display_print, .back {
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFF;
}

.article_display_email a, .article_display_print a, .back a, .back a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	padding: 3px;
	background-color: #000;
}

.article_display_email a:hover, .article_display_print a:hover, .back a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	padding: 2px;
	background-color: #666;
	text-decoration: none;
}

/* competition join */
.competition_join_link a, .competition_join_link a:visited {
	border: 1px solid #990066;
	background-color: #e5bfd9;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.competition_join_link a:hover {
	background-color: #fff;
}

#forumscolumn {
	width: 720px;
	float: left;
	background: white;
	border-right: 20px solid white;
}

#column3 {
	width: 315px;
	float: left;
	background: white;
}

#column3_ads {
	border: 5px solid white;
	text-align: center;
}

.rightads {
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
}

.rightads_gap {
	margin-bottom: 5px;
	float: left;
}

div.image_thumbnail {
	padding-bottom: 12px;
}
#footer {
	text-align: center;
	padding: 5px;
	font-size: 11px;
	background: #B3408C;
	font-weight: bold;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #cccccc;
}

#footerlinks {
	color: #fff;
	margin-top: 10px;
        text-align: center;
}

#footerlinks a {
	color: #fff;
}

div.clear{clear:both;height:0;font:0/0;}



/* styles specific to display of content items */
p.event_summary_summary, p.article_summary_summary { margin-top: 3px; }
div.event_display_print, div.article_display_print { margin-top: 3px; font-weight: bold; padding-bottom: 5px; text-transform: uppercase;}
img.event_summary_thumbnail, img.article_summary_image { float: left; margin-right: 3px; }
#column2 h3 a { color: black; text-decoration: none; }
#column2 h3, h4 { color: black; }

/* directory stuff */
.listing_summary {border:1px solid black; padding:5px; margin-bottom: 5px; clear:both;}
.listing_summary h3 {padding:0; margin:0; }
.listing_summary_image {float:right;}
.listing_summary_more {margin-top: 3px;}
.listing_display_widgets {font-weight: bold; margin-top: 5px; margin-bottom: 5px; background-color:#EFEFEF; padding:2px 0 0 2px; height:20px;}
.listing_display_contact {line-height:150%;}
.listing_display_images {text-align: center;}
.listing_display_images img {border: 1px solid black; margin-bottom: 10px;}
.image_gallery img {border: 1px solid black;}
.column {font-size: 14px; padding-bottom: 10px; font-family: Arial, Verdana, Helvetica; font-weight: bold; color: #999999;}
.column a {color: #333333; padding-right: 3px; text-decoration: none;}
.column a:hover {text-decoration: underline;}
h3.category a {font-size: 16px; color: #669900; margin-bottom: 3px; text-decoration: none;}
h3.category a:hover {text-decoration: underline;}


/* directory listings */


div#directory_frontcats {

	background: #fff;
	float: left;
	margin-right: 0px;
	width: 100%;
}

div#directory_frontcats li {
	margin-bottom: 7px;
	margin-right: 7px;
	display: block;

}

.count {
	color: #999999;

}




.maincat {
	font-size: 13px;
	font-weight: bold;	
	color: #660066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: none;
}

.subcat {
	font-size: 12px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



div#directorylisting_wrapper {
	margin-top: 10px;
}

div#isawyourad {
	font-weight: bold;
	font-size: 12px;
	color: grey;
	margin-bottom: 10px;
	margin-top: 10px;
}




div#directorylisting_options {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #669900;
	padding: 5px;
	width: 200px;
	font-weight: bold;
}

div#directorylisting_options a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	padding: 2px;
	background-color: #990066;
	width: auto;	
}

div#directorylisting_options a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	padding: 2px;
	background-color: #E5BFD9;
	text-decoration: none;
}

div#directorylisting_heading {
	margin-bottom: 10px;
}

div#directorylisting_heading a {
	font-weight: bold;
	color: red;
}



div#directorylisting_companyname {
	font-size: 20px;
	color: #330066;
	margin-top: 5px;
	font-weight: bold;

}

div#directorylisting_details {
	font-size: 12px;
}

div#directorylisting_cats {
	font-size: 12px;
	font-weight: bold;

}

div#directorylisting_cats a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	padding: 2px;
	background-color: #990066;
}

div#directorylisting_cats a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	padding: 2px;
	background-color: #e5bfd9;
	text-decoration: none;
}

div#directorylisting_contactus {
	font-size: 12px;
	border: 1px dashed grey;
	margin-top: 0px;
	padding: 10px;

}

/* Styles For Free*/

div#directorylisting_free_wrapper {
	text-align: left;
	padding: 2px;
	border: 1px black dashed;
	margin-top: 3px;
	margin-bottom: 3px;
	width: auto;


}


div#directorylisting_free_company {
	margin-bottom: 10px;
	font-size: 11px;
	color: black;
	padding: 2px;
	font-weight: bold;
}


div#directorylisting_free_company a {
	font-size: 11px;
	color: black;
	padding: 2px;
	font-weight: bold;
}

div#directorylisting_free_company a:hover {
	font-size: 11px;
	color: black;
	padding: 2px;
}

div#directorylisting_free_logo {

}

div#directorylisting_free_details {

}

div#directorylisting_free_details a {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: black;
}

div#directorylisting_free_details a:hover {
	font-size: 10px;
	font-weight: bold;
	color: grey;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #fff;
	text-decoration: none;
}

div#directorylisting_free_description {

}

div#directorylisting_free_contact {
	margin-bottom: 5px;

}

div#directorylisting_free_www a {
	font-size: 10px;
	font-weight: bold;
	
}


/* Styles For Basic*/

div#directorylisting_basic_wrapper {
	border: 1px solid #e5bfd9;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
}

div#directorylisting_basic_company {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #990066;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #e5bfd9;
}


div#directorylisting_basic_company a {
	font-size: 12px;
	font-weight: bold;
	color: #990066;
	background-color: #e5bfd9;
	display: block;
	width: 100%;
}

div#directorylisting_basic_company a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #990066;
	background-color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}

div#directorylisting_basic_logo {
	float: right;
	margin-left: 2px;
	margin-bottom: 2px;
}

div#directorylisting_basic_details {

}

div#directorylisting_basic_details a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #990066;
}

div#directorylisting_basic_details a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #990066;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #e5bfd9;
	text-decoration: none;
}

div#directorylisting_basic_description {

}

div#directorylisting_basic_contact {
	padding-top: 4px;

}

div#directorylisting_basic_www {
	margin-bottom: 10px;
	margin-top: 10px;
}

div#directorylisting_basic_www a {
	color: black;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
}

div#directorylisting_basic_www a:hover {
	font-size: 10px;
	font-weight: bold;
	background-color: none;
	
}


/* Styles For Enhanced*/

div#directorylisting_enhanced_wrapper {
	border: 1px solid #330066;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFCC;
	width: auto;
}

div#directorylisting_enhanced_company {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #669900;
}


div#directorylisting_enhanced_company a {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #669900;
	display: block;
	width: 100%;

}

div#directorylisting_enhanced_company a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #669900;
	background-color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}

div#directorylisting_enhanced_logo {
	float: right;
	margin-left: 2px;
	margin-bottom: 2px;
}

div#directorylisting_enhanced_details {

}

div#directorylisting_enhanced_details a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #990066;
}

div#directorylisting_enhanced_details a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #990066;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #e5bfd9;
	text-decoration: none;
}

div#directorylisting_enhanced_description {

}

div#directorylisting_enhanced_contact {
	padding-top: 4px;

}

div#directorylisting_enhanced_www {
	margin-bottom: 10px;
	margin-top: 10px;
}

div#directorylisting_enhanced_www a {
	color: black;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
}

div#directorylisting_enhanced_www a:hover {
	font-size: 10px;
	font-weight: bold;
	background-color: none;
	
}


/* Styles For Premium*/

div#directorylisting_premium_wrapper {
	border: 1px solid #330066;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #e5bfd9;
	width: auto;
}

div#directorylisting_premium_company {
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #990066;
}


div#directorylisting_premium_company a {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #990066;
	display: block;
	width: 100%;
}

div#directorylisting_premium_company a:hover {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #e5bfd9;
	text-decoration: none;
	display: block;
	width: 100%;
}

div#directorylisting_premium_logo {
	float: right;
	margin-left: 2px;
	margin-bottom: 2px;
}

div#directorylisting_premium_details {

}

div#directorylisting_premium_details a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #990066;
}

div#directorylisting_premium_details a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #990066;
	border-bottom: 1px solid grey;
	padding: 2px;
	background-color: #e5bfd9;
	text-decoration: none;
}

div#directorylisting_premium_description {

}

div#directorylisting_premium_contact {
	padding-top: 4px;

}

div#directorylisting_premium_www {
	margin-bottom: 10px;
	margin-top: 10px;
}

div#directorylisting_premium_www a {
	color: black;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
}

div#directorylisting_premium_www a:hover {
	font-size: 10px;
	font-weight: bold;
	background-color: none;
	
}



.rightpage_tile_headings {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background-color: #B3408C;
	line-height: 25px;
	padding-left: 5px;
	display: block;
	font-family: Arial, Verdana, Helvetica;
}

.rightpage_tile_headings a, .rightpage_tile_headings a:visited, .rightpage_tile_headings a:hover {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.rightpage_tile_headings a:hover {
	color: #e5bfd9;
}
.rightpage_tile_maintext {
	background-color: #fff;
	line-height: 25px;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #B3408C;
	border-left: 1px solid #B3408C;
	border-right: 1px solid #B3408C;
	font-size: 11px;
	margin-bottom: 2px;
}

.rightpage_tile_maintext a {
	font-weight: bold;
	color: blue;
}

.rightpage_tile_maintext_small a {
	font-size: 11px;
	color: blue;
}

.rightpage_tile_maintext ul ul {
  list-style: none;
  margin: 0;
  background-color: #fff;
}


.rightpage_tile_maintext ul ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rightpage_tile_maintext ul ul li a {
	color: #B3408C;
	display: block;
	line-height: 21px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	border-bottom: 1px solid #fff;
}


.rightpage_tile_maintext a:hover {
	color: #669900;
}

.rightpage_tile_textads {
	background-color: #fff;
	line-height: 25px;
	padding: 5px;
	display: block;
	width: 288px;
	border: 1px solid #B94F95;
	font-size: 12px;
	text-align: center;
}

.right_tile_ad {
	width: 300px;
	text-align: center;
}

.blurbbox_display {
	background-color: #fff;
	font-size: 11px;
	padding: 3px;
	margin-right: 2px;
	border: 1px solid #990066;
	margin-bottom: 5px;
}


.blurbbox_display_caption {
	background-color: #990066;
	padding: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.blurbbox_display_caption a, .blurbbox_display_caption a:visited  {
	color: #fff;
	text-decoration: none;
}

.blurbbox_display_caption a:hover  {
	color: #e5bfd9;
}

/* article display */

.article_display, .competition_display {
	padding: 0;
	padding-right: 3px;
	padding-bottom: 5px;
	font-size: 11px;
}


.article_display_content {
	font-size: 11px;
}

.article_display_content p {
	font-size: 11px;
}

/* competition join */
.competition_join_link a, .competition_join_link a:visited {
	border: 1px solid #990066;
	background-color: #e5bfd9;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.competition_join_link a:hover {
	background-color: #fff;
}

div#memberbar {
	font-family: Arial, Verdana, Helvetica;
	background: white;
	padding: 3px;
	text-align: left;
	display: block;
	clear: both;
	font-size: 11px;
	margin-bottom: 5px;
	background: #F9F0F6;
}

div#memberbar a {
	color: #333;
	text-decoration: none;
}

div#memberbar a:hover {
	text-decoration: underline;
}

div#memberbar ul {
	margin: 0;
	padding: 0;
}

div#memberbar ul li {
	margin-left: 20px;
}

div#memberbar ul li a {
	font-weight: bold;
	color: black;
}

.form_error {color: red;}

/* submit widgets */ 

.submit_widgets_articles {
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.submit_widgets_articles_heading {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

.submit_linksrow {
	line-height: 16px;
}

.submit_widgets_image {
	margin-right: 4px;
}

.submit_widgets_link {
	margin: 0;
	margin-right: 15px;
}

.submit_widgets_link a {
	padding: 5px;
	margin-right: 8px;
	display: block;
}

div#comments {
	padding: 5px;
	margin-bottom: 5px;
	background: #F7ECF4;
	display: block;
	border: 1px solid #CCCCCC;
}

h4.comments {
	font-size: 14px;
	font-weight: bold;
}

.comments_widgets {
	font-size: 13px;
}

.comments_widgets a {
	padding: 5px;
	font-weight: bold;
	clear: both;
}

div#comment_form {
	padding: 5px;
	background: white;
	border: 1px solid #CCCCCC;
}

.comment {
	background: #fff;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

h5 {
	font-size: 13px;
}

.google_island_ads a {
	font-size: 16px;
}