@import url(http://fonts.googleapis.com/css?family=Marmelad);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

/*CSS Document

DarkBlue #006
PaleGreen #dcf6e1
LightGreen #7f8f42
DarkGreen #6b773c
Dark Orange #ff4000
*/

img{border:none;}

/*+clearfix {*/
#PageWrapper:after, #ContentArea:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#PageWrapper, #ContentArea{
	display: inline-block;
}
#PageWrapper, #ContentArea{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
*{
	outline: none;
}
.hid{
	position: absolute;
	top: -300px;
}

BODY{
/*Grey
background-color:#353535;
background-image:url(../images/bgPage.gif);
Green
background-color:#00A650;
background-image:url(../images/bgPageGreen.gif);
Orange
background-color:#ed451b;
background-image:url(../images/bgPageOrange.gif);

Blue-Black
background-color:#000;
background-image:url(../images/bgPageBlueBlack.gif);

Blue-Grey*/
	background-color: #EBEBEB;
	background-image: url(../images/backgrounds/bg-PageBlueGrey.jpg);
	background-attachment:fixed;
/*Blue-White
background-color:#000;
background-image:url(../images/bgPageBlueWhite.gif);
*/
	background-repeat: repeat-x;
	color: #888;
	font-family: Verdana, Arial, Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	padding-bottom: 30px;

}



A{
	color: #CD250B;
	text-decoration: none;
}
A:hover{
	color: #F00;
}
H1{
	font-size: 3em;
	margin: 0;
	color: #F00;
	
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	text-shadow: 2px 2px 4px #ccc;
	letter-spacing: -1px;
	line-height: 1em;
}
H2, .EventTitle{
	font-family: 'Ubuntu', sans-serif, Calibri, "Neutraface Text", "Century Gothic", Verdana;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0;
	color: #005d8a;
	font-weight: bold;
}
H3, .SidePanelTitle, .SidePanel .Title{
	display: block;
	font-size: 1.1em;
	margin: 0;
	color: #025E8F;
	font-family: "Neutraface Text", "Century Gothic", Verdana;
	font-weight: bold;
	line-height: 15px;

}

H3{
	font-family: "marmelad", "Philosopher", Calibri, "Neutraface Text", "Century Gothic", Verdana;
}




H4{
	margin: 0;
}
H5{
	margin: 0;
}
.FloatRight{
	float: right;
}
.ClearRight{
	clear: right;
}
.ClearLeft{
	clear: left;
}
.ClearBoth{
	clear: both;
}
.block{
	display: block;
}

.rounded-img{
	border-radius:3px;	
}

.rounded-img-5{
	border-radius:5px;	
}

.rounded-img-10{
	border-radius:10px;	
}

UL{
	list-style: square;
}

.overlay-white{
	background-color:#FFF;
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70; 
}

.overlay-black{
	background-color:#000;
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70; 
}

/*[clearfix]*/#PageWrapper{
	position: relative;
	top: 20px;
	border-top:10px solid #009dca;
	width: 959px;
	text-align: left;
	background:url(/images/backgrounds/bg-PageWrapper.gif) repeat-y 20px 20px;
	margin-bottom: 30px;
	padding-bottom: -1px;
	margin: 0 auto;
}
#MenuBar{
	position: relative;
	top: -10px;
	left: 0;
	width: 959px;
	height:30px;
	padding: 0;
	margin-bottom:-10px;
	text-align: left;
	background-color: #eb4922;
	background-image: url(/images/topGroupBg.gif);
	background-repeat:repeat-x;
	-moz-border-radius-topleft:10px;	
	-webkit-border-top-left-radius:10px;	
	-moz-border-radius-topright:10px;	
	-webkit-border-top-right-radius:10px;
	font-size:1.25em
}
#MenuList{
	position: relative;
	color: #002;
	height: 30px;
	list-style: none;
	list-style-type: none;
	font-family: Arial, Geneva, "Trebuchet MS", tahoma;
	text-shadow: #e8441e -1px -1px 1px;
	letter-spacing:-1px;
	font-weight:bold;
	margin: 0;
	padding:0;
}
#MenuList A{
	color: #FFF;
	text-decoration: none;
}


.MenuItem, .MenuItemOver{
	float: left;
	list-style: none !important;
	list-style-type: none !important;
	padding: 4px 6px 4px 7px;
	margin: 1px 0 1px 1px;
	border-left:1px solid #f35830;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.MenuItemOver, .MenuItem:hover{
	background-image: url(/images/topGroupBgInv.gif);
	-webkit-box-shadow: 0px 0px 10px #fff;
	-moz-box-shadow: 0px 0px 10px #fff;
	box-shadow: 0px 0px 10px #fff;
}

.MenuItem a{
	display:block;
}


.MenuItem ul{
	position:absolute;
	z-index:5000;
	list-style-type:none !important;
	list-style:none !important;
	padding:0;
	margin:4px 0 0 -5px;
	padding-top:2px;
	display:none;
}

.MenuItem ul li{
	list-style-type:none !important;
	list-style:none !important;
	display:block;
	background-image: url(/images/topGroupBgInv.gif);
	margin: 3px 0 1px 1px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.4);		
}


.MenuItem ul li a{
	display:block;
	padding: 4px 6px 4px 7px;
	text-shadow: #e8441e -1px -1px 1px;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
}



.MenuItem ul li:hover{
	box-shadow: 2px 2px 2px rgba(0,0,0,0.7);
	color:#FF6;
}


.MenuItem ul ul li{
	display:block;
	padding:0;
	height:23px;
	margin-left:10px;
	line-height:6px;
}



#HeaderArea{
	background-color: #FFF;
	position: relative;
	/*background-image: url(../images/backgrounds/bg-HeadBlueReflect.gif);*/
	background-repeat: repeat-y;
	height: 89px;
	width: 800px;
}
#AdminMenuDiv{
	width: 155px;
	height: 16px;
	text-align: left;
	background-image: url(/images/topGroupBg.gif);
	background-color: #FF4000;
	border: 1px solid #000000;
	padding: 5px 0 0 4px;
	line-height: 10px;
	font-weight: bold;
}
#Logo{
	position: absolute;
	width: 270px;
	padding: 0;
	background-color:#FFFFFF;	
}
* HTML #Logo{
	left: 1px;
}
#Logo img{
	margin: 28px 0 0 17px;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;	
	-webkit-box-shadow: 0px 0px 16px rgba(0,157,202,0.5);
	-moz-box-shadow: 0px 0px 14px rgba(0,157,202,0.5);
	box-shadow: 0px 0px 14px rgba(0,157,202,0.5);
	background-color:#FFFFFF;	
}
#Flags{
	position: absolute;
	top: 0;
	right: 0;
	width: 468px;
	text-align: right;
	vertical-align: top;
}
#FlagList{
	padding: 2px 5px 0 0;
}
#FlagList .textbox{
	height: 12px;
	margin-top: -3px;
}
#FlagList .button{
	margin-top: 3px;
}




#HeadImageDiv{
	position: absolute;
	left: 327px;
	top:25px;
	bottom: 0;
	width: 468px;
	height: 60px;
	background-color: #eee;
}
#HeadImage{
	width: 468px;
	height: 62px;
}
#GoogleAds
{
	position: absolute;
	top: 20px;
	left: 800px;
	z-index: 0;
}
/*[clearfix]*/#ContentArea{

	/*background-image: url(../images/backgrounds/bg-LeftPaleBlue.jpg);*/
	background-repeat:repeat-y;
	position: relative;
	min-height: 717px;
	width: 800px;
	background-color: #FFF;
	color: #333;
	padding: 0;
	margin: 0;
	z-index: 20;
}
* HTML #ContentArea{
	height: 717px;
}





#ImageArea{
	margin:10px 0 0 16px;
	float:left;
	min-height: 572px;
	width: 245px;
	text-align: center;
}
* HTML #ImageArea{
	width: 245px;
	background-color: #FFF;
}

#ImageAreaDiv{
	background-color: #FFFFFF;
	margin-left: -1px;
}


.LeftImageDiv IMG, .ShadowDiv img{
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;	
	-webkit-box-shadow: 0px 0px 10px rgba(0,157,202,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,157,202,0.5);
	box-shadow: 0px 0px 10px rgba(0,157,202,0.5);			
}

.ShadowDiv img{
	margin-left: 0;	
}

#LeftImageDiv{
	height: 100px;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;	
}

#LeftImageCreditDiv{
	position: absolute;
	float: left;
	width:245px;
	top: 182px;
	background-color: #000;
	padding: 0;
	filter: Alpha(style=0,opacity=60);
	-moz-opacity:0.6;
	-webkit-opacity:0.6;
	-moz-border-radius-bottomright:5px;	
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;	
	-webkit-border-bottom-left-radius:5px;	
}

#LeftImage_imHeadImage{
	border: none;
	width: 245px;
}

#AddressDiv{
	font-size: 10px;
	text-align: right;
	width: 245px;
}

.SidePanel{
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	text-align: left;
	margin: 10px 0 10px 0 ;
	border: 1px solid #88bbdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,157,202,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,157,202,0.5);
	box-shadow: 0px 0px 10px rgba(0,157,202,0.5);		
}


.SidePanelTitle, .xSidePanelTitle, .SidePanel .Title{
	display: block;
	margin: 5px;
	color: #025E8F;
	line-height: 15px;
	text-transform:uppercase;
	border-bottom: 1px solid #BBB;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

div.SidePanel div.PanelContent{
	margin:5px;
	color:#333;
	font-size:1em;
}

div.SidePanel div.PanelContent .textbox, div.SidePanel div.PanelContent .button{
	height:18px;
	font-size:.8em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}




/* PAGE PANELS -------------------*/

.PagePanelShort, .PagePanelLong, .PagePanelNarrow{
	width: 257px;
	padding: 4px 0 5px 0;
	background-color: #FFFFFF;
	background-image: url(../images/Backgrounds/bg-PagePanel-Short-256w.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: 10px 0 0 0;
	clear: both;
}


.PagePanelLong{
	background-image: url(../images/Backgrounds/bg-PagePanel-Long-256w.gif);
}

.PagePanelNarrow{
	position: relative;
	width: 175px;
	background-image: url(../images/Backgrounds/bg-PagePanel-NarrowLong.gif);
}
.PagePanelShort .Title, .PagePanelLong .Title, .PagePanelNarrow .Title{
	display: block;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 8px;
	color: #FFF;
	margin-left:15px;
}

.PagePanelShort .PanelContent, .PagePanelLong .PanelContent{
	width:202px;
	margin-left:15px;
	color:#333;
}

.PagePanelNarrow .PanelContent{
	width:135px;
	margin-left:15px;
	color:#333;
}


div.PagePanelNarrow div.PanelContent .textbox, div.PagePanelNarrow div.PanelContent .button{
	height:18px;
	font-size:.8em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}



#TextArea{
	z-index: 10;
	float:right;
	left: 283px;
	width: 518px;
	background-color: #FFF;
	min-height: 470px;
	margin: 0;
	display: block;
}


* HTML #TextArea{
	width: 518px;
}



#TextContainer{
	margin: 26px 20px 20px;
	height: auto;
}
#TextContainer UL{
	margin-left: -15px;
}
* HTML #TextContainer UL{
	margin-left: 20px;
}
div #Footer{
	position: relative;
	width: 776px;
	/*background-color:#000000;*/
	background-color: #009dca;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	padding: 1px 4px 2px 20px;
	margin: 0;
	z-index: 0;
	-moz-border-radius-bottomleft:10px;	
	-webkit-border-bottom-left-radius:10px;	
}

#Footer A{
	color: #FFF;
}



/*FORM STUFF ---------------------------------------------------------------------------------------*/
FORM{
	margin: 0;
	padding: 0;
}
.textbox, .textarea, .textbox100, .textarea100{
	font-family: verdana;
	font-size: x-small;
	border: 1px inset #AAA;
	height: 14px;
	padding-left: 3px;
	margin: 0;
	border-radius:3px
}



.textarea, .textarea100{
	height: 60px;
}
.textbox100, .textarea100{
	width: 100%;
	margin: 0;
}

.button{
	font-size: x-small;
	border: 1px solid #F90;
	background-color:#F90;
	color: #FFF;
	cursor: pointer;
	padding: 1px 5px 0 6px;
	border-radius:3px
}




.FormPanel{
	width: 100%;
	height: 280px;
	padding-left: 3px;
}
.FormPanelNoHeight{
	width: 100%;
}
.EditPanel{
	background-color: #EEE;
	padding: 3px;
}
.EditPanelLightBlue{
	background-color: #99D0F7;
	padding: 3px;
	font-size: small;
}
.PanelTitle{
	border-bottom: 1px solid #999;
	margin-bottom: 2px;
	display: block;
	padding: 2px;
	width: 100%;
}
.PagerLinks{
	width: 100%;
	margin-top: 6px;
	border-top: 1px solid #FFFFFF;
}
.NavButtonNextGrey, .NavButtonLastGrey, .NavButtonFirstGrey, .NavButtonPrevGrey{
	width: 15px;
	height: 13px;
	display: block;
	float: left;
}
.NavButtonNextGrey{
	background-image: url(../images/Buttons/ArrowNextGrey.gif);
}
.NavButtonLastGrey{
	background-image: url(../images/Buttons/ArrowLastGrey.gif);
}
.NavButtonFirstGrey{
	background-image: url(../images/Buttons/ArrowFirstGrey.gif);
}
.NavButtonPrevGrey{
	background-image: url(../images/Buttons/ArrowPrevGrey.gif);
}
.NavButtonNextWhite, .NavButtonLastWhite, .NavButtonFirstWhite, .NavButtonPrevWhite{
	width: 15px;
	height: 13px;
	display: block;
	float: left;
}
.NavButtonNextWhite
{
	background-image: url(../images/Buttons/ArrowNextWhite.gif);
}
.NavButtonLastWhite
{
	background-image: url(../images/Buttons/ArrowLastWhite.gif);
}
.NavButtonFirstWhite
{
	background-image: url(../images/Buttons/ArrowFirstWhite.gif);
}
.NavButtonPrevWhite
{
	background-image: url(../images/Buttons/ArrowPrevWhite.gif);
}
.NavArrowSidebar
{
	vertical-align: top;
	margin-top: -3px;
	float: right;
}
.HighLightBox
{
	border: 1px inset #999;
	padding: 5px;
	background-color: #5F6F22;
	text-align: left;
}
.whatson
{
	background-color: #CCC;
}
.whatson TD
{
	background-color: #FFF;
	vertical-align: top;
}

/*EVENT FORM STUFF ---------------------------------------------------------------------------------------*/

#pnEventForm{
	color:#666;
}

#pnEventForm input, #pnEventForm textarea, #pnEventForm select, #pnEventForm .button{
	font-size:1.3em;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px inset #ddd;
	padding:4px;
	background-color:#ebf9fb;
}

#pnEventForm .button{
	padding:5px;
	border:1px outset #bbb;
	background-color:#666;
}

/*HOTEL FORM STUFF ---------------------------------------------------------------------------------------*/
.HotelForm
{
	width: 159px;
	height: 130px;
	padding: 0 0 4px 0;
	background-color: #f0623e;
	background-repeat: repeat-x;
	color: #FFF;
	margin: 0;
	text-align:center;
}

* html{
	width: 157px;
}


#HotelFormTitle{
	padding: 2px 0;
	text-align: center;
	font-size:1.25em;
	color:#FFFF00;
	font=family:molengo;
}


.HotelFormDropDown{
	position:relative;
	font-size: 1em;
	width: 151px;
	margin: 2px auto;
	background-color: #EEE;
	border: 1px inset #000000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
}


* html .HotelFormDropDown{
	margin: 0 auto 2px auto;	
}


.HotelFormButton{
	position:relative;
	font-size: 1em;
	font-weight:bold;
	cursor:pointer;
	width: 151px;
	margin: 2px auto;
	padding: 4px 0;
	border: none;
	background-color:#FFCC00;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


.LewesPageImage
{
	margin-left: 6px;
	width: 120px;
}
/*FORUM STUFF ---------------------------------------------------------------------------------------*/


#ForumRightPanel{
	position:absolute;
	right:0;
	top:95px;
	width:235px;
	text-align:center;
}

* html #ForumRightPanel{
	right:15px;
}


.postItem{
	font-family: inherit;
	font-size: 12px;
}

.msgRoot{
	font-family: inherit;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
}

.msgResponse{
	font-family: inherit;
	font-size: 10pt;
	margin: 0px;
}

.star{
/*position:relative;*/
	font-size: 10px;
	line-height: 14px;
	background-image: url(/images/star2.gif);
	background-repeat: no-repeat;
	background-position: 0;
	width: 13px !important;
	height: 13px;
	margin-left: 6px;
	margin-top:-4px;
	display:inline-block;
}

* HTML .star{
	background-position: 5px;
}
.msgName{
	font-family: inherit;
	font-size: 8pt;
	text-decoration: none;
}
.smallMessage{
	font-family: inherit;
	font-size: 10px;
}
A LI{
	font-weight: bold;
}
#ThreadTitle{
	margin: 5px 0;
}
.replies{
	padding: 0 0 0 15px;
	margin: 0;
}
.reply, .clickedreply{
	font-size: 1em;
	line-height:1.5em;
	color:#336;
	background-image: url(../images/message-bar.gif);
	background-repeat: no-repeat;
	padding: 1px 8px 0;
	margin-bottom: 8px;
}

.clickedreply{
	background-image: url(../images/message-bar-highlighted.gif);
	margin-top: 20px;
}


.reply .dividerLine, .clickedreply .dividerLine, {
	padding-bottom: 2px;
	border-bottom: 1px solid #BBB;
	color:#000000;	
}
.lastReply{
	font-size: 1em;
	line-height:1.5em;
	margin-bottom: 16px;
	color: #FFF;
	font-weight: normal;
	background-color: #888;
	padding: 1px 8px 8px;
	background-image: url(../images/last-message-bar.gif);
	background-repeat: no-repeat;
}


.lastReply a{
	color:#FC0;
	font-weight:bold;
}
.lastReply .dividerLine{
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-color: #BBB;
	border-bottom-style: groove;
}
#ReplyForm{
	margin-top: 12px;
	clear: both;
	background-image: url(../images/message-bar.gif);
	background-repeat: no-repeat;
	padding: 8px 8px 0 8px;
	margin-bottom: 8px;
}
#ForumTopBar, #ForumFooter{
	border: 1px inset #EEE;
	height: 20px;
	background-color: #AAA;
	width: 100%;
	clear: both;
}
#ForumTopBar DIV, #ForumFooter DIV{
	border: 1px outset #DDD;
	padding: 2px 12px;
	height: 10px;
	background-color: #888;
	text-align: center;
	color: #FFF;
}
#ForumTopBar DIV A, #ForumFooter DIV A
{
	color: #FFF;
}
/*MAGAZINE STUFF   ------------------------------------------------------------*/
.Article, .ArticleCollapsed
{
	float: right;
	width: 456px;
	padding: 4px 15px 5px;
	background-color: #FFFFFF;
	/*background-image: url(/images/Backgrounds/bg-PagePanel-Wide.gif);*/
	background-repeat: no-repeat;
	text-align: left;
	margin: 10px 0 0;
	clear: both;
}
.ArticleHeadline
{
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	cursor: pointer;
	font-size:1.2em;
}
.ArticleCollapsed
{
	/*background-image: url(/images/Backgrounds/bg-PagePanel-Wide-VShort.gif);*/
	margin: 0 0 1px 20px;
	padding: 4px 15px 0;
}
.active
{
	/*background-image: url(/images/Backgrounds/bg-PagePanel-Wide-VShort-Active.gif);*/
}
.test
{
	border: 1px solid #FF0000;
}
.ArticleCollapsed .ArticleHeadline
{
	margin-bottom: 4px;
	padding-left:30px;
	font-size:1.1em;
}
.ArticleBody
{
	padding: 5px;

}
.ArticleBody IMG
{
	float: right;
	margin: 0 0 8px 8px;
}
.ArticleAuthor
{
	padding: 5px;
	border-top: 1px solid #EEE;
	text-align: right;
}
.ArticleTags
{
	padding: 5px;
	border-top: 1px dotted #AAA;
	text-align: center;
	text-transform: lowercase;
}
/*SMALL AD STUFF   ------------------------------------------------------------*/

.SmallAd, .SmallAdRight
{
	position: relative;
	width: 224px;
	padding: 4px;
	margin: 2px 0 8px 0;
	/*background-color: #ffe76f;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));*/
	border:1px solid #5fa3f4;
	box-shadow: 0px 0px 10px rgba(0,157,202,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,157,202,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,157,202,0.5);
	color:#222;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: -1px;
	-moz-border-radius-bottomleft:5px;	
	-webkit-border-bottom-left-radius:5px;	
	-moz-border-radius-bottomright:5px;	
	-webkit-border-bottom-right-radius:5px;		
}
.AdTitle
{
	width: 221px;
	background-image: url(/images/Backgrounds/bg-Headline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #666;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	letter-spacing: 0;
	margin: -2px -2px 2px;
	padding: 2px 3px 2px 4px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
/*
.AdAdded{
background-color:#555;
padding:0 4px 1px 4px;
float:right;
margin:-2px -2px 2px 2px;
font-size:9px;
color:#FFFFFF;
}
*/
.AdAdded{
	/*border-color: #888;
	border-style: solid;
	border-width: 0 1px 1px;*/
	padding: 0 4px 1px;
	float: right;
	margin: -2px -2px 2px 2px;
	font-size: 9px;
	color: #666;
	background-color:#FFFFFF;
}




/*---- JOBS STUFF  ----------------------------------------------------*/


#searchResults ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#searchResults li{
	list-style-type:none;
	padding:5px 5px 5px 15px;
	color:#666666;
	border-bottom:1px dotted #bbb;
}

#tbJob, #btnJob{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:3px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #009dca;
	color:#333333;
}
#btnJob{
	padding:3px 6px;
	border-style:outset;
	background-color:#009dca;
	background: -webkit-gradient(linear, left top, left bottom, from(#00cdfa), to(#009dca));
	color:#FFFFFF;
	font-weight:bold;
}


#featuredjobtemplate{
	margin-bottom:10px;	
}

#featuredjobtemplate li{
	list-style-type:none;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,157,202,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,157,202,0.5);
	box-shadow: 0px 0px 10px rgba(0,157,202,0.5);	
	
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);	
	padding:8px;
	margin-top:10px;
}

#featuredjobtemplate li .vacancy{
	font-weight:bold;
	background-color:#ffdc53;
	margin:-8px -8px 0 -8px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	padding:5px 8px 3px 8px;
	box-shadow:0 1px 2px #ffdc53;
	border-left:1px solid white;
	border-top:1px solid white;
	border-right:1px solid white;
}

#featuredjobtemplate li .detail{
	font-size:.8em;
	line-height:1.5em;
	margin:5px 0 5px 0;
}





/*RoundPanel ----------------------------------------------------------*/

.RoundPanel .OuterPanel{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:5px 7px;
	background-color:#ccc;
	font-weight:bold;
	}
.RoundPanel .InnerPanel{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:5px;
	margin:4px -6px;
	background-color:#fbfbfb;
	font-weight:normal;
	}	

/*Rounded cornered box using border-radius ----------------------------------------------------------*/

.RoundBoxRed, .RoundBoxGrey, .RoundBoxBlue{
	Border-width:1px;
	border-style:solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:5px;
}

.RoundBoxRed{border-color:#F00;}

.RoundBoxGrey{border-color:#ccc;}

.RoundBoxBlue{border-color:#88f;}


/*Rounded cornered box ----------------------------------------------------------*/
#roundbox H1
{
	background-color: #ED9;
	font-size: 11px;
	margin: 2px 0;
	padding-left: 4px;
}
#roundbox P
{
	padding: 0 4px;
	margin: 0;
}
#roundbox
{
	background: transparent;
	margin: 1em 1em 1em 0.1em;
	width: 100%;
}
#roundbox.xtop, #roundbox.xbottom
{
	display: block;
	background: transparent;
	font-size: 1px;
}
#roundbox .xb1, #roundbox .xb2, #roundbox .xb3, #roundbox .xb4
{
	display: block;
	overflow: hidden;
}
#roundbox .xb1, #roundbox .xb2, #roundbox .xb3
{
	height: 1px;
}
#roundbox .xb2, #roundbox .xb3, #roundbox .xb4
{
	background: #FEA;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
#roundbox .xb1
{
	margin: 0 5px;
	background: #BBB;
}
#roundbox .xb2
{
	margin: 0 3px;
	border-width: 0 2px;
}
#roundbox .xb3
{
	margin: 0 2px;
}
#roundbox .xb4
{
	height: 2px;
	margin: 0 1px;
}
#roundbox .roundboxcontent
{
	display: block;
	background: #FEA;
	border: 0 solid #BBB;
	border-width: 0 1px;
	padding: 4px 0;
}
#roundbox A
{
	color: #0099CC;
}
#roundbox, #roundbox LI
{
	color: #333;
}
/*-----NEW FORM--------------------------------------------------------------------------*/


.newForm{
	width:475px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	background-color:#FF9900;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#FFdd44), to(#FF9900));*/
	margin-bottom:10px;
	color:#840;
	font-size:1.2em;
}

.newForm .close{
	height:16px;
	width:16px;
	float:right;
	background-image:url(../images/Buttons/close.png);
	cursor:pointer;
}

.newForm fieldset {
	border:none;
	padding:0;
	margin:0;
}
.newForm legend {
	/*display:none;*/
	padding-bottom:10px;
}

.newForm label {
	display:block;
	padding-top:6px;
	float:left;
	font-size:0.90em;
	font-weight:bold;
	width:150px;
}
.newForm input,
.newForm textarea,
.newForm select,
.fminput,
.fmbutton{
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	border-radius:5px;	
	color:#444;
	background-color:#FFFFCC;
}

.newForm input.text,
.newForm input.fmtext,
.newForm .fmselect,
.fminput
{
	height:16px;
	margin:0 0 10px 0;
	background-color:#FFFFCC;
	padding:6px 5px 3px;
	font: normal 1em/normal "Neutraface Text", "Century Gothic", Verdana;
	width:250px;
}

.newForm input:focus, .newForm textarea:focus, .fminput:focus {
	-webkit-box-shadow: 0px 0px 5px #d53900;
	-moz-box-shadow: 0px 0px 5px #d53900;
	box-shadow: 0px 0px 5px #d53900;
}

.newForm textarea {
	margin:0 0 10px 0;
	background-color:#FFFFCC;
	padding:6px 3px;
	font: normal 1em/normal "Neutraface Text", "Century Gothic", Verdana;	
	width:254px;
}

.newForm .fmselect
{
	height:auto;
	margin:0 0 10px 0;
	padding:5px;

}


.newForm input.fmbutton, .fmbutton  {
	border:none;
	padding:4px 15px 4px 15px;	

	background: #d53900; /* for non-css3 browsers */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a27', endColorstr='#d53900'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6a27), to(#d53900)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff6a27,  #d53900); /* for firefox 3.6+ */
	
	font: normal 1em/normal "Neutraface Text", "Century Gothic", Verdana;	
	color:#fff;
	text-align:center;
	cursor:pointer;
}

.newForm input.fmcheckbox {
	border:none;
	height:23px;
}

.glowLight{
	-webkit-box-shadow: 0px 0px 8px #fff;
	-moz-box-shadow: 0px 0px 8px #fff;
	box-shadow: 0px 0px 8px #fff;
}

.glowDark{
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}




* html #FlagList .textbox{
	height: 18px;
	margin-top: 1px;
	padding-top:0;
}
* html #FlagList .button{
	height: 18px;	
	margin-top: 1px;
	padding-top:0;
	line-height:.8em;
}




 
#fixed_icons_panel a {
    display: block;
    width: 48px;
    height: 48px;
    padding-bottom:3px;
	border:1px solid white;
}

#fixed_icons_panel a:hover {
    background-position:-48px;
}
 
#fixed_icons_panel a#twitter1 { background: url("/images/icons/twittericon.png") no-repeat; height:48px; width:48px; border:1px solid white;}
#fixed_icons_panel a#facebook1 { background: url("/images/icons/facebookicon.png") no-repeat; }
#fixed_icons_panel a#linkedin1 { background: url("/images/icons/linkedinicon.png") no-repeat; }
#fixed_icons_panel a#rss1 { background: url("/images/icons/rssicon.png") no-repeat; }





