body
{
	margin:0 22px;
	background: #c1c1c1 url(/images/bg.jpg) repeat-x top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}



form
{
	margin:0;
	padding:0;
}

#top 
{
	margin: 12px 0 7px 0;
	width:945px;
	height:47px;
	background: url(../images/header.gif) no-repeat top left;
	text-align:left;
	position:relative;
	}
	
	#top div.logo 
	{
		position:absolute;
		left:12px;
		top:14px;
	}
	
	
	#top div.menu 
	{
		padding-top:20px;
		padding-right:4px;
		float:right;
		margin:0;
		color:#309ed3;
		font-size:11px;
		}
		
		#top div.menu a, #top div.menu a:visited, #top div.menu a:active
		{
			color:#309ed3;
			font-size:11px;
			text-decoration:none;
			padding:0 5px;			
		}
		#top div.menu a:hover
		{
			color:#fecd00;
		}
		#top div.menu a.active
		{
			color:#fecd00;
		}
			


#main 
{
	width:951px;
	text-align:left;
}

	


h1 
{
	margin: 5px 0;
	font-size:14px;
	color:#e97b21;
	}
	h1.alert 
	{
		background-color:#E1EDFB;
		border:1px solid #D4D3D3;
		margin:0 5px 5px 5px;
		padding:10px;
		text-align:center;
	}

h2 
{
	margin: 10px 0 4px 0;
	font-size:12px;
}
h3 
{
	margin:7px 0 2px 0;
	font-size:11px;
	font-weight:bold;
	}
	h3.signup 
	{
		width:350px;
	}
h4 
{
	margin:1px;
	color:#666;
	font-size:10px;
}

h5 
{
	font-weight:bold;
	font-size:14px;
	color:#aaa;
	padding:0 0 2px 0;
	border-bottom:5px solid #aaa;
}


p 
{
	font-size:10px;
	margin: 5px 0;
}

a, a:visited,a:active,a:hover 
{
	color:#e97b21;
	text-decoration:none;
}


.alert 
{
	font: bold 10px;
	color:#e97b21;
}

table td 
{
	vertical-align:top;
}

.small 
{
	font-size:10px;
}

.textbox 
{
	border:1px solid #ccc;
	padding:3px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
ol li 
{
	font-size:10px;
	padding-bottom:10px;
}
ul li 
{
	list-style-type:square;
	font-size:10px;
	padding-bottom:5px;
}
.mychoice 
{
	font-size:10px;
	font-weight:normal;
}

.imageUpload td 
{
	font-size:11px;
}

div.responderWide 
{
	height:72px;
	width:697px;
	background: #000 url(../images/responder_wide_bg.jpg) no-repeat top left;
}


/* item table */
table.itemTable 
{
	border:1px solid #c1c1c1;
	}
	table.itemTable td
	{
		font-size:11px;
		padding: 0px 5px 0px 5px;
	}
	table.itemTable tr.itemTableHeader td
	{
		height:30px;
		background: #eee url(/images/itemTable_header_bg.gif) repeat-x;
		color:000;
		font-size:11px;
		font-weight:bold;
		border-top:1px solid #E5E5E5;
		border-left:1px solid #E5E5E5;
		border-bottom:1px solid #B0B0B0;
		border-right:1px solid #858585;
		vertical-align:middle;
		}
		table.itemTable tr.itemTableHeader td a 
		{
			color:#000;
			text-decoration:none;
		}
	table.itemTable tr.itemTableItem 
	{
		}
		table.itemTable tr.itemTableItem td 
		{
			font-size:10px;
			font-weight:bold;
			height:30px;
			vertical-align:middle;
			border:1px solid #c1c1c1;
		}
	table.itemTable tr.itemTableAlternating 
	{
		}
		table.itemTable tr.itemTableAlternating td 
		{
			font: bold 10px;
			height:30px;
			vertical-align:middle;
			border:1px solid #c1c1c1;
		}
	table.itemTable div.ticketCode a
	{
		color:#000;
		display:block;
	}
	table.itemTable div.ticketCode a.lighten
	{
		color:#999;
	}

	table.itemTable tr.itemTablePager 
	{
		}
		table.itemTable tr.itemTablePager td 
		{
			color:#000;
			font-weight:bold;
			
		}
		table.itemTable tr.itemTablePager td a
		{
			color:#000;
			text-decoration:none;
			font-weight:normal;
		}
	
	table.itemTable tr.unread td
	{
		font-weight:bold;
		font-size:10px;
		height:30px;
		vertical-align:middle;
		border-bottom:1px solid #C1C1C1;
		border-left:1px solid #c1c1c1;
		border-right:1px solid #c1c1c1;
		background-color:#E1EDFB;
	}

.center 
{
	text-align:center;
}


table 
{
	border:0 solid red;
}



/* PANEL */

div.panelSpacer
{
	margin:3px;
}
div.panel 
{
	margin-right:3px;
	}
	div.narrow 
	{
		width:232px;
		}
		div.narrow div.top 
		{
			height:40px;
			background-image:url(/images/panel_narrow_top.gif);
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;
		}
		div.narrow div.top img 
		{
			margin:15px 0 0 12px;
		}
		div.narrow div.bottom
		{
			font-size:xx-small;
			height:7px;
			background-image:url(/images/panel_narrow_bottom.gif);
			padding:0 0 0 10px;
		}
		div.narrow div.content 
		{
			border-left:1px solid #D4D3D3;
			border-right:1px solid #D4D3D3;
		}
	
	div.wide
	{
		width:711px;
		}
		div.wide div.top 
		{
			height:40px;
			background-image:url(/images/panel_wide_top.gif);
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;		
		}
		div.wide div.top img
		{
			margin:15px 0 0 12px;
		}
		div.wide div.innertop 
		{
			height:9px;
			background-image:url(/images/panel_wide_innertop.gif);
		}
		div.wide div.innerbottom 
		{
			height:3px;
			background-image:url(/images/panel_wide_innerbottom.gif);
		}
		div.wide div.bottom
		{
			width:711px;
			height:7px;
			background-image:url(/images/panel_wide_bottom.gif);
			padding:0;
			background-position:0 0;
		}
		div.wide div.content 
		{
			float:none;
			padding: 5px 6px;
			background: url(/images/panel_wide_bg.gif) repeat-y;
		}


/* edit profile */

#profileMenu {
	width:100%;
	background:url(/images/tab_bg.gif) repeat-x top;
	margin:10px 0 5px 0;
	}
	#profileMenu ul 
	{
		padding:0 22px;
		list-style:none;
	}
	#profileMenu li
	{
		float:left;
		margin-right:1px;
		padding:0;
		list-style:none;
		background:url(/images/tab_right_off.gif) no-repeat right top;
		}
		#profileMenu li.current {
			background-image:url(/images/tab_right_on.gif);
		}
		#profileMenu li.current a {
			background-image:url(/images/tab_left_on.gif);
			color:#000;
			padding-bottom:5px;
		}
	#profileMenu a 
	{
		display:block;
		background:url(/images/tab_left_off.gif) no-repeat left top;
		padding:6px 15px 4px 15px;
		color:#fff;
		text-decoration:none;
		font: bold 11px;
	}


table.profileTable 
{
	width:694px;
	}
	table.profileTable td 
	{
		vertical-align:top;
		font-size:10px;
	}
	table.profileTable h3
	{
		color:#e97b21;
	}
	
.profileImageSelector 
{
	font: normal 11px;
}
.profileColumnTable 
{
	width:100%;
}

.profileTextbox
{
	width:343px;
}
.profileTextBoxNarrow
{
	width:167px;
}
.profileTextBoxTiny 
{
	width:40px;
}

.profileTextboxCategoryPreferences
{
	/*
	border:1px solid #ccc;
	font-size:10px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
*/
	padding:2px;
}


/* view profile */

.profileUsername 
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin:0 0 10px 5px;
}
.profileHeadline 
{
	
	font-size: 14px;
	font-weight: bold;
	color: #e97b21;
	float:right;
	margin:0 10px 10px 0;
}


table.profile 
{
	width:690px;
	}
	table.profile td 
	{
		background-color:#E1EDFB;
		}
		table.profile td.title 
		{
			font-size:10px;
			font-weight:bold;
			padding: 8px 15px;
		}


div.newMessage 
{
	vertical-align:middle;
	font-weight:bold;
	font-size:11px;
	color:#E1EDFB;
	padding:20px 0 0 20px;	
}


div.profilePanel 
{
	width:690px;
	background:#C1C1C1 url(/images/profile_container_top.gif) top left no-repeat;
	padding:10px;
	vertical-align:middle;
	text-align:center;
	}
	div.profilePanel a 
	{
		margin:0 20px		
	}
div.profilePanelBottom
{
	width:690px;
	background:#c1c1c1 url(/images/profile_container_bottom.gif) bottom left no-repeat;
	height:5px;
}

table.extendedProfile 
{
	}
	table.extendedProfile td 
	{
		width:33%;
		padding-bottom:5px;
		vertical-align:top;
		}
		table.extendedProfile span.title 
		{
			font-weight:bold;
			font-size:10px;
			margin-right:3px;
			display:block;
		}
		table.extendedProfile p
		{
			display:inline;
		}
		table.extendedProfile h4
		{
			display:inline;
			font: bold 14px;
			margin:0 5px 0 0;
		}

a.imageHolder
{
	width:150px;
	border:0px solid #666;
	margin:5px;
	padding:0;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;	
} 



div.ticketsTotal 
{
	text-align:left;
	padding: 10px 0 10px 20px;
	background-color:#E1EDFB;
	color:#E97B21;	
	font: bold 10px;
	border-top:1px solid #D4D3D3;
	border-left:1px solid #D4D3D3;
	border-right:1px solid #D4D3D3;
	
}
div.ticketsTotal div 
{
	display:inline;
}


div.imageHolder 
{
	padding:6px 6px 0 6px;
	border:0;
}
div.bottomBorder
{
	padding:6px;
	border-bottom:1px solid #c1c1c1;
}

input.button 
{
	margin: 2px 0 2px 0;	
}

span.validatorMessage 
{
	color:#E97B21;
}




ul.membersMenu 
{
	padding: 5px 0 0 0;
	margin:0;
	list-style-type:none;
	}

	ul.membersMenu li 
	{
		padding:0;
		padding-left:6px;
		padding-bottom:5px;
		border-bottom:1px solid #c1c1c1;
		margin:0 0 5px 0;
		list-style-type:none;
	}
	ul.membersMenu a
	{
		display:block;
		height:27px;
		width:218px;
		overflow:hidden;
		background-position:0 0;
	}
	ul.membersMenu a:hover, ul.membersMenu a:active 
	{
		background-position:0 27px;
	}
	ul.membersMenu a.active 
	{
		background-position:0 27px;
	}
	ul.membersMenu a span 
	{
		visibility:hidden;
	}




/* homepage */
div.homepagePanel 
{
	margin-right:3px;
	}
	
	div.left 
	{
		width:491px;
		}
		
		div.left div.top 
		{
			height:40px;
			background-image:url(/images/homepage_leftpanel_top.gif);
			/*padding: 15px 0 0 12px;*/
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;
		}
		div.left div.top img 
		{
			margin:15px 0 0 12px;
		}
		div.left div.bottom
		{
			font-size:xx-small;
			height:5px;
			background-image:url(/images/homepage_leftpanel_bottom.gif);
		}
		
		div.left div.content 
		{
			border-left:1px solid #D4D3D3;
			border-right:1px solid #D4D3D3;
			background-color:#fff;
			padding: 6px 6px 1px 6px;
		}
	div.right 
	{
		width:448px;
		}
		
		div.right div.top 
		{
			height:40px;
			background-image:url(/images/homepage_rightpanel_top.gif);
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;
		}
		div.right div.top img 
		{
			margin:15px 0 0 12px;
		}
		div.right div.bottom
		{
			font-size:xx-small;
			height:5px;
			background-image:url(/images/homepage_rightpanel_bottom.gif);
			padding:0 0 0 10px;
		}
		
		div.right div.content 
		{
			border-left:1px solid #D4D3D3;
			border-right:1px solid #D4D3D3;
			background-color:#fff;
			padding: 6px 6px 1px 6px;
		}
	.homepageEnterProfile 
	{
		background-image: url(/images/form_entercode.gif);
	}
	.homepageUsername
	{
		background-image:url(/images/form_username.gif);
	}
	.homepagePassword
	{
		background-image: url(/images/form_password.gif);
	}

/* messages */

a.messageAuthor 
{
	font-size: 12px;
	font-weight: bold;
	color: #e97b21;
	text-decoration:none;
	vertical-align:middle;
}

a.messageAuthor img 
{
	margin-right:10px;
	vertical-align:middle;
}
div.messageBox 
{
	background: #000 url(/images/messagebox_top_right.gif) no-repeat top right;
	color:#fff;
	}
	div.messageBox span.top 
	{
		width:20px;
		display:block;
		height:7px;
		background: url(/images/messagebox_top_left.gif) no-repeat top left;
	}
	div.messageBox div.bottom 
	{
		background: #000 url(/images/messagebox_bottom_right.gif) no-repeat bottom right;		
	}
	div.messageBox span.bottom
	{	
		height:7px;
		width:8px;
		display:block;
		background: url(/images/messagebox_bottom_left.gif) no-repeat bottom left;		
	}
	div.messageBox h3 
	{
		color:#e97b21;
	}

div.messageBox div.white 
{
	background-color:#fff;
}



.inputCode 
{
	font-size:14px;
	font-weight:bold;
	color:#D95837;
	padding-left:2px;
}




/* footer */
div.footer 
{
	
}
div.twocol 
{
	/*padding-left:230px;*/
}

.hand 
{
	cursor:hand;
	cursor:pointer;
}