﻿

.Advertisement
{
	font-family : Verdana, Arial;
	font-size : 8pt;
	color : #0071BC!important;
	text-decoration : none;
	display : block;
	width : 600px;
	clear : none;
	float : left;
	padding-left : 5px;
	border : none;
}

.FrontAdvertisementsContainer
{
	width : 324px;
	height:158px;
	clear : none;
	float : left;
	padding: 0px;
	margin:0px;
}


.SelectedAdvertisement
{
	font-family : Verdana, Arial;
	font-size : 12pt;
	background-color : #F2F5FC!important;
	text-decoration : none;
	display : block;
	width : 600px;
	clear : none;
	float : left;
}

.AdvDate
{
	display : block;
	width : 580px;
	clear : both;
	float : left;
	padding-top : 20px;
	padding-bottom : 5px;
	font-size : 10px;

}
.AdvContent
{
	display : block;
	width : 580px;
	clear : both;
	float : left;
	font-size : 12px;
	color : Black;
	padding-bottom : 5px;
	font-weight : bold;
	text-align:left;
}
.AdvContact
{
	display : block;
	width : 580px;
	clear : both;
	float : left;
	font-size : 12px;
	padding-bottom : 10px;
	color : Black;
	border-bottom : solid 1px #E6E6E6;
}

.btnAdd
{
	background-image : url();
	color : #af0820!important;
	height : 30px;
	font-family : Verdana, Arial;
	font-size : 10pt;	
	vertical-align : middle;
	border : solid 1px green;
}

.btnDelete
{
	background-image : url(/images/delete.jpg);
	background-repeat:no-repeat;
	color : white!important;
	font-family : Verdana, Arial;
	font-size : 8pt;	
	vertical-align : middle;
	display : block;
	float : left;
	clear : none;
	width : 50px;
	padding-left : 5px;
	height: 30px;
}

.pagingContainer
{
    CLEAR: none;
    FLOAT: left;
    TEXT-ALIGN: center;
    color:#0071BC;
    font-size:12px;
    font-family:Verdana;
}
.pagingGap
{
    FONT-SIZE: x-large;
}
.prevPage
{
    DISPLAY: block;
    BACKGROUND-IMAGE: url(/images/btn_prev.jpg);
    background-repeat:no-repeat;
    WIDTH: 15px;
    HEIGHT: 25px;
    
}
.nextPage
{
    DISPLAY: block;
    BACKGROUND-IMAGE: url(/images/btn_next.jpg);
    background-repeat:no-repeat;
    WIDTH: 15px;
    HEIGHT: 25px;
}
.prevPageContainer
{
    CLEAR: none;
    FLOAT: left;
    WIDTH: 15px;
    HEIGHT: 25px;
}
.thumbsContainer
{
    CLEAR: none;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FLOAT: left;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    HEIGHT: 80px;
}
.nextPageContainer
{
    CLEAR: none;
    FLOAT: left;
    WIDTH: 15px;
    HEIGHT: 25px;
}

.search_boxes
{
font-Size:12px;
font:verdana;
color:#0071BC;
}

#SendAdvertPanel
{
	float:left; 
	clear:both; 
	width:500px; 
	vertical-align:middle;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	color:#0B4585;
}

#SendAdvertPanel input, textarea
{
	float:left;
	clear : none;
}



.error,
.correct{
	width:25px;
	color:#f00;
	background:url(/images/error.png) no-repeat left top;
	height:24px;
	display:none;
	float : left;
	clear : right;
}
.correct{
	color:#093;
	background:url(/images/ok.png) no-repeat left top;
}
