@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 
{
	margin-top:0;
	padding-top:0;
}
a {
	text-decoration:none;
}
.right-bar a
{
	color:#f75f03;
}
a:hover 
{
	text-decoration:underline;
}

/*   center and top aligment of site, border around page */
.center-aligner {
	margin: 25px auto;
	width:1002px;
}
.gray-border 
{
	border:none;
	height:auto;
	float:left;
	width:1000px;
}
/* structure elements */
.top-part {
	height:160px;
	overflow:hidden;
	margin:0;
	padding:0;
	clear:both;
	width:1000px;
	float:left;
}

.middle-part {
	height:auto;
	margin:0;
	padding:0;
	clear:both;
	width:1000px;
	float:left;
	background:url(../images/content-background.gif) top right repeat-y;
}
.middle-part-background 
{
	background:url(../images/content-background-bottom.gif) bottom left no-repeat;
	padding:0 0 24px 0;
	clear:both;
	width:1000px;
	float:left;
}
.middle-part-left-background 
{
	background:url(../images/content-background-bottom.gif) -702px 0 repeat-y;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
	float:left;
}


.bottom-part {
	height:69px;
	margin:0;
	padding:0;
	clear:both;
	width:1000px;
	float:left;
}


/*  top part content */

#laugh-out-loud-mom {
	margin:26px 0 0 17px;
	width:767px;
	float:left;
	display:inline;
}

#top-right-bar 
{
	width:90px;
	float:right;
	display:inline;
	text-align:center;
	margin:20px 23px 0 0;
	color:#fff;
}

#current-date 
{
}

#subscribers 
{
	margin:14px 0 0 0;
}

.copyright 
{
	padding:0 0 0 185px;
	clear:left;
	font-size:12px;
	color:#fff;
}

.menu .menuItem 
{
	display:inline;
	float:left;
}

.top-menu 
{
	clear:both;
	margin:0 0 0 18px;
	padding:7px 0 0 0;
	font-size:24px;
	line-height:24px;
	letter-spacing:1px;
}

.top-menu .menu 
{
	display:inline;
	float:left;
}

.top-menu .menu .menuItem 
{
	display:inline;
	float:left;
	margin:0 30px 0 0;
}

.top-menu .menu .menuItem a
{
	text-decoration:none;
	color:#e1771e;
}
.top-menu .menu .currentItem a 
{
	color:#fff;
}
.top-menu .menu .menuItem a:hover 
{
	color:#69bfdf;
}
.top-menu .menu .currentItem a:hover
{
	color:#fff;
}
.bottom-menu 
{
	font-size:18px;
	height:35px;
	text-align:center;
	padding:0 0 0 105px;
}
.bottom-menu .menu 
{
}
.bottom-menu .menu .menuItem 
{
	margin:0 25px 0 0;
}
.bottom-menu .menu .menuItem a 
{
	color:#e1771e;
	text-decoration:none;
}
.bottom-menu .menu .menuItem a:hover 
{
	color:#69bfdf;
}


.right-bar 
{
	float:right;
	display:inline;
	margin:0 25px 0 35px;
	width:253px;
	min-height:540px;
	color:#fff;
}
.right-bar-image 
{
	margin: 0 0 25px 0;
}
.right-bar-content 
{
	padding:0 0 0 20px;
}
.content 
{
	width: 685px;
	float:left;
}
.content-container 
{
	margin: 0 0 0 39px;
	background:#fff;
	padding: 35px 25px 10px 25px;
	float:left;
	display:inline;
}
.content .customHtmlContent 
{
	margin: 0;
	
}

.shortInput 
{
	width:230px;
}
.longInput 
{
	width:450px;
}
.longTextArea 
{
	width:450px;
	height:120px;
}
.form-title 
{
	width:220px;
	float:left;
	display:inline;
}
.button 
{
	text-align:center;
}
.error 
{
	color:#cc0000;
}








/* Table Sorter */

.tableWithBorder 
{
	border:none;
	border-collapse:collapse;
	font-family:Arial, Helveticad, Sans-Serif;
	font-size:12px;
}
.tableWithBorder td, .tableWithBorder th 
{
	border:none;
	padding:3px 3px 3px 5px;
	margin:0;
	vertical-align:top;
}
.tableWithBorder td 
{
	border-bottom:dotted 1px #e1771e;
}


th.header 
{
	background:#dfdfdf;
	cursor: pointer;
	font-weight: bold;
	text-align:left;
	padding:3px 10px 3px 20px;
	white-space:nowrap;
	
	
} 
td.rating 
{
	white-space:nowrap;
}
td.link-title 
{
	width:100px;
}
th.link-title 
{
	width:100px;
}
th.even
{
	background:#d0d0d0;
}
td.even
{
	background:#efefef;
}




th.headerSortUp 
{
	background-image: url(../images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color:#e0c0bd;
}
th.headerSortDown 
{
	background-image: url(../images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color:#e0c0bd;
} 
td.noArrow 
{
	background-image:none;
	background-color:#dfdfdf;
	cursor:default;
}

table.ListOfJobs td
{
	text-align:center;
}

table.ListOfJobs td.even
{
	text-align:left;
}
