/*-- Grey Colorfall --*/

/*-- Bacic HTML elements --*/

body {
	background-color: #f0f0f0; 
}

h1, h2 {
	color: #333;
}

a:link, a:visited {
	color: #7c7c7c;
}

li {
	background: url(../images/grey/list_g.gif) 0px 6px no-repeat;
}

fieldset {
	border: 1px solid #dedede;
}

/*-- Template Layout --*/

.width_fixed {
	border-left: 1px solid #9e9e9e;
}

.content {
	background: #fff url(../images/grey/lmods_bg_g.gif) right repeat-y;
}

.lmods {
	width: 21%;
	background: #b5b5b5 url(../images/grey/rmods_bg_g.gif) right repeat-y;
}

.rmods {
	background: #000;
	width: 21%;
}

.rmods_bottom {
	background: #000 url(../images/grey/bottomright_g.gif) right bottom no-repeat;
	width: 21%;
}

.content_wide {
	background: #fff url(../images/grey/only_rmods_bg_g.gif) right repeat-y;
}


#top {
	background: url(../images/grey/topleft_g.gif) left top no-repeat;
	height: 235px;
}

#copyright {
	border-top: 3px solid #333;
}

#feeds {
	background: url(../images/grey/feed_g.gif) left no-repeat;	
}

#feeds a {
	color: #333;
}

/*-- Joomla Styles --*/

button, .button {
	background-color: #666;
	color: #fcfcfc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
}
	
input#email, .inputbox {
	background-color: #dedede;
	color: #000;
	border-left: 1px solid #898989;
	border-top: 1px solid #898989;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #f5f5f5;
}

ul.menu li a:hover {
	color: #ccc;
}

ul.menu li ul li {
	background: url(../images/grey/submenu_g.gif) 0px 10px no-repeat;
}

ul.menu li ul li a:link, ul.menu li ul li a:visited  {
	color: #b2b2b2;
}
	
ul.menu li ul li a:hover {
	color: #898989;
}

.small, .createdate, .modifydate {
	color: #b2b2b2;
}

.smalldark {
	color: #333333;
}

.readon {
	background: #dedede url(../images/grey/readon_g.gif) 5px 8px no-repeat;
	border-top: 1px solid #333;
}

a.readon:link, a.readon:visited, a.readon:active {
	color: #666;
	border-bottom: 1px solid #dedede;
}

a.readon:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

.contentheading {
	color: #333;
}

a.contentpagetitle:link, a.contentpagetitle:visited {
	color: #333;
}
	
a.contentpagetitle:hover {
	color: #000;
}

.componentheading {
	color: #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
}

table.contenttoc {
	border-top: 1px solid #333;
}

table.contenttoc td {
	border: 1px solid #DBDBDB; 
	border-top: none;
}

table.contenttoc th {
	background-color: #dedede;
}

table.contenttoc a:hover {
	color: #484848;
}

.sectiontableheader {
	background: #dedede;
	border-top: 1px solid #333;
	color: #333;
}

.sectiontableentry1 {
	background-color: #F1F1F1;
	color: #333;
}

.sectiontableentry2 {
	background-color: #F9F9F9;
	color: #333;
}

div.moduletable_menu, div.moduletable, div.moduletable_text {
	color: #dedede;
}

div.module h3 {
	background: url(../images/grey/leftmodules_bg_g.gif) right 20px no-repeat;
	color: #f5f5f5;
}

table.moduletable th {
	color: #f5f5f5;
}

div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3 {
	background: url(../images/grey/rightmodules_bg_g.gif) right 20px no-repeat;
	color: #b2b2b2;
}

table.moduletable li a, table.moduletable li a:visited {
	color: #333;
}

div.module a, div.module a:visited, table.moduletable a, table.moduletable a:visited {
	color: #fefefe;
}

div.moduletable li {
	background: url(../images/grey/submenu_g.gif) 0px 6px no-repeat;
}

.pollstableborder {
	border-left: 3px solid #898989;
	border-top: 3px solid #898989;
	border-right: 3px solid #dedede;
	border-bottom: 3px solid #dedede;
	margin: 5px;
}
