* {
	margin: 0;
   padding: 0;
   border: none;
	font-size: 1em;
}
body { /*CHANGE*/
   font: 62.5% "Trebuchet MS", Helvetica, sans-serif;
   background-color: #000000;/*all bg color*/
}
#container { 
	width: 100%;
	min-width: 1100px;
	margin: 0px auto;
}

#header {
	background: url(images/header2.jpg) no-repeat;
	height: 48px;
	width: 1050px;
	position: relative;
	padding: 147px 0 0 0;
	
}

#container-right /*CHANGE*/
{
	background: url(images/headerSmall2.jpg) repeat-x;
	height: 195px;
	width: 100%;
	min-width:1100px;
	position: absolute;
	/*padding: 145px 0 0 0;*/
	
}

#header h1 a {
	display: block;
	position:absolute;
	top:0px;
	left:0px;
	width:245px;
	height:145px;
   /* hide from IE Mac \*/
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
   background:url(images/header-h2.jpg) no-repeat;
}

* html>body #header h1 a {
   letter-spacing: -999em;	
}

#header p a
{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.faq
{
	margin-left:8px;
}

#header p span
{
	color:#FFF;
}

#header form
{
	position: absolute;
	left:683px;
	top:30px;
}


#header form p button
{
	width: 39px;
	height: 34px;
	text-indent: -999em;
	overflow:hidden;
	display: block;	
	background:url(images/header-login.jpg) center right no-repeat;
	margin: 10px 0 0 0;
}
/*

#header p.button
{
	width: 39px !important;
	height: 34px;
}
*/
#header form p 
{
	float: left;
	margin: 0 18px 0 0;
}

#header form p.password
{
	float: left;
	margin: 0 10px 0 0;
}

#header form p label 
{
	font-size:14px;
	font-weight:bold;
	display: block;
	color: #ffffff;
}

#header form p input {
	width:100px;
	height:17px;
}

#header form button:hover{
	cursor:pointer;
}

#navigation {
	/*background:url(images/navigation.jpg) no-repeat;*/
	height:27px;
	width:100%; /*845px;*/
	color: #ffffff;
	position:absolute;
	top:150px;
	left:172px
}

#navigation h2{
	height: 0;
	overflow: hidden;
}
/*CHANGE*/
#navigation p
{
	float:left;
	color:#BD939D;
	font-size:12px;
	font-weight:bold;
	margin:8px 0 0 15%;
	white-space: nowrap; 
}

.faqterms a
{
font-size:12px;
font-weight:bold;
white-space:nowrap;
color:White;
text-decoration:none;
    }
#navigation ul {
	float:left;
	list-style: none;
	background:transparent;
}

#navigation ul li {
	float: left;
	
}

#navigation ul li a {
	/*background:url(images/navigation.jpg) 0 -27px no-repeat;*/
	display: block;
	text-decoration: none;
	height: 27px;
	text-indent:-999px;

}

#navigation ul li a:hover {
	background:none;
	display: block;
	text-decoration: none;
	height: 27px;
	text-indent:-999px;

}

#navigation ul li.home a {
	background-position:0 -27px;
	width: 58px;
}

#navigation ul li.creative a {
	background-position:-59px -27px;
	width: 73px;
	margin: 0 0 0 1px;
}

#navigation ul li.business a {
	background-position:-133px -27px;
	width: 85px;
	margin: 0 0 0 1px;
}

#navigation ul li.creative2 a {
	background-position:-219px -27px;
	width: 86px;
	margin: 0 0 0 1px;
}

#navigation ul li.business2 a {
	background-position:-306px -27px;
	width: 83px;
	margin: 0 0 0 1px;
}

/*Change Lynxy 24/03*/
#content
{
	background: url(images/content-bg.jpg) #000000 repeat-y;
	width: 100%;
	margin: 0px auto;
	min-height: 484px;
	_min-height: 615px;
	overflow: hidden;
	_overflow:visible;
	color: #ffffff;
	margin-top: 0px;
	clear:both;
}

/*Change Lynxy 5/04*/
#main-content
{
	position: relative;
	float:left;
	width:649px;
	/*background: url(images/main-content-bg.jpg) no-repeat;*/
	/*height: 740px;*/
	/*color: #ffffff;*/
}
#main-content-down /*CHANGE*/
{
	position: relative;
	float:left;
	width: 649px;
	background: url(images/ConnComm.jpg) no-repeat;
	height: 90px;
	color: #ffffff;
	clear:left;
}

#main-content-down .ibAdvSearch
{
 margin-top:40px;
 margin-left:380px;   
}

#main-content h2
{
	height:0px;
	overflow:hidden;
}

#main-content h3
{
	color:#4A634D;
	font-size:16px;
	margin:240px 0 0 215px;
}

#main-content form
{
	margin:0 0 0 215px;
}

#main-content form p
{
	margin:5px 0 15px 0;
}

#main-content form input
{
	font-size:13px;
	float:left;
	border: 2px inset silver;
	height:17px;
	width:100px;
}

#main-content form select
{
	font-size:13px;
	float:left;
	border: 2px inset silver;
	height:21px;
	width:100px;
}

#main-content form .searh
{
	float:none;
	width:235px;
	clear:both;
}

#main-content form p label
{
	display:block;
	float:left;
	color:#4A634D;
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 5px;
	padding-top:7px;
}

#main-content form p.button 
{
clear: both;
margin:58px 0 0 62px;
}

#main-content form p.button button
{
width: 127px;
height: 30px;
display: block;
background:transparent;
text-indent:-999px;
}

#main-content form p.button button:hover
{
cursor:pointer;
}

#main-content p
{
	margin:102px 0 0 265px;
}

#main-content .DefaultSearchStyleButton a
{
	margin-left:50px;
}

#main-content p a
{
	display:block;
	width:148px;
	height:26px;
	text-indent:-999px;
}


#information
{
	float:left;
	width: 270px;
	margin:0 1px 0 0;
	padding:0 0 30px 0;
	position: absolute;
	top: 200px;
	left: 650px;
}


#information h2.first
{
	display:block;
	border-bottom:2px solid #5F4A51;
	color:#FFF;
	margin-left:1px;
	font-size:13px;
	padding:20px 0 3px 15px;
	
}

#information h2
{
	display:block;
	border-bottom:2px solid #5F4A51;
	color:#FFF;
	margin-left:1px;
	font-size:13px;
	padding:20px 0 3px 15px;
		
}

#information h3
{
	color:#BE8B9A;
	margin-left:1px;
	font-size:13px;
	margin:15px 0 0 15px;
	text-decoration:none;

}

#information h3 .lnkBlog
{
	color:#BE8B9A;
	margin-left:1px;
	font-size:13px;
	margin:15px 0 0 0px;
	text-decoration:none;
	text-transform:uppercase;
}

#information p
{
	color:#FFF;
	font-size:11px;
	margin:0 0 0 15px;
}

#footer /*CHANGE*/
{
	background: url(images/footer-bg.jpg) repeat-x;
	/*float:left;*/
	height:41px;
	width: 100%;
	min-width: 1024px;
	clear:both;
}

/*#footer-right /*CHANGE*/
/*{
	background: url(images/footer-bg.jpg) repeat-x;
	height:41px;
	width: 100%;
	position: relative;
}

#footer p .fleft
{
	float:left;
	margin:15px 20px 0 0;
	color: #fff;
	font-size:13px;
}

#footer p .fright
{
	float:right;
	margin:15px 40px 0 0;
	color: #fff;
	font-size:13px;
}*/

.ToplineCalendar 
{
    background: url(images/bg-maincontent-1.gif) no-repeat;
    width:646px;
    height:56px;
}


/*Change 5/03 Lynxy*/
#main-content.calendar{
	background: url(images/RedBG.gif) repeat-y;
	height:/*740px;*/100%;
}
#main-content.calendar div#connectForm{
	border-bottom: 1px dotted #000;
	margin: 65px 0 40px 0;
	padding-bottom: 10px;
}
div#connectForm form{
	margin: 0;
	padding-left: 125px;
	height: 25px;
}
div#connectForm p{
	float: left;
}
div#connectForm p label{
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
}
div#connectForm p select{
	height: 18px;
}
div#connectForm button 
 {	
    width: 98px;
	height: 25px;
	float: left;
	background: url(images/connect-button.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	margin: 5px;
	cursor: pointer;
}

.headertableCalendar /*Change 5/03/ Lynxy*/
{
    width: 649px;
    margin-top: 20px;
    margin-left: 30px;
}

.headertableCalendar tr td input.CalendarButtonConnect /*Change 5/03/ Lynxy*/
{
    background: url(images/Connected.gif) no-repeat;
    width:94px;
	height:27px;
	border: 0px;
	}

#placeCalendar /*Change 5/03 Lynxy*/
{
    margin-top: 20px;
    margin-left: 65px;
}

.CategorCalendar /*Change 5/03/ lynxy*/
{
    font: 12px Arial;
    margin-left: 40px;
}

#Calendar-topheader div table /*Change 5/03/ lynxy*/
{
    border-bottom: 1px dotted #000;
    width: 649px;
 }

div.calendarTable{
	width: 552px;
	background: url(images/calendartable-bottom.gif) bottom no-repeat;
	padding-bottom: 15px;
	margin: 0 auto 40px;
}
div.calendarTable table{
	background: #fff;
	width: 552px;
	text-align: center;
	color: #000;
}
div.calendarTable table#tablenav{
	height: 40px;width: 552px;
	background: url(images/calendartable-top.gif) top no-repeat #fff;
	font-size: 1.4em;
}
#tablenav td#next, #tablenav td#prev{
	padding: 0 10px;
}
div.calendarTable table#tablecontents tr td{
	width: auto;
	font-size: 1.2em;
	padding: 4px 0;
}
div.calendarTable table tr#days td{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #E9DDDF; 
}
div.calendarTable table#tablecontents tr td span{
	color: #7E293E;
}

/*
div#events{
	width: 551px;
	margin: 0 auto;
	background: url(images/events-bottom.gif) bottom no-repeat;
	padding-bottom: 10px;
}
div#events table{
	width: 551px;
	background: url(images/events-top.gif) top no-repeat #fff;
	font-size: 1.2em;
	color: #000;
}
div#events table td{
	padding: 3px 5px;
	border: 1px solid #fff;
	border-collapse: collapse;
	background: #ADBC9F;
}
div#events table thead td{
	border: 0;
	background: none;
}
div#events table tr.odd td{
	background: #DEE4DA;
}
div#events table td.rating{
	width: 40px;
	text-align: center;
}
div#events table td a{
	text-decoration: none;
	color: #000;
}*/
div.contentsBox{
	margin: 65px 0 0 0;
	padding: 0 35px
}
div.contentsBox h3, div.contentsBox p{
	margin: 0!important;
}
div.contentsBox h3{
	font-size: 1.2em!important;
	color: #fff!important;
	border-bottom: 2px solid #E9DDDF;
	padding-bottom: 2px;
	margin-bottom: 15px!important;
}
div.contentsBox p{
	font-size: 1.2em;
	margin-bottom: 25px!important;
}
div.thumbs{
	margin: 25px 0;
}

div.thumbs img{
	margin-right: 10px;
}

div#connectCharity{
	border-top: 1px dotted #000;
	margin: 0 0 40px 0;
	padding-bottom: 10px;
}
div#connectCharity form{
	margin: 0;
	padding-left: 25px;
	height: 25px;
	padding-top: 10px;
}
div#connectCharity p{
	float: left;
}
div#connectCharity p label{
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
}
div#connectCharity p select{
	height: 18px;
	width: 240px;
}
div#connectCharity button{
	width: 98px;
	height: 25px;
	float: left;
	background: url(images/connect-button.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	margin-left: 5px;
	cursor: pointer;
}

/* Register  CHange 5/04*/
#main-content.register{
	background: url(images/bg-maincontent-1.gif) no-repeat;
	width:646px;
	height:56px;
	
}
/*Change 5/04*/
#RedFonRegister.register
{
    background: url(images/RedBG.gif) repeat-y;
	width:646px;
	height:780px;
}

/*CHANGE Lynxy 24.03*/
#main-content-button{
	background: url(images/Register.gif) no-repeat;
	width: 649px;
	height: 33px;
	position: absolute;
	top: 25px;
	
}

/*CHANGE*/
#main-content-line{
	background: url(images/top-line.gif) no-repeat;
	width: 649px;
	height: 24px;
	/*position: absolute;*/
	margin-top: -1px;
	
}

div.registerType{
	border-bottom: 1px dotted #000;
	margin: 0 0 40px 0;
	padding-bottom: 10px;
	height: 25px;
}
div.registerType p{
	float: left;
	margin-right: 40px!important;
}
div.register{
	width: 522px;
}
div.register form{
	margin: 0!important; 
}
div.register form p{
	overflow: hidden;
	clear: both;
	margin-left: 45px!important;
	margin-bottom: 0!important;
}
div.register form p label{
	float: left;
	width: 100px;
	text-align: right;
	font-size: 1.1em!important;
	font-weight: normal!important;
	color: #fff!important;
}
div.register form p input{
	width: 160px!important;
	float: left;
}
div.register button{
	width: 99px;
	height: 29px;
	float: left;
	background: url(images/register-button.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	cursor: pointer;
	float: right;
	margin-right: 120px;
}

.Main2MasterLoginStatus1
{
    left: -18px;
    top: 0px;
}
.Main2MasterFaqTermsStyle
{
    width:150px;
    padding-right:25px;
}
.divMenu
{
width:100%; 
display:inline;  
}

#divMenu.Maine2MasterMenuStyle
{
    position:relative;
    display:none;
    
}

.PCOwnerChangePasswordButton
{
    background: url(images/ChangePassword.jpg) no-repeat; 
    width:141px;
    height:25px;
}
.PCOwnerCancelButton
{
    background: url(images/Cancel.jpg) no-repeat; 
    width:111px;
    height:25px;
}

.ChangePasswordStyleTable
{
     
     background:none;    
    
}
/*LayoutPublicationEdit.css begin 15/04/08*/
#main-content.PublicationEdit
{
    position: relative;
	/*background: url(images/bg-maincontent.gif) no-repeat;*/
	width:649px;
    
}
#FonPublicationEdit div table
{
    position: relative;
    border-bottom: 1px dotted #000;
    width: 649px;
    height: 100%;
    background:#FFF; /* White backgrounf above grey. See Bookmarks.master.css */
    margin-top:-50px;
}

.PublicationEditBody
{
     position: relative;
     background: url(images/PublicationBody.gif) no-repeat;
     width: 148px;
     height: 28px;
     
 }
 .PublicationEditSubCategoryPosition
 {
    position: relative;
    margin-top: -20px;
    min-height: 150px;
    margin-left: 183px;
   
  }
 .PublicationEditPublicationTitlePosition
 {
   position:relative;
   min-height: 200px;
   margin-left: 173px;
       
 }
 .PublicationEditSearchButton
 {
    background: url(images/Search.jpg) no-repeat;
    width:111px;
    height:25;
    position:relative;
    
    
 }
 .PublicationEditPublicationBodyStyle
 {
   
    width: 550px;
    margin-left: 283px;
    margin-top: -10px;
    height: 250px;
 }
 
 .PublicationEditKeyWords
 {
  color:#5E7D44;
  font: bold 13px Arial;   
  margin-left:173px;
  margin-top: 0px;
  padding-bottom: 10px;
  #padding-bottom: 0px;
 }
 
 .PublicationEditSelectDateText
 {
  color:#5E7D44;
  font: bold 13px Arial;   
  margin-left:263px;
  
 }
 
 .PublicationEditSelectDatePosition
 {
  min-height:200px; 
  margin-left: 280px;  
     
 }
 .PublicationEditDatePosition
 {
    margin-left: 230px;
    margin-top: 10px;
    height:150px;
    
  }
 .PublicationEditImagesPosition
 {
     min-height:300px; 
     margin-left: 280px;
     position:relative;
 }
 .PublicationEditImagesPosition2
 {
     height:300px; 
     margin-top:10px;
     position:relative;
     margin-left:20px;
 }
 @-moz-document url-prefix()
{
 .PublicationEditImagesPosition2
 {
    
      margin-top:10px;
     position:relative;
     
 }
}


  .PublicationEditContactPosition
  {
     margin-left: -15px;
     min-height:50px;
     height: 110px;
  }
  .PublicationEditSendEmailPosition
  {
    position:absolute;
    margin-left: 80px;
    min-height: 80px;
    height: 100px;
  }

 .PublicationEditProceedButtomPosition
  {
    background: url(images/PublicationButton.jpg) no-repeat;
    width:95px;
    height:25px;
    margin-left:450px;
    margin-top: 133px;
    #margin-top: 125px;
   }
 .PublicationEditPositionFAQTerms
   {
    width:20%; 
    margin-left: 830px;
    margin-top: -30px;
    
   }
 .PublicationEditBorderSize
 {
   border: 1px inset;
 }
  .PublisherEditFonBgPosition
 {
   background: url(images/bg-maincontent-1.gif) no-repeat;
   margin-top: 0px;
   margin-left: 300px;
   width: 649px;
   height: 56px;
    
  }
  .PublicationEditFooterPosition
  {
    position: relative;
      
  }
  .PublicationEditBodyPosition
  {
    margin-top:-50px;
  }
  .PositionPublicationEditCategory
  {
   width:100px;
   height:22px;
   float:left;
   margin-left: 3px;
   }
     
  .PositionPublicationEditCategory2
  {
   width:100px;
   height:22px;
   float:left;
   text-align:right;
  }
 
  .PositionPublicationEditSubCategory
  {
   width:220px;
   height:auto;
   float:left;  
  }
  
  .select-box
  {
   width:220px;
   height:auto;
   float:left;  
  }

  .select-box select
  {
   width:220px;
  }
  
  .PositionPublicationEditSubCategory2
  {
   width:380px;
   height:auto;
   float:left;  
  }
  
  .PublicationEditPubTitlePosition
  {
   width:115px;
   height:22px;
   float:left;
  }
  .PublicationEditPubTextPosition
  {
    width:auto;
    height:22px;
    float:left;
  }
  
  .PublicationA
  {
    width:400px;
    height:30;
    float:left;
    margin-left: 115px;
    font: 9px Arial;
    margin-top: -3px;
    #margin-top: -0px;
    _margin-top: -0px;
    margin-bottom: 8px;
  }
  
    .PublicationB
  {
    width:400px;
    height:30;
    float:left;
    margin-right: 100px;
    font: 9px Arial;
    margin-top: 2px;
    #margin-top: 3px;
  }
  
  .PublicationC
  {
    width:400px;
    height:30;
    float:left;
    margin-left: 263px;
    font: 9px Arial;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  
  .PublicationD
  {
    width:400px;
    height:30;
    float:left;
    margin-left: 90px;
    font: 9px Arial;
    margin-top: -22px;
    }
  
  .PublicationE
  {
    width:400px;
    height:30;
    float:left;
    margin-right: 100px;
    font: 9px Arial;
    margin-bottom: 5px;
    margin-top: -5px;
      }
  
  .PublicationEditTextDatePosition
  {
   width:50px;
   height:20px;
   float:left;
  }
  .PublicationEditDateFildPosition
  {
    width:150px;
    height:20px;
    float:left;
  }
  .PublicationEditDateClearPosition
  {
   width:20px;
   height:20px;
   float:left;  
  }
  .PublicationEditImageOnsPosition
  {
   width:500px;
   height:60px;
   float:left;
  }
  .PositionPublicationEditRegisterfild
  {
    width:118px;
    height:28px;
    float:left;  
    
  }
  .PublicationEditbackgroundcolor
  {
   background-color:#000;
  }
  .PublicationEditLoginPosition
  {
   left: -18px;
   top: 0px;
   }
   .PublicationEditDivTitleStyle
   {
    float:left;
    width: 90%;
   }
  .PublicationEditdivDatesPosition
  {
   width: 500px;
   margin-left: 20px;
   }
.PublicationEditdivPhotosPosition
  {
   width:50%;
   margin-top:15px;
   position:relative;
   margin-left:200px;
   float:left;
   #margin-top: -10px;
  }
@-moz-document url-prefix()
{
 .PublicationEditdivPhotosPosition
 {
    
     position:relative;
     margin-top:-10px;
 }
}

 .PublicationEditdivContactPosition
  {
   float: left;
   width: 90%;
   height: 108px;
   #height: 115px;
  }
  .PublicationEditdivEmailPosition
  {
   float: left;
   width: 90%;
   min-height: 95px;
   margin-left: 10px;
  }
  .PublicationEditSectionPosition
  {
    padding-right: 5px;
    padding-left: 250px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .PublicationEditMenuPosition tr td
  {
	padding-left: 0px;
	z-index: auto;
	position: relative;
	
}

 .PublicationEditUploadButtonPosition
  {
    background: url(images/UploadImages.gif) no-repeat;
    width:130px;
    height:25px;
    margin-left:80px;
    margin-top: 40px;
    #margin-top: 120px;
   }
  
.fupload
{
	BORDER-RIGHT: black 1px inset;	
	BORDER-TOP: black 1px inset;	
	/*FONT-SIZE: 13px;	*/
	/*FLOAT: left;	 */
	BORDER-LEFT: black 1px inset;	
	WIDTH: 250px;	
	BORDER-BOTTOM: black 1px inset;	
	/*HEIGHT: 17px*/
}

.divUpload
{
float: left;
margin-left: 15px;
#padding-right:10px;
/*height:100%;*/

}

.divUpload2
{
float: left;
margin-left:30px;
padding-right:15px;

}

.divUpload3
{
float: left;
margin-left:20px;
padding-right:3px;
color:#5E7D44;
font: bold 13px Arial; 
}

.divText
{
float: left;
margin-left:30px;
padding-right:15px;

}

.divBtnUpload
{
    margin-left: 10px;
    min-height: 100px;
    #margin-top: 10px;
}

.proceed
{
    margin-left: -160px;
   /* margin-top: 30px;
    #margin-top: 20px;*/
    }

.leyenda
{
    float:right;
    width: 280px;
    min-height:50px;
    #margin-right: -12px;
    margin-right: -25px;
    margin-top: -43px;
    #margin-top: -38px;
    font: 9px Arial;
    }

/*LayoutPublicationEdit.css end 15/04/08*/
/*layoutViewPublication.css begin 15/04/08*/
#main-content.viewpublication{
	background: #000000;
	background: url(images/bg-maincontent-1.gif) no-repeat;
	margin-top:12px;
	font: 12px;
}

#bottom_content
{
    margin-left:50px;
    float:left;
}

#bottom_content div table tr td span input
{
    width:150px;
    height: 20px;
}

#bottom_content div table tr td input
{
    width:auto;
    border: 0px;
}

#bottom_content div span textarea
{
    width:550px;
    height:100px;
    border: 0px;
}

#bottom_content div input.ContactToPublisherSubmit
{
    /*background: url(images/Connected.gif) no-repeat;*/
    background: url(images/Connect-Button-black.jpg) no-repeat;
    width:94px;
    height:100px;
    border:0px;
    margin-left:450px;
    cursor:pointer;
}

#bottom_content div div div input
{
     margin-left:-550px;
     
}
#bottom_content div div div label
{
    margin-left:-470px;
}

#bottom_content div div div span input
{
    margin: -13px 0 0 -490px;
    font-weight:normal;
    border: 0px;
    width:auto;
}

#bottom_content div table tr td
{
    margin-left:-10px;
}

#bottom_content div div div span
{
    margin: 0 0 0 0;
    font-weight:normal;
    border: 0px;
}

#bottom_content a
{
    color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

#bottom_content div div div span input
{
    width:auto;
    border: 0px;
}

.ContactMeBySpan
{
    color:#96767D;
}

.CommentsSpan
{
    color:#96767D;
}

.ContactPublisher-table
{
    margin-left:-10px;
}

.MyLinksLoginRememberMe input
{   
    height:20px;
    border:0px;
    
}

.MyLinksLoginRememberMe lable
{
    margin-left:50px;
}

.Mylinks-user-password
{
    border: 2px inset silver;
    width:140px;
}

.MyLinksLoginSubmit
{
    background: url(images/Connected.gif) no-repeat;
    width:94px;
    height:27px;
    border:0px;
    cursor:pointer;
}

.MyLinksLogin-table
{
    margin-left:10px;
    width:140px;
}

.MyLinksFailureTextSpan
{
    width:50px;
}

#ctl00_ContentPlaceHolder1_xtxtKeyword_RequiredValidator
{
    margin-left:202px;
    margin-top:-15px;
    width:5px;
    position:absolute;
}

#ctl00_ContentPlaceHolder1_XTxtSuburb_RequiredValidator
{
    margin-left:450px;
    margin-top:-15px;
    width:5px;
    position:absolute;
}

.modalPopup
{
    background: #000;
    height:50px;
    width:233px;
    text-align:center;
    
}

.modalPopupOk
{
    cursor:pointer;
}

.modalPopupEmail
{
    height:250px;
    width:250px;
    background-image: url(images/footer-bg.jpg);
    color:Fuchsia;
    z-index:100;
    
}
#bottom_content a
{
    
    color: #F5E748;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	
}
.WebPublicationLinkPosition
{
 width: 580px;    
 text-align:right;
     
}
.BacksearchColor
{
    
    color: #F5E748;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
 }
/*layoutViewPublication.css begin 15/04/08*/

#div-Inappropriate
{
  margin-left:20px;   
 }
 /*PublisherCongratulation begin*/
 
/*PublisherDefault begin*/
.centeredMessage
{
text-align:center;
font-weight:bolder;
} 
/*PublisherDefault end*/

.PublisherCongratulationTextPosition
{
  margin-left: 20px;
  margin-right:20px; 
  font: Arial 12px;  
}
.PublisherCongratulationButton
{
  background: url(images/MyPublicationButton.jpg) no-repeat;
  width:120px;
  height:27px;
  margin-left: 20px;
  margin-right:20px;
}
/*PublisherCongratulation end*/
.PreviewbacktoEditButton
{
   background: url(images/backtoEdit.jpg) no-repeat;
    width:111px;
    height: 25px;
    cursor:pointer;
    margin-left:10px;
 }
 .EditPublisherPreviewClassifiedsTitle
 {
  background: url(images/Classifieds.jpg) no-repeat;
  width:412px;
  height:57px;
    
 }
 .EditPublisherPreviewConToPubTitle
 {
  background: url(images/ConnecttoPublisher.jpg) no-repeat;
  width:584px;
  height:56px;
 }
 .EditPublisherPrwviewImagesTable
 {
    background:#000;  
    width: 412px; 
 }
 .PreviewbacktoProceedButton
{
   background: url(images/ProceedToCheckout.jpg) no-repeat;
    width:162px;
    height: 25px;
    cursor:pointer;
 }
  .PreviewbacktoContinueButton
{
   background: url(images/changes.jpg) no-repeat;
    width:162px;
    height: 25px;
    cursor:pointer;
 }
 .ViewPublicationPublisherPreview
 {
  margin-left: 10px;   
  color:#FFF;
 }
/*LayoutCAlendar begin*/
.ViewPublicationPublisherPreviewAllPages
{
    background-color:#000;
    width: 97%;
     margin-left: 15px;
}
.EditPublidherPreviewButtonBGcolor
{
    color:#FFF;   
 }
#Calendar-topheader-line1 /*Change 5.03. Lynxy */
{
    background: url(images/calendarLine.gif) no-repeat;
    width:649px;
	height:31px;
	margin-top: -30px;
	
}

#CalendarXGridViewBaseDiv
{
    margin-left: /*35px*/68px;
}

#CalendarXGridViewBaseDiv table tr td table /* Paging table on the bottom */
{
    
     /*background: url(images/publications-bottom.gif) no-repeat;
     width:598px;
     height:9px;*/
}

.calendarEmptyRaw
{
    background:#DEE4DA;
    color:#000;
    text-align:center;
}

.calendar_results_table_footer
{
    background: url(images/publications-bottom-calendar.gif) left no-repeat;
    height:9px;
    width:552px;
    position:relative;
    margin-top:-1px;
    
    /*background-position:bottom;
    height:200px;*/
}

.calendar_results_table_header
{
    background: url(images/publicationstable-top-calendar.gif) left no-repeat;
    height:8px;
    width:552px;
    position:relative;
}

.calendarPrevMonth
{
    background: url(images/table-prev.gif) left no-repeat;
    height:22px;
    width:22px;
    position:relative;
    text-decoration: none;
    
}

.calendarNextMonth
{
    background: url(images/table-next.gif) left no-repeat;
    height:22px;
    width:22px;
    position:relative;
    text-decoration: none;
}

.locationCalendarStyle
{
  float: left;
  width: 100%;
}

/*LayoutCAlendar end*/
/*LayoutCAtegory begin*/
#main-content-Category-Center
{
    background: url(images/TopHeaderLineCenter.gif) repeat-x;
	width: auto;
	height: 28px;
	position:relative;
}	
    
#main-content-Category-Line
{
	background: url(images/RedTopLine.gif) no-repeat;
	width: 648px;
	height: 3px;
	position:relative;
	top: -5px;

}
#main-content-Search-Line
{
	background: url(images/RedTopLine.gif) no-repeat;
	width: 648px;
	height: 3px;
	position:relative;
	top: -5px;

}
.topImgText
{
    font:Bold 13px Arial;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    width:100%;
    text-align: center;
    padding-top: 5px;
    text-transform:capitalize;
	    
}

.SearchTitle
{
  font:Bold 1em Arial;  
}

.CategoryTableStyle
{
    margin: 20px 0 0 25px;
    _margin-left:15px !important;
    _margin-top:15px !important;
 }

.CategoryBackStyle
 {
      color: #f5e748;
      font-weight: bold;
    
 }
 
.TextSearchHeight
{
  height: 40px;
}

.category-search-result-text
{
    text-transform:capitalize;
}

.adminCategory-saveButton
{
    background: url(images/Save.jpg) no-repeat;
    width: 111px;
    height: 25px;
}

.adminCategory-cancelButton
{
    background: url(images/Cancel.jpg) no-repeat;
    width: 111px;
    height: 25px;
}

.adminCategory-newCategoryButton
{
    background: url(images/NewCategory.jpg) no-repeat;
    width: 111px;
    height: 25px;
}

.adminCategory-newSubcategoryButton
{
    background: url(images/NewSubcategory.jpg) no-repeat;
    width: 129px;
    height: 27px;
}

/*LayoutCAtegory end*/
/*LAyoutAdminReseller begin*/
.SaveButtonReseller
{
   background: url(images/Save.jpg) no-repeat;
    width: 111px;
    height: 25px;
   
}
.CancelButtonReseller
{
   background: url(images/Cancel.jpg) no-repeat;
    width: 111px;
    height: 25px;
   
}
Div.TableResellerStyle span input
{
 float:none; 
 border: 1px;
 border-color:Black;
 border-bottom-width:1px;
 border-width:1px;
 border-style:  inset;  

}

#AdminResellerMargin
{
  margin-left: 5px;
  width: 300px;
}

/*LAyoutAdminReseller end*/
/*LAyoutAdminResellerList begin*/
.AdminResellerStyle
{
  min-height:400px; 
}

.NewResellerButton
{
    background: url(images/NewReseller.jpg) no-repeat;
    width: 111px;
    height: 25px;
    margin-left: 15px;
}


/*LAyoutAdminResellerList end*/
/*LAyoutAdminCharity begin*/
.adminCharity-PreviewOfCharity
{
    /*clear:both;
    float: left;*/
}

.adminCharity-marginLeft5px
{
    margin-left:5px;
}

.adminCharity-textBox
{
    border: index 2px;
}

.adminCharity-saveButton
{
    width: 111px;
	height: 25px;
	float: left;
	background: url(images/Save.jpg) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	cursor: pointer;
	margin-left:5px;
}

.adminCharity-newButton
{
    background: url(images/NewCarity.jpg) no-repeat;
	width: 111px;
	height: 25px;
    
}

.adminCharity-cancelButton
{
   background: url(images/Cancel.jpg) no-repeat;
    width: 111px;
    height: 25px;
   
}
/*LAyoutAdminCharity end*/
/*LayoutAdminFaq begin*/
.adminFaq-saveButton
{
    width: 111px;
	height: 25px;
	float: left;
	background: url(images/Save.jpg) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	cursor: pointer;
}

.adminFaq-cancelButton
{
    width: 111px;
	height: 25px;
	float: left;
	background: url(images/Cancel.jpg) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	cursor: pointer;
}

.adminFaq-div
{
    margin-left:5px;
}
.adminFaqList-saveButton
{
    width: 111px;
	height: 25px;
	float: left;
	background: url(images/NewFaq.jpg) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	cursor: pointer;
	margin-left:5px;
}

/*LayoutAdminFaq end*/
/*LayoutAdminModerator begin*/

#AdminModeratorMargin
{
  margin-left: 5px;
  width: 300px;
}
.NewModeratorButton
{
    background: url(images/NewAdministrator.jpg) no-repeat;
    width: 148px;
    height: 25px;
    margin-left: 15px;
}
#ModeratorTopSearchTable
{
    padding-left:10px;
    font-size: 12px;
     border: 1px;
     width: 350px;
}
/*LayoutAdminModerator end*/
/*LayoutAdminPCOwner begin*/
#PCOwnerMargin
{
  margin-left: 5px;
  width: 300px;
}
#AdminPCOwnwerListTableStyle
{
     width:300px;
     margin-left: 10px;
}
.NewPCOwnerButton
{
    background: url(images/NewPCOWNER.jpg) no-repeat;
    width: 111px;
    height: 25px;
    margin-left: 15px;
}
.AdminPCOwerSoldNewPostCodeButton
{
   background: url(images/NewPostCode.jpg) no-repeat;
    width: 116px;
    height: 27px;
   
}

td.AdminPCOwnerExpiryDate table
{
    width:160px;
}

/*LayoutAdminPCOwner end*/
/*LayoutAdminPublisher begin*/

#AdminPublisherMargin
{
  margin-left: 5px;
  width: 320px;
}

.PublisherListConnect
{
    background: url(images/Search.jpg) no-repeat;
    width:111px;
    height:25px;
    border:0px; 
    margin-left:600px;
    margin-top:-70px;
    position:absolute;
}

#PublisherListTopSearchTable
{
    padding-left:10px;
    font-size: 12px;
     border: 0px;
     width: 350px;
     background:none;
}
TD.ColorPublisherList div span input
{
    border: 1px;
    border-color:Black;
    border-bottom-width:1px;
    border-width:1px;
    border-style:  inset;
   
 }

.NewPublisherButton
{
    background: url(images/NewPublisher.jpg) no-repeat;
    width: 132px;
    height: 29px;
    margin-left: 15px;
    
}

.PublisherListTopSearchTableBtnSpace
{
    width:800px;
}
.PublisherPublicationConnect
{
    background: url(images/Update.jpg) no-repeat;
    width:111px;
    height:25px;
    border:0px; 
    margin-left:15px;
}
#PublisherPublicationTable
{
     clear:both;     
      border-left: 0px;
}

/*LayoutAdminPublisher end*/
/*LayoutCategory begin*/
#main-content-Category-Center
{
    background: url(images/TopHeaderLineCenter.gif) repeat-x;
	width: auto;
	height: 28px;
	position:relative;
}	
    
#main-content-Category-Line
{
	background: url(images/RedTopLine.gif) no-repeat;
	width: 648px;
	height: 3px;
	position:relative;
	top: -5px;

}
#main-content-Search-Line
{
	background: url(images/RedTopLine.gif) no-repeat;
	width: 648px;
	height: 3px;
	position:relative;
	top: -5px;

}
.topImgText
{
    font:Bold 13px Arial;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    width:100%;
    text-align: center;
    padding-top: 5px;
    text-transform:capitalize;
	    
}

.SearchTitle
{
  font:Bold 1em Arial;  
}

.CategoryTableStyle
{
    margin: 20px 0 0 25px;
 }

.CategoryBackStyle
 {
      color: #f5e748;
      font-weight: bold;
    
 }
 
.TextSearchHeight
{
  height: 40px;
}

.category-search-result-text
{
    text-transform:capitalize;
}
/*LayoutCategory end*/
/*layoutCharityOffTheMonth begin*/
#main-content.CharityOfTheMonth 
{
	position: relative;
	background: url(images/bg-maincontent-1.gif) no-repeat;
	width:649px;
	height:56px;
	min-height: 850px;
	
}
.RedfonforCharityOfThemonth
{
    background: url(images/RedBG.gif) repeat-y;
	width: 646px;
	/*height:700px;*/
	min-height:300px;
	margin-top: -0px; 
	position:absolute;
}
.CharityOfthemonthPicturiesSize
{
  height:150px;    
 
}
.main-content-CharityOfTheMonth-Line 
{
    BACKGROUND: url(images/RedTopLine.gif) no-repeat;
    WIDTH: 648px;
    POSITION: relative;
    TOP: 0px;
    margin-top: -6px;
    HEIGHT: 3px
 }
#tabletopCharityOfTheMonth 
{
    margin-top:390px;    
}
#CharityOfTheMonth-topheader-line
{
    background: url(images/Charity_of_the_Month.gif) no-repeat;
    width:649px;
	height:31px;
	margin-top: 26px;
	
}

.charityTitle
{
    font-size: 1.2em !important;
	color: #fff !important;
	border-bottom: 2px solid #b18f98;
	padding-bottom: 2px;
	margin-bottom: 15px !important;
}

#CharityOfTheMonth-text
{
  margin-top: 20px; 
  color: White;
  margin-left:-5px;
  
}
.CharityOfTheMonth-location
{
    margin: 65px 0 0 35px;
    align:left;
 }
 
 .CharityOfTheMonthLinePosition
 {
    height:200px;
 }
 
 .CharityOfTheMonthPositionLable
 {
    padding: 5px;
 }
/*layoutCharityOffTheMonth end*/
/*layoutContact begin*/
#main-content.contact
{
	background: url(images/bg-maincontent-1.gif) no-repeat;
	min-height:600px;
	height: 56px;
}
#RedFonContact.contact
{
    background: url(images/RedBG.gif) repeat-y;
	width:646px;
	height:635px;
}
#main-content-contact
{
	background: url(images/contact.gif) no-repeat;
	width: 653px;
	height: 32px;
	position: relative;
	margin-top:25px;
}

#contact-content
{
    margin: 20px 0 0 25px;
    font:12px Areal;
}
/*layoutContact end*/
/*layoutCredit begin*/
.CreditButton
{
    background: url(images/SaveAndStartPublishing.gif) no-repeat;
    width: 175px;
    height: 21px;
    border: 0;
    margin-top: 25px;
    margin-left: 50px;
}
.CreditPosition
{
     margin-left: 50px;   
     margin-top: 15px;
 }
 .ChooseCreditTable
 {
    margin-top: 100px;
    border-bottom: 1px dotted #000;
 }
/*layoutCredit end*/
/*layoutFaq begin*/
#main-content-faq
{
	background: url(images/faqs.gif) no-repeat;
	width: 653px;
	height: 32px;
	position:relative;
	margin-top:-29px;
}

.faq-br
{
    list-style-type:none;
}

.FaqMaincontentbg
{
    margin-top:-1px;
	background: url(images/RedBG.gif) repeat-y;
	width: 646px;
	height: 945px;
	position: relative;
}

.faq-table
{
    align: left;
    margin: 20px 0 0 25px;
    width: 90%;
}

.faq-question
{
    text-transform:uppercase;
    font-weight:bold;
}

.faq-ul
{
    list-style-type:none;
}
.TopGreenLineFAQ
{
	background: url(images/bg-maincontent-1.gif) no-repeat;
	height: 56px;
	min-height:945px;
}
/*layoutFaq end*/
/*layoutMyBookmarks begin*/
.TableMyBookmarks
{
     width:100%;
}
/*layoutMyBookmarks end*/
/*layoutPublication begin*/
/* {
	margin: 0;
   padding: 0;
   border: none;
	font-size: 1em;
}*/
body { /*CHANGE*/
   font: 62.5% "Trebuchet MS", Helvetica, sans-serif;
   background-color: #000000;/*all bg color*/
}
#container { 
	width: 100%;
	margin: 0px auto;
}

#main-content.Publication
{
	position: relative;
	float:left;
	width:649px;
	background: url(images/bg-publications.gif) repeat-y;
	/*height: 740px;*/
	color: #ffffff;
}


#main-content h2
{
	height:0px;
	overflow:hidden;
}

#main-content h3
{
	color:#4A634D;
	font-size:16px;
	margin:240px 0 0 215px;
}

#main-content form
{
	margin:0 0 0 215px;
}

#main-content form p
{
	margin:5px 0 15px 0;
}

#main-content form input
{
	font-size:13px;
	float:left;
	border: 2px inset silver;
	height:17px;
	width:100px;
}

#main-content form select
{
	font-size:13px;
	float:left;
	border: 2px inset silver;
	height:21px;
	width:100px;
}

#main-content form .searh
{
	float:none;
	width:235px;
	clear:both;
}

#main-content form p label
{
	display:block;
	float:left;
	color:#4A634D;
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 5px;
	padding-top:7px;
}

#main-content form p.button 
{
clear: both;
margin:58px 0 0 62px;
}

#main-content form p.button button
{
width: 127px;
height: 30px;
display: block;
background:transparent;
text-indent:-999px;
}

#main-content form p.button button:hover
{
cursor:pointer;
}

#main-content p
{
	margin:102px 0 0 265px;
}

#main-content p a
{
	display:block;
	width:148px;
	height:26px;
	text-indent:-999px;
}

#footer /*CHANGE*/
{
	background: url(images/footer-bg70.jpg) repeat-x;
	/*float:left;*/
	height:70px;
	width: 100%;
}

#footer .fleft
{
	float:left;
	margin:15px 40px 0 45px;
	color: #fff;
	font-size:13px;
	 font-weight:800;
}

#footer .fright
{
	float:right;
	margin:15px 40px 0 0;
	color: #fff;
	font-size:13px;
}


/*layoutPublication end*/
/*layoutPublicationStats begin*/
.TablePublicationsStats
{
     width:100%;
     
}
/*layoutPublicationStats end*/
/*layoutRecovery begin*/
#main-content.recovery
{
    background: url(images/RedBG.gif) repeat-y;
    height:510px;
    margin-top:11px;
    min-height:475px;
}
.recoveryTopLine
{
	background: url(images/bg-maincontent-1.gif) no-repeat;
	min-height:56px;
	width:646px;
	
}

#main-content-recovery
{
	background: url(images/recovery.gif) no-repeat;
	width: 653px;
	height: 32px;
	position: relative;
	margin-top:-30px;
}

.recovery-PasswordRecovery
{
    width:95%;
}

.recovery-PasswordRecover-table
{
    margin-left:50px;
    margin-top:10px;
    width:100%;
}

.recovery-PasswordRecover-table table
{
    width:100%;
}

.recovery-PasswordRecovery-submit
{
    background: url(images/Connected.gif) no-repeat;
    width:94px;
    height:27px;
    border:0px;
    /*margin-left:450px;*/
    cursor:pointer;

}

.recovery-username
{
    height:17px;
    border: 2px inset silver;
}
.WarningTextRecoveryStyle
{
   color: red;
}
/*layoutRecovery end*/
/*layoutRegisterSuccessfully begin*/
.RegisterSuccessfullText
{
  font: bold 13px Arial;
   margin-top: 30px;
   margin-left:20px;
   margin-right:20px;
   position:absolute;
   width:600px;
}
/*layoutRegisterSuccessfully end*/
/*layoutViewCharity begin*/

.viewCharity-table
{
    width:100%;
    border-bottom: 1px dotted #000;
    font-size: 1.2em;
}

.viewCharity-marginLeft5px
{
    margin-left:5px;
}
/*layoutViewCharity end*/
/*layoutViewPublication begin*/


#top-search
{
    position:relative;
    background: url(images/NewSearch.gif) no-repeat;
    height:81px;
    width:100%;
    margin: 15px 0 0 0;
}

#top-search div
{
    position:absolute;
    margin: 45px 0 0 30px;
    width:100%;
}

#top-search div span input.search
{
    position:absolute;
    border: 0px;
    width: 200px;
    
           /* height hack */
    height: 17px;  /* will apply to all browsers */
    #height: 19px; /* will only apply to Microsoft Internet Explorer browsers */
    _height: 17px; /* will only apply to IE browsers 6.0 and older */
    
}

.focusStyle
{
    position:absolute;
    border: 0px;
    width: 200px;
    height: 17px;
}

#top-search div span select
{
    position:absolute;
    border: 0px;
    width: 50px;
    /*height: 19px;*/
     height: 17px;  /* will apply to all browsers */
    #height: 19px; /* will only apply to Microsoft Internet Explorer browsers */
    _height: 17px; /* will only apply to IE browsers 6.0 and older */
    margin-left: 218px;
}

#top-search div div
{
    font-size:9pt;
    position:absolute;
    margin :0 0 0 270px;
}

#top-search div span input.from
{
    position:absolute;
    border: 0px;
    width: 130px;
    
     height: 17px;  /* will apply to all browsers */
    #height: 19px; /* will only apply to Microsoft Internet Explorer browsers */
    _height: 17px; /* will only apply to IE browsers 6.0 and older */
    margin-left: 320px;
}

#top-search div a
{
    position:absolute;
    border: 0px;
    width: 96px;
    height: 30px;
    margin-left: 488px;
    /*background: url(images/Connect.gif) no-repeat;*/
    background: url(images/GreenConnect.jpg) no-repeat;
    margin-top: -5px;
}

#black_content
{
    /*background: #000000;*/
    width: 100%;
    height: 100%; 
    margin-left:50px; 
    margin-top: 50px;  
}

#left_content
{
    width:412px;
    float:left;
}

#right_content
{
    background: url(images/Redfon.gif) no-repeat;
    width:172px;
    height: 464px;
    float:left;
    margin-left:7px;
}
.ViewpublicationAdminButtonMark
{
    background: url(images/ToggleMark.jpg) no-repeat;
    width:179px;
    height: 25px;
    cursor:pointer;
}
.ViewpublicationAdminButtonClean
{
    background: url(images/CleanMarks.jpg) no-repeat;
    width:179px;
    height: 25px;
    cursor:pointer;
}
.ViewpublicationAdminButtonEdit
{
    background: url(images/Editpubl.jpg) no-repeat;
    width:120px;
    height: 25px;
    cursor:pointer;
}

/*#right_content ul
{
    padding-left:20px;
    list-style-type: none;
    list-style-image:url(images/arrow.gif);
}

#right_content ul li a
{
    color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

#right_content p
{
    padding-left:15px;
    font-weight:bold;
    font-size: 12pt;
}*/

#right_content ul
{
    padding-left:20px;
    list-style-type: none;
    list-style-image:url(images/arrow.gif);
}

#right_content ul li a
{
    color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

#right_content p
{
    padding-left:15px;
    font-weight:bold;
    font-size: 12pt;
}


/*#bottom_content
{
    margin-left:50px;
    float:left;
}

#bottom_content div table tr td span input
{
    width:150px;
    height: 20px;
}

#bottom_content div table tr td input
{
    width:auto;
    border: 0px;
}

#bottom_content div span textarea
{
    width:550px;
    height:100px;
    border: 0px;
}

#bottom_content div input.ContactToPublisherSubmit
{
    /background: url(images/Connected.gif) no-repeat;/
    background: url(images/Connect-Button-black.jpg) no-repeat;
    width:94px;
    height:100px;
    border:0px;
    margin-left:450px;
    cursor:pointer;
}

#bottom_content div div div input
{
     margin-left:-550px;
     
}
#bottom_content div div div label
{
    margin-left:-470px;
}

#bottom_content div div div span input
{
    margin: -13px 0 0 -490px;
    font-weight:normal;
    border: 0px;
    width:auto;
}

#bottom_content div table tr td
{
    margin-left:-10px;
}

#bottom_content div div div span
{
    margin: 0 0 0 0;
    font-weight:normal;
    border: 0px;
}

#bottom_content a
{
    color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

#bottom_content div div div span input
{
    width:auto;
    border: 0px;
}

.ContactMeBySpan
{
    color:#96767D;
}

.CommentsSpan
{
    color:#96767D;
}

.ContactPublisher-table
{
    margin-left:-10px;
}

.MyLinksLoginRememberMe input
{   
    height:20px;
    border:0px;
    
}

.MyLinksLoginRememberMe lable
{
    margin-left:50px;
}

.Mylinks-user-password
{
    border: 2px inset silver;
    width:140px;
}

.MyLinksLoginSubmit
{
    background: url(images/Connected.gif) no-repeat;
    width:94px;
    height:27px;
    border:0px;
    cursor:pointer;
}

.MyLinksLogin-table
{
    margin-left:10px;
    width:140px;
}

.MyLinksFailureTextSpan
{
    width:50px;
}

#ctl00_ContentPlaceHolder1_xtxtKeyword_RequiredValidator
{
    margin-left:202px;
    margin-top:-15px;
    width:5px;
    position:absolute;
}

#ctl00_ContentPlaceHolder1_XTxtSuburb_RequiredValidator
{
    margin-left:450px;
    margin-top:-15px;
    width:5px;
    position:absolute;
}

.modalPopup
{
    background: #000;
    height:50px;
    width:233px;
    text-align:center;
    
}

.modalPopupOk
{
    cursor:pointer;
}

.modalPopupEmail
{
    height:250px;
    width:250px;
    background-image: url(images/footer-bg.jpg);
    color:Fuchsia;
    z-index:100;
    
}*/

/*layoutViewPublication end*/
.ModeratorApproveButton
{
    background: url(images/Approve.jpg) no-repeat;   
    width:81px;
    height:25px;
}
.ModeratorDisapproveButton
{
    background: url(images/Disapprove.jpg) no-repeat;   
    width:81px;
    height:25px;
}
.ModeratorApprovalButtonPosition
{
  margin-left:20px;   
}
.ModeratorApprovalPosition
{
    margin-left:20px;
}
.ModeratorApprovalField
{
   border: 2px inset silver; 
}
.PublisherPriewStileText
{
    color:#5E7D44;
    font-weight:bold;
}

.ViewPublicationPreviewDescription p a[href^="mailto"]
{
color:White !important;
}

.ViewPublicationPreviewDescription span ul
{
    margin-left:20px;
}

.ViewPublicationPreviewDescription span ol
{
    margin-left:35px;
}

.ViewPublicationPreviewDescription span ul li
{
    list-style-image: url(images/circle.gif);
    list-style-type: none;
}

.ViewPublicationPreviewDescription span ol li
{
    list-style-type: decimal;
}

.PreviewCategoryBGColor
{
    background-color:#000;    
}
.ChangePasswordAllPosition
{
 margin-left:-320px;    
}
.ChangePasswordContinueButton
{
  background: url(images/Continue.jpg) no-repeat;   
  width:81px;
  height:25px;   
}
.ChangePasswordEditButton
{
  background: url(images/Edit.jpg) no-repeat;   
  width:81px;
  height:25px;   
}
.PositionAllResselerStats
{
  margin-left:20px;    
}
.ContacttextSize
{
    margin: 0px 0px 10px 0px; 
    font-size: 1.3em;
    font-weight: normal;
    font:12px Arial;
}
.colorGuidelinesS
{
 color:#FF0000;   
}


/*este agregue hoy 16/07 */
.raya 
{
  background: url(images/raya.jpg) repeat-x;
  width:750px;
  margin-left:120px;
  height:11px;
  padding-top:5px;
  text-align:center;
      }
 
 .raya2
{
  background: url(images/raya.jpg) repeat-x;
  width:750px;
  margin-left:100px;
  height:11px;
  padding-top:5px;
  text-align:center;
      }
 
 .raya1 
{
  background: url(images/raya.jpg) repeat-x;
  width:750px;
  height:11px;
  position:relative;
  margin-left:-80px;
  text-align: center;
  float:left;
  #margin-top: -10px;
 }
 
 .selectday
 {
  margin-left: 200px;/*publication*/
  #margin-left: 207px;
  width: 100%;
 }
 
 .celda
 {
  #width: 300px;
  width: 350px;
  text-align:center;
  #margin-bottom: 10px;
 }
 
 .celda1
 {
  width: 300px; 
  text-align:center;
 }
 
   .PublicationEditTitle
 {
  color:#5E7D44;
  font: bold 13px Arial; 
  margin-left: 64px;
  } 

 .PublicationEditAclaration
 {
  margin-left:285px;
  margin-top: -28px;
  margin-bottom: 10px;
  font: 9px Arial;
  } 
  
  .PublicationEditAclaration1
 {
  width:210px;
  float:left;
  font: 10px Arial;
 } 
 
 .PublicationEditAclaration2
 {
  width:210px;
  margin-left: 30px;
  float:right;
  font: 10px Arial;
  z-index: 999;
 } 
  
.PublicationEditTitle2
 {
  color:#5E7D44;
  font: bold 13px Arial; 
  margin-left: 20px;
  } 