﻿html
{
	background-color: #ffffff;
	height: 100%;
}
body {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: #444444;
  font-size: 12px;
  font-family : Helvetica, Arial, Verdana, Sans-Serif;
  background-color: #999999;
  width: 100%;
  height: 100%;
}
td
{
	text-align: left;
}
li
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:30px;
}
.textfield
{
	border:solid 1px #555555;
	background-color:#cccccc;
}
.form_header /* This is the column bar with "Assigned by" "Owner" "Project" etc. */
{
  	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 14px; 
	font-weight: bold;
	color:White;
	background-color:#0E5354;
	vertical-align:middle;
	height: 22px;
	padding: 4px 8px 4px 8px;
}
.form_label
{
	color:#333333;
	background-color:White;
	font-weight:bold;
	text-align:right;
	font-size:12px;
	white-space:nowrap;
	vertical-align:top;
}
.form_textbox
{
	border:solid 1px #444444;
	background-color:#cccccc;
}
.form_upload
{
	border:solid 1px #444444;
	background-color:#cccccc;
	width:450px;
}
.list_row_even
{
  	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 12px; 
	color:Black;
	background-color:#74CED0;
	vertical-align: middle;
	height:22px;
	padding: 2px 8px 2px 8px;
}

.list_row_odd
{
  	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 12px; 
	color:Black;
	background-color:#B2F9FA;
	vertical-align: middle;
	height:22px;
	padding: 2px 8px 2px 8px;
}
.subheading_section
{
	color: #cccccc;
}
.subheading_item
{
	color: #FFFFFF;
}
.subheading
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	background-color: #003334;
	width: 100%;
}
.pagesubheading
{
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px 10px 1px 10px;
	background-color: #003334;
	width: 98%;
	text-align:left;
}
.frmbutton {
	color:#FFFFFF;
	border: solid 0px white;
	background-image: url(../images/btnbck.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 14px;
	font-weight: bold;
	height:24px;
	vertical-align:middle;
	padding-bottom:2px;
}
.frmbuttoncritical {
	color:#FFFFFF;
	border: 1px solid;
	border-color: #1b3d5e;
	background-color: red;
	background-position: top;
	background-repeat: repeat-x;
	padding :1px 1px 1px 1px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 14px;
	font-weight: bold;
	height:22px;
	vertical-align:middle;
}
.frmbuttonsmall {
	color:#FFFFFF;
	border: solid 0px white;
	background-image: url(../images/btnbck.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 10px;
	font-weight: bold;
	height:16px;
	vertical-align:middle;
	padding-bottom:2px;
}
.frmbutton disabled {
	color:#bbbbbb;
	border: 1px solid;
	border-color: #1b3d5e;
	background-color: #5369B4;
	background-image: url(../images/frmbutton-bkgd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding :1px 5px 5px 5px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	height:22px;
	vertical-align:middle;
}
.error_message
{
	font-family:Verdana;
	font-size:14px;
	color:Red;
	font-weight:bold;
	text-align:center;
}
.admin_label
{
	color:#333333;
	background-color:White;
	font-weight:bold;
	text-align:right;
	font-size:12px;
	white-space:nowrap;
	vertical-align:top;
	max-width:120px;
}
.admin_template_header
{
	text-align:right;
	white-space:nowrap;
	width:100%;
	background-image: url('../images/terabytesoftware_admin_text.jpg');
	background-repeat:no-repeat;
	background-position:30px center;
	height:40px;
	/*
	padding-right:15px;
	padding-left:30px;
	border: solid 1px #444444;
	*/
	background-color:#eeeeee;
	padding-left:15px;
}
.admin_template_footer
{
	text-align:center;
	white-space:nowrap;
	width:100%;
	height:22px;
	font-size:12px;
	color:#444444;
	/*border: solid 1px #444444;*/
	padding-left:15px;
}
.admin_menu_left
{
	/*
	background-color:#ffffff;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	white-space:nowrap;
	padding-right:5px;
	vertical-align:top;
	border-top:solid 1px #444444;
	border-left:solid 1px #444444;
	border-bottom:solid 1px #444444;
	max-width:290px;
	*/
	background-color:#eeeeee;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	white-space:nowrap;
	padding-right:5px;
	vertical-align:top;
	max-width:290px;
}
.admin_content
{
	background-color:#eeeeee;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	white-space:nowrap;
	min-width:700px;
	vertical-align:top;
}
.admin_left_menu_item
{
	font-size: 14px; 
	font-weight: bold;
	color:#bE5354;
	text-decoration:none;
}
a:hover.admin_left_menu_item
{
	font-size: 14px; 
	font-weight: bold;
	color:#0E5354;
	text-decoration:none;
}
.template_header
{
	background-color:#ffffff;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	font-size:36px;
	white-space:nowrap;
	width:100%;
	height:100%;
}
.template_menu_left
{
	background-color:#dddddd;
	font-weight:bold;
	text-align:left;
	font-size:16px;
	white-space:nowrap;
	border-left:solid 1px #444444;
	width:180px;
	padding-right:15px;
	vertical-align:top;
	height:100%;
}
.template_menu_top
{
	background-color:#dddddd;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	white-space:nowrap;
	border-bottom:solid 1px #444444;
	border-left:solid 1px #444444;
	border-right:solid 1px #444444;
	/*width:100%;*/
	padding-left:15px;
	padding-right:15px;
	vertical-align:middle;
}
.bottom_menu
{
	background-color:#dddddd;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	white-space:nowrap;
	border-bottom:solid 1px #444444;
	border-left:solid 1px #444444;
	border-right:solid 1px #444444;
	/*width:100%;*/
	padding-left:15px;
	padding-right:15px;
	vertical-align:middle;
}
.template_menu_right
{
	background-color:#dddddd;
	font-weight:bold;
	text-align:left;
	font-size:16px;
	white-space:nowrap;
	border-left:solid 1px #444444;
	width:180px;
	padding-right:15px;
	vertical-align:top;
	height:100%;
}
.template_content
{
	background-color:#ffffff;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	border-left:solid 1px #444444;
	border-right:solid 1px #444444;
	min-width:250px;
	/*max-width:850px;*/
	padding:15px 15px 15px 15px;
	vertical-align:top;
}
.row_pad
{
	padding:3px 3px 3px 3px;
}
.login_title
{
	padding:3px 0px 3px 0px;
}
.center
{
	text-align:center;
}
.left
{
	text-align:left;
}
.right
{
	text-align:right;
}
.image_grid
{
	border:solid 1px #444444;
	padding:3px 3px 3px 3px;
	text-align:center;
	vertical-align:top;
}
.featured_product_table
{
	vertical-align:top;
	border:solid 10px White;
	border-collapse:collapse;
}
.featured_product_cell
{
	padding:10px 10px 10px 10px; 
	/*width:95%;*/
	vertical-align:top;
	/*border:solid 1px #bbbbbb;*/
	/*border-collapse:collapse;*/
}
.product_detail_table
{
	/*border:solid 1px #444444;*/
	vertical-align:top;
}
.product_image_cell
{
	padding:10px 10px 10px 10px; 
	/*border:solid 1px #444444;*/
	vertical-align:top;
	text-align:center;
}
.product_detail_cell
{
	padding:4px 4px 4px 4px; 
	/*border:solid 1px #444444;*/
	vertical-align:top;
	text-align:left;
}
.product_count_info
{
	padding:5px;
	color:Navy;
	font-weight:bold;
}
.page_index
{
	width:100%;
	padding:5px 5px 5px 100px;
	color:Gray;
	font-weight:bold;
}
.page_index_link
{
	color:Navy;
	font-weight:bold;
	text-decoration:none;
}
.cart_tools
{
	text-align:left;
}
.cart_hdr_info
{
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
}
.cart_list_header
{
  	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 14px; 
	font-weight: bold;
	color:White;
	background-color:#003334;
	vertical-align:middle;
	height: 22px;
	padding: 4px 8px 4px 8px;
}
.cart_list_row_even
{
  	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 12px; 
	color:Black;
	background-color:#d5d5d5;
	vertical-align: middle;
	height:22px;
	padding: 2px 8px 2px 8px;
}

.cart_list_row_odd
{
  	font-family: "Gill Sans", Helvetica, Arial, sans-serif, Geneva;
	font-size: 12px; 
	color:Black;
	background-color:#ededed;
	vertical-align: middle;
	height:22px;
	padding: 2px 8px 2px 8px;
}
.subheading_section
{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	background-color: #003334;
	width: 100%;
}
.confirm_order_caption
{
	color:Maroon;
	font-size:18px;
	vertical-align:top;
}
.confirm_order_info
{
	color:#333333;
	font-size:14px;
	vertical-align:top;
}
.issue_list_header
{
	background-color:#253165;
	font-weight:bold;
	color:White;
	padding:4px 5px 4px 5px;
	vertical-align:top;
}
.issue_list_row_even
{
	background-color:#E9EBF4;
	color:Black;
	padding:3px 5px 3px 5px;
	vertical-align:top;
}
.issue_list_row_odd
{
	background-color:#C3CBF1;
	color:Black;
	padding:3px 5px 3px 5px;
	vertical-align:top;
}
.issue_list_row_mine
{
	background-color:#FFFF77;
	color:Black;
	padding:3px 5px 3px 5px;
	vertical-align:top;
	border-bottom:solid 1px black;
	border-top:solid 1px black;
}
.issue_list_row_callback
{
	background-color:#6F6FED;
	color:Black;
	padding:3px 5px 3px 5px;
	vertical-align:top;
	border-bottom:solid 1px black;
	border-top:solid 1px black;
}
.issue_list_row_alert
{
	background-color:#FF2B2B;
	color:Black;
	padding:3px 5px 3px 5px;
	vertical-align:top;
	border-bottom:solid 1px black;
	border-top:solid 1px black;
}
.issue_required_field
{
	font-size:14px;
	font-weight:bold;
	color:Red;
	vertical-align:top;
}
.issue_tracking_info
{
	font-size:16px;
	font-weight:bold;
	color:Navy;
	vertical-align:top;
}
.issue_formTitle
{
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:8px;
}
.issue_historyTitle
{
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}
.issue_entry_header
{
	font-size:12px;
	font-weight:bold;
	color:Maroon;
}
.issue_assigned_to
{
	font-size:12px;
	font-weight:bold;
	color:Navy;
}
.issue_identifier
{
	text-align:right;
	font-size:26px;
	font-weight:bold;
	color:Red;
	/*padding-right:50px;*/
}
.thumbnail_index
{
	border:solid 1px black;
	padding:5px 5px 5px 5px;
	vertical-align:top;
	text-align:center;
	width:20%;	
}
.photo_frame
{
	text-align:center;
	padding:3px 3px 3px 3px;
	border:solid 1px #333333;
	font-size:16px;
	color:#333333;
}
.faq_category
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding-top:5px;
}
.faqqa
{
	font-size:14px;
	font-weight:bold;
	color:#444444;
}
.faq_text
{
	font-size:12px;
	font-weight:normal;
	color:#444444;
}
.product_price
{
	font-size:14px;
	font-weight:bold;
	color:Maroon;
}
.product_price_crossout
{
	font-size:14px;
	font-weight:bold;
	color:Maroon;
	text-decoration:line-through;
}
.product_price_sale
{
	font-size:16px;
	font-weight:bold;
	color:Maroon;
}
.product_number
{
	font-size:14px;
	font-weight:bold;
	color:Navy;
}
.faqcategory
{
	padding-left:0px;
	font-size:16px;
	font-weight:bold;
	color:Maroon;
}
.faqquestion
{
	padding-left:0px;
	font-size:14px;
	font-weight:bold;
	color:Navy;
}
.faqanswer
{
	padding-left:0px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:Teal;
}
.serieslistitem
{
	font-size:14px;
	font-weight:bold;
	color:#444444;
	height:24px;
}
.newproduct
{
	color:Red;
	font-size:16px;
	font-weight:bold;
}
.rcr_t {background: url(../images/dot.gif) 0 0 repeat-x; width: 20em; width:100%;}
.rcr_b {background: url(../images/dot.gif) 0 100% repeat-x}
.rcr_l {background: url(../images/dot.gif) 0 0 repeat-y; width:100%;}
.rcr_r {background: url(../images/dot.gif) 100% 0 repeat-y; width:100%;}
.rcr_bl {background: url(../images/bl.gif) 0 100% no-repeat}
.rcr_br {background: url(../images/br.gif) 100% 100% no-repeat}
.rcr_tl {background: url(../images/tl.gif) 0 0 no-repeat}
.rcr_tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px;}
.newsheadline
{
	color:#444444;
	font-size:18px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
}
.newsstory
{
	color:#444444;
	font-size:14px;
	font-weight:normal;
	padding-top:15px;
	padding-bottom:15px;
}
.newsitem
{
	color:#444444;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	vertical-align:top;
}
.newsitem_headline
{
	color:#444444;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	vertical-align:top;
}
.media_list_cat_hdr
{
	font-size:20px;
	font-weight:bold;
	color:#444444;
}
.media_item
{
	font-size:14px;
	font-weight:normal;
	color:#555555;
}
.media_link
{
	color:navy;
	text-decoration:none;
}
.media_link:hover
{
	color:navy;
	text-decoration:underline;
}

/* accordian stuff */
.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #ffffff;
	background: black url(/images/titlebar.png) repeat-x center left;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 1px 0 1px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: Maroon;
	background: url(/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: Maroon;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: Maroon;
	background-color: #F3F3F3;
}
/* end of accordian stuff */

p, h1, h2, h3, h4, h5, h6, table, tr, td, th, blockquote, div, span, ul, ol, li
{
	margin: 0;
	padding: 0;
}


/* Typography */



/* Nested items should be 1em */
li li 
{
	font-size: 1.0em;
}

p, h2, h3, h4, h5, h6, ul, ol
{
	margin-top: 1em;
}

h1, h2
{
	font-weight: normal;
}

h3, h4, h5, h6 
{
	font-weight: bold;
}

h1 
{
	font-size: 2.2em;
	margin-bottom: 1em;
}

h2
{
	font-size: 1.8em;
}

h3 
{
	font-size: 1.5em;
}

h4 
{
	font-size: 1.3em;
}

h5 
{
	font-size: 1.1em;
}

h6
{
	font-size: 1.0em;
}

ul, ol
{
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 1em;
}

li 
{
	margin: 0.25em 0;
}

a
{
	color: #385CA0;
}

a:hover
{
	color: #0D5933;
}

.tiny
{
	font-size: 10px;
	color: #777;
}


.first
{
	margin-top: 0;
}


.hdiv 
{
	padding: 0.5em;
	background: #efefef;
	border-bottom: 1px dotted #cfcfcf;
	margin: 1em 0;
}

h1.icon-delete 
{
	background: right center no-repeat url('Images/delete-large.png');
	line-height: 68px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.5em;
}

h1.icon-security
{
	background: right center no-repeat url('Images/key-large.png');
	line-height: 68px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.5em;
}

h1.icon-email
{
	background: right center no-repeat url('Images/email-large.png');
	line-height: 68px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.5em;
}

h1.icon-edit
{
	background: right center no-repeat url('Images/edit-large.png');
	line-height: 68px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.5em;
}

h1 a, h2 a, h3 a, h4 a
{
	text-decoration: none;
}

/* Layout */

td.boxHeader
{
	color: #BF1726;
	font-weight: bold;
	font-size: 14px;
	padding: 0 15px;
}

a.parentCategory
{
	color: #042C81;
	padding: 0 0px;
	line-height: 20px;
}

a.parentCategory:hover
{
	color: #BF1726;
	text-decoration: none;
}

a.subCategory
{
	color: #555;
	font-size: 11px;
	padding: 0 15px;
	line-height: 16px;
}

a.subCategory:hover
{
	color: #BF1726;
	text-decoration: none;
}


a.breadcrumb
{
	color: #042C81;
	font-size: 11px;
	text-decoration: underline;
}

a.breadcrumb:hover
{
	color: #BF1726;
	text-decoration: none;
}


td.footer
{
	color: #555555;
	font-size: 11px;
}

.footer a
{
	color: #555555;
}

.footer a:hover
{
	color: #D3B248;
}

#header 
{
	height: 40px;
	padding: 20px;	
	border-bottom: 1px solid #e7e7e7;
	/* Total height: 81px */
	background: #a3a3a3 url('Images/header.png') left top no-repeat;
	position: relative;
}

#page
{
	background: #fff url('Images/page.png') left top repeat-y;
	position: relative;
	min-height: 400px;
}

#page.fullwidth
{
	background: #fff;
}

#menu 
{
	float: left;
	width: 200px;
	padding: 0 0 20px 0;
	/* Total width: 200px; */
}

#content
{
	float: left;
	width: 760px;
	padding: 20px;
	position: relative;
}

.topMenu
{
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}
a.topMenu
{
	color: #333333;
	text-decoration: none;
}

a.topMenu:hover
{
	color: #8A3370;
	text-decoration: none;
}
.bottomMenu
{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a.bottomMenu
{
	color: #555555;
	font-size: 12px;
	text-decoration: none;
}

a.bottomMenu:hover
{
	color: #E96CA4;
	text-decoration: underline;
}


#homeMenuNarrow
{
	display: block;
	width: 166px;
	height: 28px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 9px;
	text-decoration: none;
	background: url("/images/btn-home-narrow.gif") no-repeat 0 0;
}
#homeMenuCell
{
	display: block;
	height: 28px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 9px;
	text-decoration: none;
	background: url("/images/btn-home-tile.gif") repeat-x 0 0;
}
#homeMenuCell:hover
{ 
	background-position: 0 -37px;
	color: #ffffff;
}
#homeMenuCellNarrow
{
	display: block;
	height: 28px;
	width:30%;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 9px;
	text-decoration: none;
	background: url("/images/btn-home-tile.gif") repeat-x 0 0;
}
#homeMenuCellNarrow:hover
{ 
	background-position: 0 -37px;
	color: #ffffff;
}
#homeMenuCellWide
{
	display: block;
	width:30%;
	height: 28px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 9px;
	text-decoration: none;
	background: url("/images/btn-home-tile.gif") repeat-x 0 0;
}
#homeMenuCellWide:hover
{ 
	background-position: 0 -37px;
	color: #ffffff;
}

#homeMenuNarrow:hover
{ 
	background-position: 0 -37px;
	color: #ffffff;
}

#homeMenuWide
{
	display: block;
	width: 202px;
	height: 28px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding-top: 9px;
	text-decoration: none;
	background: url("/images/btn-home-wide.gif") no-repeat 0 0;
}

#homeMenuWide:hover
{ 
	background-position: 0 -37px;
	color: #ffffff;
}

.headline
{
	color: #660000;
	font-weight: bold;
	font-size: 13px;
}


.fullwidth #content
{
	float: none;
	width: 960px;
}

.clear 
{
	clear: both;
}

/* Data Table */


.fullwidth table.dataTable
{
	width: 960px;
}


table.dataTable a 
{
	text-decoration: none;
}





.textBox,
textarea,
.watermarkText
{
	padding: 5px;
	width: 300px;
	border: 1px solid #d0d0d0;
	font-family: Arial;
	font-size: 1.2em;
	margin: 0.25em 0;
}

.watermarkText
{
	color: #d0d0d0;
}

textarea.wide,
input.wide
{
	width: 550px;
}

select.textBox
{
	width: 312px;
}

table.editor
{
	margin: 2em 0;
	border-collapse: collapse;
	border: none;
}

.button
{
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

.ajax__tab_panel, .ajax__tab_body
{
	font-size: 10px;
}

/* UI Elements */

.modal_background
{
	background-color: #555;
	opacity: 0.6; /* css standard */
	filter: alpha(opacity=60); /* IE patch */
}

.modal_popup
{
	background-color: #fff;
	padding: 20px;
	border: 2px solid #333;
}

.errorBox, .infoBox
{
	display: block;
	padding: 10px;
	background-color: #fffad0;
	border: 1px solid #ffd672;
	font-size: 11px;
	font-weight: bold;
	color: #a6291f;
}
input.error
{
	background-color: #fffad0;
	border: 1px solid #ffd672;
	font-weight: bold;
	color: #a6291f;
}

.infoBox
{
	border: none;
	background-color: #e0ffdd;
	color: #444d43;
}
.template_footer
{
	font-size:11px;
	color:#444444;
	text-align:center;
}
.template_footer a
{
	color:#555555;
}
.template_footer a:hover
{
	color:#bbbbbb;
}
.master_menu_left
{
	background-color:White;
	border: none;
	/*padding:15px 15px 15px 15px;*/
	width:70%;
}
.master_menu_left_item
{
	background-image: url(/images/left_menu_bullet.gif);
	background-repeat:no-repeat;
	background-color:White;
	min-width:120px;
	padding-left: 20px;
	font-size:12px;
	color:Maroon;
	text-align:left;
}
.master_menu_right
{
	background-color:White;
	border: none; /*solid 1px #444444;*/
	/*padding:15px 15px 15px 15px; */
	width:70%;
}
.master_menu_right_item
{
	background-image: url(/images/left_menu_bullet.gif);
	background-repeat:no-repeat;
	background-color:White;
	min-width:120px;
	padding-left: 20px;
	font-size:12px;
	color:Maroon;
	text-align:left;
}
#pscrollerevents{
	width: 200px;
	height: 100px;
	/*border: 1px solid #444444;*/
	padding: 8px;
	background-color: #ffffff;
}
#pscrollernews{
	width: 200px;
	height: 150px;
	/*border: 1px solid #444444;*/
	padding: 8px;
	background-color: #ffffff;
}
.error_details
{
	font-size:14px;
	color:Maroon;
	font-weight:bold;
	text-align:left;
}
.event_details_hdr
{
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.event_details
{
	font-size:14px;
	color:#444444;
	font-weight:bold;
	font-style:italic;
}
.scroller_heading
{
	font-size:16px;
	color:Maroon;
	font-weight:bold;
}
.portfolio_marquee
{
	width:600px;
	height:400px;
	border:solid 1px #444444;
}

