/**
 * This file should be modified only be EDC personel
 * Contact us at support@edc-aim.com with any questions
 */

/**************************************************************************
Messages */

div.message
{		
	font-size: 16pt;
	font-weight: bold;
	color: #0000ff;
	margin-bottom: 10px;
}
div.error_message
{
	font-size: 16pt;
	font-weight: bold;
	color: #ff0000;	
}
div.javascript_message
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: double;	
	text-align: center;
	font-size: 16pt;
	color: #ffffff;
	background-color: #00397c;
}
div.javascript_message_hidden
{
	visibility: hidden;
	height: 0px;
}

/**************************************************************************
Labeled Fields */
div.field,
div.label
{		
	float: left;
}
div.labeled_fields_160 div.label
{						
	width: 160px;
}

/**************************************************************************
Buttons / Linked Items */

div.button,
button
{	
	border: solid 1px #333333;
	color: #ffffff;
	background-color: #00397c;
	display: inline;
	cursor: pointer;
}

div.button:hover,
button:hover
{	
	background-color: #bbbbbb;	
}

div.button
{
	padding: 0px 5px 0px 5px;
}

div.button a
{
	color: inherit;
}
div.button a:visited
{
	color: #ffffff;
}

div.linked
{
	border: outset 1px #333333;
}

div.linked:hover
{
	cursor: pointer;
	border: inset 1px #333333;
}

div.switch_text_button,
button.switch_text_button
{
	
}

div.switched_text
{
	
}

/**************************************************************************
Notes */

span.note_ref
{
	font-size: 6pt;
	vertical-align: super;	
}
span.note_ref a
{
	text-decoration: none;
}
th span.note_ref a
{
	color: inherit;
}
span.note
{
	font-size: 8pt;
}
span.note a
{	
	text-decoration: none;
}

/**************************************************************************
Data-Highlights */

span.tstatus_open
{
	color: #bb0000;	
}
span.tstatus_closed
{
	color: #008800;
}

/**************************************************************************
Shopping Cart */

div.cart_summary
{
	text-align: center;
}

/**************************************************************************
Debugging Info */

div.debug_info button
{
	font-size: x-small;
}

div #debug_template_vars
{
	color: #000000;
}

/* This page was loaded in: -1258864421.7381 seconds */
