/* Moodleweb.net Dark Style */
a:visited, a:link {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a:active, a:hover {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}


a.table:visited, a.table:link {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a.table:active, a.table:hover {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a.giantlink:visited, a.giantlink:link {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
}
a.giantlink:active, a.giantlink:hover {
	color: #663300;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
}

body{
	color: #441100;
	font: 10px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	margin: 5% 10% 10%;
	background-color: #FFFFDD;
	height: 100%; /*needed for iframe hight to work */
}

.titl {
	color: #441100;
	font-size: 32px;
	font-weight: bold;
	font-style: oblique;
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.chap {
	color: #441100;
	font-size: 24px;
	font-weight: bold;
	font-style: oblique;
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.sec, .big {
	color: #441100;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.big {
	text-decoration: none;
}

.subs {
	color: #441100;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.brak {
	color: #441100;
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

p, td, li 	{
	color: #441100;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.tiny {
	color: #441100;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.hidetable, .showtable table.hidetable tr td
{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.showtable, table.showtable tr td {
	border: 2px solid #430900;
	background-color: #FFFFFF;
	color: #441100;
}

table.showtable tr td, table.showtable tr td.big {
	border: 1px solid #430900;
	color: #430900;
}

table.showtable tr {
}

form {
	margin: 0px;
	padding: 0px;
}

.gcal
{
	border: 2px solid #430900;
}

iframe.detail
{
	width: 310px;
	height: 100%;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

img#headlogo { background:url(images/mw-logo_gold.jpg); width:200px; height:400px; }
img#textlogo { background:url(images/moodleweb.gif); width:224px; height:46px; }
