@charset "UTF-8";
/* CSS Document */

body{
	font: normal 14px arial;
}

/* Used for the profile / categories / comments banner on the user account screen */

#userbanner_wrapper{

	float: left;
	width: 835px;
}

#userbanner_content table{

	padding: 3px 3px;
	width: 270px;
	float: left;
}

/* wrapper for the snort profiles links for selecting user specific static links, user picture albums, etc */

#static_user_wrapper{

	float: left;
	width: 900px;
}

#static_user img{

	padding: 0px 0px;
	width: 50px;
	float: left;
}

#centered_user_wrapper{

	float: center;
	width: 800px;
}

#centered_user input{

	padding: 2px 2px;
	width: 50px;
	float: left;
}

/* wrapper for the static links on the snort */

#staticlinks_wrapper{

	float: left;
	width: 825px;
}

#staticlinks_content table{

	padding: 3px 3px;
	width: 270px;
	float: left;
}

/* quicklinks index page wrapper */

#quicklinks_wrapper{

	float: left;
	width: 825px;
}

#quicklinks_content_title table{

	padding: 0px 0px;
	width: 250px;
	float: left;
}

#quicklinks_content table{

	padding: 0px 0px;
	width: 825px;
	float: left;
}

/* picture index page wrapper */
#pictures_index_wrapper{

	float: left;
	width: 825px;
}

#pictures_index_title table{

	padding: 0px 0px;
	width: 250px;
	float: left;
}

#pictures_index_content table{

	padding: 0px 0px;
	width: 825px;
	float: left;
}

/* notes index page wrapper */

#notes_wrapper{

	float: left;
	width: 825px;
}

#notes_content_title table{

	padding: 0px 0px;
	width: 250px;
	float: left;
}

#notes_content table{

	padding: 0px 0px;
	width: 825px;
	float: left;
}

/* comments wrapper so that links in the comments are highlighted the correct color instead of the default black */

#comments_wrapper table{
	
	float: left;
	width: 800px;
	table-layout: fixed;
	word-wrap: break-word;
	
}

/* comments wrapper for the pictures.php page so that links in the comments are highlighted the correct color instead of the default black */

#comments_wrapper_pictures table{
	
	width: 500px;
	table-layout: fixed;
	word-wrap: break-word;
	
}

#comments_color a{

	color: #FFD700;
}



/* Picture Browser Page Wrapper */

#picture_list_wrapper{

	float: center;

}

#picture_list_content table{

	float: center;

}

/* Upload Buttons for Picture Page */

#picture_upload_wrapper{

	position: relative;
	left: 50%;
	width: 600px;
	margin-left: -225px;

}

#picture_upload_content table{

	float: left;

}

/* Top Banner for Picture Page */

#picture_topbanner_wrapper{

	position: relative;
	left: 50%;
	width: 680px;
	margin-left: -335px;

}

#picture_topbanner_content table{

	float: left;
	width: 220px;

}

/* Picture Viewer Mode Display */

#picture_viewer_wrapper{

	position: relative;
	left: 50%;
	width: 850px;
	margin-left: -350px;

}

#picture_viewer_content_sides table{

	position: relative;
	float: left;
	top: 0px;

}

#picture_viewer_content_center table{

	float: left;

}

/* on index.php the picture viewer */
/* Picture Browser Wrapper */

#picture_list_wrapper_index{

	float: left;

}

#picture_list_content_index table{

	float: left;

}