﻿/* Really Simple v1.0 - Template for Joomla! 1.5x */
/* Fireworks Software - http://www.fireworks-software.com */
/* Licensed under the GNU/GPL3 http://www.gnu.org/licenses/lgpl.txt */

/* Main Site Layout */

body {
	background-color:#FFFFFF;
	font-family:Arial, Verdana, sans-serif;
	color:#000000;
}

a {
	color:#103D3F;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#334F51;
}

a:active {
	text-decoration:underline;
}

img {
	border:0px;
}

.small,.author {
	color:#404040;
	font-size:small;
}

p {
	text-align:justify;
	margin-bottom:10px;
}

/* Basic CSS layout */
#masthead {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

#top_nav {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:thin;
	border-bottom-color:#D2D2D2;
	border-bottom-style:dashed;
	text-align:right;
	font-size:large;
	font-weight:bold;
	color:#103D3F;
}

#container {
	position: relative;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
}

#page_content {
	margin-right: 210px;
	width:650px;
	padding-right:5px;
	border-right:thin;
	border-right-color:#D2D2D2;
	border-right-style:dashed;
	margin-top:-12px;
	padding-top:10px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left:5px;
}

#footer {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	margin-top:10px;
	font-size:x-small;
}

#container2 {
	width:650px;
	padding-right:5px;
	border-right:thin;
	border-right-color:#D2D2D2;
	border-right-style:dashed;
	margin-right:210px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

#user1 {
	width:650px;
	margin-bottom:10px;
	margin-top:5px;
}

#user2 {
	width:320px;
	right:325px;
	margin-bottom:10px;
	position:absolute;
	margin-top:0px;
	padding-right:10px;
}

#user3 {
	width:325px;
	right:0px;
	top:0px;
	margin-bottom:10px;
	margin-top:26px;
	margin-left:325px;
	border-left:thin;
	border-left-color:#D2D2D2;
	border-left-style:dashed;
	padding-left:5px;
}

#user4 {
	min-width:860px;
	max-width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:10px;
	font-size:small;
}

#copyright {
	width:300px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	font-size:x-small;
}

/* Detailed CSS Layout */

#top_nav a:hover {
	font-weight:bolder;
}

#page_content a.readon {
	color:#103D3F;
	text-decoration:none;
	font-weight:bold;
	font-size:small;
	text-align:right;
	float:right;
}

#page_content .createdate,.createddate,.modifydate {
	color:#D2D2D2;
	font-size:x-small;
}

#page_content .contentheading {
	color:#103D3F;
	font-weight:bold;
	font-size:large;
}

#page_content .componentheading {
	color:#103D3F;
	font-weight:bold;
	font-size:x-large;
}

#right_col .moduletable {
	margin-bottom:10px;
	margin-top:10px;
}

#right_col h3,#user1 h3,#user2 h3,#user3 h3 {
	color:#103D3F;
	font-weight:bold;
	font-size:12pt;
	border-bottom-style:dashed;
	border-bottom-color:#D2D2D2;
	border-bottom-width:thin;
	margin-bottom:5px;
}

#right_col h4,#user1 h4,#user2 h4,#user3 h4 {
	color:103D3F;
	font-weight:bold;
	font-size:10pt;
}

/* Additional settings */

.pagenav,.pagenavcounter,.pagenavbar,.pagenav_next,.pagenev_counter,.pagenav_prev {
	float:right;
	border-top:thin;
	border-top-style:dashed;
	border-top-color:#D2D2D2;
	border-left:thin;
	border-left-style:dashed;
	border-left-color:#D2D2D2;
	border-right:thin;
	border-right-style:dashed;
	border-right-color:#D2D2D2;
	border-bottom:thin;
	border-bottom-style:dashed;
	border-bottom-color:#D2D2D2;
	font-size:small;
}

.button {
	color:#FFFFFF;
	background-color:#103D3F;
}

div.search input {
	margin-left:25px;
}

.modlgn_remember,.modlgn_passwd {
	float:right;
	text-align:right;
}