/**********************************************
	Module Stylesheet for isk.is
		
	Haukur Már Böđvarsson
	08.03.2004
**********************************************/

/* Global Module Styles Begins */
div.ModuleContainer p{
	margin-top: 0;
}
div.ModuleHeader{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 0 10px;
	font-weight: bold;
}
div.ModuleHeader h1{
	margin: 0;
	font-size: 1.1em;
}
div.ModuleBody{
	margin: 0px 10px;
	padding: 10px;
}
div.ModuleFooter{
	margin: -1px 10px 25px;
	height: 70px;
	padding: 5px 10px 20px 10px;
}
html>body div.ModuleFooter{
	height: auto;
	min-height: 70px;
}

div.ModuleBody a, div.ModuleFooter a{
	color: #000;
	text-decoration: underline;
}
div.ModuleBody a:hover, div.ModuleFooter a:hover{
	text-decoration: none;
}
/* Global Module Styles Ends */

/* LightBlue Modules */
div.LightBlue div.ModuleHeader{
	background: #4171C9;
	color: #FFF;
}
div.LightBlue div.ModuleBody{
	background: #C1D5FA;
}
div.LightBlue div.ModuleFooter{
	background: url(../images//modules/lightblue/bg_footer.gif) repeat-x;
}

/* Yellow Modules */
div.Yellow div.ModuleHeader{
	background: #FFC600;
}
div.Yellow div.ModuleBody{
	background: #FEDA5F;
}
div.Yellow div.ModuleFooter{
	background-color: #FEDA5F;
	background-image: url(../images//modules/yellow/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* Green Modules */
div.Green div.ModuleHeader{
	background: #72C34B;
}
div.Green div.ModuleBody{
	background: #A3D48C;
}
div.Green div.ModuleFooter{
	background-color: #A3D48C;
	background-image: url(../images//modules/green/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* Gray Modules */
div.Gray div.ModuleHeader{
	background: #CCC;
}
div.Gray div.ModuleBody{
	background: #E3E3E3;
}
div.Gray div.ModuleFooter{
	background-color: #E3E3E3;
	background-image: url(../images//modules/gray/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* Red Modules */
div.Red div.ModuleHeader, div.Red div.ModuleBody{
	background: #D70000;
	color: #FFF;
}

/* Red And Gray Modules */

div.RedGray div.ModuleHeader{
	background: #BF0000;
	color: #FFF;
}
div.RedGray div.ModuleBody{
	background: #E3E3E3;
}
div.RedGray div.ModuleFooter{
	background-color: #E3E3E3;
	background-image: url(../images//modules/gray/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
