/* 
    Document   : main
    Created on : Oct 2, 2009, 2:41:24 AM
    Author     : aya
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#header{
	overflow:hidden;
	position:relative;
}

p { margin: 1em 0; }

body {font-size: 12px; font-family: Verdana, sans-serif; }

h3 {font-size: 18px; font-weight: bold; color: #7e6539;}

h4 {font-size: 14px; font-weight: bold; color: #585858;}

.navpath {font-size: 11px;}

#leftcol {
	width:216px;
	margin-left: 35px;
}
#rightcol {
	width:730px;
	height: 100%;
	margin-right: 20px;
}
#maintable #rightcol{
	padding: 30px 30px 10px 30px;
}

.debuginfo {
	font-size: x-small;
	color:white;
	width:320px;
	height:240px;
	position:fixed;
	bottom:0px;
	left:0px;
	background-color: black;
	overflow:hidden;
	opacity:0.5;
}
.debuginfo .c1 {position:relative;width:100%;height:100%;padding-left:5px;}
.debuginfo .c2 {overflow:scroll;width:314px;height:240px;margin-top:0px;}
.debuginfo h2 {position:relative;display:block;top:0px;}
.registerform .first, .registerform .second {
	line-height: 150%;
	margin-bottom: 1em;
}
.submitbutton {float:right;}
.error, .innerError, #errorsDiv, #errorsDiv_NickMatch, #errorsDiv_MailMatch {color:red;}
.error, .innerError {margin-top:0.5em;margin-bottom:0.2em;}
.pagenavigationcontrol {margin-top:1em;}
.pagenavigationcontrol span {
	padding:3px;
	text-align:center;
	border-style:dotted;
	border-width:1px;
	border-color:#cdd;
}
div.line {color: #585858; font-size: 0.1px}
div.line a {color:#585858; text-decoration:none; font-size: 0.1px}
div.line a:visited {border-bottom:none; color: #585858; text-decoration: none; font-size: 0.1px}
div.line a:active {color:#585858; text-decoration:none; font-size: 0.1px}
div.line a:hover {color:#585858; text-decoration:none; font-size: 0.1px}
.pagenavigationcontrol a,.pagenavigationcontrol a:visited {color:#321;text-decoration:none;}
.pagenavigationcontrol a:hover span {background-color:#dee;cursor: default;}
td {
	padding:2px 4px;
	vertical-align:middle;
	/*font-size:smaller;*/
}

td.tdcell {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
	padding:2px 4px;
	margin:2px;
	vertical-align:middle;
	color: #333;
	cursor: default;
	/*font-size:smaller;*/
}
thead .tdcell {
	/*text-align:center;*/
	font-weight:bolder;
}

#leftcol {color:white;}

#leftcol .mainmenu li {
	list-style:none;
	line-height:28px;
}
#banner1 {
	position:absolute;
	width:547px;
	top:27px;
	left:300px;
}
#topmenu {
	font-size: 11px;
	color:#aaa;
	position:absolute;
	right:0px;
}
#linkimages {
	position:absolute;
	left:65px;
	top:20px;
}
#linkimages a {
	margin-right:10px;
}
#topmenu .topmenu li {
	list-style:none;
	display:inline;
	padding: 0 0.2em;
}
#topmenu .topmenu a,  #topmenu .topmenu a:visited{
	color:#aaa;
	text-decoration:none;
}
#topmenu .topmenu a:hover {
	text-decoration:underline;
	color:#eee;
}
.topmenu {
	padding: 0 1em;
}
.mainmenu{
	margin: 1em 0;
}

#leftcol .mainmenu a{
	display:block;
	width:215px;
}
#leftcol .mainmenu a span{
	margin-left:1em;
}
#leftcol .mainmenu a, #leftcol .mainmenu a:visited{
	color:white;
	text-decoration:none;
}

#leftcol .mainmenu .active a, #leftcol .mainmenu .active a:visited {
	background-color:#fff;
	color:#111;
}
#leftcol .mainmenu a:hover{
	background-color:#ddd;
	color:#222;
}

div.mainpage_full{
	width:669px;
}
div.mainpage_col2{
	width: 324px;
	margin-left:10px;;
	float:left;
}
div.mainpage_col2:first-child{
	margin-left:0;
}
div.mainpage_col3{
	width: 222px;
	float:left;
	margin-left: 10px;
}
div.mainpage_col3:first-child{
	margin-left:0;
}
#mainlogo{
	position:absolute;
	display:block;
	top:71px;
	left:0px;
}
img {
	border-width: 0px;
	border-style:none;
	padding: 2px 4px;
}
a img {
	border-width: 0px;
	border-style:none;
	padding: 2px 4px;
}
a#mainlogo img {
	border-width: 0px;
	border-style:none;
	padding:0;
	margin:0;
}
a {
	outline: none;
	color: #7e6539;
}

.loginform a {
	color: #c9ad75;
	font-size: 11px;
}

.loginform small {
	font-size: 11px;
}

.center {
	text-align:center;
}
.registerform input {
	margin: 2px 4px;
}
.readmore {
	clear:both;
}
.footercell {
	float:right;
	color:  #C9AD75;
}
.footercell a, .footercell a:visited{
	color:  #C9AD75;
}

.MaterialNavigation h3{
	font-size: 11pt;
	color:gray;
}
.MaterialNavigation a, .MaterialNavigation a:visited {
	color:gray;
}
blockquote {
	padding: 1px 1em;
}
.commonlink, .commonlink:active, .commonlink:visited {
	color:black;
	text-decoration: underline;
}

.artinfo {
	display: block;
	margin: 0.2em 0 0.8em 1em;
}