/********************************************************************
/* This style sheet repersents the formatting for the entire Whites *
/* Law Binary website. Any formatting that is is reused accross     *
/* pages should be defined here, and referened to in the            *
/* appropriate pages. (Copyright 2005 TeamIE)                       *
/*                                                                  *
/* Version: 1.0                                                     *
/* Author: Jomond Kuang                                             *
/* Date: 16/05/05                                                   *
/********************************************************************


/* Repersents the styles for the content headings */
.content_heading 
{
	font-family: Script MT Bold, Monotype Corsiva, Times New Roman, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 25px;
	font-weight: bold;
	color: #000000; 
	text-decoration: none; 
	vertical-align: middle; 
}

/* Repersents the styles for the content text */
.content_text
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000; 
	text-decoration: none; 
	vertical-align: middle; 
}

/* Repersents the styles for the small content text */
.small_content_text
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 9px;
	color: #000000; 
	text-decoration: none; 
	vertical-align: middle; 
}

/* Repersents the styles for the content subheadings */
.content_subheading
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000; 
	text-decoration: none; 
	vertical-align: middle; 
	font-weight:bold
}

/* Repersents the styles for the preview subheadings */
.preview_subheading
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none; 
	vertical-align: middle; 
	font-weight:bold
}

/* Repersents the styles for the content subheadings for admin pages */
.content_subheading_admin
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 16px;
	color: #000000; 
	text-decoration: none; 
	vertical-align: middle;
	font-weight:bold
}

/* Repersents the styles for breadcrumbs */
.breadcrumbs
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	vertical-align: middle; 
}

/* Repersents the styles for a hyperlink on the content pages */
.content_hyperlink
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	vertical-align: middle; 
}

/* Repersents the top menu in white */
.content_hyperlink
{
	background-color: #ffffff
}

/* Repersents the styles for errors on a submitted page */
.content_error
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	vertical-align: middle;
	color: Red;
	font-weight: bold;
}

/* Repersents the styles for success on a submitted page */
.content_success
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	vertical-align: middle;
	color: Green;
	font-weight: bold;
}

/* Repersents the styles for no sections avaliable on an admin page */
.no_section
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 16px;
	vertical-align: middle;
	color: red;
	font-weight: bold;
}

/* Repersents the styles for the mouseover help text */
.tipshelp
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000; 
	text-decoration: none;
}