/**************************************
 * THEME NAME: tal_theme
 *
 * Files included in this sheet:
 *
 *   tal_theme/styles_layout.css
 *   tal_theme/styles_fonts.css
 *   tal_theme/styles_color.css
 **************************************/

/***** tal_theme/styles_layout.css start *****/

html
{
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* set body font size (styleswitcher) */

body.font-small
{
	font-size: 12px;
}
body.font-medium
{
	font-size: 13px;
}
body.font-large
{
	font-size: 14px;
}

/* set body width (styleswitcher) */
body.width-thin div.wrapper
{
	width: 780px;
}
body.width-wide div.wrapper
{
	width: 940px;
}
body.width-fluid div.wrapper
{
	width: 90%;
}

/* BEGIN WRAPPER CLASSES */

div.bg
{
	width: auto;
	min-height: 100%;
	background-image: url('images/page_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #c8c8c8;
	padding: 5px;
}

div.wrapper
{
	margin: auto;
	position: relative;
}
div.wrapper .wrapper-t
{
	background: #ffffff url('images/wrapper_t.gif') 0 0 repeat-x;
}
div.wrapper .wrapper-b
{
	background: url('images/wrapper_b.gif') 0 100% repeat-x;
}
div.wrapper .wrapper-l
{
	background: url('images/wrapper_l.gif') 0 0 repeat-y;
}
div.wrapper .wrapper-r
{
	background: url('images/wrapper_r.gif') 100% 0 repeat-y;
}
div.wrapper .wrapper-tl
{
	background: url('images/wrapper_tl.gif') 0 0 no-repeat;
}
div.wrapper .wrapper-tr
{
	background: url('images/wrapper_tr.gif') 100% 0 no-repeat;
}
div.wrapper .wrapper-bl
{
	background: url('images/wrapper_bl.gif') 0 100% no-repeat;
}
div.wrapper .wrapper-br
{
	min-height: 470px;
	padding: 60px 11px 15px 11px;
	background: url('images/wrapper_br.gif') 100% 100% no-repeat;
}

.wrapper-tl2
{
	background: url('images/wrapper_tl.gif') 0 0 no-repeat;
	width: 30px;
	height: 440px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.wrapper-tr2
{
	background: url('images/wrapper_tr.gif') 100% 0 no-repeat;
	width: 30px;
	height: 440px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* END WRAPPER CLASSES */

#controls
{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
	height: 25px;
}

#controls #resize
{
	position: absolute;
	width: 90px;
	right: 0;
}

#controls img
{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

#header
{
	position: relative;
	width: 100%;
}

#headermenu
{
	width: 500px;
	position: absolute;
	right: 0px;
	top: 5px;
	padding-right: 15px;
	text-align: right;
}

#headermenu div
{
	float: right;
	clear: right;
}

#header .logo
{
	position: relative;
	left: 10px;
}

#footer
{
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
}

div.bar
{
	background-color: #ffb332;
	border-top: 1px solid #7f5000;
	border-bottom: 1px solid #7f5000;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	min-height: 26px;
}

div.bar a
{
	color: black !important;
}

div.content
{
	padding: 0 15px 0 15px;
}

/* MOODLE TOP DETAILS */

#menusub
{
	margin-top: 4px;
	margin-bottom: 10px;
}

#menusub h2
{
	display: none;
	visibility: hidden;
}

#menusub ul
{
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#menusub li
{
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	padding-right: 5px;
}

#menusub div.leftpart
{
	float: left;
	width: 60%;
	min-height: 23px;
	margin-top: 3px;
}



#menusub div.rightpart
{
	float: right;
	width: 35%;
	min-height: 23px;
	text-align: right;
	padding-right: 34px;
}

#menusub div.rightpart div
{
	display: inline;
}

#menusub div.rightpart form
{
	display: inline;
}

#menusub div.rightpart img.iconhelp
{
	position: relative;
	top: -5px;
}

/* END MOODLE TOP DETAILS */

/* MOODLE SIDE BLOCKS */

table.forumpost
{
	width: 100%;
}

div.sideblock
{
	border: 1px solid #c9c9c9;
	background-image: url('images/block_back.gif');
	background-color: White;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0 0 20px 0;
}

div.sideblock h2
{
	font-size: 110%;
}

div.sideblock .header
{
	border: none;
	padding: 5px;
	background-color: Transparent;
}

div.sideblock .content
{
	background-color: Transparent;
	padding: 5px;
	border: none;
}

/* END MOODLE SIDE BLOCKS */

a
{
	color: #fd9839 !important;
	text-decoration: none;
}

a:hover
{
	color: #ffa000;
	text-decoration: underline;
}

div.clear
{
	clear: both;
	font-size: 1px;
}

.block_login .loginform div
{
	text-align: center;
}

a.dimmed
{
	background-color: #ffda78;
}

/***** tal_theme/styles_layout.css end *****/

/***** tal_theme/styles_fonts.css start *****/

/***** tal_theme/styles_fonts.css end *****/

/***** tal_theme/styles_color.css start *****/

/***** tal_theme/styles_color.css end *****/

