/* CSS Document @charset "utf-8";*/
/*@import url("normalize.css");*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

a {
    background: transparent;
	outline: 0;
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@import url(https://fonts.googleapis.com/css?family=Handlee);
@font-face {
    font-family: 'oxygenregular';
    src: url('../fonts/oxygen-webfont.eot');
    src: url('../fonts/oxygen-webfont.eot?#iefix') format('embedded-opentype'),
  	     url('../fonts/oxygen-webfont.svg#oxygenregular') format('svg'),
         url('../fonts/oxygen-webfont.woff') format('woff'),
         url('../fonts/oxygen-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oxygenlight';
    src: url('../fonts/oxygen-light-webfont.eot');
    src: url('../fonts/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/oxygen-light-webfont.svg#oxygenlight') format('svg'),
         url('../fonts/oxygen-light-webfont.woff') format('woff'),
         url('../fonts/oxygen-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
	background: #f4f4f4;
	margin: 0;
	padding: 0;
}
.header{
	width: 100%;
	height: 76px;
	background: url(header-bar-v002.png) center top repeat-x;
	color: #FFF;
	position: fixed;
	z-index: 9999;
}
.mainbody{
	padding-top: 100px;
	display: block;
	height: auto;
	margin: 0 auto;
}
.pagelimits{
	margin: 0 auto;
	width: 1200px;
	display: block;
}
.logosection{
	float: left;
	margin-top: 3px;
	background:url('icons.png') no-repeat -179px -88px;
	width:167px;
	height:50px;
}
.tagline{
	font-size: 11px;
	margin: 0;
	word-spacing: 2px;
	margin-top:31px;
	color:#fff;
}
.logosection-kidz{float:left;margin-top:3px;background:url('jokerzkidz-logo-header.png') no-repeat;width:269px;height:50px}
.tagline-kidz{font-size:11px;margin:0;word-spacing:2px;margin-top:31px;color:#fff; text-align:center}
.topmenu{
	margin-left: 34px;
	padding-top: 28px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.topmenulist{
	list-style: none;
	margin: 0;
	padding: 0;
}
.topmenulist li{
	list-style: none;
	float: left;
	margin-right: 17px;
}
.topmenulist li a{
	text-decoration: none;
	color: #FFF;
	display: block;
	border-radius: 5px;
	padding: 5px 10px;
}
.topmenulist li a:hover{
	background: #025187;
}
.topmenulist li:last-child{
	margin-right: 0;
}
.ddadjust{
	margin-top: -10px;
	margin-left: 5px;
}
.searchlogin{
	height: 76px;
	float: right;
	margin-right: 2px;
}
.searchform{
	margin: 0;
	padding: 0;
}
.searchbox{
	border-radius: 15px;
	background: #FFF;
	border: none;
	width: 250px;
	height: 25px;
	margin-top: 30px;
	float: left;
}
.searchblock{
	border-right: 1px solid #b4b4b4;
	width: 30px;
	height: 25px;
	float: left;
	
}

.searchblock_mag{
	cursor: pointer;
    height: 15px;
    margin-left: 5px;
    margin-top: 7px;
    width: 21px;
	background:url('icons.png') no-repeat -175px -55px;
}
.searchblock_close{
	
	width: 23px;
	height: 25px;
	float: right;
	
}
.searchblock_close_icon{
	cursor: pointer;
    height: 15px;
    margin-right: 0px;
    margin-top: 7px;
    width: 21px;
	background:url('icons.png') no-repeat -115px -29px;
}
.srch{
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
}
.searchinp{
	float: left;
	border: none;
	height: 23px;
	width: 185px;
	padding-left: 10px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #898989;
	font-size: 12px;
	outline: none;
}
.loginsection{
	float: left;
	padding-top: 30px;
	margin-left: 18px;
	min-width: 176px;
}
.loggedin{
	float: right !important;
	display: inline-block;
}
.loginsection a{
	display: block;
	float: left;
	border-radius: 4px;
	text-decoration: none;
	color: #FFF;
	padding: 2px 16px 4px 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.signin{
	background: #074e7d;
}
.signup{
	background: #689e66;
	margin-left: 18px;
}
.edit_margin{margin:10px 0 10px; float:left; /*width:100%;*/}
.edit_btn a{
	margin-left:15px;
	display: block;
	float: left;
	border-radius: 4px;
	text-decoration: none;
	color: #FFF !important;
	padding: 2px 16px 4px 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #689e66;
}

.mainsection{
	max-width: 865px;
	float: left;
	min-height:600px;
}
.rightsection{
	width: 300px;
	float: right;
	margin-left: 30px;
	vertical-align: top;
}


.jokeoftheday{
	background-color: #e7f0fb;
	position: relative;
}
.mainbubble h1{
	font-family: 'oxygenlight';
	font-size: 21px;
	color: #1a79af;
	margin-top: 0;
	font-weight:bold;
}
.jokeoftheday h1{
	font-family: 'oxygenlight';
	font-size: 21px;
	color: #1a79af;
	margin-top: 0;
	margin-left: 93px;
	float: none;
	padding-top: 31px;
	
}

.mainbubble h2{
	font-family: 'oxygenlight';
	font-size: 21px;
	color: #1a79af;
	margin-top: 0;
	font-weight:bold;
}
.jokeoftheday h2{
	font-family: 'oxygenlight';
	font-size: 21px;
	font-weight:bold;
	color: #1a79af;
	margin-top: 0;
	margin-left: 93px;
	float: none;
	padding-top: 31px;
}
.anews h2{
	font-family: 'oxygenlight';
	font-size: 21px;
	font-weight:bold;
	color: #1a79af;
	margin-top: 0;
	float: none;
	
}
.socialshare{
	float: right;
	
}
.headingjoke{
	float: left;
}
.socialshare a{
	margin-right: 7px;
}
.socialshare a:last-child{
	margin-right: none;
}
.mainjoke em{
	color: #444 !important;
	line-height: 24px !important;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif ;
	line-height: 28px !important;
}
.mainjoke p{
	color: #444 !important;
	line-height: 24px !important;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif ;
	line-height: 28px !important;
}
.mainjoke ul li{
	color: #444 !important;
	line-height: 24px !important;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif ;
	line-height: 28px !important;
}
.mainjoke ol li{
	color: #444 !important;
	line-height: 24px !important;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif ;
	line-height: 28px !important;
}
.jokebody{
	color: #444;
	margin-left: 92px;
	line-height: 24px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	line-height: 28px;
}
.clearfix{
	clear: both;
}
.jokelinks{
	
}
.jokestats{
	float: left;
	height: 35px;
	margin-left: 64px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border: 1px solid #afb9c5;
	border-top: none;
	padding: 0 15px;
	color: #1375b7;
	padding-top: 5px;
	
}
.jokestats div[class*='section']{
	display: inline-block;
	color: #1375b7;
	font-size: 14px;
	padding: 2px 10px;
	border-right: 1px solid #d7d7d7;
}
.jokestats div[class*='section']:last-child{
	border: none;
	margin-right: none;
	padding-right: none;
}
.jokestats div[class*='section']div img{
	margin-right: 5px;
}
.jokeoftheday .jokestats{
	background: #e7f0fb;
}

.baloontail{
	float: right;
	background: url(icons.png) top right no-repeat;
	height: 64px;
	margin-right: 13%;
	margin-top: -1px;
	min-width: 100px;
	background-position:-414px -246px;
}
.credit{
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1375b7;
	text-align: right;
	margin-right: 50px;
	margin-top: 27px;
}
.credit a:link{ color:#444444; }
.credit a:visited{color:#444444;}
.credit a:hover{color:#444444;}
.source{
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1375b7;
	text-align: right;
	margin-right: 50px;
	margin-top: -12px;
}
.claim{
	float: left;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border: 1px solid #afb9c5;
	border-top: none;
	margin-left: 5px;
	height: 30px;
	padding-top: 10px;
}
.jokeoftheday .claim{
	background: #e7f0fb;
}
.claim a{
	text-decoration: none;
	color: #818181;
	padding: 5px 15px 5px 15px;
	margin-top: 10px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.justjoke{position:relative; z-index:2}
.justjoke .jotdbanner{
	background-image: none;
}
.justjoke .jotdbanner{
	margin: 0;
}
.justjoke .jotdbanner .jokebody{
	margin: 0;
	margin-top: 15px;
}
.justjoke .baloontail{
	background: url(icons.png) top right no-repeat;
	background-position:-35px -246px;
}
.justjoke .mainbubble{
	border: 1px solid #e1e1e1;
	background: #FFF;
}
.justjoke .jokestats, .justjoke .claim{
	border: 1px solid #e1e1e1;
	background: #FFF;
	border-top: none;
}
.justjoke .mainjoke .socialshare{
	
}
.jotdbanner{
	margin-top: -40px;
}
.jotdbanner_bg{
	width:71px;
	height:82px;
	background: url(icons.png) -360px -5px no-repeat;
	position:absolute
	/*min-height: 152px;*/
}
.jotdbanner_selected_bg{
	width:100px;
	height:82px;
	background: url(icons.png) -435px -5px no-repeat;
	position:absolute
}
.subnav{
	background: #1375b7;
	margin-bottom: 20px;
	height: 33px;
	color: #FFF;
	border-radius: 5px;
	display: block;
	position: relative;
}
.subnav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding: 6px 17px;
}
.subnav ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 30px;
}
.subnav ul li:last-child{
	margin-right: none;
}
#small_nav li {margin-right:25px;}
.subnav ul li a{
	color: #a1cce9;
	text-decoration: none;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.subnav ul li a:hover, .subnav ul li a:active{
	color: #FFF;
}

.filterhead{
	color: #09639f;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 18px;
}
.filterhead img{
	float: right;
	margin-top: 3px;
}
.selectionradio{
	color: #444;
}
.selectionradio p{
	margin: 0;
	padding: 0;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 18px;
	line-height: 19px;
}
.selectionradio input{
	float: right;
}
.rightad{
	width: 300px;
	height: 250px;
	margin-top: 25px;
}
.footer{
	background: #3d3d3d;
	color: #FFF;
	height: 160px;
	width: 100%;
	display: block;
	padding-top: 33px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.footerlogo_bg{
	background: url(icons.png) no-repeat scroll -179px -88px rgba(0, 0, 0, 0);
    float: left;
    height: 50px;
    width: 165px;
	margin-bottom:10px;
}
.footerlinks{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.footerlinks li{
	list-style: none;
	float: left;
	width: 144px;
}
.footerlinks li a{
	display: block;
	text-decoration: none;
	color: #FFF;
}
.footerlogo{
	width:167px;
	float: right;
}
.footericons{
	margin-right:2px;
	float:right;
}
.footericons img{
	margin-right: 3px;
}
.copyright{
	margin-top: 20px;
}
.shadow{
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.1);
	border-radius: 13px;
}
.shadowb{
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.1);
	border-bottom-left-radius: 13px;
	border-bottom-left-radius: 13px;
	border-top: none;
}
.affix{
	top: 68px;
	position: fixed;
	width: auto;
	width: 865px;
	z-index:65;
}
.navfix{
	height: 33px;
	display: block;
	margin-bottom: 20px;
}
.contest_nav{
	height: 33px;
	display: block;
	margin-bottom: 20px;
}
.contest_snav{
	background: #1375b7;
	margin-bottom: 20px;
	height: 33px;
	color: #FFF;
	border-radius: 5px;
	display: block;
	position: relative;
}
.contest_snav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding: 6px 17px;
}
.contest_snav ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width:100%;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 20px;
}
/*==================================================================*/
.lightbluebar{
 height: 48px;
 background: #d4e5f9;
 color: #1a79af;
 font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
 font-size: 24px;
 padding-top: 30px;
 margin-top: -30px;
}
.mainpagelimits{
 margin: 0 auto;
 width: 1200px;
  padding: 0 20px;
 display: block;
}
.mainpagelimits .normtext{
 color: #444;
 font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 24px;
 margin: 5px 0;
 font-weight: normal;
}
.mainpagelimits .headingtext{
 color: #1a79af;
 text-transform: capitalize;
 font-size: 16px;
 margin: 0;
 margin-top: 20px;
 font-weight: normal;
}
.mainpagelimits .normtext a{
 color: #1a79af;
 text-decoration:  none;
}
.mainpagelimits ul{
 margin: 0;
 padding: 0;
 list-style-type: square;
 list-style-position: outside;
}
.mainpagelimits li{
 color: #444;
 font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 24px;
 list-style-position: outside;
 margin-left: 20px;
}
/* = = = = = = = = = = = = = = = = = = = = = = =  */
.topmenulist li>a{
	text-decoration: none;
	color: #FFF;
	display: block;
	border-radius: 5px;
	padding: 5px 10px 15px 10px;
}
.topmenulist .normalmain{
	color: #FFF;
	border-radius: 7px;
}
.topmenulist .normalmain a:hover{
	background: #d4e5f9;
	padding: 5px 9px;
	color: #03548a;
	border-radius: 7px;
	border: 1px solid #e1e1e1;
}
.topmenulist .normalmain:hover{
	background: none;
}
.topmenulist>li:hover, .topmenulist>li>a:hover, .topmenulist>li:active{
	background: #d4e5f9;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	color: #115e91;
}
.topmenulist .subsub .subnavtop{
	display: none;
}
.topmenulist .subsub:hover .subnavtop, .topmenulist .subsub .subnavtop:hover{
	display: block;
}
.subnavtop{
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	margin-left: -10px;
}
.subnavtop>li, .subnavtop>li:hover{
	background: #d4e5f9;
	color: #03548a;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border: 1px solid #afb9c5;
	border-top: none;
}
.sublist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sublist li{
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sublist li a{
	width: 150px;
	/*background: url(../images/arrow-blue.png) right center no-repeat;*/
}
.sublist li a:hover{
	/*background: url(../images/arrow-white.png) right center no-repeat;*/
	color: #FFF !important;
}
.subnavli{
	padding: 20px 10px;
	-moz-box-shadow: 0px 2px 2px #c8c8c8;
    -webkit-box-shadow: 0px 2px 2px #c8c8c8;
    box-shadow: 0px 2px 2px #c8c8c8;
	border-top: none;


}
/*.navsection{
	float: left;
	border-right: 1px dotted #03548a;
	width: 180px;
	margin-right: 19px;
}*/
#dsptbl{
 display: table; 
}
.navsection{
 border-right: 1px dotted #03548a;
 width: 208px;
 margin-right: 19px;
 display: table-cell
}
.navsection:last-child{
	border-right: none;
	margin-right: 0;
}
.navsection .sublist a{
	color: #03548a;
	text-decoration: none;
	padding: 5px 10px;
}
.navsection .sublist a:hover{
	color: #FFF;
}
.topmenulist .onhover:hover a{
	color: #03548a;
}
.loadmorejokes{
	display: block;
	margin: 0 auto;
	background: #FFF;
	padding: 10px 15px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #03548a;
	text-decoration: none;
	display: block;
	border: 1px solid #e1e1e1;
	width: 150px;
	border-radius: 7px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	cursor:pointer;
}
.generate_more_recommendations{
	display: block;
	margin: 0 auto;
	background: #FFF;
	padding: 10px 15px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #03548a;
	text-decoration: none;
	display: block;
	border: 1px solid #e1e1e1;
	width: 150px;
	border-radius: 7px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	cursor:pointer;
}
/*********************************************************/
.linkfav{
 background: url(icons.png) -5px -140px no-repeat;
 display: block;
 border: none;
 width: 26px;
 height: 21px;
 float: left;
 margin-right: 5px;
}
.linkup{
 background: url(icons.png) -34px -30px no-repeat;
 display: block;
 border: none;
 width: 23px;
 height: 21px;
 float: left;
 margin-right: 5px;
}
.linkdown{
 background: url(icons.png) -34px -88px no-repeat;
 display: block;
 border: none;
 width: 23px;
 height: 22px;
 float: left;
 margin-right: 5px;
}
.linkfav_active{background: url(icons.png) -34px -5px no-repeat !important;}
.linkup_active{background: url(icons.png) -34px -59px no-repeat !important;}
.linkdown_active{background: url(icons.png) -34px -113px no-repeat !important;}

.linkfav_deactive{background: url(icons.png) -5px -140px no-repeat !important;}
.linkup_deactive{background: url(icons.png) -34px -30px no-repeat !important;}
.linkdown_deactive{background: url(icons.png) -34px -88px no-repeat !important;}

.linkfav:hover{
 background: url(icons.png) -34px -5px no-repeat;
}
.linkup:hover{
 background: url(icons.png) -34px -59px no-repeat;
}
.linkdown:hover{
 background: url(icons.png) -34px -113px no-repeat;
}

/* = = = = = = = = = = = = = = = = = = */
.scllinks{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.scllinks li{
	list-style-type: none;
	float: left;
	margin: 0;
	paddig: 0;
}
.popupwindow{
	display: none;
	z-index:5;
	padding: 0;
	list-style-type: none;
	position: absolute;
	border: 1px solid #d9d9d9;
	width: 529px;
	background: #f3f3f3;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.1);
}
.popuparrow{
	width: 27px;
	height: 17px;
	margin-top: -17px;
	background: url(../images/toparrow.png) top center no-repeat;
	display: block;
	margin-left: 425px;
}

.popupwindow_pwd{
	display: none;
	z-index:5;
	padding: 0;
	list-style-type: none;
	position: absolute;
	border: 1px solid #d9d9d9;
	width: 298px;
	background: #f3f3f3;
	border-radius: 7px;
	
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.1);
}
.popuparrow_pwd{
	width: 27px;
	height: 17px;
	margin-top: -17px;
	background: url(../images/toparrow.png) top center no-repeat;
	display: block;
	margin-left: 237px;
}
.popupwindow_filter_message{
	display: block;
    
    margin-top: 18px;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.6);
	background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    display: none;
    list-style-type: none;
    padding: 0;
    position: absolute;
    width: 298px;
    z-index: 5;
}
.popuparrow_filter{
	background: url("../images/rightarrow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 27px;
    
    position: absolute;
    right: -15px;
    top: 36px;
    width: 15px;
}

.popwinbox{
	
}
.popheading{
	color: #1375b7;
	font-size: 18px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	margin: 15px 19px 0;
	padding: 0;
}
.popheading span{
	color: #7c7f84;
	font-size: 14px;
	margin-left: 50px;
}
.addcomments{
	width: 471px;
	margin: 10px 0 0 20px;
	border: 1px solid #939393;
	border-radius: 5px;
	font-size: 14px;
	color: #7c7f84;
	padding: 5px;
	height: 59px;
	margin-bottom: 8px;
}
.popwinbox div[class*='popdv']{
	float: left;
	color: #868686;
}
.popdva{
	width: 200px;
	margin: 0 0 10px 20px;
}
.popcb{
	margin-right: 5px;
	vertical-align: text-top;
}
.popdvb img{
	margin-right: 12px;
}
.popdvc{
	margin-left: 10px;

}

.popdvc a{
	border-radius: 3px;
	padding: 5.5px 0;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-right: 18px;
	text-decoration: none;
	text-align: center;
	width: 56px;
	display: block;
	float: left;
	text-decoration: none;
}
.dismiss_bg{background:url(icons.png) -120px -30px no-repeat;
    width:11px; 
	height:11px;
	margin-right:3px;
	float:left;}
.alert_dismiss{
	position:absolute; 

	right:0; 
	font-size:12px; 
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif
}
.alert_dismiss a{
	border-radius: 3px;
    color: #09609A;
    display: block;
    float: left;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-right: 1px;
    padding:0;
 
    text-decoration: underline;
    width: auto;
}
.popheading a{
    color: #1375b7;
    display: inline;
    float: none;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-right:0px !important;
    padding:0;
    text-decoration: underline;
    width: auto;
}
.green, greenb{
	background: #689e66;
}
.blue{
	background: #074e7d;
}
.linkinp{
	border-radius: 3px;
	height: 23px;
	width: 372px;
	margin-right: 12px;
	float: left;
	border: 1px solid #939393;
	margin-left: 20px;
	margin-bottom: 15px;
	color: #aeaeae;
	padding: 0 5px;
	font-size: 14px;
}
.linkinp_pwd{
	border-radius: 3px;
	height: 23px;
	width: 95px;
	margin-right: 12px;
	float: left;
	border: 1px solid #939393;
	margin-left: 20px;
	margin-bottom: 15px;
	color: #aeaeae;
	padding: 0 5px;
	font-size: 14px;
}
.donelink{
	border-radius: 3px;
	padding: 5.5px 0;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-right: 18px;
	text-decoration: none;
	text-align: center;
	width: 56px;
	display: block;
	float: left;
	text-decoration: none;
}
.footerlinks li a:hover{
	text-decoration: underline;
}
.loginsection a{
	padding: 4px 16px 6px 16px;
}
.searchbox, .searchblock{
	height: 29px;
}
.searchblock_close{
	height: 29px;
}
.searchinp{
	height: 21px;
	padding-top: 6px;
}
.mainpagelimits li{
	margin-left: 13px;
	padding-left: 20px;
}
.mainpagelimits ul{
	list-style-type: disc;
}
/* = = = = = = = = = = = = 29-10-2013 = = = = = = = = = = = = */
.subpagesubnav{
	background: #0e7fcb;
	margin-top: -30px;
	margin-bottom:20px;
	overflow:hidden;
	width: 865px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	min-height: 229px;
	
}
.subnavnavsection{
	margin: 20px;
	width: 500px;
	float: left;
}
.subnavimg{
	float: left;
}
.subcatjokes{
	
	display: table;
	height: 229px;
	width: 865px;
}
.subnavheading_cont{
	float:left;
	border-bottom: 1px solid #53a2d7;
	width:100%
}
.subnavheading{
	float:left;
	width:100%;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.subnavheading h1{
	color: #FFFFFF;
    float: left;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 18px;
    width: 100%;
	font-weight:normal;
	margin:0;
}
.subnav_desc{
	float:left;
	width:100%;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-bottom:5px;
}
.subnavul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 20px;
}
.subnavul li{
	font-size: 14px;
	color: #FFF;
	float: left;
	width: 104px;
	border-right: 1px dotted #FFF;
	margin-right: 10px;
	padding: 0 5px;
}
.subnavul li:last-child{
	border: none;	
}
.subnavul li a{
	display: block;
	color: #a1cce9;
	text-decoration: none;
	margin: 10px 0;
}
.subnavul li a:hover, .subnavul li a:active {
	color: #FFF;
}
.selectionradio{
 color: #444;
}
.selectionradio p{
 margin: 0;
 padding: 0;
 font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 0 18px;
 line-height: 19px;
 
 margin-bottom: 0px;
 border-bottom: 1px dotted #b2b2b2;
 padding-bottom: 5px;
}
.selectionradio input{
 float: right;
}
.selectionradio p:last-child{
 border: none;
}
/* = = = = = = = = = = = = = = = = */
.pagination{
	margin: 0 auto;
	text-align: center;
	color: #898989;
	font-size: 14px;
	display: block;
}
.paginationinner_other{
	margin: 20px 0;
	width: auto;
	display: block;
	text-align: center;
	padding: 20px 0;
}
.paginationinner_other a{
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 11px;
	border: 1px solid #dbdbdb;
	background: #FFF;
	color: #898989;
	text-align: center;
	font-size: 14px;
}
.paginationinner_other a:hover{
	background: #1375b7;
	color: #FFF;
	border: 1px solid #FFF;
}
.paginationinner_other a.current_page{
	background: #1375b7;
	color: #FFF;
	border: 1px solid #FFF;
}
.paginationinner_other .navlinks{
	min-width: 78px;
}
.paginationinner{
	margin: 20px 0;
	width: auto;
	display: block;
	text-align: center;
	padding: 20px 0;
}
.paginationinner a{
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 11px;
	border: 1px solid #dbdbdb;
	background: #FFF;
	color: #898989;
	text-align: center;
	font-size: 14px;
}
.paginationinner a:hover{
	background: #1375b7;
	color: #FFF;
	border: 1px solid #FFF;
}
.paginationinner a.current_page{background: #1375b7;
	color: #FFF;
	border: 1px solid #FFF;}
.paginationinner .navlinks{
	min-width: 78px;
}
.osn{
	margin-left: -475px;
}
.osn .popuparrow{
	margin-left: 470px;
}
.readmorelink{
	color: #787878;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}
.readmorelink a{
	text-decoration: none;
	color: #787878;
}
.readmorelink a:hover{
	text-decoration: underline;
}
.jokeoftheday .readmorelink{
	margin-left: 95px;
	margin-top: -10px;
}
.categorieslinks{
	color: #787878;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin-top: 20px;*/
	display: block;
	margin-bottom: 10px;
}
.categorieslinks a{
	color: #09609a;
}
.readmorelink a{
	text-decoration: none;
	color: #787878;
}

.categorieslinks a:first-child{
	
}
.cat_text_cont{float:left;}
.cat_links_cont{float:left; width:470px; margin-left:30px; margin-bottom:6px;}
.cat_links_cont a{
 margin: 0 5px;
}
.jokeoftheday .categorieslinks{
	margin-left: 92px;
}
.myrecomendations{
 display: block;
 background: url(../images/stars.gif) top left no-repeat;
}
.hint_text_other_share{float: left;font-size: 10px; margin: -10px 0 10px 20px;}

.mainjoke ul li{
	margin: 0;
	color: #444;
	line-height: 24px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	line-height: 28px;
}
.message{
	padding: 30px;
	border: 1px solid #e1e1e1;
	display: block;
	height: auto;
	background: #FFF;
	margin-bottom: 30px;
}
.message h1{
	font-family: 'oxygenlight';
	font-size: 21px;
	color: #1a79af;
	margin-top: 0;
	width: 465px;
	float: left;
}
.message p{
	color: #444;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	line-height: 28px;
	float: left;
	display: block;
	width: 465px;
}
.msganim{
	float: right;
	width: 330px;
	display: block;
}
#other_social_share .popuparrow{
 margin-left: 472px
}
/********************Search************************/
.filterjokes{
	margin-bottom: 30px;
}
.filterul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0 18px;
}
.filterul li{
	list-style-type: none;
	font-size: 13px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	margin: 15px 0;
}
.filterul>li:first-child{
	margin-bottom: 10px;
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 5px;
}
.filterul li ul{
	margin-left: -20px;
}
.filterul li input{
	margin-right: 10px;
}
label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(2px 2px 2px 2px); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 30px;
	height: 15px; 
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: baseline;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}


/*specific classes related to Checkbox skins*/

.lite-blue-check{background-image:url(../images/lite-blue-check.png);}




input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left: 50px;
	padding-top: 3px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left: 30px;
    height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left: 30px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}
.refineresult{
	color: #FFF !important;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 130px;
	padding: 10px 25px;
	display: block;
	background: #1375b7;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.searchhead{
	height: 33px;
	margin-bottom: 25px;
	margin-top: -30px;
	border-radius: 0 0 15px 15px;
	background: #d4e5f9;
	padding: 10px;
}
.searchhead p{
	color: #1a79af;
	padding: 0;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 16px;
}
.adarea{
	font-size: 12px;
	color: #6f6f6f;
	padding: 2px 2px 6px 6px;
	margin-bottom: 25px;
	background: #FFF;
	display: block;
	text-align: center;
	border-radius: 7px;
}
.searchcategories{
	font-size: 14px;
	min-height:25px;
	color: #6f6f6f;
	padding: 29px;
	margin-bottom: 25px;
	background: #FFF;
	display: block;
	text-align: left;
	border-radius: 7px;
}
.searchcategories h2{
	font-family: 'oxygenlight';
	font-size: 21px;
	color: #1a79af !important;
	margin-top: 0;
	font-weight:bold;
	margin-bottom:15px;
	text-decoration:none;
}
.searchcategories .search_cats{float:left; width:100%}
.searchcategories .search_cats a:link{
	color: #09639F;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    line-height: 28px;
	
}
.searchcategories .search_cats a:visited{
	color: #09639F;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    line-height: 28px;
}
.searchcategories .search_cats a:hover{
	color: #09639F;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    line-height: 28px;
}
.pullright{
	float: right;
	margin: 0;
	display: block;
	margin-right: 69px;
}
.adarea img{
	float: left;
	margin-right: 6px;
}
.adarea .nomargin{
	margin-right: 0;
}
/***********Categories sub nav**************/
#subnavb{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	font-size: 14px;
	color: #FFF;
	float: left;
	padding: 0 5px;
	height: auto;
	display: table;
	overflow: hidden;
}
#subnavb .subnavc{
	border-right: 1px dotted #FFF;
	padding-right: 10px;
	display: table-cell;
	width: 104px;
	padding-left: 20px;
}
#subnavb .subnavc:first-child{
	padding-left: 0;
}
#subnavb .subnavc:last-child{
	border: 0;
}
#subnavb .subnavc a{
	display: block;
	color: #a1cce9;
	text-decoration: none;
	margin: 0 0 10px 0;
}
#subnavb .subnavc a:hover, .subnavc a:active {
	color: #FFF;
}
/**********************************/

.shortnav{
	height: 49px;
	display: block;
	background: #107ec7;
	position: fixed;
	width: 865px;
	border-radius: 5px;
	margin-top: -36px;
	z-index:10;
}
.shortnav a{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	margin: 0 13px;
}
.shortnav .innernav{
	margin: 15px;
}
.shortnav .categoryname{
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #003c64;
	border-right: 1px dotted #FFF;
	padding-right: 26px;
	float: left;
	text-decoration: none;
}
.dropper{
	display: block;
	background: url(../images/dropdown-small.png) right 9px no-repeat;
	margin: 0 5px !important;
	float: right;
	width: 68px;
	height: 15px;
}
/* = = = = = = = = = = = = = = = 12-11-13 = = = = = = = = = = = = */
.myrecom{
	position: absolute;
	
}
.myrecom .recombbl{
	color: #CCC;
	width: 223px;
	height: 122px;	
	background: url(../images/bubblebg.png) top center no-repeat;
	margin-top: -12px;
	margin-left: -50px;
	padding: 20px;
}
.myrecom .indv{
	margin: 0 0 0 20px;
}
.myrecom .indv .bluetext{
	color: #1375b7;
	float: left;
	margin: 0;
	margin-top: 5px;
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
.mrclose{
	float: right;
}
.mrclose a{
	width: 25px;
	height: 22px;
	background: url(icons.png) -117px -4px no-repeat;
	display: block;
	margin-right: 10px;
}
.myrecom .indv .normaltext{
	line-height:0;
	color: #434343;
	font-size: 13px;
	padding: 0;
	margin-top: 7px;
}
.bubbleview{
	text-align:center;
	line-height:15px;
	display: block;
	text-decoration: none;
	background: #1375b7;
	margin: 23px auto 0 48px;
	color: #FFF !important;
	border-radius: 7px;
	width: 36px;
	padding: 5px 25px;
}
/* = = = = = = = = = = = = = = = = = = = = = = Contact Us Page = = = = = = = = = = = = = */
.centeronecolumn{
	width: 860px;
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	margin-bottom: 60px;
	background: #FFF;
	behavior: url(PIE.htc);
}
.centeronecolumn .comingsoon{
	color: #148ccf;
	font-size: 60px;
	text-align: center;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
.normalblusubmit{
	color: #FFF !important;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 25px;
	background: #1375b7;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px !important;
}
.distanceparagraph{
	margin-bottom: 60px;
}
.onecolumndivided{
	width: 50%;
	float: left;
}
h1{
	font-family: 'oxygenlight';
	font-size: 23px;
	color: #1a79af;
	margin-top: 0;
}
.contactusform{
	margin: 0;
	padding: 0;
}
.contactusform p{
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	margin: 36px 0 3px 5px;
}
.contactusinput{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 26px;
	width: 320px;
	border: 1px solid #a6a6a6;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	padding: 5px 10px;
}
.contactusselect{
	height: 36px;
}
span.required{
	font-size: 12px;
	color: #d21d1d;
	margin-left: 10px;
}
.inputmargin{
	width: 340px;
	height: 36px;
	padding-top: 8px;
}
.textarea{
	width: 320px;
	height: 208px;
}
.captcha{
	height: 134px;
	width: 322px;
	border: 1px solid #a6a6a6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}
.submitbutton{
	width: 52px;
	display: block;
	margin-top: 36px;
	background: #1375b7;
	padding: 11px 35px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #FFF !important;
	text-decoration: none;
	font-weight: bold;
	margin-left: 202px;
}
.contactinfoadd{
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	margin-top: 60px;
}
.contactinfoadd p{
	margin: 0 0 33px 0;
}
.contactinfoadd p img{
	margin-right: 18px;
}
.error{
	font-size: 10px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #d85050;
	margin: 3px 0;
	
}
.error a{
	text-decoration: none;
	color: #1375b7;
}
.radiodiv{
	width: 430px;
	float: left;

	font-size: 15px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	text-align: left;
}
.radiodiv ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.radiodiv ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.radiodiv label{
	margin-left: 10px;
}
.signupagreement{
	margin-top: 20px;
	font-size: 10px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	float: left;
}
.signupagreement ul{
	margin: 0;
	padding: 0;
}
.signupagreement ul li{
	list-style-type: none;
	margin: 10px 0;
	margin-left: 15px;
	font-size: 13px;
}
.signupagreement p{
	margin-top: -5px;
	font-size: 13px;
	margin-bottom: 20px;
}
.signupagreement a{
	text-decoration: none;
	color: #1375b7;
}
.signupagreement label{
	font-size: 13px !important;
}
.submitbtndiv{
	margin-top: 20px;
	float: left;
	margin-left: 290px;
}
.submitbtndiv a{
	display: block;
	background: #1375b7;
	color: #FFF !important;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px;
	font-weight: bold;
}
.disabledinput{
	height: 26px;
	width: 320px;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	padding: 5px 10px;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* = = = = = = = = = = = = 21-11-13 = = = = = = = = = = */
.regularbutton{
	background: #1375b7;
	color: #FFF !important;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	font-size: 13px;
	padding: 13px 78px 8px 78px;
	display: block;
	text-align: center;
	margin-top: 20px;
	max-width: 46px;
	margin-left: 40px;
}
.forgotpassdiv{
	margin-top: 30px;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
}
.forgotpassdiv a{
	text-decoration: none;
	color: #1375b7;
	font-size: 13px;
}
.forgotuser{
	margin-left: 50px;
}
.dotteddivider{
	border-right: 1px dotted #ababab;
	margin-right: 30px;
	height: 325px;
	margin-top: 30px;
	padding-top: 50px;
	text-align: center;
}
.submitjokeinput{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 26px;
	width: 792px;
	border: 1px solid #a6a6a6;
	font-size: 18px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	padding: 5px 10px;
}
.submitjokefixdiv{
	margin: 0 23px;
}
.rte{
	margin-top: 20px;
}
.bluelink{
	font-size: 15px;
	text-decoration: none;
	color: #207cbb;
}
.simplelist{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.simplelist li{
	margin: 12px 0;
	font-size: 15px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
}
.simplelist li input[type=radio]{
	margin-right: 15px;
}
.submitjokeagree{
	width: 600px;
	float: left;
	margin-top: 15px;
}

.pointer{
	cursor: pointer;
}
.credittoinput{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 26px;
	width: 244px;
	border: 1px solid #a6a6a6;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	padding: 5px 10px;
	margin-left: 10px;
}

/* = = = = = = = = = = = = = = 29-11-2013 = = = = = = = = = = = = = = */
.candidates{
	width: 487px;
	float: left;
	margin-right: 5px;
}
.jokeadminlist{
	float: left;
	width: 708px;
}
.jokeslisttitle{
	background: #d4e5f9;
	width: 415px;
	border-radius: 10px;
	padding: 23px;
	color: #1a79af;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.candidatescroll{
	margin: 20px 0 40px 0;
	height: 1200px;
	overflow: auto;
}
.listheading{
	width: 111px;
	display: block;
	text-align: center;
	background: #d4e5f9;
	padding: 23px;
	border-radius: 10px;
	height: 29px;
	color: #1a79af;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	margin-right: 13px;
}
.listheading:last-child{
	margin-right: none;
}
.jokeslist{
	margin: 20px 0 40px 0;
	height: 1200px;
	overflow: auto;	
}
.listedjoketitle{
	margin: 0 13px 13px 0;
	border-radius: 10px;
	height: 104px;
	width: 156px;
	float: left;
	border: 1px solid #e1e1e1;
	background: #FFF;
}
.listedjoketitle a{
	color: #1a79af;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	display: block;
	text-decoration: none;
	height: 84px;
	width: 132px;
	border-radius: 10px;
}
.jotddate{
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #e1e1e1;
	height: 84px;
	width: 132px;
	float: left;
	margin: 0 13px 13px 0;
	color: #444;
	background: #FFF;
}
.dayname{
	color: #1a79af;
	margin: 0 0 8px 0;
}
.jotdopener{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jotdsubul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.jotdsubul li{
	position: relative;
}
.jotdjokeopened{
	display: block;
	background: #FFF;
	width: 640px;
	height: 194px;
	border: 1px solid #a2a2a2;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
}
.jotdjokepointer{
	background: url(../images/jotdpointer.png) top center no-repeat;
	display: block;
	height: 25px;
	width: 54px;
	margin-top: -35px;
}
.openedjokeinner{
	margin: 20px;
	color: #444;
	height: 162px;
	overflow: auto;
	font-size: 14px;
}
h4{
	margin: 0;
	padding: 0;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1a79af;
	font-weight: normal;
}
.jotdkf ul{
	margin-left: -168px;
}
.jotdkf .jotdjokepointer{
	margin-left: 204px;
}
.jotdof ul{
	margin-left: -339px;
	
}
.jotdof .jotdjokepointer{
	margin-left: 374px;
}
.jotdother ul{
	margin-left: -510px;
	
}
.jotdother .jotdjokepointer{
	margin-left: 546px;
}
.closedjotd{
	display: none;
}
.candidatejoke{
	display: block;
	width: 420px;
	background: #FFF;
	color: #444;
	padding: 17px 21px;
	border-radius: 10px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.candidatejoke a{
	color: #444;
	text-decoration: none;
}
.candidatepointer{
	background: url(../images/canpointer.png) top right no-repeat;
	height: 53px;
	color: #444;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 433px;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 15px;
}
.candidatepointer p{
	margin: 0 0 7px 0;
	margin-right: 50px;
}
.bluetext{
	color: #148ccf;
}
.canjokeclose{
	float: right;
	display: block;
}
.canlista{
	background: url(../images/canjokeclose.png) top center no-repeat;
	display: block;
	width: 18px;
	height: 18px;
}
ol ul{
 list-style-type: square !important;
 margin-left: 30px !important;
}
.thankyoutext{
	color: #444;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	min-height: 600px;
	text-align: center;
}
.thankyoubtn{
	margin-top: 150px;
}
.loggedinul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.loggedinul li{
	display: block;
}
.loggedinul li:hover>a{
	display: block;
	background: #d4e5f9;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height: 30px;
	color: #03548a;
}
.profiledropdown{
	display:inline-block;
	background:url(icons.png) -210px -31px no-repeat; 
	width:5px;
	height:3px;
}
.logingsubnav{
	display: none;
	background: #d4e5f9;
	position: absolute;
	margin-top: 36px;
	margin-left: 29px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid #afb9c5;
	border-top: none;
	padding: 5px;
}
.logingsubnav li a{
	color: #03548a;
	margin: 0;
	padding: 0;
	text-align: right;
	padding: 8px;
	border-radius: 4px;
	height: 20px;
	width: 120px;
}
.logingsubnav li a:hover{
	color: #FFF;
	background: #03548a;
	margin: 0;
	padding: 0;
	text-align: right;
	padding: 8px;
	border-radius: 4px;
	HEIGHT: 20px;
}
.loggedinul li:hover .logingsubnav{
	display: block;
}
.jokesub-cancelbtn{
	margin-top: 10px !important;
	text-align: center;
	background: #689e66 !important;
}
.datewritten{
	width: 35px;
}
.d-written{
	padding-left: 30px;
}
.submitjokebutton{
float: left;
    margin-left: 89px;
    width: 280px;}
.submitjokebutton a{
	display: block;
	background: #1375b7;
	color: #FFF !important;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px;
	font-weight: bold;
	display: inline-block;
}
.dog_contactus{background:url(../images/DogOnPhone.jpg) no-repeat scroll bottom right #FFFFFF;}
.monkey_submit_joke{background:url(../images/DogAtComputerFor-SubmitPage-Web.png) no-repeat scroll bottom right #FFFFFF;}
.dog_dnt{background:url(https://cdn.jokerz.com/images/DogWithSunglassesForDoNotTrack-Web.jpg) no-repeat scroll bottom right #FFFFFF;}
.loggedin img{
 margin-left: 5px;
}
.imgbanner{
 margin-top: 12px;
 display: block;
 width: 155px;
 bottom:0;
 position: absolute;
 height: 185px;
 margin-left: -85px;
}
.joke_copyright_jod{position:absolute; bottom:0px; margin-bottom:5px !important; font-size:11px !important; margin-left:92px;}
.joke_copyright{position:absolute; bottom:0px; margin-bottom:5px !important; font-size:11px !important;}

.biography-column{
	width: 1004px;
	display block;
	margin-bottom: 30px;
	float: left;
}
.biography-portion{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 30px;
	background: #FFF;
}
.biography-cell{
	padding: 28px;
}
.advert-column{
	float: right;
	width: 160px;
}
.biography-cell .left-column{
	width: 214px;
	float: left;
	display: block;
}
.biography-cell .right-column{
	float: left;
	width: 704px;
	margin-left: 30px;
}
.biography-cell .right-column p{
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	line-height: 24px;
}
.editpic{
	right: 5px;
	bottom: 5px;
	width: 25px;
	height: 25px;
	padding: 267px 0 0 184px;
}
.prf-edit-row{
	margin-top: 12px;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.twitter-edit{
	background: url(../images/twitter-edit.png) top left no-repeat;
	width: 23px;
	height: 23px;
	margin-right: 7px;
	float: left;
}
.twitter-edit a, .fb-edit a, .editprof a,.editsocial a,.social-icon-edit a{
	display: block;
	width: 23px;
	height: 23px;
}
.social-icon-edit{
	margin-bottom:5px;
	width: 24px;
	height: 23px;
	margin-right: 7px;
	float: left;
}
.myrecom{z-index:5}
.fb-edit{
	background: url(../images/fb-edit.png) top left no-repeat;
	width: 23px;
	height: 23px;
	margin-right: 7px;
	float: left;
}
.editsocial{
	background: url(icons.png) -63px -57px no-repeat;
	width: 24px;
	height: 23px;
	float: right;
	margin-right:0px;
}
.editprof{
	background: url(icons.png) -63px -57px no-repeat;
	width: 24px;
	height: 23px;
	float: right;
}
.update_bio_photo{
	background: url(icons.png) -92px -88px no-repeat;
	width: 25px;
	height: 25px;
	float:right;
}
.stas{
	margin-top: 20px;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
}
.stas table{
	border-bottom: 1px dotted #a6a6a6;
	margin-bottom: 10px;
}
.biotabs{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
.biotabs li{
	display: inline-block;
}
.biotabs li a{
	display: block;
	background: #FFF;
	padding: 9px 30px;
	color: #444;
	text-decoration: none;
}
.left-tab{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.center-tab{
	border-radius: 0px;
	margin-left:-4px;
}
.right-tab{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: -4px;
}
.tabshadow{
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.1);
}
.biotabs li a:hover, .selectedtab{
	color: #FFF;
	background: #1375b7;
}
.biotabs li a.active{
	color: #FFF;
	background: #1375b7;
}
.tabs{
	width: 1004px;
	display: block;
}
.newstab{
	margin-top: 30px;
}
.anews{
	background: #FFF;
	border-radius: 10px;
	padding: 28px;
	margin-bottom: 20px;
}
.anews p{
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 24px;
}
.date{
	color: #1a79af;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.addnews{
	display: block;
	background: #1375b7;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 9px 24px;
	color: #FFF;
	border-radius: 7px;
	float: right;
	margin-top: -66px;
}
.submit-a-joke-writer{
	display: block;
	background: #1375b7;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 9px 24px;
	color: #FFF;
	border-radius: 7px;

	float: right;
	margin-top: -66px;
}
.newsbutton{
	clear: both;
}
.editnews{
	background: url(icons.png) -63px -57px no-repeat;
	height: 23px;
	width: 23px;
	display: block;
	margin-right: 5px;
	float: left;
}
.removenews{
	background: url(icons.png) -92px -57px no-repeat;
	height: 23px;
	width: 23px;
	display: block;
	margin-right: 5px;
	float: left;
}
.controlls{
	float: right;
}
.tabs .ajoke{
	width: 1004px;
}

.fixedBtm {
    margin-left:900px;
    position: fixed;
    bottom: 15px;   
}

.fixedTop {
    margin-left:900px;
    position: fixed;
 
}
.fixedTopBigScreen {
    margin-left:900px;
    position: fixed;
 
}
.fixedWithFooter{
	margin-left:900px;
    position: fixed;
    bottom: 255px; 
}
/* = = = = = = = = = = 30-12-2013 = = = = = = = = = */
.claimjokeouter{
	width: 864px;
	margin: 0 auto;
	background: #FFF;
	padding: 30px;
	margin-bottom: 30px;
}
.claimjokeagree{
	float:left;
	margin-top: 15px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	line-height: 28px
}
.dropdowninp{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 36px;
	border: 1px solid #a6a6a6;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	padding: 5px 10px;
	margin-left: 15px;
}
.dropdowninp option{
	padding-right: 20px;
}
.agreelist{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	color: #444;
}
.agreelist li p{
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-top: -3px;
}
.agreelist li{
	line-height: 35px;
	margin: 12px 0;
}
.agreeinputspan{
	line-height: 20px;
	margin-left: 30px;
	display: inline-block;
	margin-top: -26px;
}
.agreeinputspan a{
	color: #09609a;
	text-decoration: none;
}
.agreesublist{
	list-style-type: none;
}
.inputadjust{
	margin-left: 13px;
}
.sourcesclaim{
	margin-top: 30px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	line-height: 28px;
	color: #444;
}
.explaination{
	font-size: 10px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #d85050;
	margin: -10px 0 0 0;
}
.textexplain{
	width: 330px;
	float: left;
}
.fileevedance{
	float: left;
	margin-left: 12px;
	width: 516px;
}
.agreetextarea{
	border-radius: 5px;
	border: 1px solid #a6a6a6;
	height: 260px;
	width: 310px;
	padding: 10px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}
.drophere{
	text-align: center;
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.dropmargin{
	margin-top: 10px;
	margin-bottom: 0;
}
.drophere p{
	margin: 2px 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.filelist{
	background: #e7e7e7;
	border-radius: 5px;
	margin: 8px 0;
	padding: 0 10px;
	font-size: 14px;
	color: #444;
	height: 32px;
}
.progressbg{
	width: 208px;
	background: #FFF;
	display: block;
	height: 20px;
	border-radius: 10px;
	border: 1px solid #a6a6a6;
}
.fileprogress{
	display: block;
	height: 18px;
	border: 1px solid #156612;
	border-radius: 10px;
	background: url(../images/progress-bg.jpg) top left repeat-x;
}
.filelisttbl{
	height: 30px;
}
.submitbuttons{
	display: block;
	text-align: right;
	padding: 30px 10px 0 10px;
}
.evedancecancel{
	background: #074e7d;
	border-radius: 8px;
	border: none;
	color: #FFF;
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 35px;
}
.evedancesubmit{
	background: #689e66;
	border-radius: 8px;
	border: none;
	color: #FFF;
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 35px;
	margin-right: 10px;
}
a.dz-remove{
	background: url(icons.png) -121px -31px no-repeat;
    height: 11px;
    margin-left: 485px;
    margin-top: -21px;
    position: absolute;

    width: 11px;
}


.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 838px;
	padding: 16px;
	z-index:10002;
}
.roundlightbox{
	border-radius: 10px;
	margin: 0 auto;
	padding: 13px;
	background: #FFF;
}
.lightbox-submit{
	text-align: right;
	height: 60px;
}
.lgtbox-cancel{
	display: block;
	background: #1375b7;
	padding: 11px 35px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}
.lgtbox-submit{
	display: block;
	background: #689e66;
	padding: 11px 35px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}
.socialtbl .padcell{
	padding: 2px 10px;
}
.simpleinput{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 36px;
	width: 100%;
	border: 1px solid #a6a6a6;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	padding: 5px 10px;
}
.simpleinputb{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 26px;
	width: 470px;
	border: 1px solid #a6a6a6;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	padding: 5px 10px;
}
.imageuploader{
	textalign: center;
	display: block;
}
.uploadbox{
	border: 1px solid #a2a2a2;
	padding: 20px;
}
.titlesblue{
	font-family: 'oxygenlight';
	font-size: 21px;
	color: #1a79af;
	margin-top: 0;
	text-align: center;
	font-weight: bold;
}
.centerexplaination{
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
}
.uploadedpic{
	text-align: center;
	padding: 10px;
}

.info, .success, .warning, .errorz, .validation {
border: 1px solid;
margin: 10px 0px;
padding: 5px 10px 5px 50px;
font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
background-repeat: no-repeat;
background-position: 10px center;
border-radius:6px;
font-size:14px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
/*background-image: url('info.png');*/
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
/*background-image:url('success.png');*/
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
/*background-image: url('warning.png');*/
}
.errorz {
color: #D8000C;
background-color: #FFBABA;
/*background-image: url('error.png');*/
}
.centeronecolumn p{
	color: #444;
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	line-height: 22px;
	
}
.leftimg-margin{
	margin-left: 40px;
}
.rightimg-margin{
	margin-right: 20px;
}
.centeronecolumn ul, .centeronecolumn ol{
	margin: 0;
	padding: 0;
}
.centeronecolumn ul li, .centeronecolumn ol li{
	color: #444;
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	margin: 0 0 0 14px;
	padding: 0 0 0 15px;
}
.centeronecolumn a{
	color: #148ccf;
	text-decoration: none;
}
.blue-heading{
	color: #148ccf;
	font-size: 17px;
}
.center-img{
	margin: 0 auto;
	margin: 30px 0;
	text-align: center;
}
.share-via-text{
	width: 67px;
	height: 35px;

	background-image: url(social-icons-v.png);
	background-position:  0px 0px;
	display: inline-block;
	border-radius: 3px;
	text-indent: -9999px;
}
.twitter-icon{
	width: 35px;
	height: 35px;

	background-image: url(social-icons-v.png);
	background-position:  -105px 0px;
	display: inline-block;
	border-radius: 3px;
	text-indent: -9999px;
}
.fb-icon{
	width: 35px;
	height: 35px;

	background-image: url(social-icons-v.png);
	background-position:  -68px 0px;
	display: inline-block;
	border-radius: 3px;
	text-indent: -9999px;
}
.gp-icon{
	width: 35px;
	height: 35px;

	background-image: url(social-icons-v.png);
	background-position:  -216px 0px;
	display: inline-block;
	border-radius: 3px;
	text-indent: -9999px;
}
.url-icon{
	width: 35px;
	height: 35px;;

	background-image: url(social-icons-v.png);
	background-position:  -327px 0px;
	display: inline-block;
	border-radius: 3px;
	text-indent: -9999px;
}
.mail-icon{
	width: 35px;
	height: 35px;
	background-image: url(social-icons-v.png);
	background-position:  -291px 0px;
	display: inline-block;
	border-radius: 3px;
	text-indent: -9999px;
}
.writer-jokes{
	width: 23px;
	height: 23px;
	background: url(icons.png) -63px -31px no-repeat;

}
.writer-likes{
	width: 23px;
	height: 23px;
	background: url(icons.png) -63px -5px no-repeat;

}
.writer-dislikes{
	width: 23px;
	height: 23px;
	background: url(icons.png) -150px -140px no-repeat;

}
.writer-favorite{
	width: 23px;
	height: 23px;
	background: url(icons.png) -34px -140px no-repeat;

}
.up{
	width: 24px;
	height: 24px;
	background: url(icons.png) -179px -5px no-repeat;
	float:left;
}
.down{
	width: 24px;
	height: 24px;
	background: url(icons.png) -179px -31px no-repeat;
	float:left;
}
.remove_social_link{
	width: 23px;
	height: 23px;
	background: url(icons.png) -92px -57px no-repeat;
	float:left;
}
.footer-twitter-icon{
	width: 24px;
	height: 25px;
	background: url(icons.png) -92px -140px no-repeat;
	float:left;
	margin-right:5px;
}
.footer-fb-icon{
	width: 24px;
	height: 25px;
	background: url(icons.png) -92px -114px no-repeat;
	float:left;
}
.footer-gp-icon{
	width: 24px;
	height: 25px;
	margin-left:5px;
	background: url(icons.png) -92px -167px no-repeat;
	float:left;
}
.columns_list{
	dissplay: block;
}
.unit_comadian{
	display: inline-block;
	padding: 15px;
	margin: 0 7px 10px 0;
}
.unit_comadian:4th-child{
	margin: 0 0 10px 0;
}
.cmd_name_cell{
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
}
.cmd_name_cell a:link{color: #444; text-decoration:none}

.cmd_name_cell a:visited{color: #444; text-decoration:none}

.cmd_name_cell a:hover{color: #444; text-decoration:none}

.cmd_units_cell{
	font-size: 10px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	color: #444;
}
.cmdn_name_tbl{
	margin-top: 10px;
}
.cmdn_like_cell{
	background: url(icons.png) -34px -5px no-repeat;
	display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 26px;
}
.cmdn_like_cell p{
	font-size: 14px;
	color: #1375b7;
	margin: 7px 0 0 30px;
}
.cmdn_hand_cell{
	background: url(icons.png) -34px -57px no-repeat;
	display: inline-block;
    height: 30px;
    margin-right: 5px;
    width: 30px;
}
.cmdn_hand_cell p{
	font-size: 14px;
	text-align: left;
	color: #1375b7;
	margin: 5px 0 0 30px;
}
.simplebox{
	border-radius: 10px;
	background: #FFF;
	padding: 30px;
	margin-bottom: 20px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}
.searchinpjokers{
	border-radius: 5px;
	border: 1px solid #b4b4b4;
	margin-left: 20px;
	font-size: 14px;
	color: #444;
	width: 670px;
	padding: 7px 10px;
}
.searchtitlediv{
	margin-top: 25px;
}
.alphaouter{
	margin-top: 20px;
	text-align: center;
}
.alphainner{
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	padding: 3px 8px;
	background: #FFF;
	color: #898989;
	text-align: center;
	font-size: 14px;
	border: 1px solid #dbdbdb;
}
.alphainneractive{
	background: #1375b7 !important;
	color: #FFF !important;
}
.alphainner:hover{
	background: #1375b7;
	color: #FFF;
}
.jokersimage{
	width: 128px;
	height: 176px;
	margin-right: 30px;
}
.jokersdetails{
	width: 640px;
}
.ajoke{
	margin-bottom: 60px;
}
.ajoke p{
	color: #444;
	line-height: 24px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	line-height: 28px
}
.loginsection{
	min-width: 176px;
}
.loggedin{
	float: right !important;
	display: inline-block;
}
h2{
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1a79af;
	margin: 0;
	margin-top: 5px;
	font-weight: normal;
}
.twitter_small{
	background:url(icons.png) -5px -114px no-repeat;
	width:19px;
	height:18px;
	display:inline-block;
}
.fb_small{
	background:url(icons.png) -5px -88px no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
}
.right_arrow{
	background:url(icons.png) -210px -140px no-repeat;
	width:9px;
	height:14px;
	float:right;
}
.dropdown-grey{
	background:url(icons.png) -235px -140px no-repeat;
	width:15px;
	height:8px;
	float:right;
}
.search_ad_big{display:block !important; margin-left:62px;}
.search_ad_small{ display:none !important; }
.check-icon{
	background:url(icons.png) -285px -55px no-repeat;
	width:23px;
	height:23px;
	float:left;
}
.cross-icon{
	background:url(icons.png) -260px -140px no-repeat;
	width:23px;
	height:23px;
	float:left;
}
.popupwintbl{
	width: 544px;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
}
.popupwintbl td{
	padding: 2px;
}
.popwinbox{
	width: 580px;
	margin: 0 auto;	
}
.mailpopupwindow{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	border: 1px solid #d9d9d9;
	background: #f3f3f3;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;

	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.1);
	z-index:5;
}
.emailtag{
	display: inline-block;
	background: #e7e7e7;
	border-radius: 5px;
	margin: 0 3px 0 -3px;
	padding: 0 4px;
	border: 1px solid #ccc;
}
.emailtag:first-child{
	margin: 0 3px;
}
.emailtag a{
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	margin: -15px 5px 0 15px;
}
.sendinginp{
	background: none;
	border: none;
	color: #444;
	font-size: 12px;
	min-width: 40px;
	max-width: 100px;
}
.sendinputs{
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 3px 0;
}
.youremailaddress{
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 3px 0;
	width: 188px;
	padding: 5px;
	font-size: 13px;
	color: #444;
}
.anonimclose{
	background: #e7e7e7;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #444;
	padding: 2px 5px;
	border-radius: 5px;
}
.optionalcomments{
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
}
.optionaltext{
	font-size: 12px;
}
.mailsendtextarea{
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 5px;
	resize: none;
	width: 447px;
	margin: 5px 0 10px 0;
	height: 100px;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	font-size:14px;
	padding:4px;
	color:#444444;
}
.commentspadding{
	padding-top: 20px !important;
}
.mailsendsend{
	text-align: right;
}
.mailsendsend a{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 5px 0;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
	text-decoration: none;
	text-align: center;
	width: 56px;
	display: inline-block;
	text-decoration: none;
}
.popbody{
	padding-bottom: 10px;
}

.editprofiletbl{
	margin-top: 20px;
	font-size: 16px;
	color: #444;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}
.normalblue-text{
	color: #1375b7;
}
.prof_edit_error{
	background: #b90303;
	color: #FFF;
	font-size: 10px;
	display: block;
	max-width: 200px;
	border-radius: 3px;
}
.prof_edit_error .notvarified{
	margin: 2px 5px;
	display: inline-block;
}
.prof_edit_error .text-top{
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
	text-decoration: none;
	color: #FFF;
}
.prof_edit_declare{
	font-size: 13px;
}
.checkbox{
	position: absolute; 
    overflow: hidden; 
    clip: rect(2px 2px 2px 2px); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}
.some-margin{
	margin-top: 5px;
}
.prof_edit_verified{
	background: #23950c;
	color: #FFF;
	font-size: 10px;
	display: block;
	max-width: 135px;
	border-radius: 3px;
}
.prof_edit_verified .varified{
	margin: 2px 5px;
	display: inline-block;
	width: 20px;
}
.prof_edit_verified .text-top{
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
	text-decoration: none;
	color: #FFF;
}
.disabled{
	color: #444;
	border: none;
}
.centeronecolumn .blocklist li{
	margin: 10px 0;
}
.centercontent{
	margin: 20px 0;
	text-align: center;
	padding-top: 20px;
}
.centercontent a{
	color: #FFF;
}
/*******************Contest****************************/
/* = = = = = = = 24-01-2014 = = = = = = = = */
.contest{
	display: table;
	width: 865px;
	margin-bottom: 20px;
}
.contest .valentine{
	background: #fff0f3;
	border-radius: 12px;
}
.contest-left{
	padding: 20px 0 0 0px;
	display: table-cell;
	width: 196px;
	text-align:center;
}
.contest-right{
	width: 630px;
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
}
.valentine .contest-right p{
	color: #9f2929;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.contest-dates{
	display: block;
	vertical-align: top;
	margin-bottom: 30px;
}
.valentine .contest-date-block{
	background: #FFF;
	display: inline-block;
	border-radius: 10px;
	width: 282px;
	padding: 10px;
	color: #444;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	vertical-align: top;
}
.contest-date-block h3{
	color: #1375b7;
	font-weight: normal;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
.contest-date-block:last-child{
	margin-left: 20px;
}
.valentine .prize{
	background: #FFF;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
.prize .tent{
	margin: -20px 0 0 10px;
	display: inline-block;
}
.prize .prized{
	display: inline-block;
	vertical-align: top;
}
.valentine .prize .prizename{
	display: inline-block;
	width: 161px;
	text-align: center;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	vertical-align: top;
}
.valentine .prize .prizename p{
	margin: 0 auto;
	margin: 4px 0;
	color: #444;
}
.contest_detail_button{
	background: #1375b7;
	color: #FFF;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-radius: 7px;
	text-align: center;
	text-decoration: none;
	width: 480px;
	display: block;
	padding: 10px 10px;
	margin-left:78px;
	text-align: center;
}
a.blue_button{
	background: #1375b7;
	color: #FFF;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 7px;
	text-align: center;
	text-decoration: none;
	width: auto;
	display: block;
	padding: 5px 15px;
	text-align: center;
}
.contest-buttons{
	text-align: center;
	vertical-align: bottom;
	padding-top: 50px;
}
.final_places_text{font-weight:bold; font-size:16px !important;}
.contest .contest-buttons .submitjoke{
	background: #669f64;
	color: #FFF;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 7px;
	text-align: center;
	padding: 5px 0;
	text-decoration: none;
	width: 170px;
	display: block;
	margin-left:18px;
}
.contest .subbuttons{
	margin-top: 20px;
	margin-bottom:20px;
}
.contest .contest-buttons .rules{
	background: #1375b7;
	color: #FFF;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-radius: 7px;
	text-align: center;
	text-decoration: none;
	width: 170px;
	display: block;
	padding: 5px 0;
	margin-left:18px;
}
/* = = Halloween = = */
.contest .halloween{
	background: #303030;
	border-radius: 12px;
}
.halloween .contest-right p{
	color: #FFF;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.halloween .contest-date-block{
	background: #e3e3e3;
	display: inline-block;
	border-radius: 10px;
	width: 282px;
	padding: 10px;
	color: #444;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	vertical-align: top;
}
.halloween .prize{
	background: #d8eeff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
.halloween .prize .prizename{
	display: inline-block;
	width: 161px;
	text-align: center;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	vertical-align: top;
}
.halloween .prize .prizename p{
	margin: 0 auto;
	margin: 8px 0;
	color: #444;
}
.contest_tent_entrant{
	
	width:327px;
	height:42px;
	margin-top:-39px;
	margin-bottom:10px;
}
.contest_tent_entrant_other{
	
	width:327px;
	height:42px;
	margin-left:105px;
}
.contest_vote_icon{
	background:url(//cdn.jokerz.com/images/vote-button.png) no-repeat;
	width:48px;
	height:21px;
	float:left
}
.contest_vote_icon{
	background:url(//cdn.jokerz.com/images/vote-button.png) no-repeat;
	width:48px;
	height:21px;
	float:left
}
.contest_voting_not_started_icon{
	background:url(//cdn.jokerz.com/images/voting-not-started.png) no-repeat;
	width:48px;
	height:21px;
	float:left
}
.contest_voting_end_icon{
	background:url(//cdn.jokerz.com/images/voting-ended.png) no-repeat;
	width:48px;
	height:21px;
	float:left
}
.contest_voted_icon{
	background:url(//cdn.jokerz.com/images/voted-button.png) no-repeat;
	width:52px;
	height:21px;
	float:left
}
.check_responsive{float:left; display:none;}
.prize .prizename img.resize_resp{
	width: 125px;
	height: 102px;
}
.ui-state-default .ui-icon{
	background:url('icons.png') no-repeat -234px -138px;
	width:18px;
	height:11px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	float:right !important;
	margin-top:5px;
}

.distribution_list_icon{background:url('icons.png') no-repeat -555px -27px; float:left;height: 20px; margin: 4px 5px 0; width: 25px;}
.emails_list_icon{background:url('icons.png') no-repeat -560px -5px;width:15px;height:17px; float:left;margin: 4px 10px 0 12px;}
 .clear-both{ clear:both;}
 .popup-content{ display:inline-block; width:100%; background-color:#f4f4f4; border-radius:5px; min-height:480px;}
 .popup-content h1 { color: #1A79AF; display:block; font-family: 'Oxygen', sans-serif; font-size: 23px; margin-top: 0; font-weight:700; margin-top:15px; margin-bottom:15px; margin-left:30px; }

 .tab-detail{ display:inline-block; width:831px; height:343px; background-color:#fff; box-shadow:0px 0px 5px #e1e1e1; border-radius:0px 10px 10px 10px; margin-left:30px;}
 .tab-detail .contact-list{ float:left; width:318px; margin-top:31px; margin-left:15px;}
 .contact-list .title{ color:#1a79af; font-size:16px; font-family: 'Oxygen', sans-serif; font-weight:400; line-height:14px;}
 .contact-list .list-outer{ display:block; width:315px; border:1px solid #e1e1e1; border-radius:5px; height:217px; margin-top:12px;}
 .list-outer ul{ display: block; height: 210px; margin-left: 10px; margin-top: 0; overflow-y: scroll; padding-left: 0; padding-top: 7px;}
 .contact_loader_list{float: right; margin-top: -6px; text-align: right;}
 .contacts_loader{float: left; margin-top: 16px; text-align: right;  width: 50px;}
 .list-outer ul li{ display:block; font-size:16px; font-family:'Myriad Pro', Arial, Helvetica, sans-serif; color:#444444;  padding-bottom: 2px; padding-left: 3px; padding-top: 2px; cursor:pointer; margin-right:10px;}
 .list-outer ul li .icon{ float:left; background:url('icons.png') -560px -5px no-repeat; width:15px; height:17px; margin-right:8px; margin-top:1px;}
 .list-outer ul li .icon2{ float:left; background:url('icons.png') -555px -27px no-repeat; width:25px; height:20px; margin-right:8px;}
.blue-btn { background: none repeat scroll 0 0 #1375B7; border-radius: 5px;color: #FFFFFF !important; display: inline-block; font-weight: bold; padding: 10px 18px; text-decoration: none; font-family:'Myriad Pro', Arial, Helvetica, sans-serif; font-size:18px; margin-top:10px;}
.green-btn { background: none repeat scroll 0 0 #689e66; border-radius: 5px; color: #FFFFFF !important; display: inline-block;font-weight: bold; padding: 10px 18px; text-decoration: none; font-family:'Myriad Pro', Arial, Helvetica, sans-serif; font-size:18px; margin-top:10px; }
.add-contact {background: none repeat scroll 0 0 #1375B7;border-radius: 5px;color: #FFFFFF !important;display: inline-block;font-weight: bold;padding: 10px 18px;text-decoration: none;font-family:'Myriad Pro', Arial, Helvetica, sans-serif;font-size:18px;margin-top:10px;}
.delete-contact {background: none repeat scroll 0 0 #689e66;border-radius: 5px;color: #FFFFFF !important;display: inline-block;font-weight: bold;padding: 10px 20px;text-decoration: none;font-family:'Myriad Pro', Arial, Helvetica, sans-serif;font-size:18px;margin-top:10px;}

.right-form{ float:right; width:480px; margin-top:62px; margin-right:15px;}
.right-form form{ float:left;}
.right-form form label{ float:left; width:135px; font-family:'Myriad Pro', Arial, Helvetica, sans-serif; font-size:16px; color:#444444; text-align:right; line-height:36px; padding-bottom:9px;}
.right-form form input[type="text"]{ float:left; border:0px; width:311px; height:34px; border:1px solid #e1e1e1; border-radius:5px; background-color:#fff; margin-left:9px; padding: 0 10px; color: #444444;}
.right-form form .member-outer{ float:left; margin-left:9px; width:331px; border:1px solid #e1e1e1; border-radius:5px; height:122px;}

.member-outer ul{ display:block; margin-left:10px; padding-top:12px; height:110px; overflow-y:scroll; margin-top:0; padding-left:0px;}
.member-outer ul li{ display:block; font-size:16px; font-family:'Myriad Pro', Arial, Helvetica, sans-serif; color:#444444; padding-bottom:2px;}
.member-outer ul li .tick{ float:left; background:url('icons.png') -594px -5px no-repeat; width:17px; height:19px; margin-right:4px;}
.member-outer ul li .cross{ float:left; background:url('icons.png') -593px -25px no-repeat; width:17px; height:19px; margin-right:4px;}
.form-button{ float:left; margin-left:9px;}
.right-form form .distributionlist{ float:left; margin-left:9px; width:331px; border:1px solid #e1e1e1; border-radius:5px; height:167px;}
.distributionlist ul{ display:block; margin-left:10px; padding-top:12px; height:155px; overflow-y:scroll; padding-left:0px; margin-top:0px;}
.distributionlist ul li{ display:block; font-size:16px; font-family:'Myriad Pro', Arial, Helvetica, sans-serif; color:#444444; padding-bottom:2px;}
.distributionlist ul li .tick{ float:left; background:url('icons.png') -594px -5px no-repeat; width:17px; height:19px; margin-right:4px;}
.distributionlist ul li .cross{ float:left; background:url('icons.png') -593px -25px no-repeat; width:17px; height:19px; margin-right:4px;}

.form-button .save{
    background: none repeat scroll 0 0 #1375B7;
    border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: bold;
    padding: 10px 16px;
    text-decoration: none;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:10px;
}
.form-button .cancel {
    background: none repeat scroll 0 0 #689e66;
    border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:10px;
}

.tab-outer{ display:block; margin-left:30px;}
.tab-outer ul{ display:inline;}
.tab-outer ul li{ display:inline;}
.tab-outer ul li a.active{ float:left; height:45px; background-color:#fff; border-radius:10px 10px 0px 0px; color:#1a79af; font-size:18px; font-family: 'Oxygen', sans-serif; font-weight:700; text-align:center; line-height:45px; text-decoration:none; box-shadow: 0 -5px 5px #E1E1E1; position:relative; z-index:10; padding:2px 15px 2px 15px;}
.tab-outer ul li a{ float:left; height:45px; background-color:#1375b7; border-radius:10px 10px 0px 0px; color:#fff; font-size:18px; font-family: 'Oxygen', sans-serif; font-weight:700; text-align:center; line-height:45px; text-decoration:none; box-shadow: 0 -5px 5px #E1E1E1; position:relative; z-index:10; padding:2px 15px 2px 15px;}
.return {float:right;border-radius: 5px;color: #FFFFFF !important;display: inline-block;font-weight: bold;padding: 10px 18px;text-decoration: none;font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
font-size:18px;margin-right:35px;background-color:#1375B7;}
.return a{
   color: #FFFFFF;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
}
.return-btn {
	background: url('icons.png') no-repeat scroll -557px -60px rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: 22px;
    margin-right: 8px;
    text-decoration: none;
    width: 22px;
}
.contact_active_record{ background-color:#ecebeb}
.contact_normal_record{ background-color:#fff}

.widget-white-box { background:#FFF; width:870px; min-height:630px; border-radius:9px; box-shadow:0 0 5px rgba(0, 0, 0, .3); font-family: 'oxygenregular'; float:left; padding-bottom:50px; margin-bottom:50px; }
.widget-white-box .left-column { float:left; width:815px; margin:0 0 0 55px; }
.widget-field-cont{float:left; width:370px; margin-bottom:20px;}
.widget-white-box .left-column form { margin:37px 0 0 0; }

.widget-white-box .left-column label { color:#333333; font-size:16px; font-weight:bold; display:block; padding:0; margin:32px 0 0 0; line-height:19px; width:320px; }
.widget-white-box .left-column input[type="text"] { color:#909090; border:1px solid #c2c2c2; padding:5px 10px; width:298px; border-radius:4px; font-size:14px; margin:6px 0 0 0; font-family:sans-serif; }
.widget-white-box .left-column select { color:#909090; border:1px solid #c2c2c2; background:#f3f3f3; padding:5px 10px; width:320px; border-radius:4px; font-size:14px; margin:6px 0 0 0; font-family:sans-serif; }
.widget-white-box .preview-btn { float:left; background:#808080; cursor:pointer; width:152px; line-height:42px; font-size:14px; text-align:center; border:0; color:#fff; text-transform:uppercase; border-radius:4px; margin:53px 0 0 0; }
.widget-white-box .getcode-btn { float:right; background:#126ca9; cursor:pointer; width:122px; line-height:42px; font-size:14px; text-align:center; border:0; color:#fff; text-transform:uppercase; border-radius:4px; margin:53px 0 0 0; }
.widget-white-box .right-column { float:left; width:845px; margin:24px 0 0 15px; } 
.widget-white-box .right-column .gray-area { background:#f5f5f5; border:1px solid #d7d7d7; width:840px; overflow-x:scroll; }
.widget-white-box .right-column h2 { color:#262626; font-size:25px; text-align:center; font-family: 'oxygenregular'; text-transform:uppercase; font-weight:bold; letter-spacing:-0.02em; margin:12px 0 0 0; }
.widget-white-box .right-column .widge-center { margin:0 10px }
.widget-white-box .widget-container {  width:300px; background:#126ca9; border-radius:5px; font-family: 'Lato', sans-serif; padding-bottom:50px; padding-top:50px; margin:auto; }
.widget_btn_center{margin-left:-30px;}
.widget-white-box .widget-container h1 { float:left; font-size:22px; text-transform:uppercase; font-weight:700; color:#FFF; padding:0 0 0 13px; margin:-37px 0 0 0; font-family: 'Lato', sans-serif;  }
.widget-white-box .widget-container .dog-newspaper-img { float:right; margin:-44px 4px 0 0; }
.widget-white-box .widget-container .mid-cont { border-radius:6px; background:#f7f7f7; margin:0 1px; padding:18px 20px 9px 20px; }
.widget-white-box .widget-container .popup-box { background:#ffffff; border-radius:12px; box-shadow:0 0 4px rgba(0, 0, 0, 0.1); padding:0 17px 7px 17px; }
.widget-white-box .widget-container h2 { font-size:21px; color:#1375b7; font-weight:700; padding:15px 0 0 0; margin:0; font-family: 'Lato', sans-serif; text-align:left; }
.widget-white-box .widget-container p { color:#555555; font-size:14px; line-height:22px; margin:14px 0 0 0; }
.widget-white-box .widget-container p.copyright { font-size:11px; margin:8px 0 0 0;  }
.widget-white-box .widget-container .popup-arrow { background:url(//cdn.jokerz.com/images/popup-arrow.png) right top no-repeat; text-align:right; color:#888888; line-height:29px; padding:0 60px 0 0; }
.widget-white-box .widget-container .footer-logo { float:left; margin:7px 0 0 11px; }
.widget-white-box .widget-container .footer-right { float:right; color:#ffffff; font-size:12px; line-height:15px; text-align:right; margin:7px 10px 0 0; }
.widget-white-box .widget-container .footer-right a { color:#FFF; text-decoration:none; }
.widget-white-box .widget-container .footer-right a:hover { text-decoration:underline; }
.widget-white-box .bottom-line { font-size:13px; color:#262626; text-align:center; padding:8px 0 16px 0; }

.widget-code-cont{float:left; width:95%;  background-color:#CCCCCC; font-family:'Myriad Pro', Arial, Helvetica, sans-serif; font-size:14px; padding:15px; border:1px solid #666; line-height:25px;margin-bottom:15px;}
.get_code_title{font-family:'Myriad Pro', Arial, Helvetica, sans-serif; font-size:14px; width:100%; color:#333; margin-bottom:15px;}

/* Get it now */
.filterjokes_get {
border-radius: 7px;
background: #FFF;
height: 153px; 
border: 1px solid #d6d6d6;
width:299px;
float:left;
padding:0;
margin:0;
}
.filterhead_get{display:inline-block;padding:0;margin:0;}

.filterhead_get a{
	width:160px;
	float:left;
	text-decoration:none;
	margin: 0 0 0 20px;
    padding: 4px 0 17px;
	color:#09639f !important;
}
.filterhead_get img {
float: right;
padding:0;
margin-top: 3px;
}
a.subnav{
	text-align:center;
	color:#fff !important;
	height: 29px !important;
    padding: 9px 0 0 !important;
	width: 131px !important;
}
.webbyaward{float:left; margin-top:15px; text-align:center; width:100%}
.social_share_cont{position:absolute; right:10px; bottom:16px; width:285px;}
.joke_left_cat_cont{float:left; width:560px}
.jod_cat_links_cont{width:375px !important}
.widget_logo_right_box{float: left;background: url('//cdn.jokerz.com/images/jokerz-logo-132px.png') no-repeat;width: 132px;height: 41px; margin-left:5px;}
.filter_text{float:left; width:230px;}
.jquery-checkbox-wrapper{float:right; width:16px;}
.jquery-checkbox-default-wrapper{float:right; width:16px;}
div.jquery-checkbox-wrapper a.jquery-checkbox {
	background: transparent url('icons.png') repeat scroll -559px -99px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: default;
	outline: none;
}
div.jquery-checkbox-default-wrapper a.jquery-checkbox-default {
	background: transparent url('icons.png') repeat scroll 16px 0px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: default;
	outline: none;
}
div.jquery-checkbox-default-wrapper a.jquery-checkbox-on {
	background-position: 32px 0px;
}
div.jquery-checkbox-wrapper a.jquery-checkbox-on {
	background-position: -575px -99px;
}
.tshirt_top_banner{
	width:960px; height:500px; margin:auto; background:url(//cdn.jokerz.com/images/tshirtgiveaway-back2.jpg);
}
.heading_banner{float: left;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 47px;
    font-weight: lighter;
    line-height: 40px;
    margin: 50px 0 0 0px;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    width: 425px;
	color:#000;
}
.banner_drawings{float: left;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    width: 425px;
}
.next_drawings{
	font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 20px;
    
    margin-top: 10px;
    text-align: center;
    width: 425px;
}
.steps_container{
	margin-left:155px;
	width:275px;
}
.how_to_enter{
	font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 32px;
    font-weight: lighter;
    line-height: 40px;
    margin: 15px 0 0 0;
    text-shadow: 2px 1px 1px #000000;
    width: 275px;
}
.how_to_steps{
	float: left;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 20px;
    text-shadow: 1px 2px 1px #000000;
    width: 81px;
	margin-top:10px;
}
.how_to_steps_text{
	float: left;
	margin-top:10px;	
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: lighter;
    line-height: 20px;
    width: 177px;
}
.contest_bug_cont{margin-top:15px; padding:7px 0px; float:left; width:100%;}
.contest_bug_img{float:left; width:102px; text-align:center}
.contest_bug_right{float:left; width:165px; margin-left:5px;}
.contest_bug_title{float:left; width:100%;  font-size:24px; font-family:'Myriad Pro', Arial, Helvetica, sans-serif; text-align:center}
.contest_bug_time_text{float:left; width:100%;font-size:12px; font-family:'Myriad Pro', Arial, Helvetica, sans-serif; text-align:center}
.contest_bug_submit_btn{padding:4px 29px; font-size:14px; margin-left:12px;}
.contest_bug_vote_btn{padding:4px 42px; font-size:14px; margin-left:12px;}
.ajoke{
	/*min-height: 370px;*/
	display: block;
	width: 865px;
}
.mainbubble{
	border-radius: 13px;
	border: 1px solid #afb9c5;
	/*min-height: 262px;*/
	padding: 29px;
}
.filterjokes{
	border-radius: 7px;
	background: #FFF;
	border: 1px solid #d6d6d6;
}
.filterjokes_min{min-height: 170px;}
.filter_loader{text-align:right; width:290px; margin-top:0px; display:none; font-size:10px;}
.all_jokes_loader{float:left; width:100%; text-align:center; padding:10px 0px 10px 0; display:none;}
.sorting_loader{text-align:right; width:290px; margin-top:0px; display:none; font-size:10px;}
@media (max-width: 1199px) {
.mainsection{
	width: 640px;
	display: inline-block;
}
.pagelimits{
	margin: 0 auto;
	max-width: 960px;
}
.topmenulist li{
	margin-right: 12px;
}
.topmenu{
	font-size: 13px;
	margin-left: 8px;
}
.searchinp{
	width: 85px;
}
.baloontail{
	margin-right: 5%;
}
.jokestats div[class*='section'] img{
	width: 25%;
	height: 25%;
}
.jokestats{
	margin-left: 24px;
}
.jokestats div[class*='section']{
	font-size: 12px;
	padding: 6px 4px;
}
.rightsection{
	margin-left: 10px;
}
.searchbox{
	width: 150px;
}
.loginsection{
	margin-left: 10px;
}
.loginsection a{
	padding: 2px 8px 4px 8px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.ajoke{
	/*min-height: 370px;*/
	display: block;
	width: 640px;
}
.affix{
	top: 68px;
	position: fixed;
	width: auto;
	min-width: 640px;
}
.mainpagelimits{
 width: 960px;
}
.subnavtop>li, .subnavtop>li:hover{
 margin-left: -25px;
}
.joke_left_cat_cont{ width:357px;}
.cat_links_cont{
 width: 270px;
}
.jod_cat_links_cont{width:177px !important}
.subpagesubnav{width:640px;}
.shortnav{width:640px;}
.subcatjokes{background:none !important;}
.fixedBtm {
    margin-left:660px;
    position: fixed;
    bottom: 15px;   
}

.fixedTop {
    margin-left:660px;
    position: fixed;
  
}
.fixedTopBigScreen {
    margin-left:660px;
    position: fixed;
 
}
.fixedWithFooter{
	margin-left:660px;
    position: fixed;
    bottom: 255px; 
}
.biography-column{
	float: left;
    margin-bottom: 30px;
    width: 785px;
}
.biography-cell .right-column {
    float: left;
    margin-left: 30px;
    width: 475px;
}
.biography-cell{
	min-height:544px;
}
.tabs{
	width:960px;
}
.unit_comadian{
	padding:14px;
}
.searchinpjokers{
	width:443px;
}
.alphaouter{
	width:406px;
}
.alphainner{
	margin-bottom:5px;
}
.search_ad_big{display:none !important;}
.search_ad_small{ display:block !important; margin-left:80px; }
.pullright{margin-right:85px;}

.contest-right{
	width: 434px;
}
.contest-date-block{
	display: block !important;
	width: 403px !important;
	margin-bottom: 10px !important;
}
.contest-date-block:last-child{
	margin: 0 !important;
}
.prize .prized{
	display: block;
	margin-top: 10px;
}
.prize .prizename{
	display: inline-block;
	width: 131px;
}
.valentine .contest-right p{
	padding-right:8px;
}
.valentine .prize .prizename{
	color: #444444;
    display: inline-block;
    font-family: 'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
	width:131px;
}
.valentine .prize{
	width:404px;
}
.prize .prizename img.resize_resp{
	width: 75px;
	height: 61px;
}
.contest{
	width: 638px;
}
.contest_detail_button{
	width:404px;
	padding:10px 10px;
	font-size:24px;
	margin-left:0px;
	margin-bottom:10px;
}
.check_responsive{display:none; float:none;}
.widget_btn_center{margin-left:-30px;}
.widget-white-box{width:640px;}
.widget-white-box .left-column{width:585px;}
.widget-field-cont{width:220px;}
.widget-white-box .left-column input[type="text"]{width:170px;}
.widget-white-box .left-column select{width:190px;}
.widget-white-box .right-column{width:622px;}
.widget-white-box .right-column .gray-area{width:610px;}
}