/* %%%%% File Version 1.00.01 - 23122008 %%%%% */
/* %%%%% For Broadcast Projects %%%%% */
/* V1.00.01 - added Portfolio_heading Portfolio_text */

/****************************/
/***** Main Area Styles *****/

body 
/* Background for the whole window */
/*font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;*/
	{
	background:#f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin:0px;
	padding:0px;
	text-align:center;
	}
	
.container
/* all the active site is within the container which forms border around the background */
	{
	width:990px;
	background-color:#ffffff;
	border-collapse:collapse;
	padding-bottom:8px;
	padding-top:0px;
	padding-right:5px;
	padding-left:5px;
	}
	
.background
/* background to the active site */
	{
	width:978px;
	border-collapse:collapse;
	border-spacing:0px;
	top:0px;
	}
	
.menu 
/* used to style the menu area */
	{
	background-color:#ffffff;
	border-style:none;
	border-width:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	width:120px;
	vertical-align:top;
	}
	
.content
/* used to style the main content area of the site */
	{
	color: #000066;
	background-color:#ffffff;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	width:760px;
	font-size: medium;
	font-weight: normal;
	text-align:left;
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	height:480px;
	}
		
.extra
/* used to sytle the extras area of the site which is on the rhs */
	{
	color: #a0a0a0;
	background-color:#ffffff;
	border-style: none;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0px;
	width:120px;
	font-size: small;
	font-weight: bold;
	text-align:center;
	vertical-align:top;
	}
	
.oscms
/* used to style the bottom area of the web site where the web design logo sits */
	{
	color:#a0a0a0;
	background-color:#ffffff;
	font-family:comic sans ms, arial;
	font-size:small;
	border-style:solid;
	border-width:0px;
	border-color: #cfcfcf;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	vertical-align:bottom;
	}

.sub_content
	{
	color:#a0a0a0;
	background-color:#ffffff;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:left;
	font-weight:bold;
	font-size: medium;
	vertical-align:top;
	padding-top:80px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	height:200px;
	}
	
.gallery
	{
	color:#a0a0a0;
	background-color:#000000;
	font-weight: normal;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	width:760px;
	text-align:center;
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	}

.console
	{
	background-color:#ffffff;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	width:760px;
	text-align:left;
	vertical-align:top;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	/*height:350px;*/
	}	
	
form	/* Used to prevent IE putting a space after a form - FF doesn't need this */
	{
	margin-bottom: 0px;
	display: inline;
	}
	
/*********************/
/***** hr styles *****/	
	
hr
	{
	color:#303030;
	Width:90%;
	}
	
hr.greyfine
	{
	color:#a0a0a0;
	Width:70%;
	height: 1px;
	}
	
hr.feedback
	{
	color:#0000ff;
	width: 75%;
	height: 1px;
	text-align: center;
	}
	
/***********************/
/***** Text Styles *****/

.site_heading
	{
	background-color:#ffffff;
	border-style:none;
	border-width:0px;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	text-align:center;
	}
		
.menu_title
/* */
	{ 
	color:#ffffff;
	background-color:#ffffff;
	border:none;
	border-width:0px;
	font-size:small;
	font-weight:bold;
	text-align:center;
	}

.portfolio_heading
	{
	color: #000066;
	background-color:#f0f0f0;
	border-width: 1px;
	border-color: #a0a0a0;
	border-right-style: solid;
	border-bottom-style: solid;
	/*border-spacing:0px;*/
	/*border-collapse:collapse;*/
	font-size: small;
	font-weight: bold;
	text-align: center;
	vertical-align:top;
	padding-top: 1px;
	padding-bottom: 1px;
	/*font-style:italic;*/
	}
	
.portfolio_text
	{
	color: #000066;
	background-color:#ffffff;
	border-style: none;
	border-spacing:0px;
	border-collapse:collapse;
	font-size: small;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
	padding-top: 6px;
	padding-bottom: 6px;
	/*font-style:italic;*/
	}	

.extra_title
	{
	color: #3333b0;
	background-color:#ffffff;
	border-style: none;
	border-spacing:0px;
	border-collapse:collapse;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	vertical-align:top;
	padding-top: 6px;
	padding-bottom: 6px;
	/*font-style:italic;*/
	}

.page_title	
	{
	color:#a0a0a0;
	background-color:#000000;
	border-style:none;
	border-width: 0px;
	font-size: x-large;
	font-weight:bold;
	text-align:center;
	/*text-decoration: underline;*/
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	}
	
.page_heading_large
	{
	color:#3333b0;
	/*color:#a0a0a0;*/
	border-style:none;
	border-width: 0px;
	font-size: x-large;
	font-weight:bold;
	text-align:center;
	text-decoration: underline;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:2px;
	}
	
.page_heading_medium
	{
	color:#000066;
	background-color:#ffffff;
	border-style:none;
	border-width: 0px;
	font-size: large;
	font-weight:bold;
	text-decoration: underline;
	text-align: left;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:2px;
	}
	
.page_text_large
	{
	color:#a0a0a0;
	background-color:#000000;
	border-style:none;
	border-width: 0px;
	font-size: large;
	font-weight: normal;
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:2px;
	}
	
.page_text_medium
	{
	color:#a0a0a0;
	background-color:#000000;
	border-style:none;
	border-width: 0px;
	font-size: medium;
	font-weight: normal;
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:2px;
	}
	
.page_text_small
	{
	color:#a0a0a0;
	background-color:#000000;
	border-style:none;
	border-width: 0px;
	font-size: small;
	font-weight: bold;
	/*text-indent:4px;*/
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:2px;
	}
	
.gallery_title
	{
	color:#3333b0;
	/*color:#a0a0a0;*/
	background-color:#000000;
	font-size: x-large;
	font-weight: bold;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	vertical-align: middle;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:40px;
	padding-right:10px;
	}
	
.gallery_example_title
	{
	color:#a0a0a0;
	background-color:#000000;
	font-size: medium;
	font-weight: bold;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	vertical-align: middle;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:0px;
	}
		
.gallery_notes
	{
	color: #a0a0a0;
	/*background-color: #ffffff;*/
	border-style: none;
	font-size: medium;
	font-style: italic;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

.gallery_text
	{
	color: #a0a0a0;
	border-style: none;
	font-size: small;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}	
	
.console_title
	{ 
	color:#000066;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#aaaaaa;
	font-size:small;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	}
	
.console_text
	{
	color:#303030;
	background-color: #f0f0f0;
	font-family: helvetica, verdana, arial;
	font-size:small;
	line-height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color:#dddddd;
	/*text-align: right;*/
	vertical-align:top;
	padding: 3px;
	}

.highlight
	{
	font-weight: bold;
	}
	
.warning
	{
	color:#ff0033;
	background-color: #ffffff;
	border:none;
	border-width:0px;
	font-size:large;
	font-weight:bold;
	text-align:center;
	padding: 20px;
	}
	
.oscms_xsmall
	{
	color:#000066;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	border-style:none;
	border-width:0px;
	/*border-color: #cfcfcf;*/
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	vertical-align:bottom;
	}
	
.padding
	{
	color:#ffffff;
	padding-top:3px;
	padding-bottom:3px;
/*	padding-left:10px;
	padding-right:10px; */
	}

/*******************/
/***** Anchors *****/
	
a 	{
	/*color: #3333cc;*/
	color: #0000f0;
	text-decoration: none;
	/*font-weight: bold;*/
	}
	
a:visited
	{
	/*color: #3333cc;*/
	}
	
a:hover
	{
	/*color: #3333cc;*/
	text-decoration: underline;
	}
	
a:active
	{
	/*color: #ff3333;*/
	}
	
a.extra 	
	{
	color: #a0a0a0;
	text-decoration: none;
	/*font-weight: bold;*/
	}
	
a.extra:visited
	{
	/*color: #3333cc;*/
	}
	
a.extra:hover
	{
	text-decoration: underline;
	}
	
a.extra:active
	{
	color: #ff3333;
	}
	
a.oscms:link 	
	{
	color:#a0a0a0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration:none;
	font-style:normal;
	}
	
a.oscms:visited
	{
	color:#a0a0a0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration:none;
	font-style:normal;
	}
	
a.oscms:hover
	{
	color:#606060;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	/*text-decoration:underline;*/
	font-style:normal;
	}
	
a.oscms:active
	{
	color:#a0a0a0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-decoration:underline;
	font-style:normal;
	}
	
a.console_menu 	
	{
	color: #333333;
	text-decoration: none;
	font-size: small;
	}
	
a.console_menu:visited
	{
	color: #333333;
	}
	
a.console_menu:hover
	{
	color: #333333;
	text-decoration: underline;
	}
	
a.console_menu:active
	{
	color: #333333;
	}
	
a.console:link 	
	{
	color:#0000ff;
	background-color:#f0f0f0;
	font-family: arial;
	font-size:x-small;
	text-decoration:none;
	font-style:normal;
	}
	
a.console:visited
	{
	color:#cc3306;
	background-color:#f0f0f0;
	font-size:x-small;
	}
	
a.console:hover
	{
	color:#0000ff;
	background-color:#f0f0f0;
	text-decoration:underline;
	font-size:x-small;
	}
	
a.console:active
	{
	color:#cc3306;
	background-color:#f0f0f0;
	font-size:x-small;
	}
	
/****************************************/
/***** Gallery Picture Frame Styles *****/
	
.gallery_thumb
	{
	/*background-color:#ffffff;*/
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:center;
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	}
	
.gallery_thumb_frame
	{
	/*background-color:#a3a3a3;*/
	background-color:#000000;
	color:#ffffff;
	/*border-color:#a3a3a3;*/
	border-color:#000000;
	border-style:outset;
	border-width:0px;
	cursor: pointer;
	text-align:center;
	vertical-align:middle;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:1px;
	padding-right:1px;
	}
	
.gallery_thumb_mount
	{
	cursor: pointer;
	background-color:#000000;
	color:#000000;
	border-color:#a3a3a3;
	border-style:inset;
	border-width:3px;
	text-align:center;
	vertical-align:middle;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	}
	
.gallery_thumb_edge
	{
	background-color:#ffffff;
	color:#ffffff;
	border-color:#dfdfdf;
	border-style:inset;
	border-width:1px;
	text-align:center;
	vertical-align:middle;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	}
	
.gallery_image_frame
	{
	cursor: pointer;
	background-color:#000000;
	color:#ffffff;
	border-color:#000000;
	border-style:outset;
	border-width:2px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	}
	
.gallery_image_mount
	{
	cursor: pointer;
	background-color:#000000;
	color:#606060;
	border-color:#a3a3a3;
	border-style:inset;
	border-width:6px;
	font-family:sans-serif;
	font-size:xx-small;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	}
	
.gallery_image_edge
	{
	background-color:#ffffff;
	color:#ffffff;
	border-color:#dfdfdf;
	/*border-color:#ffffff;*/
	border-style:inset;
	border-width:3px;
	text-align:center;
	vertical-align:middle;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	}

	
/************************/	
/***** Login Styles *****/
	
.logon
	{
	color:#000066;
	background-color:#ffffff;
	font-size:small;
	border-style: none;
	border-width: thin;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0px;
	width:120px;
	vertical-align:top;
	}

.logon_lable	
	{
	color:#000066;
	background-color:#ffffff;
	border-style: none;
	border-width: thin;
	font-size: xx-small;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	}
	
.logon_text_ip	
	{
	color:#000066;
	background-color:#ffffff;
	border-style: solid;
	border-width: 1px;
	border-color:#a0a0a0;
	font-size: xx-small;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
.logon_button	
	{
	color:#000066;
	background-color:#f0f0ff;
	border-style:solid;
	border-width: 1px;
	border-color:#a0a0a0;
	font-size:x-small;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 1px;
	cursor: pointer;
	width: 90%;
	}

.logon_error
	{
	color:#ff0000;
	background-color:#ffffff;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	font-size:small;
	font-weight:bold;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	}

.logon_message	
	{
	color:#000066;
	background-color:#ffffff;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	font-size: small;
	font-weight:bold;
	vertical-align:top;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 5px;
	}
	
.quote
	{
	color: #a0a0a0;
	background-color: #ffffff;
	border-style: none;
	font-size: medium;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
/*************************/	
/***** Search Styles *****/	
	
.search_label
	{
	color: #000099;
	font-weight:bold;
	font-size: small;
	text-align: left;
	}
	
.search_highlight
	{
	background-color: #ffff00;
	color: #000099;
	/*text-transform:uppercase;*/
	font-weight:bold;
	}

.search_title
	{
	color: #000099;
	font-style:italic;
	font-weight:bold;
	text-decoration: underline;
	}
	
.search_subtitle
	{
	color: #000099;
	font-style:italic;
	font-weight:bold;
	}
	
.search_results
	{
	color: #000099;
	}
	
/************************/
/***** Menu Buttons *****/
	
.menu_main 
/* use to style menu buttons */
	{
	background-color:#c0c0c0;
	color:#333333;
	border-style:none;
	/*border-color: yellow;*/
	font-family: helvetica, verdana, arial;
	font-size:small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
	}
	
.menu_main_hover 
/* use to style menu buttons */
	{
	background-color:#c0c0c0;
	color:#333333;
	border-style:none;
	/*border-color: yellow;*/
	font-family: helvetica, verdana, arial;
	font-size:small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
	text-decoration:underline;
	}
	
.menu_main_selected 
/* use to style menu buttons */
	{
	background-color:#ccccff;
	color:#333333;
	border-style:none;
	/*border-color: #cccccc;*/
	font-family: helvetica, verdana, arial;
	font-size:small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.menu1 
/* use to style menu buttons */
	{
	background-color:#f0f0f6;
	color:#000066;
	border-style:none;
	border-right-style:solid;
	border-right-color:blue;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
	}
	
.menu1_hover 
/* use to style menu buttons */
	{
	background-color:#f0f0f6;
	color:#000066;
	border-style:none;
	border-right-style:solid;
	border-right-color:red;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
	text-decoration:underline;
	}
	
.menu1_selected /* use to style menu buttons */
	{
	background-color:#f0f0f6;
	color:#0000f0;
	border-style:none;
	border-right-style:solid;
	border-right-color:#00ff00;
	border-right-width:3px;
	/*border-color: #cccccc;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.menu2 /* use to style menu buttons */
	{
	background-color:#f0f0f6;
	color:#000066;
	border-style:none;
	border-right-style:solid;
	border-right-color:blue;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 1px;
	text-align: left;
	}
	
.menu2_hover /* use to style menu buttons */
	{
	background-color:#f0f0f6;
	color:#000066;
	border-style:none;
	border-right-style:solid;
	border-right-color:red;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 1px;
	text-align: left;
	text-decoration:underline;
	}
	
.menu2_selected /* use to style menu buttons */
	{
	background-color:#f0f0f6;
	color:#0000ff;
	border-style:none;
	border-right-style:solid;
	border-right-color:#00f000;
	border-right-width:3px;
	/*border-color: #cccccc;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.menu3 /* use to style menu buttons */
	{
	background-color:#000000;
	color:#606060;
	border-style:none;
	/*border-color: yellow;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	padding-right: 1px;
	text-align: left;
	}
	
.menu3_hover /* use to style menu buttons */
	{
	background-color:#000000;
	color:#f0f0f0;
	border-style:none;
	/*border-color: yellow;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.menu3_selected /* use to style menu buttons */
	{
	background-color:#000000;
	color:#cc3306;
	border-style:none;
	/*border-color: #cccccc;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.menu4 /* use to style menu buttons */
	{
	background-color:#000000;
	color:#606060;
	border-style:none;
	/*border-color: yellow;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 16px;
	padding-right: 1px;
	text-align: left;
	}
	
.menu4_hover /* use to style menu buttons */
	{
	background-color:#000000;
	color:#cc3306;
	border-style:none;
	/*border-color: yellow;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 16px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.menu4_selected /* use to style menu buttons */
	{
	background-color:#000000;
	color:#f0f0f0;
	border-style:none;
	/*border-color: #cccccc;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 16px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.menu5 /* use to style menu buttons */
	{
	background-color:#000000;
	color:#606060;
	border-style:none;
	/*border-color: yellow;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 1px;
	text-align: left;
	}
	
.menu5_hover /* use to style menu buttons */
	{
	background-color:#000000;
	color:#f0f0f0;
	border-style:none;
	/*border-color: yellow;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.menu5_selected /* use to style menu buttons */
	{
	background-color:#000000;
	color:#cc3306;
	border-style:none;
	/*border-color: #cccccc;*/
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.console1 /* use to style menu buttons */
	{
	background-color:#fff0f0;
	color:#330000;
	border-style:none;
	border-right-style:solid;
	border-right-color:blue;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
	}
	
.console1_hover /* use to style menu buttons */
	{
	background-color:#fff0f0;
	color:#330000;
	border-style:none;
	border-right-style:solid;
	border-right-color:red;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
	text-decoration:underline;
	}
	
.console1_selected /* use to style menu buttons */
	{
	background-color:#fff0f0;
	color:#ff0000;
	border-style:none;
	border-right-style:solid;
	border-right-color:#00f000;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
.console2 /* use to style menu buttons */
	{
	background-color:#fff0f0;
	color:#330000;
	border-style:none;
	border-right-style:solid;
	border-right-color:blue;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 1px;
	text-align: left;
	}
	
.console2_hover /* use to style menu buttons */
	{
	background-color:#fff0f0;
	color:#330000;
	border-style:none;
	border-right-style:solid;
	border-right-color:red;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 1px;
	text-align: left;
	text-decoration:underline;
	}
	
.console2_selected /* use to style menu buttons */
	{
	background-color:#fff0f0;
	color:#ff0000;
	border-style:none;
	border-right-style:solid;
	border-right-color:#00f000;
	border-right-width:3px;
	font-family: helvetica, verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-right: 1px;
	text-align: left;
	/*text-decoration:underline;*/
	}
	
/*******************/	
/***** Buttons *****/
	
.button_green
	{
	cursor: pointer;
	background-color: #306030;
	color: #f0f0f0;
	border-style: outset;
	border-color: #606060;
	border-width:2px;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	width:60px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	}
	
.button_red
	{
	cursor: pointer;
	background-color: #990000;
	color: #f0f0f0;
	border-style: outset;
	border-color: #606060;
	border-width:2px;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	width:60px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	}
	
.button_blue
	{
	background-color: #000090;
	color: #f0f0f0;
	cursor: pointer;
	border-style: outset;
	border-color: #606060;
	border-width:2px;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	width:60px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	}
	
.button_orange
	{
	background-color: #cc3306;
	color: #000000;
	cursor: pointer;
	border-style: outset;
	border-color: #606060;
	border-width:2px;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	width:60px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	}
	
.button_yellow
	{
	background-color: #f0f030;
	color: #000000;
	cursor: pointer;
	border-style: outset;
	border-color: #606060;
	border-width:2px;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	width:60px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	}
	
/*******************/
/***** Console *****/

.console_list
	{
	background-color:#ffffff;
	color:#303030;
	font-size:x-small;
	border-style: solid;
	border-width: 1px;
	border-color:#aaaaaa;
	/*border-collapse:collapse;*/
	border-spacing:0px;
	text-align:left;
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	}	
	
.console_input
	{
	font-family: helvetica, verdana, arial;
	font-size:small;
	border:none;
	border-width:0px;
	}
	
.console_input_cell
	{
	font-family: helvetica, verdana, arial;
	font-size:small;
	border:solid;
	border-width:1px;
	border-color: #f0f0f0;
	}
	
/*****************************/
/***** No Longer Unused? *****/

/*
a.button 	
	{
	color:#000000;
	}
	
a.button:visited
	{
	color: #3333cc;
	}
	
a.button:hover
	{
	text-decoration: none;
	}
	
a.button:active
	{
	color: #ff9900;
	}
*/
	
/*.validated
	{
	background-color:#ffffff;
	border-style:none;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	width:120px;
	text-align:center;
	vertical-align:bottom;
	}*/
