/*[fmt]1A90-1A0B-3*/
@import url(../islet-standard/layout.css);

/*Tags*/
body {
	color: #333;
	background: #fff url(pix/layout/background.jpg) repeat top center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
}

th {
	background: transparent url(pix/layout/table-header-bg.png) repeat-x;
	color: #333;
	border-bottom: 1px solid #DDD;
	height: 5px;
	overflow: hidden;
}

a, a:visited {
	color: #b80000;
}

a:hover, a:active {
	color: #ff0000;
}

input.button, input.submit, button, input[type="submit"], input[type="button"], #content .FuncButton {
	background: transparent url(pix/layout/button-bg-over.png) repeat-x;
	border: 1px solid #003269;
	height: 25px;
	padding: 0px 5px 4px;
	color: #FFF;
}

input.button:hover, input.submit:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	color: #FFF;
	border: 1px solid #006902;
	background: transparent url(pix/layout/button-bg.png) repeat-x;
	height: 25px;
	padding: 0px 5px 4px;
}

#page {
	margin: 0px 30px;
}


body {
	text-align: center;
}

div, #content {
	text-align: left;
}

body.message, .message #page, .popup #page {
	width: 600px;
	margin: auto;
	overflow: auto;
}

.message #content, .message #footer, .popup #content, .popup #footer {
	margin: 10px;
	width: 580px;
}

.message #content .main {
	margin: auto;
}



/*Header*/
#header {
	background: transparent url(pix/layout/header-bg.png) repeat-x;
	color: #333;
	height: 75px;
	width: 100%;
}

#header a {
    color: #B80000;
}

#header a:hover {
    color: #FF0000;
}

#header h1 a {
	background: transparent url(pix/layout/logo.png) no-repeat 0px -1px;
}

.navbar {
	background: #333 url(pix/layout/navbar-bg.png) repeat-x;
	overflow: visible;
	border-bottom: 1px solid #999;
}


.navbar .arrow, .flow-banner .arrow {
	text-indent: -100em;
	height: 16px;
	width: 16px;
	display: block;
	float: left;
	margin: -3px 2px 0px 0px;
	background: transparent url(pix/layout/sep.gif) no-repeat;
}

.flow-banner .arrow {
	display: inline;
	float: none;
	padding: 0px 10px;
	margin: 10px;
}

.arrow .text {
	display: none;
}

.flow-banner .previous .arrow, .flow-banner .next .arrow {\
	margin: 0;
	background: none;
	width: auto;
	height: auto;	
}

.flow-banner a.previous, .flow-banner a.next {
	background: transparent url(pix/layout/button-bg-over.png) repeat-x;
	border: 1px solid #003269;
	height: 15px;
	padding: 5px;
	margin-top: -5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFF;
	font-family: "Segoe UI", Helvetica, Arial;
	font-weight: bold;
}

.flow-banner a:hover.previous, .flow-banner a:hover.next {
	background: transparent url(pix/layout/button-bg.png) repeat-x;
}

/*Body*/
#left-column, #right-column {
	border-top: none;
	border-bottom: none;

}

/*Blocks
Sideblock*/
.sideblock {
	
}



.sideblock .title {
	margin: 6px 0px;
	overflow: visible;
}

.sideblock .header {
	width: 202px;
	background: transparent url(pix/layout/sideblock-title-bg.png) repeat-x;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	border: 1px solid #999;
	border-bottom: none;
}

.sideblock .title input, .sideblock .expand-collapse {
	position: absolute;
	right: 8px;
	top: 4px;
}

.sideblock .commands {
	margin-top: 15px;
}

.sideblock .commands a:hover {
	outline: 1px solid #FFF;
	background: #CCC;
}

.sideblock .content {
	background: #DDD;
	overflow: visible;
	width: 192px;
	
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #999;
	border-top: none;
}

.sideblock div.footer {
	background: #fff;
	width: 210px;
}

.sideblock .content .footer {
	background: transparent;
}


.sideblock li {	
	border-bottom: 1px solid #AAA;
    padding-top: 3px;
	padding-bottom: 3px;
}

.sideblock li a {
	margin-left: 5px;
}

.sideblock ul {
	margin: 0;
}

.sideblock .moodle-tree-view li, .inline-list li {
	border: none;
}

/*Content*/
#content {
	background: #fff;
}

#content #layout-table {
}

#content .no-layout-table {
	background: #FFF;
	overflow: visible;
	padding: 10px 10px 35px;
	margin: 10px auto;
	width: 95%;
	overflow: hidden;
	min-height: 400px;
	position: relative;
}

#content .no-layout-table h2 {
	text-indent: 0px;
	margin-bottom: 20px;
}

.continue-to-next {
}

/*#MiddleColumn*/
#middle-column div {
	background: #FFF;
	padding: 10px;
}

#middle-column div div {
	background: transparent;
	margin: auto;
	border: none;
}

#middle-column h2, #content h2 {
	color: #830000;
}

/*Footer*/
#footer {
	background: transparent url(pix/layout/header-bg.png) repeat-x;
	font-size: 9pt;
	color: #333;
}

/*Moodle Tables*/
.r0, .r1 {
	border-bottom: 1px solid #DDD;
}

.r0 td, .r1 td {
	border-right: 1px solid #DDD;
}

.generaltable, .forumheaderlist {
	border-left: 1px solid #DDD;
}

/* HTMLAREA  */

body .htmlarea table td {
	padding: 0;
}

.htmlarea iframe, body .htmlarea .toolbar  {
	border: 1px solid #ccc;
}

body .htmlarea .toolbar {
	background: #d3c68f url(pix/layout/header-bg.png) repeat-x top left;
}

body .htmlarea .toolbar .button {
	background: transparent url(pix/layout/header-bg.png) repeat-x;
	border: 1px solid #d3c68f;
}

body .htmlarea .toolbar .button:hover {
	background: transparent url(pix/layout/button-bg.png) repeat-x;
}

body .htmlarea .toolbar .separator {
	border-left:1px solid #000;
	border-right:1px solid #fff;
}

/* Calendar */

.minicalendar .day {
	background: #fff;
	padding: 5px 0px;
	border: 1px solid #ccc;
	text-align: center;
	width: 25px;
}

.minicalendar .weekend {
	background: #eee;
}

/* yui adjustments */
.yui-skin-sam .yui-button button {
	color: #ffffff;
}

