body {
	font:71%/165% "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px "Lucida Grande", Lucida, Tahoma, sans-serif;
	}

#navcontainer A
{
	padding: 5px 5px 8px 5px;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
    width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-image: url(https://www.icsc.org/images/rightCOL_bkgrnd.jpg); background-repeat: repeat-x; 
	background-color: #fffce7;	
}

.colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
        border-right: 1px solid #c7d2dd;
		border-top: 5px solid #bbdae0;
}

.colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#FFFFFF;    	/* Left column background colour */
        border-right: 1px solid #c7d2dd;
}

.col1wrap {
        float:left;
		width:50%;
		position:relative;
		right:200px;        	/* Width of left column */
		padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}

.col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
		left:200%;
		overflow:hidden;
}

.col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:194px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
                 	/* Width of the left-had side padding on the left column */
}

.col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:190px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:10px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
		
}


.bread { 
	color:#069;
	font: 9px tahoma, verdana, sans-serif;
	margin-left: 2px;
}

.breadsel { 
	color:#666666;
	font: 9px tahoma, verdana, sans-serif;
}

.breadseltarget { 
	color:#666666;
	font: 9px tahoma, verdana, sans-serif;
}


.pagetitle {
	color:#69b4da;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-stretch: expanded;

}

.featuredtitle {
	color:#04325F;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-stretch: expanded;

}

h2 { font-size: 110%;  	color: #003F7D; }
h4 { font-size: 110%; font-weight: bold; margin: 0px;}

#rightcol table.content {
	font:11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#666666;
}

#rightcol td.padded {
	font:11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#666666;
	padding-left: 5px;	
}

#rightcol {
	color:#5c5c5c;
}

#rightcol p {
	color:#5c5c5c;
}

#rightcol a {
	font: 10px;
	color:#069;
	text-decoration:none;
}

#rightcol a:hover {
	font: 10px;
	color:#069;
	text-decoration:underline;
}

#rightcol h3 { 
	font-size:12px; margin:0; padding:6px 5px; color:#993333; text-transform: none; 
}


/*  LEFT NAV STYLES */
#leftnav { 
	width: 194px;
	font: 11px "Lucida Grande", Lucida, Tahoma, sans-serif;
}

#leftnav ul {
	list-style: none;
	margin-top: 4px;
	margin-left: 0px;
	padding: 0;
}

#leftnav a {
	display: block;
	color: #003F7D;
	width: 95%;
	padding: 5px 1px 5px 3px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: none;
}

#leftnav a:hover {
	background-color: #EAEFF5;
	color: #333333;
}

#leftnav li a{
	border-bottom: 1px solid #dddddd;
}

#leftnav li a.select{
	color: #ffffff;
	background-color: #6b90da;
	font-weight: bold;
}

#leftnav li li a{
	display: block;
	color: #003F7D;
	width: 90%;
	padding: 5px 0px 3px 15px;
	text-decoration: none;
	border-bottom: 2px dotted #e5e5e5;
	font-weight: normal;
	background-color: #fffce7;
}

#leftnav li li a.select{
	background-color: #EAEFF5;
	color: #003F7D;
	font-weight: bold;
}

#leftnav li li li a{
	display: block;
	color: #003F7D;
	width: 85%;
	padding: 5px 0px 3px 25px;
	text-decoration: none;
	border-bottom: 2px dotted #e5e5e5;
	font-weight: normal;
	background-color: #fffce7;
}

#leftnav li li li a.select{
	background-color: #EAEFF5;
	color: #003F7D;
	font-weight: bold;
}

/* 2 COLUMN LAYOUT STYLES */
	/* column container */
	.colmask_2col {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright_2col,
	.colmid_2col,
	.colleft_2col {
		float:left;
		width:100%;
		position:relative;
	}
	.col1_2col,
	.col2_2col,
	.col3_2col {
		float:left;
		position:relative;
		padding:0 0 2px 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu_2col {
		background:#fff;		/* right column background colour */
	}
	.leftmenu_2col .colleft_2col {
		right:79%;			/* right column width */
		float:left;
		background:#FFFFFF;    	/* Left column background colour */
		border-right: 1px solid #c7d2dd;
	}
	.leftmenu_2col .col1_2col {
		width:75%;			/* right column content width */
		left:101%;			/* 100% plus left column left padding */
	}
	.leftmenu_2col .col2_2col {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:4.5%;			/* (right column left and right padding) plus (left column left padding) */
	}


/* GENERAL INNER PAGE STYLES */
a { color: #069; text-decoration: none; font-size: 11px; }
a:active { color: #999; text-decoration: none; }
a:visited { color: #069; text-decoration: none; }
a:hover { color: #069; text-decoration: underline; } 

p { padding: 4px 0px 4px 0px;}

table { font: 12px "Lucida Grande", Lucida, Tahoma, sans-serif; }


td.header {
	width: 495px;
	text-align:left;
	font: 12px tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color: #A2CFD9;
}

.headerblue {
	text-align:left;
	font: 12px tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color: #003F7D;
	height: 22px;
	padding: 5px;
	margin: 5px;
	background: url("https://www.icsc.org/graphics/header_gray_bkgrnd2.jpg") repeat-x top left; 
}

.headerblue_tall {
	text-align:left;
	font: 12px tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color: #003F7D;
	height: 35px;
	padding: 2px 5px 0px 5px;
	margin: 5px;
	background: url("https://www.icsc.org/graphics/header_gray_bkgrnd3.jpg") repeat-x top left; 
}

.eventheaderblue {
	text-align:left;
	font: 12px tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color: #003F7D;
	background: url("https://www.icsc.org/graphics/Name_bkgrnds.gif");
	height: 24px;
}

.headerblue_plain {
	text-align:left;
	font: 12px tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color: #003F7D;
}

.gray {
	text-align:left;
	font: 11px tahoma, verdana, arial, sans-serif;
	color: #003F7D;
	background: #eee
}

.subheader {
	font: 11px tahoma, verdana, arial, sans-serif;
	color: #003F7D;
	background: url("https://www.icsc.org/graphics/header_gray_bkgrnd2.jpg") repeat-x top left; 
}




/* Use for Lists with grey hollow bullet */
.custom_list ul {
	margin:0em;
	padding-left:30px;
}

.custom_list li {
	list-style-image: url("https://www.icsc.org/graphics/featbullet.gif");
 	margin-left: 0px; 
 	padding-left:2px;
 	padding-bottom:2px;
 	list-style-position : outside;
}

#affiliates ul {
	
	margin-left: 8px;
	padding-left: 8px;
}

#affiliates li {
	font: 10px tahoma, verdana, arial, sans-serif;
	list-style-image: url("https://www.icsc.org/graphics/featbullet.gif");
	list-style-position : outside;
}



 /*  Volunteer Leadership Page Styles */
 table.volunteer { 
 	font: 11px "Lucida Grande", Lucida, Tahoma, sans-serif;
 	border-collapse: collapse;
 }
 
 table.volunteer td {
 	vertical-align: top;
 	padding: 2px;
 }
 
 table.volunteer th {
 	font-size: 110%;
 	vertical-align: top;
 	text-align: left;
 	padding: 0px 0px 4px 0px;	
 	font-weight: bold;
 }
 
 table.volunteer td.divider {
 	vertical-align: top;
 	border-top: 1px solid #000;
 	border-bottom: 1px solid #000;	
 	padding: 2px;
 	font-weight: bold;
 }

 /*  Join Page Styles */
 table.join { 
 	font: 11px "Lucida Grande", Lucida, Tahoma, sans-serif;
 	border-collapse: collapse;
	border: 1px solid #C8C8C8;
 }
 
 table.join td {
 	vertical-align: top;
 	padding: 5px;
	border: 1px solid #CDCDCD; 	 	 	
 }
 
 table.join th {
 	vertical-align: top;
 	text-align: left;
 	padding: 0px 0px 4px 0px;	
 	font-weight: bold;
 }
 
 table.join td.divider {
 	vertical-align: top;
 	padding: 5px;
 	margin: 5px;
 	font-weight: bold;
	color: #003F7D;
	background: url("https://www.icsc.org/graphics/header_gray_bkgrnd2.jpg") repeat top left; 
	border: 1px solid #FFF;
 }
 
  /*  Volunteer Leadership Page Styles */
  table.bordered { 
  	border-collapse: collapse;
  	border: 1px solid #ccc;
  }
  
  table.bordered td {
  	vertical-align: top;
  	padding: 2px;
  }
  
  table.bordered th {
  	vertical-align: top;
  	text-align: left;
  	padding: 3px;
  	border: 1px solid #ccc;
  	font-weight: bold;
  }
  
  table.bordered td.divider {
  	vertical-align: top;
  	border: 1px solid #ccc;
  	padding: 2px;
  	font-weight: bold;
  }
 
  /*  Event List Styles */
  table.eventlist { 
  font: 11px "Lucida Grande", Lucida, Tahoma, sans-serif;
  }
  
  table.eventlist td.dotted {
  	vertical-align: middle;
  	margin: 0px;
  	background:url("https://www.icsc.org/graphics/dotted_line.gif") repeat-x top left;
  }

  /* generic table style */
  table.content{
  	font: 11px "Lucida Grande", Lucida, Tahoma, sans-serif;
  }
  
/* Member2Member styles */
.bullets {
	margin: 0px 0px 0px 15px;	
}

ul.m2m {
	list-style: disc url(/memberbenefits/images/meeting_arrow3.gif) inside;
	padding: 0px 0px 0px 0px;
}
	
.m2m li {
	padding: 5px 0px 0px 0px;
}

.icons_cal {
	margin: 0px 7px -3px 0px;
}

.HC_table {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
	padding: 5px 10px 10px 10px;
}
.benefit_title {font-size:12px; margin:0; padding:8px 0px; color:#993333; text-transform: uppercase; font-weight: bold;}

#mb {width: 514px; padding: 0; margin: 0;}

.mb_text a {padding: 10px 0px 5px 20px; font-size:12px;}

.mb_top {background: url("/memberbenefits/images/MB_box_top.jpg") top left no-repeat; height: 13px;}
.mb_middle {background: url("/memberbenefits/images/MB_box_middle.jpg") repeat-y;}
.mb_bottom {background: url("/memberbenefits/images/MB_box_bottom.jpg") top left no-repeat; height: 25px;}

h5 {font-size:12px; margin: -5px 0px 0px 10px; padding: 0px 0px 7px 8px; color:#993333; text-transform: uppercase; border-bottom: #999 ridge
1px; }


ul.mblist {
	list-style: disc url(/newlook/images/list_arrow.png) inside;
	padding: 0px 0px 0px 0px;
}
	
.mblist li {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 30px;
	font-size: 14px;
}

  
#searchtable { margin: 10px 0px 0px 5px; }


/* ****  NEW CSS FOR JOB OPPORTUNITIES CHANGES 12/15/2010  **** */
/* start form field styles */
.input {
    border: 1px solid #ccc;
/*  background-image:url(/employment/graphics/formfield_bg.png);
	background-repeat:repeat-x;
	background-position:top;*/
	background-color:#FFF;
	color:#666;
	width:200px;
	font-size:12px;
	padding:4px 0;
}
.input:hover {
    border: 1px solid #c6ebfd;
    background: #f9f9f8;
}
.input:focus {
    border: 1px solid #c6ebfd;
    background: #f9f9f8;
	color:#000;
}
/* end form field styles */

/*start multi check box styles*/
.scroll_checkboxes {
    height: 100px;
    padding: 5px 0 5px 0;
    overflow: auto;
    border: 1px solid #ccc;
	margin-bottom:10px;
	 font-size:12px;
	 background-color:#fff;
}
/*end multi check box styles*/
table.membershipsearch {
	width:420px;
}

table.membershipsearch td {
	width:190px;
	padding:4px 20px 4px 0;
	font-size:12px;
}

table.membershipsearch {
	width:530px;
}

table.membershipsearch td.bottom {
	padding:5px 7px 10px 7px;
	font-size:12px;
}

table.membershipsearch td.title {
	background-image:url(/newlook/images/form_titles.png);
	background-repeat:no-repeat;
	background-position:left;
	height:24px;
	text-transform:uppercase;
	font-size:14px;
	color: #333;
	padding:0 0 0 8px;
}


.searchsubtitle {
	border-bottom:1px solid #79bcde;
	text-transform:uppercase;
	font-size:15px;
	color:#000;
	font-weight:normal;
}

/* start button css*/
.buttonmember, .buttonmember:visited{
	background: #4b8099 url(/employment/graphics/button_join_bg.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Tahoma, sans-serif;
	font-size: 12px;
	text-align:center;
	border: 1px solid #2776cd;
	color: #FFF;
	display: inline-block;
	line-height:normal;
	margin: 10px 0px;
	padding: 6px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
}
.buttonmember:hover{
	background-position: 0px -22px;
	background: #4b8099 url(/employment/graphics/button_join_bg_hover.png) repeat-x;
	color: #fff;
	text-decoration: none;
}
.buttonmemberstep {
	font-weight:bold;
	font-size:14px;
}



/* end button css*/
.advsearchsub {
	font-size:12px;
	color:#333;
	font-weight:bold;
	background-image:url(/newlook/images/list_arrow.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:14px;
}

.advsearchsub2 {
	font-size:12px;
	color:#333;
	font-weight:bold;
	background-image:url(/newlook/images/list_arrow.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding: 0px 0px 2px 14px;
}


/* start tooltip css */
a.tip {
	text-decoration: none;
}

a.tip:hover {
	position: relative;
}

a.tip span {
	display: none;
}

a.tip:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 10px;
	margin: 10px;
	z-index: 10000;
   	border: 1px solid #999;
    text-decoration: none;
	padding-right: 20px;
	background-color:#fcfce4;
	width: 200px;
	color:#666;
	font-weight:normal;
	/* end formatting */
}


/* end tooltip css */

/* Recommended styles */
		.tsmsselect {
			width: 45%;
			float: left;
		}

		.tsmsselect select {
			width: 100%;
			height:75px;
			color:#333;
		}

		.tsmsoptions {
			width: 10%;
			float: left;
			height:90%;
		}

		.tsmsoptions p {
			margin: 0;
			padding:0;
			text-align: center;
			font-size: 14px;
			cursor: pointer;
		}

		.tsmsoptions p:hover {
			color: White;
			background-color: Silver;
		}

.buttonmember1 {	
	background: #4b8099 url(/newlook/images/button_join_bg.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Tahoma, sans-serif;
	font-size: 12px;
	text-align:center;
	border: 1px solid #2776cd;
	color: #FFF;
	display: inline-block;
	line-height:normal;
	margin: 10px 0px;
	padding: 6px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
}


.buttonmember2 {	
	background: #4b8099 url(/newlook/images/button_join_bg.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Tahoma, sans-serif;
	float:right;
	font-size: 12px;
	text-align:center;
	border: 1px solid #2776cd;
	color: #FFF;
	display: inline-block;
	line-height:normal;
	margin: 10px 0px;
	padding: 6px 15px 5px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
}


#extra {
	margin-left:15px;
}





/**********     Styles for new Job Table     ***********/


table.jobtable {
	font-family: "lucida", sans-serif;
	color: #6f6f6f;
	vertical-align:top;
}


.jobtableheader {
	border-bottom:1px solid #e7cdb6;
	border-top:1px solid #e7cdb6;
	padding: 5px 0px 5px 0px;
	background-color: #fefade;
	color: #000000;
	font-weight: bold;
	}

table.jobtable td {
	padding: 6px 0px 6px 0px;
	border-bottom:1px solid #f0f0f0;
}


table.jobtable a { font-size: 12px; text-decoration: underline; color: #069; }

table.jobtable a:visited { font-size: 12px; }

table.jobtable a:hover { font-size: 12px; color:#666; }

table.jobtable a:active { font-size: 12px; color:#ccc; }

.companyfont { font-size: 11px;	}

/**********     End of Styles for new Job Table     ***********/


.jobdetails
{
padding: 2px 5px 2px 5px;
border-bottom: 1px dotted #CCC;
margin: 0px 0px 0px 0px;
}

/* ****  END CSS FOR JOB OPPORTUNITIES CHANGES 12/15/2010  **** */


/* ****  BEGIN CSS FOR MEMBER2MEMBER CHANGES 01/04/2011  **** */
.M2Msubtitle {
	border-bottom:1px solid #79bcde;
	text-transform:uppercase;
	font-size:15px;
	color:#900;
	font-weight:normal;
}
/* ****  END CSS FOR MEMBER2MEMBER CHANGES 01/04/2011  **** */

/* ****  BEGIN CSS FOR CERTIFICATION APPLICATIONS CHANGED 01/11/2011  **** */
.buttonjoin, .buttonjoin:visited{
	background: #4b8099 url(/newlook/images/button_join_bg.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Tahoma, sans-serif;
	font-size: 18px;
	text-align:center;
	border: 1px solid #2776cd;
	color: #FFF;
	display: inline-block;
	height:32px;
	line-height:normal;
	margin: 10px 0px;
	padding: 10px 30px 0 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	font-weight:bold;
}
.buttonjoin:hover{
	background-position: 0px -22px;
	background: #4b8099 url(/newlook/images/button_join_bg_hover.png) repeat-x;
	color: #fff;
	text-decoration: none;
}
/* ****  BEGIN CSS FOR CERTIFICATION APPLICATIONS CHANGED 01/11/2011  **** */
