.inline-block {
    display: inline;
    vertical-align: baseline;
    margin-bottom:-2em;
    margin-top:2em;
    position:relative;
    top:-2em;
}
.vertical-align-middle-middlebox {
    display: block;
    height: auto;
    position: absolute;
    top: 50%;
}
.vertical-align-middle-innerbox {
    display: block;
    position: relative;
    top: -50%;
}
li.full-width {
    width: auto;
}
li div div.inline-block a img {
    text-indent: 0;
}
img {
    -ms-interpolation-mode: bicubic;
}

Body
{
	font-family: Arial;
	font-size: 10pt;
	color: #3F3F50;
}

.myText
{
    font-size: 10pt;
    color: #3F3F50;
}

.myWelcome
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #CC3300;
}

.myRank
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}


.myList
{
	font-size: 10pt;
	margin-left: 0px;
	padding-left: 1.25em;
	list-style-position: outside;
	color: #3F3F50;	
}

A.myText:link, A.myText:visited, A.myList:visited, A.myList:link
{
	color: #3F3F50;
	text-decoration: underline;
	font-size: 10pt;
}

A.myText:hover
{
	color: #3F3F50;
	text-decoration: none;
	font-size: 10pt;
}

.myTextBox
{
	font-size: 10pt;
	color: #3F3F50;
	background-color: #FFFFCC;
}

.myTextBoxSearch
{
	font-size: 10pt;
	color: #3F3F50;
	background-color: #FFFFCC;
	font-style: italic;
}

.myAuthTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.myErr
{
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
}


.LoginMenu
{
	font-size: 10pt;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(~/pictures/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(~/pictures/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(~/pictures/SavedStar.png);
}

.jokeTable
{
	padding: 5px;
	margin: 5px;
	background-color: #f5f4e8;
	width: 80%;
	font-family: Arial;
	font-size: 10pt;
	color: #3F3F50;
}

.popupMenu
{
	padding: 10px;
	border-style: groove;
	border-width: thin;
	position: absolute;
	visibility: hidden;
	background-color: #FFFFCC;
	text-align: center;
	vertical-align: middle;
}

.jokeRating
{
	color: #FF0000;
}

.style1
{
	height: 82px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 338px;
}

.sGoogle
{
	height: 260px;
	position: absolute;
	width: 130px;
	left: 565px;
	top: 295px;
	z-index: 4000;
}

.sContent
{
	position: absolute;
	width: 542px;
	left: 13px;
	top: 288px;
	height: 400px;
	z-index: 5000;
}

.style5
{
	position: relative;
	width: 677px;
	z-index: 1;
	left: 210px;
	top: 0px;
}

.myButton
{
	font-family: Arial;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #CC3300;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #f5f4e8;
    color: #3F3F50;
    font-family: Arial;
    font-size: 10px;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

