/* ICDR_screen08.css */ 

* {margin:0; padding:0; border:0}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%; /* default = 16px */
	color: #000;
	line-height: 1.125em; /* 16×1.125=18 */
	/* background-color: #d3e6d6;  #2d4a98;  #3AA563;*/ 
}

p {
	font-size: 0.875em; /* 16×0.875=14 */
	margin-bottom: 1.125em; /* 16×1.125=18 */
	margin-right: 10px;
}

p.subcom {margin-left:19px}

a, a:link  {
	color: #2d4a98; /*#000099;*/
	text-decoration: none;
}

a:visited {
	color: #328d55; /*#3ba462;*/
	text-decoration: none;
}

a:hover {text-decoration: underline;}

h1 {
	font-size: 1.125em;
	color: #328d55; /*#3ba462;*/
	font-weight: normal;
	margin-bottom: 1.125em;
}

.h1L2 {
	color: #2d4a98;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	margin-bottom: 1.125em;
	color: #2d4a98;
}

h3 {
	font-size: 0.95em;
	margin-bottom: 1.125em;
	font-style: italic;
	color: #328d55; /*#3ba462;*/
}

h3.subcom {margin-bottom:0;}

h4 {color: #328d55; /*#3ba462;*/}

h5 {color: #2d4a98;}

h6	{
	font-weight:bold;
	padding: 5px 0 0;
}

dl {font-size: 0.875em;}

dt {margin-top: 1.125em;}

dd {}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.125em;
	font-weight:bold;
	color: #2d4a98;
}

ul  {
	list-style-type: square;
	padding-left: 1.875em; /*30px/16=1.875em*/
	margin-bottom: 1.125em;
	}

li {font-size: 0.875em;}

li.marginbtm {margin-bottom: 1.125em;}

ul ul {list-style-type: disc;}

ul ul ul {list-style-type: none;}

legend {
	font-weight: bold;
	color: #2d4a98;
	text-align: left;
}

label {color: #2d4a98;}

caption {
	font-weight: bold;
	color: #2d4a98;
	padding: 20px 10px 0px;
}


/***********************************************/
/* Layout Divs   (ID)                          */
/***********************************************/

#container {  /*container for all divisions*/
	margin:20px auto; 
	width: 100%; /*900px;*/
}

#masthead { 
	background-color: #d3e6d6;
	background-image:url(images/blu-wht_swash2.gif);
	background-repeat:no-repeat;
	background-position: 83px 20px; /* 73px 5px; */
	padding: 15px 0 0 10px;
	height: 120px; 
}

#masthead a {color: #2d4a98;}

.skip {display: none;}

.search {display: none;}

.search label {
	display: block;
	font-weight:bold;
}

input {
	font-size: 0.975em;
	height: 20px;
	vertical-align: top;
}

input.button {
	color:#fff;
	font-size: 0.975em;
	font-weight: bold;
 	background-color: #2d4a98;
 	height:20px;
	vertical-align: top;
}

/*input:focus {outline: 1px dotted #000}*/

.clearboth {clear:both}

.content {
	background-color: #fff;
	float: left; /*right;*/
	width: 100%; /*71%;*/
	padding: 0; /*2%;*/
}

.workshop {
	float: left;
	width: 99%;
}

.wrapper { /*container for content and navigation*/
	width: 100%;
	background-color: #fff;
	}

#siteName { /*???*/
	padding: 0 0 0 10px;
}

#globalNav {display: none;}

#globalNav p {
	line-height:normal;
	margin:0;
}

#globalNav a {font-style:normal;}

#globalNav a, #globalNav a:link, #globalNav a:visited {color: #fff;}

#globalNav a:hover {
	text-decoration: underline;
}

.tagline {
	color: #fff;
	float:left;
	padding-left: 10px;
	font-style: italic;
}

.baselink {
	color: #fff;
	float:right;
	width: 200px;
}

#pageName {
	padding: 0px 0px 0px 10px;
}

.breadCrumb {
	background-color: #fff;
	font-size: 0.75em; /*12/16=0.75*/
	padding: 5px 0px 20px 0px;
}

/************** .class styles ***************/

.meeting {
	clear: both;
	padding: 10px 0px 0px 10px;
}

.meeting table {}

.meeting th {
	text-align:left;
	vertical-align:top;}

.meeting p {}

.meeting h6	{font-weight:bold;}

.meeting ul	{}
	
.meeting li {padding: 0 0 5px 0;}
	
.meeting ol	{}

#siteInfo {display:none}


/************* #search styles ***************/



/*********** #navBar styles ***********/

#navBar {display: none;}

/*********** .sectionLinks styles ***********/

.alert {
	font-style: italic;
	color: #990000;
	font-weight: bold;
}

.sectionLinks {display: none;}

.sectionLinks h3 {
	color:#2d4a98;
	padding: 5px 10px;
	font-size: 0.875em;
	font-style: normal;
	margin-bottom: 0;
	background-color: #D2D4E9; /*#ddd;*/
}
.sectionLinks ul {
	list-style-type: none;
	padding: 2px 5px 2px 10px;
	margin-bottom: 0;
	display: block;
}
.sectionLinks li {
	background-color: #fff;
	background-image: url(images/grn328d55_bullet.gif);
	font-size: 0.8125em;
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.875em;
}
.sectionLinks a {
	display: block; 
	color: #2d4a98;
	padding: 2px;
}
.sectionLinks a:visited {
	color: #328d55; /*#3ba462;*/
}
.sectionLinks a:hover {
	background-color: #ddd;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists navBar */
.sectionLinks li {border-bottom: 1px solid #fff;} 

/* fix for browsers that don't need the hack  */
html>body .sectionLinks li {border-bottom: none;}

/************** #sidebar styles **************/
.sidebar {
	border: 1px solid #ccc;
/*	font-size: 100%;*/
	float: right;
	width: 30%;
	/*background-color: #fff;*/
	margin: 10px;
}
.sidebar h3 {
	padding: 10px 0px 10px 10px;
	background-color: #ddd;
	color: #2d4a98;
	font-style: normal;
}

.sidebar p {padding: 0px 10px 10px;}

.blueswash {
	background-image:url(images/blu-wht_swash2.gif);
	background-repeat:no-repeat;
	background-position: 73px 5px; /*60px 3px;*/
}

.padbtm10px {padding-bottom:10px}

/************** #conference menu (confmenu) styles **************/
#confmenu {
	border: 1px solid #ccc;
	float: right;
	width: 30%;
	background-color: #fff;
	margin: 10px;
}
