/* CSS Document */

/*

	Contents
	**************
	1.	General
	2.	Layout
	3.	Typo


*/



/********************************** General **********************************/

* {
	top: auto;
	position: static;
	list-style-position: inside;
}

.clearIt { clear:both; }

/********************************** Layout **********************************/

body {
	padding-top:10px;
	background:  url(../images/backgrad.gif) repeat-x;
}

#topCurve {
	width: 792px;
	height: 7px;
	margin: 0px auto;
	background:  url(../images/topCurve.gif) no-repeat top left;
	padding: 0px;
	font-size: 1px;
}

#bottomCurve {
	clear:both;
	width: 792px;
	height: 7px;
	margin: 0px auto;
	background:  url(../images/bottomCurve.gif) no-repeat bottom left;
	padding: 0px;
	font-size: 1px;
}

#wrapper { 
	width: 792px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0px;
	border-left: 1px solid #399;
	border-right: 1px solid #399;
}

#wrapper #head {
	position: relative;
	padding: 10px;
}
	
#wrapper #head .topLink {
	z-index: 1;
	top: 1px;
	left: 586px;
	display: block;
	width: 198px;
	height: 20px;
	position: absolute;
	text-align: right;
	font-size: 0.8em;
}

* html #wrapper #head .topLink {
	font-size: 0.7em;
	left: 574px;
}


#menu {
	background: url(../images/menuBack.gif) no-repeat top right;
	color: #FFFFFF;
	font-weight: bold;
	height: 24px;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	font-size: 0.9em;
}

* html #wrapper #menu {
	font-size: 0.8em;
}

#menu ul {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 435px;
	padding: 0px;
		
}

#menu li {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

#content {
	padding: 0px;
}

#leftContent, #rightContent {
	float: none;
}

#leftContent {
	width: 400px;
	margin-left: 10px;
	margin-right: 25px;
}

.documentLink, .searchLink {
	display: block;
	width: 300px;
	height: 35px;
	padding-left: 0px;
	padding-top: 8px;
	text-decoration: none;
	float: right;
}


.documentLink:hover, .searchLink:hover {
	text-decoration: none;
}
.documentLink {
	background-image: url(../images/documentBack.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	text-align: right;
	padding-right: 5px;
	margin-right: 20px;
	color: #339999;
	float: left;
}

.searchLink {
	background: url(../images/searchBack.gif) no-repeat top left;
}

.smallBox {
	width: 283px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.smallBox .top {
	background: url(../images/smalltCurve.gif) no-repeat top left;
	display: block;
	height: 13px;
	margin: 0px;
	font-size:1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.smallBox .middle {
	padding: 0px;
	margin: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: solid;
}


.smallBox .base {
	display: block;
	height: 31px;
	font-size:1px;
	background-image: url(../images/smallbCurve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 283px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




/********************************** Typo **********************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 130%;
}

#wrapper #head a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#wrapper #head a:hover {
	text-decoration: underline;
}

#wrapper #menu a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#wrapper #menu a:hover {
	text-decoration: underline;
}

#wrapper #content h1 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #339999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;
	text-indent: 2mm;
}
#wrapper #content #rightContent #members .middle p {
	margin: 0px 10px;
	padding: 0px;
	padding-bottom: 5px;
}
#wrapper #content #leftContent ul {
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
	list-style-position: outside;
}
#wrapper #content #leftContent li {
	padding: 0px;
	margin: 0px;
	width: 15em;
}


#wrapper #content #leftContent h2 {
	font-size: 1em;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#wrapper #content p {
	font-size: 0.99em;
	margin-bottom: 10px;
	line-height: 120%;
	margin-top: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-left: 0px;
}

#wrapper #content a {
	color: #339999;
	font-weight: bold;
	text-decoration: none;
}

#wrapper #content a:hover {
	text-decoration: underline;
	list-style-position: outside;
}

#wrapper #content strong {
	color: #399;
	font-weight: bold;
}

.documentLink, .searchLink {
	font-size: 0.9em;
	color: #399;
	font-weight: bold;
	text-decoration: none;
}

#wrapper #content #rightContent #members .middle h1{
	font-size: 1em;
	font-weight: bold;
	color: #399;
	padding: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	
}

#wrapper #content #leftContent .smallBox .middle p {
	padding: 0px 0px 5px 0px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#wrapper #content #rightContent #members .tiny {
	font-size: 7px;
	font-weight: normal;
}


.smallBox img {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.smallBox ul {
	margin-left: 25px;
}

.smallBox li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #339999;
	text-indent: 0px;
}
.smallBox a {
	font-weight: bold;
	color: #339999;
	text-decoration: none;
}

.smallBox a:hover {
	text-decoration: underline;
}

/* Agenda Styles */

#wrapper #content #agenda p {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#wrapper #content #agenda .affiliation {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: 0.8em;
	color: #666666;
}
	
#wrapper #content #agenda .coord {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: bold;
	color: #666666;
}

	
#wrapper #content #agenda .speaker {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-weight: bold;
	color: #333333;
	font-size: 0.8em;
	}
#wrapper #content #leftContent #agenda .time {
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

	
#wrapper #content #agenda .title {
	padding: 0;
	color: #399;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}


#wrapper #content #agenda .item {
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.smallGrey {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	text-align: right;
	margin-top: -8px;
	color: #666666;
}
#wrapper #content #leftContent #presentationPlayer {
	float: left;
	width: 500px;
}
#wrapper #content #leftContent #speakerList {
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #339999;
}
#wrapper #content #leftContent #speakerList p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.documentLink_short {
	background-image: url(../images/documentBack_smal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
Resources_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #339999;
	list-style-position: inside;
	list-style-type: circle;
	background-image: url(../images/CCBrecources.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	text-indent: 30px;
}
.Resouces {
	background-position: right top;
	text-align: left;
	text-indent: 0px;
	margin-top: 0px;
	list-style-position: inside;
	list-style-type: circle;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #0084A8;
	display: list-item;
	line-height: 12pt;
	padding-top: 20px;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #339999;
	background-image: url(../images/CCBrecources.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 200px;
	margin-right: 0px;
	font-size: 90%;
	text-indent: 0px;
	background-position: right top;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
blockquote_members {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #339999;
	background-image: url(../images/images/members_01.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 200px;
	margin-right: 0px;
	font-size: 90%;
	text-indent: 0px;
	background-position: lefttop;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
blockquote {
	background-image: url(../images/CCBrecources.gif);
	background-position: left top;
}
.membersText {
	background-position: right top;
	text-align: left;
	margin-top: 0px;
	list-style-position: inside;
	list-style-type: none;
	height: 100%;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #0084A8;
	display: list-item;
	line-height: 100%;
	font-style: normal;
	padding: 30px;
}
.Box_Bottom {
	width: 283px;
	padding: 0px;
	margin: 0px;
	float: right;
}
.bigBox {
	width: 780px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bigBox .top {
	display: block;
	height: 48px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bigBox_top.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bigBox .middle {
	padding: 0px;
	margin: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: solid;
}
.bigBox .base {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size:1px;
	background-image: url(../images/bigBox_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 792px;
	height: 43px;
}
.button_menulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #339999;
	background-image: url(../images/documentBack.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

