/*****************************/
/*** Core html setup stuff ***/
/*****************************/

/* ARU-FIX #leftcolumn */
	
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 10px 0px 10px 0px;
	height: 100%;
	font-size: 76%;
}

/*
color: #1B57B1; text-decoration: none;
*/

/*ARU-FIX: default links (menus, path, content)*/

a:link, a:visited {
	color: #1B57B1; text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #00c;	text-decoration: underline;
	font-weight: normal;
}

/**/

input.button {
 cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #333;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

/* ARU-FIX: Pathway */
#pathway 
{
	background: #b5c5cf;
	/*background: url(../images/pathway.gif) top right no-repeat;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;	
	padding: 2px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	width: 100%;
	height: 32;
	text-align: left;
}

#search {
	float: right;
	width: 160px;
	margin-top: -20px;
	margin-right: 10px;
	height: 40px;
	overflow: hidden;
}

#area {
	padding: 0;
}


/* ARU-FIX */
#leftcolumn {
	position:relative;
	float:left;
	clear:left;
	width:172px;
	/*height:300;*/
	z-index:10;
}
/**/

#maincolumn {
	margin-left: 20%;
	float: none;
	padding-left: 15px;
	width: auto;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** System! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/* ARU-FIX */
.componentheading 
{
	  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  color: #135cae;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/*========================================================
/* ARU-FIX:Latest News, Popular
/**/
h3, table.moduletable th 
{
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  color: #135cae;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;

}
/**/

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}


/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 0px;
  border: 1px solid #ccc;
  padding: 0px;
}

table.contenttoc td {
  padding: 0 0px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 0px;
  border-right: 0px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 0px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 0px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 0px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 0px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 0px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 0px;
}


/*========================================================
/* ARU-FIX: User Menu

<div class="module_usermenu">
<h3>User Menu</h3>
<ul class="usermenu">
<li class="level1 item1">
*/


/*
leftcolumn -> moduletable -> tr -> th
leftcolumn -> mainlevel
*/

/*========================================================
/* ARU-FIX: Main Menu (Joomla 1.0)
*/

/*#leftcolumn h3,table.moduletable th */
#leftcolumn table.moduletable th
{
	font-weight: bold;
	text-decoration: none;
	color: #3973AC;
	font-size:14px;
	line-height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	display:block;
	width:160px;
	margin:  0px 0px 0px 3px;
	padding: 0px 0px 0px 5px;	
}

#leftcolumn table.moduletable 
{
	margin:  10px 0px 10px 0px;
	padding: 0px  0px  0px 0px;		
}


/**** Margin applies to fire fox border ****/

/**div.leftcolumn table.moduletable**/

/* Root level width:168px */
#leftcolumn span.mainlevel,
#leftcolumn a.mainlevel:link, 
#leftcolumn a.mainlevel:active, 
#leftcolumn a.mainlevel:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #3973AC;
	font-size:14px;
	line-height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	display:block;
	width:160px;
	margin:  5px 0px 5px 3px;
	padding: 0px 0px 0px 5px;
}

#leftcolumn a.mainlevel:hover  {
	font-weight: bold;
	text-decoration: none;
	color: #3973AC;
	font-size:14px;
	line-height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	display:block;
	width:160px;
	margin:  5px 0px 5px 3px;
	padding: 0px 0px 0px 5px;
}


/* Sub level */

a.sublevel:link, 
a.sublevel:active, 
a.sublevel:visited  {
	color: #484848; 
	text-decoration: none;
	font-weight: normal;
}
a.sublevel:hover  {
	color: #3973AC;	
	text-decoration: none;
	font-weight: normal;
}
/*
#active_menu {
	color: #4A87C4;
}
*/



/*class="mainlevel" id="active_menu"*/
/*class="sublevel" id="active_menu"*/


/*========================================================
/* ARU-FIX: Top Menu topmenu
*/
div.module_menu_top td a:link, 
div.module_menu_top td a:visited, 
div.module_menu_top td a:link  {
	font-weight: bold;
	color: #3973AC;
	padding: 0px 0px 2px 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d3d9dd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d9dd;	
}

div.module_menu_top td {
	color: #d3d9dd;
	font-weight: bold;
}

div.module_menu_top td a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #3973AC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF00;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF00;		
}
/*-------*/



/*========================================================
/* ARU-FIX: Login Menu
*/


/*table.moduletable form.login*/
table.moduletable form {
	margin:  5px 0px 0px 7px;
	padding: 0px 0px 0px 10px;	
}

table.moduletable table tr td label {
	color: #3973AC;		
}

table.moduletable table tr td a:link, div.module_loginmenu td a:visited {
	font-weight: normal;
	color: #1B57B1;
}
table.moduletable table tr td a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #00c;
}

table.moduletable form input.inputbox#mod_login_password,
table.moduletable form input.inputbox#mod_login_username {
	width:  110px;
	border: 1px solid #000000;
}
/*
table.moduletable form input.inputbox#mod_login_remember {
	width:  110px;
	border: 0px solid #000000;
	margin: 0px 0px 0px 0px;
}
*/

table.moduletable form input.button 
{
	margin-left:20px;
	font-size:11px;
	text-transform:uppercase;
	color:#666666;
	font-weight:bold;
	background-color:#CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}

/*-------*/



