@import url(tabs.css);

body {
    background-color : #EEFFFF;
  }

div.mainframe {
	background-color :#FCFEFE;
    padding : 10px;
    border : 2px outset;
    border-radius: 10px;
}

div.topleft {
	width:150px;
	float:left;
}
	
div.topright {
	text-align:right;
}

div.linksform {
    padding : 2px;
	border: none;	
    border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:left;
	display:inline-block;
}

div.topform {
    padding : 3px;
	border: 1px outset;	
    border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:left;
	display:inline-block;
}


p.topform {
	margin: 0px;
}


div.center {
    text-align : center;
  }

div.bottom {
	clear: both;
	}
div.content {
    float:left;
}

div.menu {
   	float:left;
   	margin-right : 10px;
	background-color : #E1E1E1;		
	}
	
	
img {
    border :none;
  }

table.center {
    margin-left : auto;
    margin-right : auto;
  }

table.forum {
	width: 100%;
	border:1px solid;
	border-radius: 10px;
	border-spacing: 0;
	padding: 5px;
}

td.data {
    border: 1px solid #EEEEEE;
}


td.group {
    font-weight : bold;
    border-top: 1px outset white;
    border-bottom: 1px outset grey;
}


td.header {
    font-weight : bold;
    border-top: 1px outset white;
    border-bottom: 1px outset lightgray;
}


tr.data {
    background-color: #FDFFFF;
}


tr.group {
    background-color : lightgray;
    font-weight : bold;
}


tr.header {
	background-color : #D0E0FF;
    font-weight : bold;
}


tr.form {
    background-color : #FAFFFF;
  }


tr.post1 {
    background-color : #FAFFFF;
  }


tr.post2 {
    background-color : #F0FAFA;
  }

tr.queued {
		background-color : #FFB0B0;
	}
