.userNotificationError
{
	color: black;    
}
.userNotificationWarning
{
	color: black;    
}
.userNotificationInformation
{
	color: black;    
}
.userNotificationSuccess
{
	color: black;    
}

/*Picutre pop-op */

.thumbnail{

z-index: 0;


}

.thumbnail:hover
{
    position:relative;
background-color: transparent;
z-index: 50;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
visibility: hidden;
text-decoration: none;
color: #242833;
background-color: #DEDEDE;
border: solid 1px #242833;
text-align: left;
margin:0px;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
cursor:auto;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */
margin:0px;
}
/*Picutre pop-op END*/


/* details links in lists e.g.  http://www.seamee.com/Dashboard/Business/Search/NewestInserts.aspx */
.advertDetailsLinkPanel
{
    vertical-align:middle;
}

.advertDetailsLinkPanel a
{
    display:table-cell;
    vertical-align:middle;
}

.userDetailsLinkPanel
{
    vertical-align:middle;
}
.userDetailsLinkPanel a
{
    display:table-cell;
    vertical-align:middle;
}

.liststylepadding
{
    display:table-cell;
    vertical-align:middle;
}

/* POLLS */

/* Polls */
.PollControl
{
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    display: block;
    height: 100%;
}

.PollTitle
{
    font-weight: bold;
    display: block;
    padding: 3px;
    border-bottom: solid 1px #cccccc;
}

.PollQuestion
{
    display: block;
    padding: 3px 3px 3px 3px;
    /*border-bottom: solid 1px #cccccc;*/
}

.PollAnswers
{
    padding: 3px;
}

.PollFooter
{
    clear: both;
    padding: 6px;
    /*text-align: right;
    border-top: solid 1px #cccccc;*/
}

.PollInfo
{
    display:block;
}

.PollVoteButton
{
 	background-color: #242833;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	border-width: 1px;
	border-color: #242833;
	width:100px;
}

.PollAnswer
{
    padding: 3px 3px 3px 0px;
    overflow: auto;
}

.PollAnswerText
{
    display: block;
    margin-left: 5px;
}

.PollAnswerRadio
{
    display: block;
}

.PollAnswerCheck
{
    display: block;
}

.PollAnswerClearer
{
   clear: both;
   font-size: 0px;
   height: 1em;
}

.PollGraph
{
    border: solid 1px #000000;
    font-size: 12px;
    height: 1em;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 4px;
}

.PollCount
{
    font-size: 11px;
    padding: 0px 5px 5px 5px;
}

.PollGraph0
{
	background-image: url(images/Polls/poll0_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph1
{
	background-image: url(images/Polls/poll1_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph2
{
	background-image: url(images/Polls/poll2_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph3
{
	background-image: url(images/Polls/poll3_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph4
{
	background-image: url(images/Polls/poll4_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph5
{
	background-image: url(images/Polls/poll5_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph6
{
	background-image: url(images/Polls/poll6_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph7
{
	background-image: url(images/Polls/poll7_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph8
{
	background-image: url(images/Polls/poll8_bg.gif);
	background-repeat:repeat-x;
}

.PollGraph9
{
	background-image: url(images/Polls/poll9_bg.gif);
	background-repeat:repeat-x;
}

.underloginboxtd
{
	font-size: 12px;
}
