html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#header {
	width:100%;
	border:0px;
	height:92px;
	background-color:transparent;
}
#header a {
	text-decoration:none;
}


/* All the contents that follow after the ccf header/menu */
div#content {
	position:relative;
	top:40px;
	max-width:95%;
	margin:auto;
	z-index:1; 
	text-align:center;
}
div#content2 {
	margin:auto;
}

/* Header & Menu of the CCF */
#menutable {
	/*position:relative; */
	/* This causes firefox to enable horizontal scrolling -.- */
	/*left:52px; 
	top:22px;*/
	margin-left:52px;
	/*padding-top:22px;*/
	margin-top:22px;
	border:0px;
	background-color:transparent;
}
#menutable a {
	color:white;
}
#menutable td {
	white-space:nowrap;
	vertical-align:top;
}

div#ccfLogo {
	background-image:url(../pics/ccfLogo.png);
	background-repeat:no-repeat;
	background-position:15px 12px;
	width:362px;
	height:92px;
}

td#logotd {
	width:362px;
	background-image:url(../pics/header/NightmotBlue/header_tile.png);
	background-repeat:repeat-x;
	cursor:pointer;
}

td#emptytd {
	background-image:url(../pics/header/NightmotBlue/header_tile.png);
	background-repeat:repeat-x;
}
td.login_ {
	background-image:url(../pics/header/NightmotBlue/header_tile.png);
	background-repeat:repeat-x;
	text-align:right;
	width:300px;
	
}
td.menu_ {
	background-image:url(../pics/header/NightmotBlue/header_menuetile.png);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:left;
}
td.menubg {
	background-image:url(../pics/header/NightmotBlue/button_tile.png);
	background-repeat:repeat-x;
	vertical-align:top;
	color:white;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
}
td.btnLeft {
	width: 21px; 
	height: 22px; 
	padding:0px;
	background: url("../pics/header/NightmotBlue/button_left.png") no-repeat;
}
td.btnRight {
	width: 21px; 
	height: 22px; 
	padding:0px;
	background: url("../pics/header/NightmotBlue/button_right.png") no-repeat;
}
td.btnMiddle {
	width: 24px; 
	height: 22px; 
	padding:0px;
	background: url("../pics/header/NightmotBlue/button_middle.png") no-repeat;
}

td#menutd {
	width:600px;
	/*border:1px solid green;*/
}

div#mover {
	position:relative;
	height:90px;
	right:0px;
	width:600px;
	overflow:visible;
	float:right;
	
}

.topbar {
	text-align:right;
}


.inbar {
	position:absolute;
	right:0px;
	padding-right:10px;
	font-size:12px;
	white-space:nowrap;
	overflow:hidden;
}

#bar1 {
	position:absolute;
	top:5px;
	right:0px;
	background-image:url(../pics/login_language.png);
	background-repeat:no-repeat;
	width:240px;
	height:22px;
	padding:0px;
	margin:0px;
}

#bar1 img {
	padding-bottom:8px;
}

#bar2 {
	position:absolute;
	top:32px;
	right:0px;
	background-image:url(../pics/login_username.png);
	background-repeat:no-repeat;
	width:220px;
	height:23px;
}
#bar3 {
	position:absolute;
	top:57px;
	right:0px;
	background-image:url(../pics/login_password.png);
	background-repeat:no-repeat;
	width:201px;
	height:25px;
}

.error {
	font-weight:bold;
	color:red;
	padding-top:2px;
}

/* New messages arrived */
.newMsgs {
	position: relative; 
	height: 0px; 
	top: -21px; 
	font-family: Verdana; 
	font-weight: normal;
	font-size: 8px; 
	color: rgb(238, 238, 0);
	text-align: right; 
	width: 33px; 
	left: 54px;
}


/* The javascript menu box that pops up when you move your mouse over on on of your projects */
/* 'your projects' as in, the ones which are below the navigation (activated in profile) */
div.sub_menu {
	position:absolute;
	/*text-align:left;*/
	/*border:1px solid green;*/
	/*background-image:url(../pics/bg_nav.png);*/
	overflow:visible;
	z-index:4;
	/*top:45px;*/
	/*padding-left:25px;*/
	line-height:18px;
	padding:0px;
	margin:21px 1px 0;
}


div.sub_menu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

div.sub_menu li {
	height:14px;
	font-size:9pt;
	background-color:#212433;
	border:1px solid #B5B5B5;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:4px;
	margin:0px;
	margin-bottom:1px;
	cursor:pointer;
	text-align:left;
}

div.sub_menu li.selected {
	background-color:#464854;
}

div.subsub_menu {
	position:absolute;
	overflow:hidden;
	z-index:4;
	line-height:18px;
	width:90px;
	padding:0px;
	margin:0px;
	margin-top:-19px;
	margin-left:80px;
}

/***** Submenus *****/

div#myprojects {
	/*width:109px;*/
	min-width:117px;
}

div#allprojects {
	min-width:92px;
	padding-left:8px;
}

div#profile {
	min-width:58px;
	padding-left:8px;
}

div#morem {
	padding-left:0px;
	right:20px;
}
div#forumm {
	padding-left:7px;
}

/******** Project-Style **************/

/* The path where the user currenty list */
/* e.g. Projects / Active / Gentle Clonker */
div#prpath {
	font-size:18px;
	font-weight:bold;
	display:inline;
}
div#prpath a {
	text-decoration:none;
}
#adminlinks {
}
#wholepage {
	text-align:left;
}
#projectHeader {
	text-align:left;
}
#projectHeader img {
	vertical-align:text-top;
}

/* The default table style */
/* e.g. used in project list */
.std { 
	/*border:1px solid #1D202E; */
	text-align:left;
	background-color:#F9F9F9;
	border:1px solid #C2C2C2;
}
table.projects {
	border-spacing:30px 10px;
}
table.projects td {
	border:1px solid #C2C2C2;
	background-color:#F9F9F9;
	width:250px;
	min-width:180px;
	height:50px;
	vertical-align:top;
	padding:3px;
	line-height:12px;
}
.invispr {
	background-image:url(../pics/texture1.png);
	color:#BBBBBB;
}
.invispr a {
	color:#BBBBBB;
}
table.projects a {
	text-decoration:none;
}
.prnews a {
	text-decoration:none;
}

/* Developer area link list */
.linklist {
	padding:0px;
	margin:0px;
	list-style-type:none;
	
}
.linklist li {
	padding-top:0px;
	padding-right:4px;
	display:inline;
}

.seperated:before {
	content:" | ";
}

.prtitle {
	font-size:15px;
	padding:1px; 
	padding-left:3px; 
	display:block; 
	background-color:#D1D1D1;
}
.prsubtitle {
	font-size:12px;
	padding-top:4px;
}
/* A comment in the forum marked as new */
table.new { 
	background-color:white; 
	border:1px solid #1D202E; 
	/*background-image:url(../pics/bg_titlen.png);*/
	background-repeat:repeat-x;
}

/* Used in many places, for having the graphical CC-like title image in tables */
/* used for example in bugtracker, forum and messaging */
table.titlebar {
	/*background-image:url(../pics/bg_title.png);*/
	border:1px solid #1D202E; 
	background-repeat:repeat-x;
	background-color:white;
	text-align:left;
}


/* The main project table */
.project { 
	width:100%; 
	text-align:left;
}
#DescToggle {
	padding-bottom:4px;
}
#VoteToggle {
	padding-top:10px;
	padding-bottom:4px;
}
#Description, #Votes {
	padding:3px;
	padding-bottom:0px;
	border:1px dashed gray;
}
#infobox {
	border-width:1px;
	border-style:solid;
	border-color:#B5B5B5 #999999 #999999 #B5B5B5;
	background-color:#DDDDDD;
	font-size:105%;
	padding:3px;
	float:right;
}

/* Default highlight for every second row in tables */
.prhighlight {
	background-color:#E3E8ED;
}
/* the same again :/ */
tr.highlight { background-color:#E3E8ED; }
td.highlight{ background-color:#E3E8ED; }

/* Used for comments and the <hr> on the project page */
.stdwidth { width:96%; }

/* The Navigation in the Votes section where you can select which vote-page you want to see */
/* e.g. Page [1,2,3,4,5] */
#votepages {
  font-weight:bold;
  padding-bottom:12px;
}

/* Each project vote is in one table */
table.vote { 
	margin-top: 2px; 
	margin-bottom: 2px; 
	border:1px solid black; 
}
table.vote select {
	height:18px;
}

/* This is the comment navigation  */
#cmtbar {
	text-align:left;
}

/* the write comment link */
.newcomment { 
	text-align:left;
	margin:5px;
	border:1px solid #B5B5B5;
}
#CommentWindow {
	
}
td.comment { }

/* Every comment has this table, and is also used for the "new comment" box */
#comments { 

	text-align:left;	
}

/* Highlight of a comment when being refered through anchor */
div.anchored {
	border:1px dashed gray;
}

/* This is for the second row of the comment */
/* The first row has the class tr.listtitle */
td.usercomment { background-color:#E3E8ED; }

/* Also used for title images in tables */
/* for example used for every comment, the first row */
/* used in many places. Like projekt options, search, login, forum, messaging,...*/
tr.listtitle {
	font-weight:normal;
	background-color:white;
	background-image:url(../pics/bg_title.png);	
	background-repeat:repeat-x;
	font-size:15px;	
	color:white;
}
tr.listtitle a {
	color:white;
}
tr.listtitle td {
	padding:2px;
	border-bottom:1px solid black;
}
tr.listtitle th {
	padding:2px;
	text-align:center;
	border-bottom:1px solid black;
	font-weight:normal;
}

td.opts {
	border-right:1px solid #C2C2C2;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}

tr.voteh { background-image: url(../pics/greyGrad.png); }
table.votep6 .voteh { background-color: rgb(189,247,181);}
table.votep5 .voteh { background-color: rgb(198,239,173);}
table.votep4 .voteh { background-color: rgb(206,239,165);}
table.votep3 .voteh { background-color: rgb(214,231,156);}
table.votep2 .voteh { background-color: rgb(222,222,140);}
table.votep1 .voteh { background-color: rgb(239,214,132);}
table.voten6 .voteh { background-color: rgb(247,156,156);}
table.voten5 .voteh { background-color: rgb(247,165,148);}
table.voten4 .voteh { background-color: rgb(247,173,140);}
table.voten3 .voteh { background-color: rgb(247,181,132);}
table.voten2 .voteh { background-color: rgb(247,189,132);}
table.voten1 .voteh { background-color: rgb(247,198,123);}
table.vote0 .voteh { background-color: rgb(247,206,115);}

/*** Used in the Bugtracker ***/
table.bordered {
	border:1px solid #1D202E; 
	text-align:left;
	background-color:#F9F9F9;
	border-collapse:collapse;
}
table.bordered td,table.bordered th {
	border:1px solid #1D202E;
	padding:3px;
}

input[type=text],input[type=password], select {
	/*height:13px;*/
	border:0px;
	font-size:12px;
	background-image:url(../pics/inputbg.png);
	background-color:transparent;
	margin-top:0px;
	/*margin-left:3px;*/
	padding-left:3px;
	height:18px;
}
select {
	height:20px;
}
select.multiline {
	height:80px;
	background-image:url(../pics/textareabg.png);
}

input#nick,input#paswd {
	font-size:11px;
	height:13px;
}


div#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

/* Todolist */
th.sorttable_nosort {
	cursor:auto;
}


.header { 
	color:#4974AB;
	font-weight:bold;
	font-size:14px;
	padding:0px;
	margin:0px;
	padding-bottom:4px;
}

.nobreak {
	white-space: nowrap;
}

#test {
	position: absolute;
	visibility: hidden;
	height: auto;
	width: auto;
}

a.normal {
	text-decoration:underline;
	color:#1D202E;
}

div#qTip {
	padding:2px;
	border:1px solid gray;
	display:none;
	background:#DDD;
	position:absolute;
	z-index:100;
}