body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:white;
	color:black;
	margin:0px;
	padding:0px;
	line-height:normal;
}

.nreb{
	display:none;
	filter:alpha(opacity=0);
	opacity:0;
}
.nrel{
	display:none;	
}

table{
	margin:0;
	padding:0;
	width:100%;
}

hr{
	height:1px;
	background:black;
	color:black;
	margin:0 0 10px 0;
	padding:0;
	border:none;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
}
a:visited{
	color:blue;	
}
a:hover{
	text-decoration:underline;	
}

a img{
	border:none;
}

.column{
	padding-right:25px;
}

.userlist img {
	border:1px solid black;	
}

.infotable {
	width:auto;	
}
.infotable tr {
	background:#D0D0FF;
	text-align:center;
}
.infotable th {
	background:#DDE;
}
.infotable td {
	padding:2px;
}
.infotable .long {
	/*border:1px solid #666666;*/
	text-align:left;
	padding-left:2px;
}
.infotable .highlight {
	background:#C0C0EE;
}

/*==================================
				Posts
  ==================================*/

.postbar{
	color:#333;
	background-color:#D0D0FF;
	padding:2px 5px 2px 5px;
}

.avatar{
	padding-right:10px;
	text-align:center;
}
.avatar img{
	border:1px solid black;
	margin-bottom:2px;
}

.post{
	background:#DDE;
	border-top:1px solid #666;
	margin-bottom:20px;	
	overflow:hidden;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomright:5px;
	border-radius-bottomleft:5px;
	border-radius-bottomright:5px;
}
.section{
	background:#DDE;
	padding:10px;
	border-top:1px solid #666;
	margin-bottom:20px;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-bottomright:5px;
	border-radius-bottomleft:5px;
	border-radius-bottomright:5px;
}

.post .content{
	padding:10px;
}

.omitted{
	padding-left:20px;
	color:#666;
	margin-bottom:20px;
}

.example{
	padding-left:5px;
	padding-right:5px;
	color:#666;	
}

.clear{
	clear:both;	
}

#master{
	min-width:800px;
	padding:5px 20px 5px 20px;
	/*margin:10px;*/
}

.indented{
	padding-left:50px;	
}
.subset{
	padding-left:50px;
	padding-right:50px;
}

.forumheader{
	border-bottom:1px solid #666;
	margin-bottom:20px;
}
.navbar{
	float:right;
}
.forumheader .navbar{
	margin-top:8px;
	padding-bottom:5px;
}
.forumfooter{
	border-top:1px solid #666;
}

.textbutton{
	border:1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 5px 0px 5px;
	background:#FFC973;
}
a .textbutton{
	text-decoration:none !important;
	color:black !important;
}
a:hover .textbutton{
	background:#FFB540;
}
.textbuttonlink{
	text-decoration:none !important;
	color:black !important;
}

.tab{
	border:1px solid black;
	/*border-bottom:none;*/

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-radius-topright:5px;
	border-radius-topleft:5px;
	padding:0 5px 0px 5px;
	margin-left:2px;
	
	
	background:#6498D8;
}

.tablink{
	text-decoration:none !important;
	/*color:black !important;*/
}
a .tab{
	text-decoration:none !important;
}

.tablink .tab {
	background:#FFC973;
	color:black;
}

a:hover .tab{
	background:#FFB540;
}

.forumfooter .tab{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-radius-bottomright:5px;
	border-radius-bottomleft:5px;
	
	border:1px solid black;
	border-top:none;
}

.title{
	font-size:12px;
	font-weight:bold;
	margin-left:0px;
}

.pushleft{
	margin-left:0px;	
}

.section .subtitle{
	font-size:18px;
	color:#777;
	font-weight:bold;
}
.sidebox{
	width:240px;
}

.inline-block{
	display:inline-block;	
}
.centered{
	text-align:center;	
}
.italicized{
	font-style:italic;	
}
.section .subsection{
	padding-left:10px;	
	margin-bottom:10px;	
}
.pending-picture{
	display:inline-block;
	max-width:175px;
}
.tabindent{
	padding-right:30px;	
}
.nobackground {
	background: inherit;	
}

/*==================================
			   Calendar
  ==================================*/
  
#calendar td {
	height:100px;
	border:1px solid black;
	padding:5px;
	width:14%;
}

#calendar .today {
	background:#C1C1EE;
}

#calendar .old {
	background:#CCC;
	border-color:#666;
}

#calendar .event {
	font-weight:bold;	
}

#footer {
	font-size:10px;
	color:#666666;
	text-align:center;
	margin-bottom:10px;
}

/*==================================
			Form Elements
  ==================================*/

.form-elem{
	width:100%;
}
.form-img{
	width:60px;	
}
.form-desc{
	width:150px;
	padding-bottom:5px;
	padding-top:5px;
}
.form-desc p{
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#666;
}