.replyHeader
{
	border-bottom:solid 1px blue;
}

/** Menu States **/
#subIntro { display:none; }

.stateIntroduction #subIntro, .stateHierarchy #subIntro  { display:block; }

.introBox
{
	float:left;
	width:250px;
	margin:10px;
}
a
{
	color: Navy;
	font: bold;
}

a:visited
{
	color: Navy;
	font: bold;
}

a:active
{
	color: Navy;
	font: bold;
}

a:hover
{
	color: Red;
	font: bold;
}

body, *
{
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 12px;
	line-height:22px;
	
}
.code
{
	background: #F5F5F5 none repeat scroll 0%;
	overflow: auto;
	border-right: #dadada 1px solid;
	border-top: #dadada 1px solid;
	border-left: #dadada 10px solid;
	border-bottom: #dadada 1px solid;
	padding: 10px;
	
}
.code *
{
	font-family: Monospace;
}
.result
{
	background: #F5F5F5 none repeat scroll 0%;
	overflow: auto;
	border-right: #dadada 1px solid;
	border-top: #3300ff 10px solid;
	border-left: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
	padding:10px;
}
.page
{
	margin-left:20px;
	margin-right:20px;
}

#Listofdays { list-style-type: none; }
#Listofdays .odd { background-color: #f0f8ff; }
#Listofdays .even { background-color: #ffffff; }

#Listofdays2 { list-style-type: none; }
#Listofdays2 .first { border-top:solid 1px black; }
#Listofdays2 .odd { background-color: #f0f8ff; }
#Listofdays2 .even { background-color: #ffffff; }
#Listofdays2 .last { border-bottom:solid 1px black; }

/** FORUM **/
.postsListItem a { 
	font-weight:bold;
	margin-bottom:10px;
}
/** END FORUM **/

/**
#menu 
{
	list-style-type: none; 
	background:#BFDBFA none repeat scroll 0%;
margin:0pt;
padding:0pt;
width:127px;
}
#menu li 
{
	background:blue url(../img/blue_bg.gif) repeat scroll 0%;
line-height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt 0pt 1px;
padding:0pt 0pt 0pt 30px;
}
#menu a 
{
color:white;
font-weight:bold;
display:block;
text-decoration:none;	
}
#menu a:hover { text-decoration: underline; }
**/





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}


.ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html .ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

.ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

.ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
/*END Credits: Dynamic Drive CSS Library */

.jsontable 
{
	padding:0;margin:0;	border-collapse:collapse;
}
.jsontable td
{
	padding: 0;
	margin: 0;
	font-size: small;
	line-height: 130%;
	font-family: Monospace;
}





