﻿/******* GRIDVIEW BUTTONS *******/
.GridCancelButton, .GridUpdateButton, .GridDeleteButton, .GridEditButton, .GridReviewButton, .GridMessageButton, .GridContactButton, .GridApproveButton, .GridActiveButton, .GridApproveRatingButton{
	width:16px;
	height:16px;
	display:block;
	background:url(images/cancel.gif) no-repeat;
}

.GridUpdateButton{
	width:20px;
	height:20px;
	background:url(images/save.gif) no-repeat;
}
.GridDeleteButton{
	background:url(images/delete.gif) no-repeat;
}
	
.GridEditButton{
	background:url(images/edit.gif) no-repeat;
}

.GridReviewButton{
	background:url(images/review.gif) no-repeat;
}

.GridMessageButton{
	background:url(images/message.gif) no-repeat;
}

.GridActiveButton{
	background:url(images/active.gif) no-repeat;
}

.GridApproveButton{
	background:url(images/approve.gif) no-repeat;
}

.GridApproveRatingButton{
	background:url(images/approverating.gif) no-repeat;
}

.GridContactButton{
	background:url(images/contactadvertiser.gif) no-repeat;
}
/******* END GRIDVIEW BUTTONS *******/

/******* GRIDVIEW TABLE *******/
table.Table_Grid{
	margin-top:10px;
}

table.Table_Grid td{
	padding:3px 5px;
}

.GridRow_Alternate{
	background-color:#ece7e7;
}

table.Table_Grid tr.HeaderGrid th{
	padding:5px 10px;
	background:#787a72;
	color:#ffffff;
}

table.Table_Grid tr.HeaderGrid th a{
	color:#ffffff;
}

/******* END GRIDVIEW TABLE *******/

/******* MENU *******/
.DNNInfo_Classifieds_Menu{
	margin-bottom:5px;
	display:inline-table;
}
/******* END MENU *******/

/******* MISC *******/
.DNNInfo_Required{
	color:red;
	font-weight:bold;
}

.DNNInfo_Label{
	font-weight:bold;
}

table.DNNInfo_Table{
	width:100%;
}

table.DNNInfo_Table td, table.DNNInfo_TableNormal td{
	padding:5px 10px;
	vertical-align:top;
}

table.DNNInfo_Table td.DNNInfo_Label, table.DNNInfo_TableNormal td.DNNInfo_Label{
	width:150px;
	background-color:#e1dddd;
}

table.DNNInfo_TableNormal td.DNNInfo_LabelSetting{
	width:150px;
	background-color:#ece2e2;
}

.DNNInfo_LabelNormal{
	width:150px;
	white-space:nowrap;
}

.DNNInfo_Bold, a.DNNInfo_Bold{
	font-weight:bold;
}

.DNNInfo_NotifySign, .DNNInfo_WarningSign, .DNNInfo_ErrorSign{
	font-size:14px;
	display:block;
	padding:5px 40px;
	line-height:22px;
	background:url(images/notifysign.gif) 5px 5px no-repeat;
	background-color:#e8ec7a;
	border:solid 1px #c6c3c3;
	font-weight:bold;
	font-size:13px;
	margin:10px 0;
}

.DNNInfo_WarningSign{
	background:url(images/warning.gif) 5px 5px no-repeat;
	background-color:#e8ec7a;
}

.DNNInfo_ErrorSign{
	background:url(images/error.gif) 5px 5px no-repeat;
	background-color:#e8ec7a;
}

.DNNInfo_ButtonSave, .DNNInfo_ButtonSearch, .DNNInfo_ButtonReply, .DNNInfo_ButtonReset, .DNNInfo_ButtonBack, .DNNInfo_ButtonDelete, .DNNInfo_ButtonUpdate, .DNNInfo_ButtonUpload, .DNNInfo_ButtonLoadDefault,.DNNInfo_ButtonExport,.DNNInfo_ButtonImport, .DNNInfo_ButtonDownload, .DNNInfo_ButtonCleanUp, .DNNInfo_ButtonSubmit, .DNNInfo_ButtonEmail, .DNNInfo_ButtonPayment, .DNNInfo_ButtonConfirm,.DNNInfo_ButtonNew{
	color:#3a3838;
	padding:3px 5px 3px 25px;
	cursor:pointer;
	font-size:11px;
	margin-right:5px;
	text-align:left;
	font-weight:bold;
	background:url(images/button_save.png) #f0f0f0 5px 2px  no-repeat;
}

.DNNInfo_ButtonSearch{background:url(images/button_search.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonReset{background:url(images/button_reset.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonReply{background:url(images/button_reply.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonUpdate{background:url(images/button_save.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonDelete{background:url(images/button_delete.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonBack{background:url(images/button_back.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonReset{background:url(images/button_reset.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonUpload{background:url(images/button_upload.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonExport{background:url(images/button_export.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonDownload{background:url(images/button_download.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonImport{background:url(images/button_import.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonLoadDefault{background:url(images/button_loaddefault.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonCleanUp{background:url(images/button_cleanup.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonSubmit{background:url(images/button_submit.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonEmail{background:url(images/button_email.png) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonPayment{background:url(images/moneydollar.gif) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonPayment{background:url(images/confirm.gif) #f0f0f0 5px 2px  no-repeat;}
.DNNInfo_ButtonNew{background:url(images/add.gif) #f0f0f0 5px 2px  no-repeat;}
p.DNNInfo_MTop{
	padding-top:10px;
}

.DNNInfo_Note
{
	font-size:10px;
	font-style:italic;
}

.DNNInfo_PreviewImage{
	margin-bottom:10px;
}
/******* END MISC *******/

/***** ADMIN *******/
.DNNInfo_Box{
	border:solid 1px #c6c3c3;
	width:100%;
	margin-bottom:12px;
}

.DNNInfo_BoxHeader{
	border-bottom:solid 1px #c6c3c3;
	padding:7px 10px;
	font-weight:bold;
	font-size:13px;
	background-color:#e7e5e5;
	color:#817e7e;
}

.DNNInfo_BoxInside{
	padding:10px;
}

.DNNInfo_BoxInside ol{
	margin:0;
	padding:0;
	padding-left:20px;
	margin-left:10px;
}

/***** END ADMIN *******/


/***** CATEGORY LISTING *******/
.DNNInfo_CategoryListing ul, .DNNInfo_CategoryListing ul li,
.DNNInfo_CustomCategoryListing ul, .DNNInfo_CustomCategoryListing ul li{
	margin:0;
	padding:0;
	list-style:none;
}

.DNNInfo_CategoryListing ul li,
.DNNInfo_CustomCategoryListing ul li{
	line-height:22px;
	background-color:#e5e5e5;
}

.DNNInfo_CategoryListing ul li a,
.DNNInfo_CustomCategoryListing ul li a{
	text-decoration:none;
	padding:0px;
	padding-left:10px;
	color:#237df8;
}

.DNNInfo_CategoryListing ul li.selected a.selected,
.DNNInfo_CustomCategoryListing ul li.selected a.selected{
	font-weight:bold;
}

.DNNInfo_CategoryListing ul li ul,
.DNNInfo_CustomCategoryListing ul li ul{
	padding-left:10px;
}

.DNNInfo_CategoryListing ul li.selected ul,
.DNNInfo_CustomCategoryListing ul li.selected ul{
	display:block;
}

.DNNInfo_CategoryListing ul li ul li,
.DNNInfo_CustomCategoryListing ul li ul li{
	line-height:18px;
}

.DNNInfo_CategoryListing ul li ul li a,
.DNNInfo_CustomCategoryListing ul li ul li a{
	padding-left:14px;
	background:url(images/arrow.gif) no-repeat;
	background-position:4px 5px;
}

.DNNInfo_RSSFeed{
	padding-top:2px;
}

.DNNInfo_CategoryListing ul li span a, .DNNInfo_CategoryListing ul li ul li span a, .DNNInfo_CategoryListing ul li ul li ul li span a,
.DNNInfo_CustomCategoryListing ul li span a, .DNNInfo_CustomCategoryListing ul li ul li span a, .DNNInfo_CustomCategoryListing ul li ul li ul li span a{
	background:none;
	padding-left:2px;
}

/***** END CATEGORY LISTING*****/

/***** CATEGORY IMAGE LISTING *******/
.DNNInfo_ParentBoxCategoryImage{
	width:250px;
	float:left;
	margin-bottom:15px;
	margin-right:10px;
}

.DNNInfo_TdCategoryParentLink a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

ul.DNNInfo_SubCategoryList, ul.DNNInfo_SubCategoryList li{
	margin:0;
}

ul.DNNInfo_SubCategoryList li, ul.DNNInfo_SubCategoryList li a{
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}


/***** END CATEGORY IMAGE LISTING*****/

/***** PRICE RANGE LISTING *******/
.DNNInfo_PriceRangeListing ul, .DNNInfo_PriceRangeListing ul li{
	margin:0;
	padding:0;
	list-style:none;
}

.DNNInfo_PriceRangeListing ul li{
	line-height:22px;
	background-color:#e5e5e5;
}

.DNNInfo_PriceRangeListing ul li a{
	text-decoration:none;
	padding:0px;
	padding-left:10px;
	color:#237df8;
}

.DNNInfo_PriceRangeListing ul li.selected a.selected{
	font-weight:bold;
}

/***** END PRICE RANGE LISTING*****/



/***** LOCATION LISTING *******/
.DNNInfo_LocationListing ul, .DNNInfo_LocationListing ul li{
	margin:0;
	padding:0;
	list-style:none;
}

.DNNInfo_LocationListing ul li{
	line-height:22px;
	background-color:#e5e5e5;
}

.DNNInfo_LocationListing ul li a{
	text-decoration:none;
	padding:0px;
	padding-left:10px;
	color:#237df8;
}

.DNNInfo_LocationListing ul li.selected a.selected{
	font-weight:bold;
}

.DNNInfo_LocationListing ul li ul{
	padding-left:10px;
}

.DNNInfo_LocationListing ul li.selected ul{
	display:block;
}

.DNNInfo_LocationListing ul li ul li{
	line-height:18px;
}

.DNNInfo_LocationListing ul li ul li a{
	padding-left:14px;
	background:url(images/arrow.gif) no-repeat;
	background-position:4px 5px;
}

.DNNInfo_LocationListing ul li span a, .DNNInfo_LocationListing ul li ul li span a, .DNNInfo_LocationListing ul li ul li ul li span a{
	background:none;
	padding-left:2px;
}

/***** END LOCATION LISTING*****/



/******* CLASSIFIED LISTS *******/
table.DNNInfo_TblClassifiedList{
	width:100%;
}

table.DNNInfo_TblClassifiedList td{
	vertical-align:top;
	padding:10px;
}

.tdDNNInfo_ClassifiedMainImage{
	width:150px;
}

.tdDetailsDNNInfo_ClassifiedMediumMainImage{
	width:250px;
}

div.DNNInfo_ClassifiedTitle, div.DNNInfo_ClassifiedTitle a, div.DNNInfo_ClassifiedTitle a:visited{
	color:#1778A5;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

.DNNInfo_MapList{
	margin-top:10px;
}

.DNNInfo_Classifieds_ProfileImage{
	padding-right:10px;
}

.DNNInfo_Classifieds_GoogleMapTitle{
	color:#1778A5;
	font-size:14px;
	font-weight:bold;
}

.DNNInfo_Classifieds_GoogleMapAddress{
	font-size:11px;
	color:#999999;
}

div.DNNInfo_ClassifiedTitle a:hover{
	text-decoration:underline;
}

div.DNNInfo_ClassifiedRating{
	margin:4px 0;
}

div.DNNInfo_RatingSummary, div.DNNInfo_ClassifiedPostedBy, div.DNNInfo_ClassifiedPCreatedOn, div.DNNInfo_ClassifiedUpdatedOn, div.DNNInfo_ClassifiedTotalDownloads, div.DNNInfo_ClassifiedHits, DNNInfo_ClassifiedPrice, DNNInfo_ClassifiedLicenseType{
	font-size:11px;
	padding-bottom:2px;
}

div.DNNInfo_ClassifiedShortDescription{
	margin-top:10px;
}

div.DNNInfo_ClassifiedTotalDownloads, div.DNNInfo_ClassifiedPrice, div.DNNInfo_ClassifiedLicenseType, div.DNNInfo_ClassifiedHits, div.DNNInfo_ClassifiedWebsiteURL, .DNNInfo_ClassifiedContactName, .DNNInfo_ClassifiedContactAddress, .DNNInfo_ClassifiedContactNo, .DNNInfo_ClassifiedMobileNo, .DNNInfo_ClassifiedFax, .DNNInfo_ClassifiedEmail{
	padding-bottom:7px;
	padding-left:20px;
}

.DNNInfo_ClassifiedWebsiteURL,.div.DNNInfo_ClassifiedWebsiteField{
    line-height:normal;
    display:block;
    height:auto;
}

div.DNNInfo_ClassifiedTotalDownloads{
	background:url(images/download.gif) no-repeat;
}

div.DNNInfo_ClassifiedPrice{
	background:url(images/price.gif) no-repeat;
}

div.DNNInfo_ClassifiedLicenseType{
	background:url(images/license.gif) no-repeat;
}

div.DNNInfo_ClassifiedHits{
	background:url(images/hits.gif) no-repeat;
}

div.DNNInfo_ClassifiedWebsiteURL{
	background:url(images/url.gif) no-repeat;
}

div.DNNInfo_ClassifiedContactName{
	background:url(images/user.gif) no-repeat;
}

div.DNNInfo_ClassifiedContactAddress{
	background:url(images/address.gif) no-repeat;
}

div.DNNInfo_ClassifiedContactNo{
	background:url(images/telephone.gif) no-repeat;
}

div.DNNInfo_ClassifiedFax{
	background:url(images/fax.gif) no-repeat;
}

div.DNNInfo_ClassifiedMobileNo{
	background:url(images/mobile.gif) no-repeat;
}

div.DNNInfo_ClassifiedEmail{
	background:url(images/email.gif) no-repeat;
}

div.DNNInfo_ClassifiedCompanyName{
	color:#2171a4;
	text-decoration:underline;
}

.DNNInfo_ClassifiedTags{
	padding-bottom:7px;
	width:300px;
	display:inline-block;
}

.DNNInfo_ClassifiedSpanTag{
	background:url(images/tag.gif) no-repeat;
	padding-left:17px;
	margin-right:10px;
	float:left;
	padding-bottom:7px;
}

div.DNNInfo_Liner{
	line-height:5px;
	height:10px;
	border-top:dotted 1px #9a9895;
	letter-spacing:1px;
	clear:both;
}

h3.DNNInfo_H3{
	margin:0;
	padding:0;
	padding-bottom:5px;
	margin-top:20px;
}

div.DNNInfo_CategoryLink{
	margin-top:10px;
	margin-bottom:5px;
	background-color:#3484d6;
	padding:6px 5px;
	display:inline-block;
	width:97%;
	color:#ffffff;
	font-weight:bold;
}

div.DNNInfo_CategoryLink a{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}

.DNNInfo_SortBar{
	margin:10px 0px;
}

.DNNInfo_AdditionalImages{
	margin-top:10px;
}

.DNNInfo_ImageThumb{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}

.DNNInfo_SocialBookmarking
{
	width:250px;
	display:inline-table;
}

.DNNInfo_Bookmark{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}

.DNNInfo_Clear{
	clear:both;
}

.DNNInfo_LinkReportAbuse, .DNNInfo_LinkEmailFriend, .DNNInfo_LinkRatingClassified, .DNNInfo_LinkAskQuestion{
	padding-left:20px;
	display:block;
	line-height:16px;
	height:20px;
	background:url(images/abuse.gif) no-repeat;
}

.DNNInfo_LinkEmailFriend{
	background:url(images/mail.gif) no-repeat;
}

.DNNInfo_LinkAskQuestion{
	background:url(images/question.gif) no-repeat;
}

.DNNInfo_LinkRatingClassified{
	background:url(images/rating.gif) no-repeat;
}


/******* END CLASSIFIED LISTS *******/

/********* INBOX MESSAGE **********/
.DNNInfo_EmailBold{
	font-weight:bold;
}

.DNNInfo_InboxMessage, .DNNInfo_InboxMessage li{
	margin:0px;
	padding:0px;
	list-style:none;
}

.DNNInfo_InboxMessage li{
	background-color:#342c2c;
	text-align:center;
	width:100px;
	float:left;
	border-right:solid 1px #ffffff;
}

.DNNInfo_InboxMessage li a, .DNNInfo_InboxMessage li a:active, .DNNInfo_InboxMessage li a:visited{
	color:#ffffff;
	font-weight:bold;
	display:block;
	padding:5px 10px;
}

.DNNInfo_InboxMessage li.selected a, .DNNInfo_InboxMessage li a:hover{
	background-color:#fb820b;
}

.DNNInfo_MessagePreview{
	font-size:11px;
	color:#5a5754;
}

table.DNNInfo_TblMessageDetails td{
	padding:2px 3px;
}

.DNNInfo_MessageBoxHeader{
	background-color:#d4dbe2;
	padding:5px;
}

table.DNNInfo_TblMessageDetails{
	width:100%;
}

table.DNNInfo_TblMessageDetails td{
	vertical-align:top;
}
/********* END INBOX MESSAGE **********/


/********* RATING **********/
.DNNInfo_RatingBox{
	margin-bottom:18px;
}

.DNNInfo_RateBy{
	font-size:11px;
	font-style:italic;
	margin:5px;
}

.DNNInfo_RatingMessage{
	font-size:12px;
	padding-bottom:5px;
	border-bottom:dotted 1px #cccccc;
}

.DNNInfo_RatingSummary{
	font-size:11px;
	margin-bottom:5px;
}

.DNNInfo_RatingStarsList{
	margin-bottom:5px;
}
/********* END RATING **********/

/********* PAGING BAR **********/
.DNNInfo_PagingBar {
	background-color:#C0D3F5;
	height:20px;
	line-height:20px;
	margin:5px 0;
	padding:3px 5px;
}

a.linkSelected{
	padding:3px;
	border:solid 1px #2b2c2d;
}
/********* END PAGING BAR **********/

/******* TABLE LICENSE *******/
#DNNInfo_License{
	margin-bottom:10px;
}

#DNNInfo_License table td{
	padding:3px 5px;
}

/******* END TABLE LICENSE *******/

/******* TABLE ABUSE / SEND FRIEND EMAIL*******/
table.tblReportAbuse td, table.tblEmailFriend td{
	padding:2px;
	vertical-align:top;
}

input.DNNInfo_TextBox{
	width:250px;
}
/******* END TABLE ABUSE / SEND FRIEND EMAIL */

/******* CLEANING TOOLS *******/
.DNNInfo_Hidden{
    display:none;
}

.DNNInfo_Block{
	font-size:14px;
	display:block;
	padding:5px 40px;
	line-height:22px;
	background:url(images/notifysign.gif) 5px 5px no-repeat;
	background-color:#e8ec7a;
	border:solid 1px #c6c3c3;
	font-weight:bold;
	font-size:13px;
	margin:10px 0;
}

.DNNInfo_IFrame{
    border:solid 1px #cccccc;
    width:550px;
    height:300px;
    margin-top:10px;
}
/******* END CLEANING TOOLS *******/

/******* TABS *****/
.DNNInfo_Tabs ul.DNNInfo_UlTabs, .DNNInfo_Tabs ul li.DNNInfo_LiTabs
{
	margin:0;
	padding:0;
	list-style:none;
}

.DNNInfo_Tabs ul.DNNInfo_UlTabs li.DNNInfo_LiTabs
{
	float:left;
	background:url(images/tab.gif) no-repeat;
	margin-right:5px;
	border-bottom:none;
	height:22px;
	line-height:22px;
	text-align:center;
}

.DNNInfo_Tabs ul.DNNInfo_UlTabs
{
	border-bottom:solid 1px #c0ced3;
	width:100%;
	height:22px;
}

.DNNInfo_Tabs ul.DNNInfo_UlTabs li.DNNInfo_TabActive, .DNNInfo_Tabs ul.DNNInfo_UlTabs li.DNNInfo_LiTabs:hover
{
	background:url(images/tabselected.gif) no-repeat;
}

.DNNInfo_Tabs ul.DNNInfo_UlTabs li.DNNInfo_TabActive a,  .DNNInfo_Tabs ul.DNNInfo_UlTabs li.DNNInfo_LiTabs a:hover
{
	text-decoration:none;
	color:#333333;
	background:url(images/tabrightselected.gif) no-repeat top right;
}

.DNNInfo_Tabs ul.DNNInfo_UlTabs li.DNNInfo_LiTabs a
{
	display:block;
	padding:0px 10px;
	background:url(images/tabright.gif) no-repeat top right;
	color:#2669bb;
}

.DNNInfo_TabPanel
{
	margin-top:12px;
}
/* END TABS *******/

/*************** IMAGE STEPS *****************/
.DNNInfo_Classifieds_ImageSteps{
	margin-bottom:15px;
	border:solid 1px #c9cad2;
	background-color:#e3e4ea;
}

.DNNInfo_Classifieds_ImageStepsInside{
	padding:5px;
	display:inline-block;
}

ul.DNNInfo_Classifieds_UlSteps, ul.DNNInfo_Classifieds_UlSteps li{
	margin:0;
	padding:0;
	list-style:none;
}

ul.DNNInfo_Classifieds_UlSteps li{
	float:left;
	margin-right:30px;
	line-height:36px;
	padding-left:40px;
	font-weight:bold;
}

ul.DNNInfo_Classifieds_UlSteps li#liStep0{background:url(images/step1.png) no-repeat;}
ul.DNNInfo_Classifieds_UlSteps li#liStep1{background:url(images/step2.png) no-repeat;}
ul.DNNInfo_Classifieds_UlSteps li#liStep2{background:url(images/step3.png) no-repeat;}
ul.DNNInfo_Classifieds_UlSteps li#liStep3{background:url(images/step4.png) no-repeat;}
ul.DNNInfo_Classifieds_UlSteps li#liStep4{background:url(images/step5.png) no-repeat;}

ul.DNNInfo_Classifieds_UlSteps li#liStep0.on{background:url(images/step1_on.png) no-repeat;}
ul.DNNInfo_Classifieds_UlSteps li#liStep1.on{background:url(images/step2_on.png) no-repeat;}
ul.DNNInfo_Classifieds_UlSteps li#liStep2.on{background:url(images/step3_on.png) no-repeat;}
ul.DNNInfo_Classifieds_UlSteps li#liStep3.on{background:url(images/step4_on.png) no-repeat;}
ul.DNNInfo_Classifieds_UlSteps li#liStep4.on{background:url(images/step5_on.png) no-repeat;}

ul.DNNInfo_Classifieds_UlSteps li#liStep0.on, ul.DNNInfo_Classifieds_UlSteps li#liStep1.on, ul.DNNInfo_Classifieds_UlSteps li#liStep2.on, ul.DNNInfo_Classifieds_UlSteps li#liStep3.on, ul.DNNInfo_Classifieds_UlSteps li#liStep4.on{
	color:#1378f4;
}


/***************** PACKAGES *******************/
.DNNInfo_Classifieds_PackageName{
	font-size:13px;
	font-weight:bold;
	color:#0a68dd;
}

.DNNInfo_Classifieds_PackageDescription{
	padding-left:22px;
}

/***************** GENERIC HEADER PANE *******************/
.DNNInfo_HeaderBar{
	background-color:#bae2ee;
	padding:5px 10px;
	color:#000000;
	font-weight:bold;
	font-size:13px;
	margin:10px 0 5px 0px;
}

/***************** GENERIC TABLES *******************/
table.DNNInfo_TblAskQuestion td, table.DNNInfo_TblReview td, table.DNNInfo_TblEmailFriend td, table.DNNInfo_TblReportAbuse td{
	padding:2px 5px;
}
table.DNNInfo_TblReportAbuse td, table.DNNInfo_TblEmailFriend td, table.DNNInfo_TblAskQuestion td,
table.DNNInfo_TblReview td,
table.DNNInfo_TblReportAbuse td input, table.DNNInfo_TblReportAbuse td textarea,
table.DNNInfo_TblEmailFriend td input, table.DNNInfo_TblEmailFriend td textarea,
table.DNNInfo_TblAskQuestion td input, table.DNNInfo_TblAskQuestion td textarea,
table.DNNInfo_TblReview td input, table.DNNInfo_TblReview td textarea{
	font-family:Arial;
	font-size:12px;
	vertical-align:top;
}

/******************** YOUTUBES *************************/
.DNNInfo_Classifieds_YouTubePlayer_Template td{
	vertical-align:top;
}

.DNNInfo_Classifieds_YouTubePlayer_PlayList{
	overflow:scroll;
	overflow-x:hidden;
	border:solid 1px #ebece9;
	padding: 3px;
	margin-left:8px;
}

.DNNInfo_Classifieds_YouTubePlayer_TblVideo{
	padding-bottom:7px;
}

.DNNInfo_Classifieds_YouTubePlayer_VideoImage{
	padding-right:5px;
}

.DNNInfo_Classifieds_YouTubePlayer_VideoTitle{
	font-size:14px;
}

.DNNInfo_Classifieds_YouTubePlayer_Rating{
	font-size:11px;
}

.DNNInfo_Classifieds_YouTubePlayer_Views, .DNNInfo_Classifieds_YouTubePlayer_Views{
	font-size:11px;
	font-style:italic;
}

.DNNInfo_Classifieds_YouTubePlayer_PagingBar{
    line-height:20px;
    padding:3px 5px;
    height:20px;
    background-color:#c0d3f5;
    margin:5px 0px;
}

.DNNInfo_Classifieds_YouTubePlayer_PagingBar a.linkSelected{
    font-weight:bold;
    text-decoration:underline;
    border:solid 1px #95979c;
    padding:2px;
}

/******************** COUPON BOX *************************/

.DNNInfo_CouponBox{
	border:solid 1px #999999;
	padding:10px;
	margin-bottom:12px;
	display:block;
	width:300px;
}

.DNNInfo_CouponCode{
	padding-left:5px;
	padding-right:28px;
	background:#FDEDB3 url(images/couponcut.gif) no-repeat top right;
	border:dashed 1px #FEBF01;
	color:#553E00;
	display:block;
	float:left;
	font-size:17px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	max-width:185px;
	overflow:hidden;
	font-family:"Trebuchet MS",Trebuchet,Arial,sans-serif;
	margin-bottom:5px;
}

.DNNInfo_CouponCode a, .DNNInfo_CouponCode a:link, .DNNInfo_CouponCode a:visited{
	color:#553E00;
	text-decoration:none;
}

.DNNInfo_CouponTitle{
	clear:both;
	display:block;
	margin:7px 0px;
	font-family:"Trebuchet MS",Trebuchet,Arial,sans-serif;
	color:#553E00;
	font-size:15px;
	font-weight:bold;
}

.DNNInfo_CouponDescription{
	float:none;
	clear:both;
	font-family:"Trebuchet MS",Trebuchet,Arial,sans-serif;
	font-size:12px;
}

.DNNInfo_CouponLink a, .DNNInfo_CouponLink a:link, .DNNInfo_CouponLink a:visited{
	color:#E46702;
	text-decoration:underline;
	font-size:11px;
	font-family:"Trebuchet MS",Trebuchet,Arial,sans-serif;
}

/******************* MODULE SETTINGS *******************/
table.DNNInfo_TblTabInfo{
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
}

table.DNNInfo_TblTabInfo td{
	padding:3px 5px;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
}

table.DNNInfo_TblTabInfo tr.DNNInfo_trTabInfo{
	background:#787a72;
	color:#ffffff;
}

table.DNNInfo_TblTabInfo tr.DNNInfo_trTabInfo td{
	color:#ffffff;
	font-weight:bold;
	white-space:nowrap;
}

table.DNNInfo_TblSettings td{
	vertical-align:top;
}