/* CSS Document */

/* CSS for Info Window Help/Tutorial page */
.InfoWindowHelp {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:auto;
}

.InfoWindowTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
/* End CSS for Info Window Help/Tutorial Page */

/* CSS for Tutorial 1.3 - not related to LinkSViewer layout */
.titlefont a:link { 
	color: #000066;
	text-decoration:none;
}
.titlefont a:visited {
	color:#000066;
	text-decoration:none;
}
.titlefont a:hover {
	color: #000066;
	text-decoration:underline;
}


.blurb a:link { 
	color: #000000;
	text-decoration:none;
}
.blurb a:visited {
	color:#000000;
	text-decoration:none;
}
.blurb a:hover {
	color: #000066;
	text-decoration:underline;
}


.titlesub a:link { 
	color: #F0F0F0;
	text-decoration:none;
}
.titlesub a:visited {
	color:#F0F0F0;
	text-decoration:none;
}
.titlesub a:hover {
	color: #F0F0F0;
	text-decoration:underline;
}
.titlesub a:active {
	color:#F0F0F0;
	text-decoration:none;
}


a:link { 
	color: #000066;
}
a:visited {
	color:#000066;
}
a:active {
	color: #CC3333;
}


#Header a:link {
	color:#000066;
	text-decoration:none;
}
#Header a:visited {
	color:#000066;
	text-decoration:none;
}
#Header a:hover {
	color:#000066;
	text-decoration:underline;
}



#menucontainer a:link {
	color:#000066;
	text-decoration:none;
}
#menucontainer a:visited {
	color:#000066;
	text-decoration:none;
}
#menucontainer a:hover {
	color:#000066;
	text-decoration:none;
	background-color:#FFFFFF;
}

/* Sections */
Body {
	width:850px;
	margin:0px auto;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#Header {
	margin-top:15px;
	color:#000066;
	font-size: 10pt;
}

.biggestfont {
	font-size:24px;
	font-weight:bold;
}

.biggerfont {
	font-size:20px;
	font-weight:bold;
}

.bigfont {
	font-size:16px;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.headerbox {
	padding:0px 10px 0px 10px;
	float:left;
	width:auto;
	font-size:12px;
}

.floatL {
	float:left;
}

/* Tutorial home page layout */
.homecontainer {
	border:1px solid #000066;
	margin:0px 50px 0px 50px;
}

.hometitle {
	float:left;
	padding:7px 10px 10px 10px;
	height:auto;
	border:1px solid #CCCCCC;
	background:#A2A2F4;
	width:275px;
}

.titlefont {
	font-size:20px;
}

.titlesub {
	color:#F0F0F0;
}

.blurb {
	float:left;
	padding:10px 10px 10px 15px;
	height:auto;
	width:415px;
}

/* Menu structure, layout for all other pages besides Home */

#menucontainer {
	float:left;
	border:2px solid #A2A2F4;
	font-size:16px;
	vertical-align:middle;
}

#menubordercontainer {
	border:1px solid #F0F0F0;
}

.menucell {
	background-color:#F0F0F0;
	border-bottom:1px solid #A2A2F4;
	padding:3px 5px 2px 3px;
}

.menucellend {
	background-color:#F0F0F0;
	padding:3px 5px 3px 3px;
}

#bodycell {
	float:left;
	width:600px;
	padding-left:15px;
}

.itemcontainer {
	background-color:#A2A2F4;
	padding:2px;
	width:500px;
}

.itemborder {
	border:1px solid #FFFFFF;
	padding:3px;
	background:#F0F0F0;
}

.blueborder {
	border:2px solid #A2A2F4;
	padding:2px;
}

.titleborder {
	border-bottom:1px solid #A2A2F4;
}

.padleft {
	padding-left:5px;
}

.padright {
	padding:3px 5px 5px 0px;
}

.blue {
	color:#000066;
}

.clear {
	clear:both;
}