/*
Light Blue:	#0093CC
Lighter Blue: #B7EBFF
Light Grey:	#EEEEEE
Yellow: #FFFF71
*/

html {
	min-height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EEEEEE;
	color: #0093CC; 
	line-height: 1em;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 1000px; /* required for Firefox */
	text-align: center;
}

* {
	padding: 0;
	margin: 0;
/*	outline:#00FF00 dotted thin; */
}

a {
	color: #0093CC;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:focus { 
	border: none;
	outline: none;
}

table#containingTable {
	border-left: 10px solid white;
	border-right: 10px solid white;
	border-bottom: 10px solid white;
	background-color: white;
}

td#title {
	text-align: right;
	color: white;
	padding-top: 0.5em;
	padding-right: 0.5em;
}

td#title span#title {
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
}

td#title span#subtitle {
	font-size: 0.8em;
	line-height: 1em;
}

td#title a {
	color: white;
	text-decoration: none;
}

td#menu {
	background-image:url(images/layout/tcsp_bgnav.png);
	background-repeat: no-repeat;
}

td#menu ul {
	list-style-type: none;
	margin-top: 1.2em;
	width: 150px;
}

td#menu li {
	width: 150px;
	line-height: 1.4em;
	font-size: 1em;
}

td#menu a {
	display: block;
	
	color: #0093CC;
	padding: 0.25em;

	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
td#menu a:hover {
	background-image:url(images/layout/tcsp_menuitem.png);
	background-repeat: no-repeat;
	color: white;
}

td#pageContent {
	background-image:url(images/layout/tcsp_tlcorner.png);
	background-repeat: no-repeat;
	background-color: white;
	padding-top: 1em;
	padding-left: 0.5em;
	padding-right: 0;
	padding-bottom: 0;
}

td#pageContent p, h1, h2, h3, table, ul, ol {
	margin-bottom: 0.5em;
}

td#pageContent h1, h2, h3 {
	clear: left;
}

td#pageContent p, li {
	font-size: 0.8em;
}

td#pageContent h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 1em;
}

td#pageContent h2 {
	font-size: 1em;
	font-weight: bold;
}

td#pageContent h3 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
}

/*
td#pageContent ul {
	list-style-position:inside;
}
*/
td#pageContent ul {
	padding-left: 2em;
	list-style-position: outside;
}

td#pageContent ol {
	padding-left: 2em;
	list-style-position: outside;
}

td#pageContent td {
	padding: 0.25em;
}

table.submenuBar {
	display: block;
	float: right;
	margin-left: 0.5em;
}

table.submenuBar td {
	text-align: center;
	font-size: 0.8em;
	width: 150px;
}


td.penfooter {
	background-image:url(images/layout/tcsp_blcorner.png);
	background-repeat: no-repeat;
	background-color: white;
	height: 38px;
}

td.footer  {
	background-color: #0093CC;
	color: white;
	text-align: right;
	font-size: 0.7em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 1em;
}

td.footer span {
	line-height: 1em;
}

td.footer a {
	color: white;
	text-decoration: none;
}

img {
	border: none;
}

img.leftimg {
	margin-left: 0;
	margin-right: 1em;
}

img.rightimg {
	margin-right: 0;
	margin-left: 1em;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.half {
	width: 50%;
	float: left;
}

.full {
	width: 100%;
	clear: left;
}

.center {
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.smalltext {
	font-size: 0.6em;
}

div.ad {
	border: 2px solid #0093CC;
	padding: 0.5em;
	margin-bottom: 0.5em;
	background-color:#FFFF71;
	text-align: center;
}

div.ad a {
	text-decoration: none;
}
div.ad a:hover {
	text-decoration: none;
}

div.highlight {
	border: 2px solid #0093CC;
	padding: 0.5em;
	margin-bottom: 0.5em;
	background-color:#B7EBFF;
}

div.highlight a {
	text-decoration: none;
}
div.highlight a:hover {
	text-decoration: none;
}

td#pageContent p.title {
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
}

td#pageContent .session_times {
	padding: 0.5em;
	padding-left: 25px;
	margin-bottom: 0.5em;
	background-color: white;
	color: #0093CC;
	text-align: center;
	border: #0093CC double;
	float: left;
	margin-right: 0.5em;
	font-size: 0.8em;
	background-image:url(images/schedule.jpg);
	background-repeat:no-repeat;
}

table.timetable {
	width: 100%;
}

table.timetable td {
	text-align: center;
	font-size: 0.6em;
	vertical-align: top;
}

p.download {
	background-image:url(images/download.jpg);
	background-repeat:no-repeat;
	padding-left: 36px;
	line-height: 36px;
}

div.support {
	text-align: center;
	padding: 0.5em;
	margin: 1em;
	border: double #0093CC;
	font-size: 0.8em;
}

.indent {
	padding-left: 3em;
}

div.frontpagealert {
	clear: both;
	background-color: #FFFF66;
	border: 1px #0093CC solid;
	text-align: center;
	margin: 0 5em;
	padding: 0.15em 0.25em 0.25em 0.25em;
	font-size: 1em;
}

div.photoandcaption {
	margin: 0.25em;
	float: left;
	font-size: 0.6em;
	text-align: center;
}