/*
-----------------------------------------------
THE DRUM styles (layout)
----------------------------------------------- */

body {
	background: #DFDFDF;
	position:relative;
}
p, .news_description {
	font-size: 1.1em;
	margin: 0.2em 0 1em 0;
	line-height: 130%;
}


p{
font-size:12px;
line-height:17px;
text-align:justify;
padding:0;
margin:0 0 7px 0;
}

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 950px;     /* set width of site */
}

/* Links
----------------------------------------------- */
a { color: #FF3503; text-decoration: none; font-weight:bold; }
a:link { color: #FF3503; text-decoration: none;}
a:visited { color: #FF3503; }
a:hover { color: #FF3503; text-decoration: underline;}
a:active { color: #FF3503; text-decoration: none;}


/* Header
----------------------------------------------- */
#logo{
	width:314px;
	height:60px;
	float:left;
	margin:0 0 5px 0;
}
#header{
	background: #DFDFDF;
	position: relative;
	margin-bottom:10px;
}
#content_select {
	width: 592px;
	height: 44px;
	float: left;
	clear: left;
}
#overall_nav {
	width: 950px;
	float: left;
	border-bottom: 2px solid #333;
}
#site_search form {
    top: 70px;
	float: left;
	padding-left: 20px;
	position: absolute;
	right: 0;
}
#site_search form input {
	vertical-align: middle;
	margin-top: 0.1em;
	width: 170px;
}
#site_search form input#site_srch {
	border: 1px solid #CCCCCC;
	padding: 0.2em 0.5em;
	text-transform: uppercase;
}
#site_search #srch {
	background: url(go.gif) no-repeat;
	border: 0;
	cursor: pointer;
	height: 15px;
	margin-top: .1em;
	text-indent: -9999px;
	vertical-align: middle;
	width: 22px;
}
#accounts {
	float: left;
	width: 104px;
	height: 50px;
	padding: 10px 10px 0 10px;
}
#accounts p {
	margin:0;
	padding:0;
	font-size: 1em;
}
#banner {
	float: left;
}
#accounts ul {
	margin:1em 0 0 0.5em;
	padding:0;
}
#accounts ul li {
	margin:0;
	padding:0;
	list-style: inside;
	text-transform: uppercase;
	font-size: 0.9em;
}


ul#sel_nav {
	float: left;
	margin:0;
	padding:0;
}
ul#sel_nav li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0;
}
ul#sel_nav li a {
	display: block;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
}
ul#sel_nav a {
	background-position: 0 0;
}
ul#sel_nav .on a {
	background-position: 0 -24px;
}
ul#sel_nav a:hover {
	background-position: 0 -12px;
}
ul#sel_nav li#sel_all,
ul#sel_nav li#sel_all a{
	background-image: url(sel_all.gif);
	width: 37px;
}
ul#sel_nav li#sel_engw,
ul#sel_nav li#sel_engw a {
	background-image: url(sel_eng.gif);
	width: 120px;
}
ul#sel_nav li#sel_sco,
ul#sel_nav li#sel_sco a {
	background-image: url(sel_sco.gif);
	width: 77px;
}
ul#sel_nav li#sel_lon,
ul#sel_nav li#sel_lon a {
	background-image: url(sel_lon.gif);
	width: 77px;
}


ul.select_navigation {
	list-style: none;
	margin: 0;
	padding: 0 0 1.5em;
}
ul.select_navigation li {
	color: #ff3503;
	display: inline;
	padding: 7px 0 7px 0;
}
/* IE6 */
* html ul.select_navigation li {
	padding: 0;
}
/* IE7 */
html>body ul.select_navigation li {
	padding: 0;
}
ul.select_navigation li a {
	border: 1px solid #ddd;
	padding: 6px;
}
ul.select_navigation li.on {
	border-left: 1em solid #ff3503;
}
ul.select_navigation li.on a {
	background: #fff;
	border-left: none;
	color: #333;
}
ul.select_navigation li a:hover {
	border-color: #ff3503;
}

/* Main Nav
----------------------------------------------- */
ul#nav {
	width: 820px;
	float: left;
	clear: left;
	margin-right: -3px;
	position: relative;
}

ul#nav li a {
	position: relative;
}

ul#nav li {
	margin-right: 5px;
	background: #FF3503;
	
}
#nav li.on a {
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
	text-decoration:none;
}

#nav a { background-repeat: no-repeat; background-position:0 -72px; }
#nav .on a { background-position:0 0;}     /* specify starting position of nav image states */
#nav a:hover { background-position:0 -36px; }
#nav .on a:hover { background-position:0 0; }     /* this option for rollover state for option which is "on" - leave same as line 37 otherwise */

/* change widths and source of each navigation item */
ul#nav #nav_home, ul#nav #nav_home a { 
background:#FFFFFF none repeat scroll 0 0;
color:#000000; }
ul#nav #nav_news, ul#nav #nav_news a { width:74px; background-image:url(nav_news.gif); }
ul#nav #nav_indepth, ul#nav #nav_indepth a { width:97px; background-image:url(nav_indepth.gif); }
ul#nav #nav_jobs, ul#nav #nav_jobs a { width:75px; background-image:url(nav_jobs.gif); }
ul#nav #nav_directories, ul#nav #nav_directories a { width:110px; background-image:url(nav_directory.gif); }
ul#nav #nav_events, ul#nav #nav_events a { width:74px; background-image:url(nav_events.gif); }
ul#nav #nav_inbox, ul#nav #nav_inbox a { width:69px; background-image:url(nav_inbox.gif); }
ul#nav #nav_training, ul#nav #nav_training a { width:90px; background-image:url(nav_training.gif); }
ul#nav #nav_forum, ul#nav #nav_forum a { width:74px; background-image:url(nav_forum.gif); }
ul#nav #nav_blogs, ul#nav #nav_blogs a { width:74px; background-image:url(nav_blogs.gif); }

#nav.withchildren {
    border-bottom: 0px solid #333;
}
ul#nav li.on ul {
    background: url(jobs_bg.gif) repeat-x;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    height: 35px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 38px;
    width: 790px;
}
ul#nav li.on ul li {
    background: none;
    float: left;
    margin: 0;
}
ul#nav li.on ul li a {
    background: none !important;
    border-bottom: 0;
    border-right: 1px solid #ccc;
    height: auto;
    line-height: 21px;
    margin: 7px 0;
    padding: 0 10px;
    text-indent: 0;
    text-transform: uppercase;
    width: auto !important;
}




/* Main
----------------------------------------------- */
#main {
	width: 950px;
	float: left;
	background: #fff;
	border-bottom: 5px solid #333;
	padding-bottom: 10px;
}
#advertising {
float:right;
margin:0 10px 0 0;
_margin:0 5px 0 0;
padding:2px 0 0 0;
width:120px;
}
#advertising img, #advertising embed, #advertising object  {
	margin: 0 0 2px 0;
}
p.select {
	margin: 0.5em 0 0.2em 0;
	font-size: 0.9em;
}
form#select_content_form label {
	text-transform: uppercase;
	margin-right: 1em;
	vertical-align: middle;
	color: #FF3503;
	font-weight: bold;
}
form#select_content_form label.on {
	color: #000;
}
form#select_content_form input {
	vertical-align: middle;
}
#overall_holder {
	width: 790px;
	margin: 10px 10px 0 10px;
	float: left;
	display: inline;
}
#overall_holder_inner {
	border-top: 2px solid #FF3503;
	width: 780px;
	padding: 10px 0 10px 10px;
	float: left;
}
/* HIGHLIGHTS */

#highlights {
	width: 120px;
	padding:0 0 0 0px;
	display: inline;
}
#highlights ul {
	width:120px;
	margin:0;
	padding:0;
	display:block;
}
#highlights ul li {
border-bottom:1px solid #000000;
float:left;
height:auto;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px 0 5px;
padding:0 0 2px 0;
width:120px;
}
#highlights ul li img {

}


#advertising h2{
background:#FF3503 ;
margin:0 0px 5px 0;
padding:5px 0 5px 0px;
text-transform:uppercase;
width:91%;
height:auto;
overflow:hidden;
text-align:center;
width:120px;
text-transform:uppercase;
}

/****/
#highlights ul li span.link {
	padding: 0 0 0 10px;
	margin:0;
	display: block;
	width: 186px;
	height: 70px;
	border-right: 1px solid #000;
	position: relative;
}
#highlights ul li span.link:hover {
	cursor:pointer;
}
#highlights ul li span.link img {
	position: absolute;
	display: inline;
	top: -8px;
	right:3px;
}

#highlights ul li span.link span.highlight_title {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight:bold;
	color: #000;
	width: 140px;
	display: block;
}
#highlights ul li span.link span.highlight_descrip {
	font-weight: normal;
	color:#ff3300;
	width: 115px;
	display: block;
	margin-top: 10px;
}

/*****/

#highlights ul li.last a {
	border-right: none;
}
#highlights ul li a img {
	
}

a.download_btn{
background:#333;
text-align:center;
padding:2px 7px;
font-size:12px;
text-transform:uppercase;
color:#fff;
margin:5px 0 0 0;
}

a.download_btn:hover{
background:#FF3503;
text-align:center;
padding:2px 7px;
font-size:12px;
text-transform:uppercase;
color:#fff;
}


a.download_btn1A{
background:#333;
text-align:center;
padding:2px 7px;
font-size:11px;
text-transform:uppercase;
color:#fff;
margin:5px 0 0 0;
}

a.download_btn1A:hover{
background:#FF3503;
text-align:center;
padding:2px 7px;
font-size:11px;
text-transform:uppercase;
color:#fff;
}

#highlight_rose a img {
	top: -10px;
	right: 0;
}
#highlight_phone a img {
	top: 2px;
	right:0;
}
#highlight_mouse a img {
	top: -15px;
	right: 8px;
}
.highlight_title {
	text-transform: uppercase;
	color: #000;
	display: block;
	font-size: 11px;
	text-align:center;
}

a.casino_name {
	color:#FF3503;
	font-weight:bold;
	text-decoration:none;
	font-size: 11px;
}

p.bonus{
margin:0;
font-size:12px;
color:#FF3503;
text-align:left;
}

p.bonus1A{
margin:0;
font-size:12px;
color:#000;
margin:0 0 2px 0;
text-align:left;
}
.imgalign img{
float:right;
margin:0 0 0 7px;
}


.highlight_descrip {
	font-weight: normal;
	width: 115px;
	display: block;
	margin-top: 10px;
	font-size: 10px;
}

#highlights ul li a:hover {
	text-decoration: none;
}

/* END HIGHLIGHTS */

#main_features_container {
	width: 800px;
	float: left;
	margin: 0 0 0 10px;
	background: #fff;
	display: inline;
}
#main_features {
	width: 620px;
	float: left;
	display: inline;
	background: #fff;
	background: url(grad_bg_01.gif) top left repeat-x #EAEAEA;
}
#sub_features {
	width: 180px;
	float: right;
	display: inline;
}

*html #sub_features {
	width: 180px;
	float:right;
	margin:0 -11px 0 0;
}

#base {
	width: 620px;
	float: left;
	display: inline;
	background: #fff;
	overflow:hidden;
}


/* NEWS */

#news_container {
	width: 610px;
	float: left;
}
#news_header {
	width: 610px;
	float: left;
	background: #333;
	height: 24px;
}
form select#news_search {
	border: 1px solid #666;
	margin:3px 0 0 0;
}
form select#news_search2 {
	border: 1px solid #666;
	margin:0;
}
#news_search_frm {
	float: left;
	margin-right: 10px;
}
a#more_news {
	margin-top: 4px;
	float: left;
	padding-left: 1em;
	background: url(news_bullet.gif) 0 3px no-repeat;
}
span#news_rss {
	display: block;
	width: 150px;
	float: right;
	text-align: right;
	margin-right: 5px;
}
span#news_rss a {
	margin-bottom: 1px;
}
span#news_rss a:hover {
	text-decoration: none;
}
span#news_rss a img {
	margin-top: 3px;
	margin-bottom: -4px;
}
#news {
	background: #fff;
	width: 610px;
	float: left;
}
#news ul {
	margin:0;
	padding:0;
}

#news ul li h2{
background:#333333 url(h2_commented.gif) no-repeat scroll left top;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
padding:4px 5px 0 25px;
text-align:left;
text-transform:uppercase;
width:91%;
}

a.read_more{
float:right;
background:#FF3300;
text-align:center;
padding:2px 7px;
color:#fff;
font-size:12px;
text-decoration:none;
}

a.read_more:hover{
background:#333;
color:#fff;
text-decoration:none;
}

#news ul li {
	margin:0;
	padding:5px 0 5px 0; 
	list-style: none;
	display: block;
	float: left;
	width:295px;
	border-bottom: 1px dashed #999;
	height:auto;
}
#news ul li#sub {
	margin:0;
	padding:5px 0 0 0;
	list-style: none;
	display: block;
	float: left;
	width:295px;
	min-height: 50px;
}
#news ul li#sub h3.tier-3 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
#news ul li#sub.first, #news ul li#sub.third {
	clear: left;
	margin-right: 10px;
}
#news ul li#sub.third, #news ul li#sub.fourth {
	border-bottom: none;
}
#news ul li#premier {
	width: 600px;
	margin-right: 10px;
	height: auto;
}
#news ul li#premier img {
	float: left;
	margin: 0 15px 0 0;
}
#news ul li#premier h3 {
	font-size: 23px;
	color: #000;
	margin: 2px 0 7px 0;
	/*text-transform: uppercase;*/
}
#news ul li#premier p {
	font-size: 12px;
	margin: 0 0 1em 0;
}
#news ul li.first, #news ul li.third {
	clear: left;
	margin-right: 10px;
}
#news ul li.third, #news ul li.fourth {
	border-bottom: none;
}

span.subhead {
	font-size: 9px;
	text-transform: uppercase;
	color: #FF3503;
}
span.sub_region {
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
}
#news ul.related_links {
	margin:0;
	padding:0;
}
#news ul.related_links li {
	background: url(reg_bullet.gif) 0 0.5em no-repeat;
	margin:0.2em 0;
	padding:0 0 0 1em;
	border-bottom: none;
	min-height: 1.3em;
}
#subtitle {
	font-size: 1.3em;
	font-weight: bolder;
}

/* HOME JOBS */

#jobs_home, #earlier-news_home, #most-commented_home {
	position: relative;
}
#jobsearch {
	float: left;
	width: 160px;
	padding-right: 10px;
	padding: 10px 10px 0 10px;
	background: #fff;
}
#jobsearch_title {
	background: #333;
	float: right;
	width: 105px;
	height: 5px;
	display: inline;
	font-size: 0.1px;
	margin-top: -24px;
	border-top: 19px solid #DEDEDE;
}
#jobsearch_snub {
	width: 10px;
	height: 24px;
	top: 0;
	right: 0;
	background: #fff;
	font-size: 0.1px;
	position: absolute;
}
#job_title {
	width: 80px;
}
#featuredjobs {
	width: 180px;
	float: left;
	background: #fff;
}
h2#featured_jobs {
	background: url(h2_grey.gif) top left no-repeat #333;
	width: 150px;
	padding-left: 20px;
	display: inline;
}
#featuredjobs ul {
	margin:0;
	padding:0;
	clear: left;
}

#featuredjobs ul li img{
float:left;
margin:2px 5px 0 0;
}


#featuredjobs ul li {
	list-style: none;
	margin:0 10px;
	padding:8px 0 8px 0;
	border-bottom: 1px solid #ccc;
	width: 150px;
	float: left;
	clear: left;
	display: inline;
	font-size: 1.1em;
}
#featuredjobs ul li.last {
	border-bottom: none;
}
#featuredjobs ul li a, #featuredjobs ul li span{

}
#urgentlyrequired {
	width: 180px;
	float: left;
	background: #fff;
}
h2#urgently_required {
	background: url(h2_grey.gif) top left no-repeat #333;
	width: 150px;
	padding-left: 20px;
}
div.urgent_listing {
	float: left;
	clear: left;
	width: 140px;
	padding: 10px 10px 10px 10px;
	display: inline;
}

/* END HOME JOBS */

#features_container {
	background: #fff;
	float:left;
	width:610px;
	padding-bottom: 10px;
}
#features_container_head {
	width: 580px;
	float: right;
	background: #333;
	margin-top: -5px;
	height: 5px;
	font-size: 0px;
	padding:0;
}
#features_container_detail {
	width: 610px;
	float: left;
	background: #EAEAEA;
	margin:0;
	padding:0;
}
#feature_block_first, #feature_block_second, #feature_block_third {
	width: 110px;
	min-height: 80px;
	background: #FF3503;
	float: left;
	padding-left: 90px;
}

#feature_block_fourth, #feature_block_fifth, #feature_block_sixth {
	width: 110px;
	min-height: 80px;
	background: #FF3503;
	float: left;
	padding-left: 90px;
}

#feature_block_first h4, #feature_block_second h4, #feature_block_third h4, #feature_block_fourth h4, #feature_block_fifth h4, #feature_block_sixth h4 {
	color:#fff;
	font-size:11px;
	margin:1.5em 0 0.8em;
	padding:0pt;
	text-transform:uppercase;
}
#feature_block_first {
	margin-right: 5px;
	background: url(marketing_woman.jpg) top left no-repeat #FF3503;
}
#feature_block_second {
	margin-right: 5px;
	background: url(cityscape.jpg) top left no-repeat #FF3503;
}
#feature_block_third {
	background: url(marketing_woman.jpg) top left no-repeat #FF3503;
}
#feature_block_fourth {
	margin-top: 5px;
	margin-right: 5px;
	background: url(marketing_woman.jpg) top left no-repeat #FF3503;
}
#feature_block_fifth {
	margin-top: 5px;
	margin-right: 5px;
	background: url(cityscape.jpg) top left no-repeat #FF3503;
}
#feature_block_sixth {
	margin-top: 5px;
	background: url(marketing_woman.jpg) top left no-repeat #FF3503;
}
#home_poll {
	width: 295px;
	_width: 290px;
	margin-right: 10px;
	float: left;
	background: #EAEAEA;
	padding-bottom: 6px;
}
#home_blogs {
	width: 295px;
	_width: 290px;
	margin-left: 305px;
	background: #EAEAEA;
	padding-bottom: -6px;
}

#poll_box {
	width: 271px;
	margin: 6px;
	padding: 6px;
	float: left;
	clear: left;
	background: #fff;
	display: inline;
}
div.radio_but {
	margin: 4px 0;
}
img#poll_img {
	float: right;
	margin-left: 10px;
}
#home_directories {
	width: 315px;
	float: left;
	background: #EAEAEA;
	padding-bottom:6px;
}
#directories_select {
	width: 184px;
	background: #333;
	float: left;
	height: 22px;
	padding-top: 2px;
}
form select#directories_sel {
	border: 1px solid #CCCCCC;
	width: 160px;
}
#poll_directories {
	float: left;
	background: url(poll_directories_bg.gif) top left repeat-y #fff;
	width: 620px;
	display: inline;
}
#latest_additions {
	float: left;
	clear: left;
	margin: 6px;
	width: 295px;
}
img.directory_img {
	float: left;
	margin-right: 17px;
	width: 299px;
}
#latest_add_info {
	float: left;
	width: 175px;
}
#awards_headline {
	background:#333333 none repeat scroll 0%;
	float:right;
	font-size:0px;
	height:5px;
	margin-top:-5px;
	padding:0;
	margin-right: 10px;
	width:130px;
}
#award_focus_holder {
	width: 180px;
	float: left;
	background: #fff;
	padding-bottom: 10px;
}
#award_focus {
	
}
#award_focus img {
	margin:5px 0 0 5px;
	
}


#get_involved {
	width: 180px;
	background: #fff;
	float: left;
	padding-top: 20px;
}
#get_involved_headline {
	background:#333333 none repeat scroll 0% 50%;
	float:right;
	font-size:0px;
	height:5px;
	margin-right:10px;
	margin-top:-5px;
	padding:0pt;
	width:120px;
}
#speech_bubble {
	width: 160px;
	float: left;
	clear: left;
	margin: 5px 0 0 5px;
	padding: 8px 5px 20px 5px;
	background: url(speech_bubble.gif) bottom left no-repeat #EAEAEA;
	font-size: 0.9em;
}
#earlier-news, #most-commented {
	width: 160px;
	float: left;
	clear: left;
	margin: 0 0 5px 0;
	padding: 0 0 5px 5px;
	background: #fff;
	font-size: 0.9em;
}
#involved_rest {
	float: left;
	clear: left;
	width: 160px;
	margin: 15px 0 0 5px;
}

/* BASE FEATURES */

#base_features {
	background: #fff;
	padding-top: 20px; 
	float: left;
	width: 620px;
	overflow:hidden;
}
#base_first {
	width: 295px;
	float: left;
	margin-right: 10px;
}
#base_second {
	width: 285px;
	float: left;
	clear: left;
	border-top: 5px solid #333;
	margin-right: 10px;
	padding:6px 10px 10px 0;
}
p.base_sub {
	color:#666;
	font-size:9px;
	text-transform:uppercase;
	margin:0;
}

/* Forms
----------------------------------------------- */
form label, form .row.multi legend {
	width:100px;
	margin-bottom: 0.2em;
}
form .row.submit, form .row.image {
	margin:1em 0 10px 100px;
}
form .textbox input, form .textarea textarea, form .text input {
	width:200px;
}
form .row.multi fieldset label {
	width:auto;
}
fieldset {
	border: none;
	outline: none;
}
#poll_box h3 {
	margin-bottom: 1em;
}

/* FRONT PAGE JOB SEARCH BOX */

#jobsearch form input {
	width: 150px;
	height:15px;
	padding:2px;
	border: 1px solid #CCCCCC;
}
#jobsearch form #srch_category {
	width: 157px;
	border: 1px solid #CCCCCC;
}
#jobsearch form #srch_location {
	width: 157px;
	border: 1px solid #CCCCCC;
}
#jobsearch form #job_search {
	width: auto;
	height: auto;
	border: none;
}

/* Footer
----------------------------------------------- */

/* LOWER LINKS */

#lower_links_container {
	width:950px;
	float: left;
	display: inline;
	padding: 0;
	margin: 20px 0 0 0;

}
.lower_links {
border-right:1px solid #333333;
display:inline;
float:left;
margin:0 0 10px 0;
padding:10px;
width:215px;
}
.lower_links ul.linkies {
	margin:0;
	padding:0;
}
.lower_links ul.linkies li {
	list-style: none;
	list-style-position: outside;
	padding:0;
	margin: 0.3em 0.5em 0.3em 0;
	color: #999;
}
.lower_links ul.linkies li a {
	color: #666666;
	font-weight: normal;
	margin:0;
	padding:0;
}
.lower_links strong {
	color: #000;
}

#footer {
	background: #fff;
	float: left;
	width: 100%;
	margin-top: 0px;
}
#mini_wrapper {
	width: 940px;
	margin:0 auto;
}
#footer_insert {
	width: 810px;
	font-size:0.95em;
	margin:22px 0;
	color:#888;
	float: left;
	clear: both;
}
#footer p {
	text-align: left;
}
#legals {
	width:70%;
	float:left;
}
#legals ul, #legals li {
	margin:0;
	padding:0;
}
#legals li {
	list-style:none;
	float:left;
	margin-right:12px;
}
#legals li.last {
	margin-right:0;
}
#line {
	float:left;
	width:30%;
	text-align:right;
	color:#ccc;
}
#line a, #line a:visited, #line a:hover {
	color:#ccc;
}

/* Lists
----------------------------------------------- */

ul {
	margin:0 0 0 1.4em;
	padding:0;
	list-style: outside;
}

ul li {
	margin:0.3em 0;
	font-size:11px;
	padding:0 0 3px;
}

ul.regular_ul {
	margin:0;
	padding:0;
	float: left;
	clear: left;
	width: 100%;
}
ul.regular_ul li {
	list-style: inside;
	margin: 0.4em 0;
	padding:0;
}

ul.horiz_ul {
	margin:0;
	padding:0;
	float: left;
	clear: left;
	width: 100%;
}
ul.horiz_ul li {
	list-style: none;
	margin: 0.4em 5px 0.4em 0;
	padding:0 5px 0 0;
	float: left;
	border-right: 1px solid #999;
}
ul.horiz_ul li.last {
	border: none;
}


/* Headings
----------------------------------------------- */

h1 {
	background:#333333 url(h2_commented.gif) no-repeat scroll left top;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
height:19px;
margin:0 0 15px;
padding:2px 0 0 29px;
text-transform:uppercase;
}

h2 {
	/*text-transform: uppercase;*/
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 4px 10px 0 30px;
	background: #333333 url(h2_commented.gif) no-repeat scroll left top;
	display: block;
	height: 20px;
	float: left;
}
h2#news_title a, h2#earlier-news_title a,h2#jobs_title a, h2#awards_title a, h2#directories_title a, h2#getinvolved_title a, h2#features_title a, h2#poll_title a, h2#most-commented_title a {
	color: #fff;
}
h2#news_title a:hover, h2#earlier-news_title a:hover, h2#jobs_title a:hover, h2#awards_title a:hover, h2#directories_title a:hover, h2#getinvolved_title a:hover, h2#features_title a:hover, h2#poll_title a:hover, h2#most-commented_title a:hover {
	color: #FF3503;
	text-decoration: none;
}
h3 {
	/*text-transform: uppercase;*/
	font-size: 12px;
	color: #333;
	margin: 0.2em 0 0.1em 0;
	padding: 0;
}
h3.eventy {
	width: 550px;
	font-size: 18px;
}
h3.grey {
	background: #DFDFDF;
	float: left;
	clear: left;
	width: 100%;
	margin: 10px 0 10px -10px;
	padding: 4px 0 4px 10px;
	display: inline;
}
div#news h3 a {
	color: #282828;
}
div#news h3 a:hover {
	color: #FF3503;
	text-decoration: none;
}

/* Common elements */

div.rounded_01 {
	width: 580px;
	float: left;
	background: url(rounded_top.gif) top left no-repeat #fff;
	margin-bottom: 10px;
}
div.rounded_01_i {
	width: 580px;
	float: left;
	background: url(rounded_top_r.gif) top left no-repeat #fff;
	margin-bottom: 10px;
}
div.rounded_01_i .inner {
	width: 560px;
	float: left;
	padding: 0 10px 10px 10px;
	margin:10px 0 0 0;
	background: url(rounded_btm_r.gif) bottom left no-repeat #fff;
}
div.rounded_01_g {
	width: 580px;
	float: left;
	background: url(rounded_top_g.gif) top left no-repeat #fff;
	margin-bottom: 10px;
}
div.rounded_01_g .inner {
	width: 560px;
	float: left;
	padding: 0 10px 10px 10px;
	margin:10px 0 0 0;
	background: url(rounded_btm_g.gif) bottom left no-repeat #fff;
}
div.rounded_01.rightal {
	float: right;
	min-height: 20px;
}
div.rounded_01 .inner {
	width: 560px;
	float: left;
	padding: 0 10px 10px 10px;
	margin:10px 0 0 0;
	background: url(rounded_btm.gif) bottom left no-repeat #fff;
}
div.rounded_02 {
	width: 330px;
	float: right;
	background: url(rounded2_top.gif) 0 0 no-repeat #fff;
	margin-bottom: 10px;
}
div.rounded_02 .inner {
	width: 310px;
	float: right;
	padding: 0 10px 10px 10px;
	margin:10px 0 0 0;
	background: url(rounded2_btm.gif) bottom left no-repeat #fff;
}
div.rounded_01 .inner h2 {
	background: none;
	padding:0;
	margin:10px 0 0 0;
	font-size: 1.5em;
	color: #333;
	width: 320px;
	float: left;
	height: auto;
}
div.rounded_01 .inner h2 a {
	color: #333;
}
div.rounded_01 .inner h2 a:hover {
	color: #FF3503;
}
div.inner .left {
	width: 299px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #999;
	margin-top: 10px;
}
div.inner .right {
	width: 230px;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}
div.outlined {
	width: 566px;
	border: 2px solid red;
	margin-left: -10px;
	position: inline;
	padding: 10px;
	float: right;
}
div.half_half {
	width: 580px;
	float: left;
}
div.half_half .half_01 {
	width: 260px;
	margin-right: 10px;
	float: left;
	background: #F2F2F2;
	padding: 10px;
	min-height: 135px;
	margin-bottom: 15px;
}
div.half_half .half_02 {
	width: 270px;
	float: left;
	background: #F2F2F2;
	padding: 10px;
	min-height: 135px;
	margin-bottom: 15px;
}
.half_01 ul li, .half_02 ul li {
	list-style: none;
	padding: 0 0 0 1.2em;
	background: url(default_bullet.gif) 0 0.3em no-repeat;
	float: left;
}
.half_01 ul li, .half_02 ul {
	margin-bottom: 0;
}
ul.widen {
	width: 100%;
}
#feature_block_first h4 a, #feature_block_second h4 a, #feature_block_third h4 a, #feature_block_fourth h4 a, #feature_block_fifth h4 a, #feature_block_sixth h4 a {
	color: #fff;
}

/* Pagination */

ul.pagination, #news_articles ul.pagination {
	float:left;
	margin:0 0 1em 0;
	padding:0pt;
	width: 580px;
}
ul.pagination li, #news_articles ul.pagination li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 2px 2px 0;
	padding:0;
	border-bottom: none;
	float: left;
	color: #ccc;
}
#news_articles ul.pagination.newspag, #previous_features_list ul.pagination.newspag {
	padding: 10px 0;
	border-bottom: 2px solid #333;
	width: 480px;
}
#news_articles ul.pagination.newspag li, #previous_features_list ul.pagination.newspag li {
	clear: none;
	display: inline;
	width: auto;
	padding:0;
	margin:0 2px 2px 2px;
	border-bottom: none;
}
#news_articles ul.pagination.newspag li.previous, #previous_features_list ul.pagination.newspag li.previous {
	margin-right:0.5em;
	padding-right:0.5em;
}
#news_articles ul.pagination.newspag li.next, #previous_features_list ul.pagination.newspag li.next {
	margin-left:0.5em;
	padding-left:0.5em;
}

ul.pagination li.on, #news_articles ul.pagination li.on {
	font-weight:bold;
	padding:0pt 0.2em;
}
ul.pagination li.previous, ul.pagination li.next, #news_articles ul.pagination li.previous, #news_articles ul.pagination li.next {
	color:#999999;
}
ul.pagination li.previous, #news_articles ul.pagination li.previous {
	border-right:1px solid #ccc;
	margin-right:0.1em;
	padding-right:0.2em;
}
ul.pagination li.next, #news_articles ul.pagination li.next {
	border-left:1px solid #ccc;
	margin-left:0.1em;
	padding-left:0.2em;
}
ul.pagination li a, #news_articles ul.pagination li a {
	padding:0pt 0.2em;
}

/* GENERIC TEMPLATE */

#generic_container {
	width: 790px;
	float: left;
	margin:0;
	padding: 20px 10px 0 10px;
}
#generic_main {
	border-top: 2px solid #FF3503;
	float: left;
	width: 770px;
	padding: 10px;
}



div.thinner {
	width: 500px;
	float: left;
}

form#login_form {
margin:10px 0pt 10px 80px;
}
form#login_form label {
font-weight:bold;
text-align:right;
width:150px;
}

/* HIDING PAGE BIT */
#log_reg {
	width: 510px;
	background: #F0F0F0;
	border-top: 2px solid #FF3503;
	float: left;
	margin-top: 10px;
	padding: 10px;
}
#log_reg .login, .rounded_01 .inner .login {
	width: 260px;
	float: left;
	padding-right: 10px;
}
#log_reg .register, .rounded_01 .inner .register {
	width: 219px;
	float: left;
	padding-left: 10px;
	border-left: 1px dashed #ccc;
}
#log_reg_2 {
	width: 98%;
	float: left;
	margin-top: 10px;
	padding: 0px;
}
#log_reg_2 .login {
	width: 62%;
	float: left;
	padding-right: 0px;
}
#log_reg_2 .register {
	width: 259px;
	float: left;
	padding-left: 10px;
	border-left: 1px dashed #ccc;
}

#newsletter_signup {
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	clear: both;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#newsletter_signup h3 {
	margin: 1em 0;
}
#newsletter_signup .row {
	clear: both;
	margin: 0;
	padding: 1px;
	position: relative;
}
#newsletter_signup .row label {
	display: block;
	margin: 0;
	padding: 0 2em 1em 2em;
	position: relative;
}
form#login_form_s {
	margin-top: 10px;
}
form#login_form_s label {
	width: 87px;
}
form#login_form_s input {
	width: 150px;
}

form#login_form_s .checkbox input {
	width: auto;
}

form#login_form_s .checkbox label {
  display:inline;
  	width: auto;
}


form#login_form_s input#subs_submit_btn {
	width: auto;
	margin-left: 350px;
	margin-bottom: 20px;
	padding: 10px;
}
form#login_form_s .submit {
	margin-left: 309px;
	padding-top: 20px;
}

ul#image_gallery {
	padding:0;
	margin:0;
}
ul#image_gallery li {
	margin-right: 3px;
	float: left;
	padding: 0;
	margin-bottom: 5px;
	list-style: none;
	padding:0;
}
ul#image_gallery li img {
	display: block;
}
ul#image_gallery li a img {
	border: 1px solid #ccc;
}
ul#image_gallery li a:hover img {
	border: 1px solid #FF3503;
}

/*  Alex's additions */

#news h3, #news_page h3 {
	font-size: 15px;
}

span.form_chat {
	display:block;
	clear: left;
	margin-left: 155px;
	margin-bottom: 10px;
	margin-top: 4px;
}
span.formvalue {
	font-weight: bold;
	color: #666;
}
#jobs_main form .row {
	margin-bottom: 1em;
}

form#apply_form {
	margin:10px 0pt 10px 10px;
}

form#apply_form .row {
	padding:1em 0em 1em 0em;
	margin-bottom: 0em;
}

form#apply_form label {
	font-weight:bold;
	text-align:right;
	width:150px;
	cursor:pointer;
}
#right_info {
	float: right;
	width: 190px;
}
form#password_stuff label {
	width: 150px;
}
#feature_photos img {
	margin-bottom: 10px;
}


/* IMAGE REPLACEMENT HEADERS */


h2.ir {
	display: block;
	height: 19px;
	padding:0;
	margin:0 5px 0 0;
}

h2#news_title { 
	background:#333333 url(h2_commented.gif) no-repeat scroll left top;
font-weight:bold;
margin:0 5px 0 0;
padding:5px 0 0 25px;
text-transform:uppercase;
width:165px;
}
h2#earlier-news_title { 
	width: 139px;
	background: url(h2_earlier-news.gif) top left no-repeat;
	margin:0 5px 0 0;
	padding:0;
}
h2#most-commented_title { 
background:#333333 url(h2_commented.gif) no-repeat scroll left top;
margin:0 5px 0 0;
padding:5px 0 0 26px;
text-transform:uppercase;
width:91%;
}
h2#jobs_seeker_title { 
	width: 170px;
	background: url(h2_job_seeker.gif) top left no-repeat;
	margin:0 5px 0 0;
	padding:0;
}
h2#jobs_title { 
	width: 73px;
	background: url(h2_jobs.gif) top left no-repeat;
	margin:0 5px 0 0;
	padding:0;
}

h2#awards_title { 
	width: 90px;
	background: url(h2_events.gif) top left no-repeat;
	margin:0 5px 0 0;
	padding:0;
}

h2#features_title {
	width: 90px;
	background: url(h2_indepth.gif) top left no-repeat;
	padding:0;
}
h2#blogs_title {
	width: 103px;
	background: url(h2_blogs.gif) top left no-repeat;
	margin:0;
	padding:0;
}
h2#directories_title {
	width: 121px;
	background: url(h2_directories.gif) top left no-repeat;
	margin:0;
	padding:0;
}
h2#poll_title {
	width: 72px;
	background: url(h2_poll.gif) top left no-repeat;
	margin:0;
	padding:0;
}
h2#getinvolved_title {
	width: 129px;
	background: url(h2_get_involved.gif) top left no-repeat;
	margin:0;
	padding:0;
}
h2#urgently_required {
	width: 170px;
	background: url(h2_urgently_required.gif) top left no-repeat;
	margin:0;
	padding:0;
}
h2#featured_jobs {
	width: 170px;
	background: url(h2_featured_jobs.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#latest_news_title {
	width: 135px;
	background: url(h2_latest_news.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#newsletter_title {
	width: 124px;
	background: url(h2_newsletter.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#search_news_title {
	width: 132px;
	background: url(h2_search_news.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#marketing_mechanics_title {
	width: 193px;
	background: url(h2_marketing_mechanics.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#my_drum_jobs_title {
	width: 144px;
	background: url(h2_my_drum_jobs.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#post_a_job_title {
	width: 113px;
	background: url(h2_post_a_job.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#job_search_title {
	width: 119px;
	background: url(h2_job_search.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}

h2#your_feedback_title {
	width: 152px;
	background: url(h2_your_feedback_title.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}

h2#urgently_required_title {
	width: 175px;
	background: url(h2_urgently_required_r.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#featured_jobs_title {
	width: 140px;
	background: url(h2_featured_jobs_r.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#job_details_title {
	width: 122px;
	background: url(h2_job_details.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#apply_title {
	width: 84px;
	background: url(h2_apply.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#career_advice_title {
	width: 139px;
	background: url(h2_career_advice.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#add_a_listing_title{
	width: 133px;
	background: url(h2_add_a_listing.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#update_listing_title{
	width: 142px;
	background: url(h2_update_listing.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#final_call_title{
	width: 113px;
	background: url(h2_final_call.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#upcoming_title{
	width: 162px;
	background: url(h2_upcoming_events.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#past_events_title{
	clear: left;
	width: 155px;
	background: url(h2_past_events.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}

h2#page_not_found{
	clear: left;
	width: 155px;
	background: url(h2_page_not_found.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}



h2#your_account_title{
	width: 139px;
	background: url(h2_your_account.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#change_password_title{
	width: 170px;
	background: url(h2_change_password.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#forgotten_your_password_title{
	width: 230px;
	background: url(h2_forgotten_your_password.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#sign_in_title{
	width: 88px;
	background: url(h2_sign_in.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#signed_out_title{
	width: 118px;
	background: url(h2_signed_out.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#new_password_title{
	width: 157px;
	background: url(h2_new_password.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#register_title{
	width: 103px;
	background: url(h2_register.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#related_content_title{
	width: 161px;
	background: url(h2_related_content.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#image_gallery_title{
	width: 161px;
	background: url(h2_image_gallery.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#media_gallery_title{
	width: 161px;
	background: url(h2_media_gallery.gif) top left no-repeat #333;
	margin:0;
	padding:0;
}
h2#search_results_title {
	background: url(h2_search_results.gif);
	text-indent: -9999px;
	width: 111px;
}


div.lower {
	width: 560px;
	float: left;
	clear: left;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 15px;
}
form#newsletter_formy label {
	margin-bottom:0.2em;
	width:150px;
}

div.clear_header {
  clear:left;
  padding-top: 10px;
}

div.news_box_fix {
	width: 350px;
	float: left;
}
div.news_box_fix2 {
	width: 470px;
	float: left;
}
div.news_box_fix3 {
	width: 370px;
	float: left;
}
#news_articles ul li#premier div#prem_nopic.news_box_fix2 h3 {
	width: 470px;
}


span.header_right {
	display: block;
	width: auto;
	float: right;
	height: 20px;
	padding-top: 4px;
}

#return_to_events {
	font-size: .85em;
	text-align: right;
	text-transform: uppercase;
}

#page_downloads {
	border-top: 2px solid #ff3503;
	clear: both;
	padding: 1em 0;
}

#account_col1 {
	border-right: 1px solid #ddd;
	float: left;
	width: 350px;
}
ul#account_actions {
	margin-bottom: 2em;
	margin-top: 2em;
}
div#newsletter_subscriptions {
	background: #ddd;
	float: right;
	padding: 1em;
	width: 350px;
}

/* Editors Inbox */

#rubric {
	width: 790px;
	float: left;
	padding: 10px;
}
#rubric h1#special {
	width: 164px;
	height: 16px;
	background: url(h1_editors_inbox.gif) top left no-repeat;
	margin-top: 1em;
}
#rubric h1#special a {
	display: block;
	width: 164px;
	height: 16px;
	background: url(h1_editors_inbox.gif) top left no-repeat;
	font-size: 1.4em;
	text-indent: -9999px;
}
#rubric h1#special, #rubric h1#special a:hover {
	text-decoration: none;
}
#rubric p.thinnerp {
	width: 550px;
}
#content {
	width: 810px;
	float: left;
	display: inline;
}
#inbox_main {
	width: 590px;
	float: left;
	margin: 0 10px;
	display: inline;
}
#inbox_sub {
	width: 190px;
	margin-right: 10px;
	float: left;
}
#inbox_submit {
	width: 166px;
	float: left;
	padding: 10px;
	border: 2px solid #FF3503;
}
table#inbox_articles {
	float: left;
	width: 590px;
}
table#inbox_articles tr th, table#inbox_articles tr td {
	padding: 10px 5px;
}
table#inbox_articles tr td {
	border-bottom: 1px solid #ccc;
}
table#inbox_articles tr th {
	border-bottom: 2px solid #000;
	font-weight: bold;
	color: #000;
}
table#inbox_articles tr th a, table#inbox_articles tr td a {
	font-size: 1.2em;
}
table#inbox_articles tr th.col_pri {
	width: 340px;
}
table#inbox_articles tr th.col_sec {
	width: 102px;
}
table#inbox_articles tr th.col_ter {
	width: 118px;
}

#inbox_menu {
	background:transparent url(jobs_bg.gif) repeat-x scroll left top;
	display:block;
	float:left;
	height:40px;
	margin:0 10px 0 0;
	padding:0;
	width: 790px;
}
ul#inbox_menu li {
	float:left;
	font-size:1.1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
ul#inbox_menu li#first {
	width: 191px;
}
ul#inbox_menu li#second {
	width: 133px;
}
ul#inbox_menu li a {
	border-right:1px solid #ccc;
	display:block;
	height:22px;
	padding:10px 10px 8px;
	text-align:center;
}
ul#inbox_menu li.on a {
	color:#333333;
}
ul#inbox_menu li.on {
	background:#FFFFFF none repeat scroll 0%;
}
ul#inbox_menu li#account {
	text-transform: none;
	float: right;
	padding-top: 10px;
}
ul#inbox_menu li#account a {
	border-right: none;
	display: inline;
	font-weight: normal;
}
#inbox_main ul.pagination {
	float: right;
	width: auto;
	margin-top: 1.5em;
}
form#weelogin label {
	width: auto;
}
form#weelogin input {
	padding: 4px;
	border: 1px solid #ccc;
	margin-top: 5px;
}
form#weelogin button {
	background: #fff;
	border: none;
	outline: none;
	color: #FF3503;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
}
.supplement {
	width: 790px;
	float: left;
	padding: 10px;
}
#copy {
	width: 610px;
	float: left;
	padding: 0 10px 10px 10px;
}
#copy .inner {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#press-images {
	float: right;
	width: 180px;
	padding-top: 20px;
}

p.press_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	margin:0;
}

#premium-left {
	width: 450px;
	float: left;
}

#premium-right {
	float: right;
	width: 330px;
	padding-top: 40px;
}


a.otherpress {
	font-size: 0.9em;
	font-weight: normal;
}
h2.report_article {
	background: none;
	margin: 0.2em 0;
	width: 100%;
	font-size: 1.6em;
	color: #333333;
	padding: 0;
}
form.nocontainer {
	width: 790px;
	float: left;
	padding: 10px;
}
form#inbox_form input {
	padding: 4px;
	border: 1px solid #ccc;
}
form#inbox_form label {
	padding: 4px;
	font-weight: bold;
}
form#inbox_form textarea#id_copy {
	width: 500px;
	height: 350px;
}
form#inbox_form input.noborder {
	padding: 0;
	border: none
}
form#inbox_form button {
	margin-left: 110px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	padding: 6px 3px;
	background: #FF3503;
}
form#inbox_form div.tick {
	width: 100%;
	clear: both;
	float: left;
}
form#inbox_form div.tick input {
	border: none;
	padding: 0;
}
form#inbox_form div.tick label {
	margin-left: 110px;
	width: auto;
	display: inline;
}
form#inbox_form ul#errors {
	color: red;
	background: #FFDFE0;
	padding: 1em;
	margin-bottom: 1em;
}
form#inbox_form ul#errors li {
	list-style: none;
	margin: 0.5em 0;
}
form#inbox_form p.info {
	color:#666666;
	font-size:1em;
	margin-left:115px;
	width:310px;
}
#preview_notice {
	color: #990000;
}
button.previewbutton {
	background: #efefef; 
	border: 1px solid #ccc; 
	padding: 5px;
}
div#blank_box {
	display: none;
}
.post-comment {
width: 150px;
float:right;
}
#networking-icons{
	float:right;
	position: absolute;
	top:0;
	left:0;
	padding-top:107px;
	margin-left:90%;
	z-index:5000;
}

#networking-icons a{
	display:inline-block;
	outline: none;
	width:32px;
	height:32px;
}
#networking-icons a:hover{
	text-decoration: none;
}
#networking-icons a#facebook{
	background: url(facebook_32.png);
}
#networking-icons a#twitter{
	background: url(twitter_32.png);
}

/* ------------------ Added by Yusuf Ali -------------------- */

#twitter_jobs{
	float:right;
	position: absolute;
	top:0;
	left:0;
	padding-top:195px;
	margin-left:62%;
	z-index:9999;
}

#twitter_jobs a{
	display:inline-block;
	outline: none;
	width:100px;
	height:30px;
}

#twitter_jobs a:hover{
	text-decoration: none;
}
#twitter_jobs a#twitter_jobs_link{
	background: transparent url(twitterfeed_36.png);
}

.required_input{
color:red;
}

.fieldcontainer 
{
	background-color: #EEF5FF;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color:#eeeeee;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.message.error,
.notification_msg_success, 
.notification_msg_error,
.notification_msg_warning, 
.notification_msg_info, 
.notification_msg_validation
{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 0;
	border-right: 0;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.notification_msg_success
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('success.png');
}

.notification_msg_warning 
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('warning.png');
}
.notification_msg_error, .message.error
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('error.png');
}

.notification_msg_info 
{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}

.notification_msg_validation 
{
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('validation.png');

}

/*************************************************/
/* 			Scrollable Wizard			 		*/
/************************************************/

/* scrollable root element */
#wizard 
{	
	height:220px;
	width:580px;
	overflow:hidden;
	position:relative;
}  

/* scrollable items */
#wizard .items 
{
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#wizard .page 
{	
	float:left;
	width:580px;
	margin-right:20px;
}

/*
#wizard .page#page1 {    
background: blue;  
}
#wizard .page#page3 {    
background: green;  
}
*/

#wizard .page#page2 {    
/*margin-top: 10px;*/
margin-bottom: 10px;
}

/******** END: Jquery Scrollable Widget **********/

.drum_btn
{
	background-color:#FF3300;
	border:1px solid #FF3300;
	color:#FFFFFF;
	font-family:lucida sans;
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	text-transform:uppercase;
	cursor:pointer;
}
/***************Directory Styles*******************/
div.myaccount-module{
	width:100%;
	margin-top: 10px;
	border:1px solid #e3e3e3;
}
div.myaccount-module-header{
	background: url(table-header.png) top left repeat-x;
	color:#000;
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow:0 1px 0 #fff;
	cursor: pointer;
}
div.myaccount-module-header a{
	color: #000;
	text-decoration: none;
}
div.myaccount-moudule-header a:hover{
	color:#2276bb;
}
div.myaccount-module-content{
	padding:10px;
}
div.post .showcase-post{
	 width: 129px;
 	 margin: 0 0 12px 0;	
}

div.post .entry-content{
	
  	background-color:#cac8c8;
	border:3px solid #cac8c8;
	display:block;
	height:115px;
	 overflow:hidden;
	width:115px;
}

div.post .entry-content a {
 position: relative;
 overflow:hidden;
 height:115px;
 width:115px;
}

div.post .entry-content a.no-style{
	display: inline;
	height:15px;
	width:125px;
	background: none;
	border:none;
}
div.post .entry-content a img{
  position: absolute;
  z-index: 5;
}
div.post .entry-content a span.slide-title{
  position: absolute;
  top: 95px;
  left: 3px;
  width: 160px;
   overflow:hidden;
  font-family:Verdana,Helvetica,Arial,Sans-Serif;
  line-height: 1em;
  color: #000 !important;
  text-shadow: 0 1px 0 #FFF;
  font-size: 1em;
  z-index: 0;
}
div.post .entry-content a:hover{
	
	text-decoration: none;
}
div.inline{
	display: inline;
}
.new{
	display: inline-block;
	width: 42px;
	height: 22px;
	padding-top: 7px;
	background: url(ico-new-trans.png) no-repeat top left;
	z-index: 200;
}
span.cover-up{
  background: url(side-fade-trans.png) no-repeat right top;
  position: absolute;
  right: 0;
  top: 0;
  height: 125px;
  width: 20px;
  z-index: 4;
}
div.media-editpanel{
	position: absolute;
	width: 140px;
	margin-left: 5px;
	margin-top: -6px;
	z-index:10;
}
#prev-next-links span{
	padding:6px 0 2px 26px;
    height:20px;
    width:60px;
    display:inline-block;
    margin:0;
    text-decoration:none;
    color:#000 !important;
    text-shadow: 0 1px 0 #FFF;
    cursor: pointer;
    background:url(buttons.png) no-repeat;
}
div.prev{
	margin-top: 55px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}
div.next{
	margin-top: 55px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}
div.fadeOut{
	position: absolute;
	background: url(fadeOut1.png) 0 0 no-repeat;
	z-index: 9999;
	display: block;
	width: 38px;
	height: 145px;
}
div.fadeOut1{
	position: absolute;
	background: url(fadeOut2.png) 0 0 no-repeat;
	z-index: 9999;
	display: block;
	width: 38px;
	height: 145px;
	margin-left:567px
}
div.comment-d-outer{
	width: 290px;
	float: left;
	
}
div.comment-d{
	font-family "Lucida Grande",Arial,Sans-serif;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ebebeb;
}
div.comment-d .picture{
	float: left;
	width: 48px;
	margin-top: 5px;
}
div.comment-d .text{
		margin-left: 60px;
	font-size: 12px;
	padding:0;
	color: #282828;
}
div.comment-d a{
	color:#2276bb;
}
div.comment-d .time{
	font-size: 10px;
	color: #a8a8a8;
}
/***************End Styles*************************/


/***************Registration form*******************/

div.reg_form_inner{
	background: #eee;
	border: 0px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	

}

div.reg_form_inner input[type=text], div.reg_form_inner input[type=password]{
	padding:8px;
	width: 88% !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:4px;
	autocomplete: off;
	background: url(bg-input.png) no-repeat;
	background-position: -1px 0px;
	border: 1px solid #ccc;
	cursor:pointer;
}

div.reg_form_inner select{
	padding:8px;
	width: 92% !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:4px;
	autocomplete: off;
	background: url(bg-input.png) no-repeat;
	background-position: -1px 0;
	border: 1px solid #ccc;
	cursor:pointer;
}


div.login div{
	/*position:relative;*/
	/*padding-top: 2px;*/
	padding-bottom: 2px;
	padding-left:40px;
	margin-bottom:0;
}

div.reg_form_inner label{
	display:none;
	float:none;
	margin-left: 5px;
	width: 332px !important;
	cursor:pointer;
}

div.reg_form_inner #lbl_password, 
div.reg_form_inner #lbl_password_confirm
{
	display: block;
	margin-top: 10px;
}



div.reg_form_inner #username { /*margin-top: 40px;*/ }

.hilite{
	background-color: #EDCC8F;
	background-image:url(arrow_right2.png);
	background-position:3px center;
	background-repeat:no-repeat;
	-moz-box-shadow: 0 0 6px #777;
	-webkit-box-shadow: 0 0 6px #777;
	box-shadow: 0 0 6px #777;	
	
}

input.labelColor { color: #aaa; }

.round {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.shadow {
	-moz-box-shadow: 1px 1px 4px #333;
	-webkit-box-shadow: 1px 1px 4px #333;
	box-shadow: 1px 1px 4px #333;
}




.reviews_banner img{
 float:left;
 margin:2px 5px 2px 0;
 border:1px solid #000;
 padding:3px;
 background:#fff;
}

.reviews{
float:left;
margin:5px 0 10px;
padding:5px;
background:#fff;
}


.reviews h4, .reviews h4 a{
 padding:0;
 margin:0;
 text-align:left;
 color:#000;
 text-decoration:none;
 font-size:14px;
 margin:0 0 3px 0;
 font-weight:bold;
}



