/* For information about what browsers this CSS was tested on
   and how to interpret the shorthand I use for the browsers' names,
   see: http://albin.net/styles/css-notes.txt */

/* ************************
 * general xhtml elements *
 ************************ */


html, body {
	
	margin-top: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	margin-right: 0px;

	
	padding-top: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	padding-right: 0px;

	border-top: 0px;
	border-bottom: 0px;

	border-left: 0px;

	border-right: 0px;

}


body {
	padding-bottom: 10px;
	color: #ffffff;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#nav a, a:link, a:visited, a:hover {
	border: 0;

}

a {
	text-decoration: none;
	border: 1px solid #def1fa;
/*	padding-left: 0;*/
}

a:link, a:visited {
	border: 1px solid #def1fa;
/*	background-color: #f8f8ff; */
	background-color: transparent;
	color: #666699;
}

a:hover {
	background-color: #def1fa;
	/*background-color: #f0f0f8;*/
	color: #004c9e;
	border: 1px solid #d0d0f8;
}

/* spacers are sometimes needed so that the containing box doesn't end before the end of the floats */


div.spacer {
		margin: 0px;
	padding: 0px;
	border: 0px;

	clear: both;

	font-size: 1px;
	line-height: 1px;

}


.accessibilityItems {
		display: none;

}


.centered {

	text-align: center;
 /* 1st part of IE5-5.5 centering hack */

}


/* *****************
 *     the content box 
 *
 ***************** */


.contentWrapper {

	margin-top: 30px;
	margin-bottom: 30px;

	margin-left: 30px; 	margin-right: 30px;

	padding: 0px;

	border: 0px;
}




.content 
{

	margin: 0px;

	padding: 0px;

	border: 1px solid #71C1EC;

	background-color: #e8f4fa;

	color: #000000;

}


.content p {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 15px;

}

pre {
	padding-left: 15px;
}



.content table {
	padding-left: 15px;
}



/* ************************************
 
 * classes needed for rounded corners *
  ************************************ */


.roundedCornerSpacer {

	margin: 0px;
	padding: 0px;
	border: 0px;

	clear: both;
		font-size: 1px;
	line-height: 1px;

}


.borderTL, .borderTR, .borderBL, .borderBR {

	width: 14px;
	height: 14px;
		padding: 0px;
	border: 0px;

	z-index: 9;

}


.borderTL, .borderBL {
	float: left;  clear: both; 
}


.borderTR, .borderBR {
	float: right;
	clear: right; 
}


.borderTL { 
	margin:  -1px  0px  0px -1px; 
}


.borderTR { 
	margin:  -1px -1px  0px  0px; }


.borderBL { 
	margin: -14px  0px  0px  0px; 
}


.borderBR { margin: -14px  0px  0px  0px; 
}


/* IE5-5.5/win needs the border scooted to the left or right by an

   additional 3px!
   Why?  */


.borderTL {

	margin-left: -4px;
		ma\rgin-left: -1px;

}


html>body .borderTL  {

	margin-left: -1px;

}


.borderTR {

	margin-right: -4px;
		ma\rgin-right: -1px;

}


html>body .borderTR  {

	margin-right: -1px;

}


.borderBL {

	margin-left: -3px;

	ma\rgin-left: 0px;

}


html>body .borderBL {

	margin-left: 0px;

}


.borderBR {

	margin-right: -3px;

	ma\rgin-right: 0px;

}


html>body .borderBR {

	margin-right: 0px;
}
.main {
	font-size: 10pt;
	padding: 15px;


}

.main td {
	color: #000000;
	font-size: 10pt;
	vertical-align: top;
}

.main img {
	padding-left: 15px;
	border: none;
}

DIV.row
{
    CLEAR: both;
    PADDING-LEFT: 5px;
    PADDING-right: 5px;
	padding-top: 5px;
}
DIV.row SPAN.left
{
    FLOAT: left;
    WIDTH: 49%;
    TEXT-ALIGN: left;
	padding-bottom: 5px;
	padding-left: 10px;
}
DIV.row SPAN.right
{
    FLOAT: right;
    WIDTH: 49%;
    TEXT-ALIGN: right;
	padding-bottom: 5px;
	padding-right: 5px;
}

.footer {
	margin-top: 10px;
	font-size: 8pt;
	border-top: 1px solid #71C1EC;
	z-index: 99;
	border-right-color: #71C1EC;
	border-bottom-color: #71C1EC;
	border-left-color: #71C1EC;


}

.access {
	height: 1px;
	width: 1px;
	border: none;
	float: right;
	display: none;
}

.pub {
	padding-left: 15px;
	margin-bottom: 5px;
}

.pubTitle {
	font-style: italic;
}

.pubDate {
	width: 50%;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted;
}

.pres_title {
	padding-left: 15px;
}

.app {
	padding-left: 15px;
	padding-bottom: 12pt;
}

.appName {
	width: 50%;
	border-bottom: 1px dotted;
	margin-bottom: 5px;
}

.appDesc {
}

.news {
	padding-left: 15px;
}

.newsCaption {
	width: 50%;
	border-bottom: 1px dotted;
	margin-bottom: 5px;
}

.newsDesc {
    padding-bottom: 10px;
}

.mathtopic {
}

.links li {
	list-style: none;	
}

.command {
	font-family: courier, monospace;
}

.author {
	font-weight: bold;
}

th {
	color: #000000;
}

.comment {
	background: #F0F7FA;
	border: 1px solid #71C1EC;
	margin-bottom:12pt;
	padding:1ex;
}

.comment p {
	font-style:italic;
}

.name {
	font-weight: bold;
}

.date {
	color: #818181;
	float: right;
	font-size:8pt;
}

.appeal {
margin: 1ex;
padding: 1ex;
border: 1px solid #71C1EC;
background-color: #f8f9fa;
}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; margin-left: 5px; width: 5em;text-align: center; font-family: tahoma, sans-serif}
.btn * { font-style: normal; background-image: url(/images/btn3.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #B9E4FA; color: white;}
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/images/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #B9E4FA; color: white;}
* html .btn:hover { border-color: #a00; }