/* by Tim Jagusch */

* {
	padding:0;
	margin:0;
}

html, body {
  	background: #3f4247 url('../images/background.png') repeat-x;
  	font-family: "Trebuchet MS","Lucida Grande";
  	font-size: 12px;
  	height:100%;
	text-align: center;
}

img {
	border:0px;
}

input {
	font-family: "Trebuchet MS","Lucida Grande";
}

h1{
	font-size: 20px;
	color:#666666;
	margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}

h3{
	font-size: 20px;
	margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
}

ul{
	font-size: 12px;
	margin-left:0px;
	padding-left:15px;
}

a:link,a:visited {
	text-decoration:none;
	color:#3f4247;
}
a:hover,a:active {
	text-decoration:none;
	color:#3f4247;
}

#wrapper {
	margin:0 auto;
	width: 960px;
	text-align:left;
}

#header {
  	position: relative;
	background: url('../images/header.png') no-repeat;
	width: 960;
	height: 165px;
}

#header_menu {
	font-size: 12px;
	padding-top:5px;
	width:880px;
	text-align:right;
	color:#000000;
}

#content {
  	background: url('../images/content.png') repeat-y;
	width: 960px;
	min-height:300px;
	padding-top:10px;
}

#loader {
	width:260px;
	text-align:center;
	padding-left:330px;
	padding-top:15px;	
}

#new {
	width:304px;
	text-align:center;
	padding-left:330px;
	padding-top:15px;	
}

#error_msg {
	border-top: #db0802 1px solid;
	border-bottom: #db0802 1px solid;
	width:284px;
	text-align:left;
	padding:10px;
	background:#fff7d7;
	height:75px;
	
}

#done_msg {
	border-top: #7fb737 1px solid;
	border-bottom: #7fb737 1px solid;
	width:284px;
	text-align:left;
	padding:10px;
	background:#f2ffe6;
	height:75px;
	
}


#footer {
  	background: url('../images/footer.png') no-repeat;
	width: 960;
	height: 13px;
}

#account_menu li {
	margin-top:6px;
	list-style-type:none;
	float: left;
	background: url('../images/abox_right.png') right no-repeat;
	margin-right:5px;
}

#account_menu a {
	background: url('../images/abox_left.png') left no-repeat;
	padding:7px 5px 9px 8px;
	display:block;
	text-align: center;
	margin-right:5px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

#tagcloud {
	width:750px;
	padding-left:100px;
}

#tagcloud li {
	list-style-type:none;
	float:left;
}
#tagcloud a {
	margin:5px;
	font-weight:bold;
}

#tag_menu li {
	margin-left:-15px;
	margin-top:0px;
	list-style-type:none;
	float:left;
	background: url('../images/tag_right.png') right no-repeat;
	margin-right:17px;
	margin-bottom:0px;
}

#tag_menu a {
	background: url('../images/tag_left.png') left no-repeat;
	padding:4px 4px 5px 8px;
	display:block;
	text-align: center;
	margin-right:5px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}


.tstyle {
	width:100%;
	border:1px solid #666666;
	border-bottom:none;
	empty-cells:show;
}

.tstyle td {
	padding:10px;
	border-bottom:1px solid #666666;
}

td.title {
	background-color:#666666;
	font-weight:bold;
	color:#ffffff;
}

/* form table style */

table.form-table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;	
	}
table.form-table th, 
table.form-table td {
	margin: 0;
	padding: 8px;
	border-bottom: 1px dotted #CFCFCF;
	}
table.form-table th {
	width: 170px;
	padding-top: 12px;
	text-align: right;
	vertical-align: top;
	color: #4a4a4a;
	}
table.form-table tr.last th, 
table.form-table tr.last td {
	border-bottom: none;
	}
table.form-table td em {
	display: block;
	margin: 3px 0 0 0;
	font-size: 90%;
	font-style: normal;
	}
table.form-table td p.description {
	font-size: 85%;
	font-weight: bold;	
	color: #608624;
	width: 350px;
	margin:2px 0px 4px 0px;
	}
table.form-table td p.description em {
	display: inline;
	margin: 0;
	font-style: italic;
	}

