/* Start of CMSMS style sheet 'MLA screen' */
/* This Site
Site Layout and Design Styles
by Dan Moriarty, www.danmoriarty.com
Copyright 2008, All Rights Reserved

Last Modified: 
 */


/*========================*/	
/* =    BASE RULES      = */
/*=======================*/	

* {
	margin:0;
	padding:0;
	}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	background:#e7e8b1 url(images/bg-body.gif) repeat-x;
	color:#000;
	}

a:link {
	color:#3d9b26;
	text-decoration:none;
	}

a:visited {
	color:#30799C;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	color:#30799C;
	}

img {
	border:none;
	}

/*========================*/	
/* =  CONTENT HOLDERS  = */
/*=======================*/	

#outerwrapper {
	margin:5px auto;
	width:992px;
	}

#topshadow {
	width:992px;
	background: url(images/bg-topshadow.gif) no-repeat;
	height:25px;
	}

#midshadow-left {
	width:992px;
	margin:0 auto;
	clear:left;
	float:left;		
	background: url(images/bgshadow-left.gif) repeat-y;
	}

#midshadow-right {
	width:992px;
	margin:0 auto;
	float:right;	
	clear:right;	
	background: url(images/bgshadow-right.gif) repeat-y right top;
	}

#wrapper {
	text-align:left;
	margin:0 auto;
	width:980px;
	z-index:102;
	font-size:1.2em;
	padding-bottom:1px;
	background:#fff;
	}

#top {
	width:980px;
	}
	
#content {
	width:940px;		
	padding:10px 20px;
min-height:300px;
	}
	
#maincol {
	float:right;
	width:660px;
	padding:5px 0px 10px 20px;
	}

#maincol.wider {
	width:900px;
	float:left;
	}

#sidecol {
	float:left;
	width:250px;
	}	

#centercol {
	float:left;
	width:435px;
	margin:1em 0;
	}

#rightcol {
	float:right;
	width:210px;
	}

#bottom {
	width:980px;
	background:#fff;
	}

#bottom a:link, #bottom a:visited {
	color:#48B4E9;
	}
	
#bottom-band {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:10px;	
	color:#fff;
	background:#113B50;
	text-align:center;
	}

#bottom-shadow {
	background: url(images/bg-bottomshadow.gif) no-repeat;
	width:992px;
	height:25px;
	margin:-1px 0;
	clear:both;
	}	

#footer {
	margin:5px auto;
	text-align:center;
	padding-top:8px;
	clear:both;
	}

/*upper and badge is for home page only*/
#upper {
	width:940px;
	background: url(images/bg-book.gif) no-repeat;
	padding:3px 20px 0 20px;
	}

#upperleft {
	float:left;
	width:250px;
	margin-bottom:-2px;
	position:relative;
	}

#uppermid {
	float:right;
	width:650px;
	padding-right:10px;
	margin-top:30px;
	}

#badge-holder {
	float:right;
	text-align:center;
	width:170px;	
	margin-left:10px;
	}

#badge {
	height:151px;
	width:170px;
	}
/*end of upper divs*/
	
#search {
	float:right;
	margin:30px 10px 5px 0;
	width:280px;
	}
	
	
/*========================*/	
/* = BOXES FOR CALLOUTS = */
/*=======================*/	

div.calloutbox {
	border:1px dotted #30799C;
	margin:1em 0 2em 0;
	padding:10px;
	}

#sidecol div.calloutbox {
	width:230px;
	}
	
#rightcol div.calloutbox {
	width:190px;
	}
	
.calloutbox h3, #centercol h3 {
	margin:0 0 .3em 0;
	font-size:220%;
	font-family:Georgia, "Times New Roman", Times, serif;	
	color:#333;
	}
	
.calloutbox p {
	line-height:130%;
	margin:0;
	}
/*===============*/	

/* == TYPE == */
h1 { font-size:280%; }
h2 { font-size:290%; }
h3 { font-size:180%; }
h4 { font-size:130%; }
h5 { font-size:110%; }
h6 { font-size:100%; }

h1, h2, h3, h4 {
	padding:0;
	}

h1.siteheader { /*this is top type header*/
	margin:0;
	padding:10px 0 0 20px;	
	float:left;
	}
	
h1.siteheader a:link, h1.siteheader a:visited, h1.siteheader a:hover	{
	display:block;
	text-decoration:none;
	background: url(images/logo.gif) no-repeat;	
	text-indent:-5000px;
	height:86px;
	width:630px;
	}

h2 {
	margin:.3em 0;
	letter-spacing:-1px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#286886;
	}
	
h2.green {	color:#225915; }
	
h3 {
	color:#333;
	margin:.4em 0 .8em 0;
	font-weight:normal;
	}
	
h4 {
	color:#000;

	margin:.4em 0 .6em 0;
	}
	
p {
	line-height:160%;
	margin:.2em 0 .6em 0;
	}

/* === LISTS === */

ul, ol {
	margin:.6em 0;
	padding:0 0 0 10px;
	}

li {
	margin:.4em 0;
	line-height:150%;
	}

ul li {
	padding-left:20px;
	list-style:none;
	background: url(images/bg-bullet.gif) no-repeat 0 3px;
	}

dl {
	margin:.6em 0 1em 0;
	padding:5px 0;
	}

dt {
	font-weight:bold;
	font-size:110%;
	margin:.6em 0;
	}

dd {
	margin:0 0 0 20px;
	padding:0;
	line-height:120%;
	}

/* === TABLES === */
		
table {
	border:none;
	}

td {
	padding:5px;
	vertical-align:top;
	}

table.tablestyle1 {
	width:80%;
	border:none;
	margin:10px 0;
    padding:5px;
	}

table.tablestyle1 caption {
	font-size:150%;
	color:#333;
	text-align:left;
	padding:5px;
	}
	
.tablestyle1 th {
	background:#333;
	text-align:left;
	padding:5px 10px;
	color:#fff;
	}

.tablestyle1  td, .tablestyle2 td {
	padding:8px;
	margin:0;
	border-collapse:collapse;
	}

.tablestyle1 tr.even {
	background:#e7e8b1;
	}

.tablestyle1 td a {
	}

label {
	display:block;
	clear:right;
	}

fieldset {
	margin:1em 0;
	padding:10px;
	border:1px solid #ccc;
	}

legend {
	font-weight:bold;
	font-size:110%;
	color:#666;
	}
	
label {
	display:block;
	}

q {
	margin:10px 0;
	}

cite {
	font-style:italic;
	font-weight:bold;
	}

form#subunits select {
	font-size:90%;
}

.tableCalendar {
	border-top: 1px dotted #CCCCCC;
}
.tableCalendar td {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #CCCCCC;
}
.tablePastEvents {
	border-top: 1px dotted #CCCCCC;
}
.tablePastEvents td {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #CCCCCC;
}

div.boxed-number {
	width:13px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	padding:2px;
	color:#FFFFFF;
	background-color:#30799c;
	border:1px solid #98bcce;
	text-align:center;
}

.tableJobs td {
	padding:0 12px 6px 0;
	line-height:160%;
	margin:.2em 0 .6em 0;
	}

.tableARLDminutes td {
	padding:5px 8px 0px 0px;
	vertical-align: top;
	border-top: 1px dotted #30799C;
}

/* == CONFERENCE FORMATTING == */

table.tableConf {
	border:none;
	margin:10px 0;
	padding:3px;
	border-collapse:collapse;
}
.tableConf td {
	padding:6px 8px 0px 0px;
	margin:0;
	vertical-align:top;
}
.tableConf-speakers td {
	padding:16px 8px 0px 0px;
	margin:0;
	vertical-align:top;
}
.tableConf td.tableConfSmall {
	padding:6px 4px 0px 0px;
	margin:0;
	font-size:90%;
}
.tableConf td.tableConfTime {
	padding:6px 8px 0px 0px;
	width:105px;
	margin:0;
}
.tableConf td.tableConfDate {
	padding:3px 0px 3px 0px;
	margin:0;
	border-bottom:1px dotted #30799C;
}
.tableConf td.tableConfPrices {
	padding:3px;
	margin:0;
	text-align:inherit;
	border:1px solid #CCCCCC;
}
.tableHandouts td {
	border-bottom: 1px solid #CCE1F0;
	padding: 6px 4px 6px 4px;
	font-size: 12px;
}
td.Session {border-right: 1px solid #CCE1F0; padding-left: 0px; vertical-align: middle;}
td.Slides {width: 160px; font-size: 11px; line-height: 135%; padding-right: 0px; text-align: center; vertical-align: middle;}
td.noSlides {width: 160px; padding-right: 0px; text-align: center; vertical-align: middle; color: #888888; font-size:11px; line-height: normal;}

/* == SPECIAL DIVS and RULES == */

#subunits ul {
     font-size:140%;
   }

#subunits ul li {
     background:none;
     padding:.2em 0;
    margin:0;
     font-weight: bold;
 }
	
/* = MISC CLASSES = */

.highlight {
    padding:.3em;
	background:#ddd;
    color:navy;
	}

p.breadcrumb {
	font-size:90%;
	line-height:100%;
	margin:.2em 0;
	padding-top:5px;
	}

.bigger {
	font-size:110%;
	}

.smaller {
	font-size:90%;
	}

.smallerGray {
	font-size:90%;
	color:#666666;
	}

.clearout {
	clear:both;
	}

.floatleft {
	float:left;
	padding:0 20px 20px 0;
	}
	
.floatright {
	float:right;
	padding:0 0 20px 20px;
	}	

div.halfleft {
	float:left;
	width:49%;
	}

div.halfright {
	float:right;
	width:49%;
	}
	
.imageborder {
	border:4px solid #E2E2E2;
	}
/* End of 'MLA screen' */

