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

/***** GemA/styles_layout.css start *****/

html
{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 80% !important;
	background-color: #ffffff;
	color: #000000 !important;
	
}

body
{
	background-color: #ffffff;
	color: #000000 !important;
}

form
{
	margin: 0;
	padding: 0;
}

/* DEFAULT STYLES */


a:link,
a:visited {
  color:#D11140;
}

a.dimmed:link,
a.dimmed:visited {
  color:#D11140;
}

a:hover {
  color:#D11140;
}

a.autolink:link,
a.autolink:visited {
  color:#D11140;
  background: #DDDDDD;
}


/* END DEFAULT STYLES */

/* OUTER BOXES */
#container
{
	max-width: 926px;
	margin: 0 auto 0 auto;
	position: relative;
}

#lshadow
{
	background-image: url('pix/lshadow.gif');
	background-repeat: repeat-y;
	background-position: left;
	z-index: 999 !important;
}

#rshadow
{
	background-image: url('pix/rshadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	z-index: 999 !important;
}

#mainbox
{
	margin: 0 6px 0 2px;
	position: relative;
	background-color: white;
}

/* END OUTER BOXES */

/* TOP MENU / GRAPHICS */

#top
{
	margin: 0 auto 0 auto;
	padding: 9px 6px 0 2px;
	/*background-image: url('pix/head.gif');
	background-repeat: no-repeat;
	background-position: top;*/
	background-image: url('pix/tshadow.gif');
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	z-index: 5;
}

#tl
{
	position: absolute;
	width: 6px;
	height: 9px;
	top: 0px;
	left: 0px;
	background-image: url('pix/tl.gif');
	background-position: top left;
	background-repeat: none;
}

#tr
{
	position: absolute;
	width: 6px;
	height: 9px;
	top: 0px;
	right: 0px;
	background-image: url('pix/tr.gif');
	background-position: top right;
	background-repeat: none;
}

#bl
{
	position: absolute;
	width: 6px;
	height: 9px;
	bottom: 0px;
	left: -2px;
	background-image: url('pix/bl.gif');
	background-position: bottom left;
	background-repeat: none;
}

#br
{
	position: absolute;
	width: 6px;
	height: 9px;
	bottom: 0px;
	right: -6px;
	background-image: url('pix/br.gif');
	background-position: bottom right;
	background-repeat: none;
}


/* Menu is styled in menu.css */

/* END TOP MENU / GRAPHICS */

/* BLOCKS */

div.sideblock
{
	font-family: Georgia, "Times New Roman", Times, serif !important;
	border: none;
	border-bottom: solid 1px #d11140;
}

div.sideblock .hide-show-image
{
	margin-top: 2px;
	margin-right: 3px;
}

div.sideblock .header
{
	border: none;
	padding: 0;
	margin: 0;
}

div.sideblock .content
{
	border: none;
	padding: 5px 0 5px 0;
	margin: 0;
}

div.sideblock h2
{
	color: #425969 !important;
	background-color: #dde4ea;
	padding: 4px;
	font-size: 100%;
}

div.sideblock ul li a
{
	/*display: block;*/
	text-decoration: none;
	color: #989898 !important;
}

div.sideblock ul li a:hover
{
	color: #989898 !important;
	text-decoration: underline;
}

div.sideblock ul li
{
	display: block;
	padding: 6px 10px 6px 10px;
	margin-top: 1px;
	
	
	
}

div.sideblock ul li:hover
{
	color: #989898 !important;
	
}

/* END BLOCKS */

/* LEFT BLOCK */

#left-column
{
	width: 170px;

}

/* END LEFT BLOCK */

/* RIGHT BLOCK */

#right-column
{
	width: 170px;

}

/* END RIGHT BLOCK */

/* CONTENT */

#content div.contenttop
{
	font-style: italic;
	padding: 5px;
}

#content
{

	padding: 11px 0px 11px 0px;
	/*float: left;*/
}

div.headingcontent
{
	clear: both;
	padding: 0 15px 0 15px;
}

#content h1
{
	color:#b0a06f;
	padding-top: 5px;
}

#content h2
{
	color:#b0a06f;
}

#content h3
{
	color:#b0a06f;
}

#content h4
{
	color:#b0a06f;
}

#breadcrumb
{
	border: solid 1px #adcbdf;
	padding: 4px;
	width: 515px;
	margin-bottom: 5px;
}

.glossarypost .commands 
{
	font-size: 0.9em;
}

/* END CONTENT */

/* FOOTER */

/* General footer shadow, ensures minimum height allowing lower shadow graphic to work */
#footer
{
	min-height: 9px;
	background-image: url('pix/bshadow.gif');
	background-repeat: repeat-x;
	background-color: White;
	background-position: bottom;
	position: relative;
	z-index: 1;
	margin: 0 6px 0 2px;
}

/* Footer content itself */
#footer div.content
{
	padding: 12px 8px 14px 8px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 10;
}

/* END FOOTER */

/* MOODLE SPECIFIC CLASSES */

h1

{
	font-weight: bold;
	font-size: 140%;
	padding: 5px 5px 5px 0;
	
}

h2
{
	font-size: 140%;
	padding: 5px 5px 5px 0;
	
}

.small
{
	font-size: 80%;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

#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: 40%;
	min-height: 18px;
	margin-top: 3px;
}

#menusub div.rightpart
{
	float: right;
	width: 54%;
	min-height: 18px;
	text-align: right;
	margin-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 SPECIFIC CLASSES */

/* BEGIN GENERAL UTILITY CLASSES */

div.clear
{
	clear: both;
	font-size: 1px;
}

a img
{
	border: none;
}

div.seperator
{
	border-top: solid 1px #b8d1e3;
	height: 1px;
	font-size: 1px;
	margin: 0 0 0 0;
	padding-bottom: 15px;
	width: 100%;
}

/* END GENERAL UTILITY CLASSES *//***** GemA/styles_layout.css end *****/

/***** GemA/styles_fonts.css start *****/

/***** GemA/styles_fonts.css end *****/

/***** GemA/styles_color.css start *****/

/***** GemA/styles_color.css end *****/

/***** GemA/menu.css start *****/


#menusub
{
	min-height: 28px;
	width: 100%;
	padding-top: 5px;
	/*background-image: url('pix/head2.gif');
	background-repeat: no-repeat;*/
	z-index: 1;
	background-color: #dde5e8;
	display: block;
}

.headermenu
{
	padding-right: 15px;
	text-align: right;
}


#menuspacer
{
	clear: both;
	background-color: white;
	height: 1px;
	font-size: 1px; /* IE */
}/***** GemA/menu.css end *****/


