/********************************************
  Global styles  
********************************************/
body {
	font: 14px "Palatino", arial, sans-serif;
	color: black;
	background-color: white;
	counter-reset: figure 1;
	margin: 0px;
}

a {
	color: #7779A9;
	text-decoration: none;
	border-bottom: dotted 1px;
}

a:visited {
	border-bottom: none;
}


h1, h2, h3 {
/*	margin: 0em;*/
	padding: 0em;
	margin: 10px 0px 10px 0px;
	text-shadow: red 0.2em 0.3em 0.2em;
}

h1 {
	color: silver;
	font-size: 200%;
}

h3 {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	margin-left: 10px;
}

h4 {
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 26px;
}

p {
	text-align: justify;
/*	margin: 10px;*/
	margin: 0px 10px 10px 10px;
	text-indent: 16px;
}

p.caption, p.capfigure {
	font-size: 80%;
	text-align: justify;
	text-indent: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

p.captable {
	font-size: 80%;
	text-align: justify;
	text-indent: 0px;
	margin: 0.8px 0px 0px 0px;
	padding: 0px;
}

p.capfigure:before {
/* Doesn't work in any browser but opera :( */
/*	content: "Figure " counter(figure) ". ";
	counter-increment: figure;*/
}

ul {
	list-style: inside;
	list-style-image: url(http://www.cse.unr.edu/~javier/images/TriBullet.png);
	margin: 10px;
	padding: 0px;
}

div.center {
	margin: auto;
	text-align: center;
}

img {
	margin: 0em;
	padding: 0em;
	border: none;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}


/********************************************
  Title styles  
********************************************/
.list {
	text-indent: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
}

.outline {
	border: outset 1px black;
	margin: auto;
	padding: 0px;
	background-color: #F5F5F5;
}

.section {
	border: outset 1px #05215C;
	margin-bottom: 15px;
	padding: 0px;
	background-color: #F5F5F5;
}

img.figure {
	border: solid 1px black;
}

/********************************************
  Menus
********************************************/
a.mainmenu, a.mainmenu:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

td.mainmenu {
	color: #D4D4D4;
	text-align: center;
}

td.mainmenu:hover {
	color: #E58333;
}

td.menu {
	text-align: center;
	color: black;
}

a.menu, a.menu:visited {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}
