/*----------Reset----------*/

*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-family: "Trebuchet MS", verdana, ariel, sans-serif;
	word-spacing: 2px;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 16px;
	font-size: 14px;
	list-style: none;
	border: none;
}

/*----------General----------*/

body{
	background: url(/images/bodybg.png) repeat-x;
}

strong{
	font-weight:bold;
}

.clear {clear:both;}

p.notify{
	display:none;
	position:absolute;
	top:-10px;
	left:0px;
	right:0px;
	padding:20px;
	border-bottom:1px solid #69c;
	background: #ccf;
	color: #039;
	font-size:20px;
}

p.success{
	border-color:#393;
	background:#9c6;
	color:#fff;
}

p.warning{
	border-color:#c00;
	background:#f33;
	color:#fff;
}



#wrapper{
	margin: 0 auto;
	width: 960px;
	}

/*----------Headder----------*/

#header{
	height: 200px;
	background: url(/images/header.png) no-repeat;
}

#header h1, #header p{
	margin-left: -9999px;
}

/*----------Menu----------*/

#menuwrapper{
	float: left;
	width: 212px;
	background: url(/images/menubg.png) repeat-y;
}

#menutop{
	height: 16px;
	background: url(/images/menubgtop.png) no-repeat;
}

#menufoot{
	height: 16px;
	background: url(/images/menubgfoot.png) no-repeat;
}	

#menu{
	margin: 4px 20px;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

#menu ul{
	background: url(/images/menuulbg.png);
	padding: 12px 0;
}

#menu li{
	position: relative;
}

#menu li a{
	width: 165px;
	height: 24px;
	padding-left: 5px;
	display: block;
	background: #FFF;
	line-height: 24px;
	text-decoration: none;
	color: #666;
	background: #FFF url(/images/menuabg.png) repeat-x;
	overflow: hidden;
	white-space: nowrap;
	background-position: 0 0;
	
}

#menu li.off a{
	text-decoration: line-through;
	color:#999;
}

#menu .current a, #menu .current .current a{
	background-position: 0 -48px;
	font-style: italic;
}

#menu .current .current a:hover{
	background-position: 0 -24px;
	color: #FFF;
}

#menu .current li a{
	background-position: 0 0;
}

#menu li ul li a{
	width: 145px;
	padding-left: 25px;
	font-size: 11px;
	background: #FFF url(/images/submenubg.png) repeat-x
}

#menu li ul{
	padding: 0;
}

#menu ul li a:hover{
	background-position: 0 -24px;
	color: #FFF;
}

#menu .btn {
	position: absolute;
	top: 4px;
	right: 0;
}

/*----------Content----------*/

#contentwrapper{
	float: right;
	width: 748px;
	background: url(/images/contentbg.png) repeat-y;
}

#contenttop{
	height: 16px;
	background: url(/images/contentbgtop.png) no-repeat;
}

#contentfoot{
	height: 16px;
	background: url(/images/contentbgfoot.png) no-repeat;
	clear:both;
}	

#content{
	padding: 4px 20px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 10px;
}

#content h1{
	color: #FFF;
	font-size: 24px;
	line-height: 26px;
	height: 30px;
	background: url(/images/hbg.png) #B42318;
}

#content h2{
	font-size: 20px;
	line-height: 22px;
	height: 26px;
	padding: 0 0;
}

#content h3{
	font-size: 18px;
	line-height: 20px;
	height: 24px;
}

#content h4{
	font-size: 18px;
	line-height: 20px;
	height: 24px;
}

#content h5{
	font-size: 16px;
	line-height: 18px;
	height: 22px;
}

#content h6{
	font-size: 14px;
	height: 20px;
	line-height: 16px;
}

#content pre{
	background-color:#EEEEEE;
	display:block;
	font-family:'Courier New',Courier, sans-serif;
	font-size:16px;
	line-height:18px;
	margin:10px auto;
	padding:10px 10px 10px 55px;
	text-align:left;
}

#content p{
	margin: 10px 0;
	text-align: justify;
}

#content div{
	margin-bottom: 10px;
}

#content.public img{
	margin-bottom: 10px;
}

#content.public a{
	color: #B42318;
	text-decoration: none;
	margin-bottom: 10px;
}

#content.public a:hover{
	color: #FEB700;
	text-decoration: underline;
}

#content ol{
	list-style: decimal;
	margin: 0 0 10px 25px;
	list-style-position: inside;
}

#content ul{
	margin: 0 0 10px 20px;
	list-style-position: inside;
}

#content ul li{
	padding: 0 0 2px 5px;
	list-style: disc;
	list-style-position: inside;
	padding-bottom: 2px;
}

#content ol li{
	list-style: decimal;
	list-style-position: inside;
	padding-bottom: 2px;
}

#content.public img{
	padding: 10px;
	border: 1px solid #D3D3D3;
}

#content.public .left{
	margin: 0 10px 0 0;
}

#content.public .right{
	margin: 0 0 0 10px;
}


#content a.contentbutton{
	font-weight: bold;
	background: url(/images/hbg.png) #B42318;
	padding: 0 20px;
	color: #FFF;
	margin-bottom: 10px;
	border: 1px solid #666;
	font-size: 16px;
}

#content a.contentbutton:hover{
	text-decoration: none;
	color: #FEB700;
}

/*------Members Home-------*/

#membericons{
	width:360px;
}

#content #membericons p{
	text-align: center;
	margin: 0;
}

#content #membericons img{
	border: none;
	padding: 0;
	margin: 0;
}

.membericon{
	float: left;
	padding: 10px;
	padding-top:0;
}

#news.mininews{
	width: 340px;
	background:#eee;
	border:1px solid #ccc;
}

#content #news .off * {
	text-decoration: line-through;
	color:#999;
}

#content #news.mininews p{
	font-size: 11px;
}

#content #news.mininews p a{
	font-size: 11px;
}

#mininewswrap{
	margin: 10px;
}

/*----------News-----------*/

#news{
	width: 565px;
	float: right;
	border:1px solid #FFF;
}

#content #news h6, #news .newsdate{
	display: inline;
}

#content #news h6{
	background: none;
	color: #666;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

#content #news h6 a{
	font-size: 16px;
	font-weight: bold;
}

#content .actions{
	text-align: right;
}

#content #news .newsdate{
	font-size: 10px;
	font-style: italic;
	color: #666;
}

#newsarchive{
	width: 130px;
	background:#eee;
	border:1px solid #ccc;
	float: left;
}

#content #newsarchive li{
	list-style: none;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #666;
}

#content #newsarchive ul{
	padding: 0;
	margin: 0 0 10px 15px;
}

#content #newsarchive li a{
	font-weight: bold;
	color: #666;
}

#content #newsarchive li li a{
	font-weight: normal;
	color: #666;
}

#content #newsarchive .current a{
	font-weight: bold;
	color: #B42318;
}

/*----------Jobs----------*/

#content .statuskey{
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	height: 16px;
}

#content p.statuskey img{
	padding: 0;
	margin: 0;
	border: none;
}

/*---Resource Disclaimer---*/

#licenseagreement{
	overflow: auto;
	height: 200px;
	border: 1px solid #B42318;
	padding: 10px;
	width: 664px;
}

/*----------Forms----------*/



#content form{
	background:#eee;
	border:1px solid #ccc;
	padding:10px;
}

/* IE7 fieldset */
html>body fieldset {
	*padding-bottom:10px;
}

fieldset{
	width:auto;
}

form label{
	font-weight:bold;
	color:#333;
	padding:3px;
	float:left;
	width:200px;
}

input.text, input.file, textarea, select {
	border:1px solid #ccc;
	padding:3px;
	color:#666;
}

form select {
	padding:2px;
	width:auto;
}

input.submit, input.button {
	background:#B42318;
	color:#fff;
	padding: 0 20px;
	font-weight:bold;
}

form div{
	float:left;
	clear:left;
	margin:0;
	padding:0;
	width:100%;
}

form div.columned{
	width:343px;
	clear:none;
	float:left;
}

form div.columned *{
	float:left;
	clear:left;
	width:334px;
}

form div.first{
	margin-right:10px;
	width:333px;
}

form div.first *{
	width:314px;
}

fieldset.footer {
	text-align:right;
	padding-top:10px;
	clear:both;
}

#contact_message {
	float:left;
	width:676px;
	height:400px;
}

form textarea.full {
	float:left;
	width:676px;
	height:200px;
}

#company_logo {
	
	background:#fff;
	border:1px solid #ccc;
	height:180px;
	background-image:url(/images/nologo.gif);
	background-position:center center;
	background-repeat:no-repeat;
	
}

#logo_file{
	width:100%;
}

#login-form div {
	width:100%;
}

#login-form label {
	width:150px;
}

#login-form input.text {
	width:230px;	
}

#content form .warn{
	border: 1px dotted #f00;
}

form .expired {
	background:#f33;
	color:#fff;
}

/*-------Members List--------*/

#content .pages{
	width: 100%;
	text-align: center;
}

#content .pages strong{
	text-decoration: underline;
	font-weight: bold;
}

#content #memberlist .member{
	border:1px solid #ccc;
}

#content .member p{
	margin: 6px 0;
}

#content .member .member-address {
	margin-bottom:20px;
}

#content .member .company_logo{	
	background:#fff;
	border:1px solid #ccc;
	height:180px;
	background-image:url(/images/nologo.gif);
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

#content .member strong{
	font-weight: bold;
	color: #333;
}


#content .member div{
	float:left;
	clear:left;
	margin:0;
	padding:0;
	width:100%;
}

#content .member .columned{
	width:333px;
	padding-right:10px;
	clear:none;
	float:left;
}

 #content .member .first{
	margin-right:20px;
	width:303px;
	padding-left:20px
}

#content .member .footer {
	text-align:right;
	padding-top:10px;
	clear:both;
}

#content .member .officetitle, #content .member .officetitle strong{
	color: #000;
	font-size: 16px;
}

/*----------Tables----------*/

table.ui {
	width:100%;
	border: 1px solid #B42318;
	padding:0;
	margin:0;
}

#content table.ui img{
	padding: 0;
	margin: 0;
	border: none;
}

.ui thead {
	background:#B42318;
	color:#fff;	
}

.ui th, .ui td {
	padding:4px;
	font-size:11px;
	text-align:center;
}

.ui td {
	border-right:1px solid #B42318;
}


.ui .alt td {
	background:#fe9;
}

.ui td.last {
	border:0;
}

.ui th.descriptor, .ui td.descriptor {
	text-align:left;
}

#content h2.table-name{
	background:transparent;
	color:#000;
	padding:0;
	margin:10px 0;
	font-size:18px;
}


/*----------Content Icons----------*/

#content a.external{
	background: url(/images/icons/external.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.mailto{
	background: url(/images/icons/email.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.pdf{
	background: url(/images/icons/file_pdf.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.doc{
	background: url(/images/icons/file_word.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.txt,
#content a.read{
	background: url(/images/icons/file_text.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.edit{
	background: url(/images/icons/edit.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.del{
	background: url(/images/icons/del.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.show{
	background: url(/images/icons/off.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.hide{
	background: url(/images/icons/on.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.user{
	background: url(/images/icons/user.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.member{
	background: url(/images/icons/member.gif) no-repeat 100% 50%;
	padding-right: 18px;
}
#content a.group{
	background: url(/images/icons/group.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

#content a.vacancy{
	background: url(/images/icons/vacancy.gif) no-repeat 100% 50%;
	padding-right: 18px;
}

/*----------Footer----------*/

#footer{
	background: url(/images/footer.png) no-repeat;
	height: 94px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	color: #666;
}

#footer p{
	text-align: center;
	font-size: 10px;
	padding-bottom: 4px;
}

#footer a{
	color: #666;
	font-size: 10px;
	text-decoration: none;
}
	
#footer a:hover{
	color: #FFF;
}

/*----------Misc----------*/
	
.clear{
clear:both;
}


/*----------Datepicker----------*/
	
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 4px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

form div.columned a.dp-choose-date{
	background:#999;
	color:#fff;
	padding:5px;
	width:auto;
	clear:none;
	text-decoration:none;
	font-weight:bold;
	width:90px;
	text-align:center;
}

/* For the popup */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

hr{border-top: 1px black solid;}