/*	Copyright (c) 1996,2004 Picdar Technology Limited       All Rights Reserved
 *	
 *	This is UNPUBLISHED PROPRIETARY work of Picdar Technology Limited;
 *	the contents of this file may not be disclosed to third parties, copied or
 *	duplicated in any form, in whole or in part, without the prior written
 *	permission of Picdar Technology Limited
 *	
 *
 *	This is the master B2B site stylesheet, and controls the major style
 *	throughout the site.  Modifications here are global.
 *
*/

/***************************************************************************
************************** CUSTOMIZE HERE* *********************************
***************************************************************************/
/* Modify the following style to suit your requirements */

/************************ GENERAL SETTINGS ********************************/
/* Settings which apply to pages in the main frame */

/* Body style: Controls the appearance of the main body of the page.
   This is primarily used to control the background colour of the page,
   however also specifies default style for items with no other style
   applied - e.g. default font.
*/
/* Body alternates: As above, but apply specifically to banner and address bars.
   Navigation body is configured in navigation section (below).
*/
body.banner {
		background-color:	#FFFFFF;
		color: #9F9F9F;
 	}

body.address {
		background-color:	#FFFFFF;
		color:				#A9ADAE;
		font-family:		tahoma,Lucida Sans,arial,helvetica,sans-serif;
		font-size:			10px;
		font-weight:		normal;
		text-decoration:	none;
		text-align:			right;
		margin-top:			3px;
 	}

/* Link style: Default hyperlink styles*/
A:link {
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A:visited {
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A:hover {
		color:				#006555;
		text-decoration:	underline;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}


/* H1 Style - applied to page headings - e.g. "Search Results" */
H1 {
	    COLOR: #039b84;
	    FONT-FAMILY: tahoma,Lucida Sans,arial, Helvetica, sans-serif;
		text-decoration: 	none;
		font-size:			13px;
		font-weight:		bold;
	}

/* H1 Style - applied to page sub-headings - e.g. "The results of your...." */
H2 {
	    COLOR: #039b84;
	    FONT-FAMILY: tahoma,Lucida Sans,arial, Helvetica, sans-serif;
		text-decoration: 	none;
		font-size:			11px;
		font-weight:		normal;
	}


/************************ NAVIGATION BAR **********************************/
/* Navigation bar specific style */

/* body */
body.navigation {
		background-color:	#000000;
		color:				#ff0000;
		font-family:		tahoma,Lucida Sans,arial,helvetica,sans-serif;
		font-size:			10px;
		text-decoration:	none;
 	}

/* navigation bar header strip colour */
td.navigation_header {
		background-color:	#000000;
		color:				#FFFFFF;
   		FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
		font-size:			10px;
		text-decoration:	none;
		font-weight:		bold;
	}

/* navigation bar general text */
td.navigation_text {
		color:				#000000;
		font-family:		tahoma,Lucida Sans,arial,helvetica,sans-serif;
		font-size:			10px;
		text-decoration:	none;
	}

/* navigation bar navigation links */
A.navigation:link {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.navigation:visited {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.navigation:hover {	
		color:				#006555;
		text-decoration:	underline;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/************************ DIALOG BOX **********************************/
/* Generic 'dialog' box area - e.g. home page galleries list */

/* The outer border */
table.dialog_border {
		background-color:	#000000;
	}

/* The heading strip */
td.dialog_head {
		background-color:	#000000;
		color:				white;
		text-decoration:	none;
		font-size:			10px;
		font-weight:		bold;
		font-family:		verdana, Arial, Helvetica;
	}

/* The main body of the dialog */
td.dialog_body {
		background-color:	#FFFFFF;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* links within the dialog */
A.dialog:link {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.dialog:visited {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.dialog:hover {	
		color:				#006555;
		text-decoration:	underline;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/**************************** HITLISTS **********************************/
/* Hitlist settings (hitlist cells and navigation links) */

/* The outer border of a hitlist cell */
table.hitlist_border {
		background-color:	#FFFFFF;
	}

/* The image cell style */
td.hitlist_image {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
	
/* The image cell style */
td.hitlist_image_downloaded {
		background-color:	#FFFFFF;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* The caption cell style */
td.hitlist_caption {
		background-color:	#000000;
		color:				#FFFFFF;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

td.hitlist_cell_header {
		background-color:	#000000;
		color:				#FFFFFF;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* links within the hitlist grid*/
A.hitlist:link {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.hitlist:visited {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.hitlist:hover {	
		color:				#006555;
		text-decoration:	underline;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* Hitlist navigation links bar */
td.hitlist_navbar {
		background-color:	#FFFFFF;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* Style of the navigation indicators for the current page */
.hitlist_nav_position {
		color:				#666A69;
		text-decoration:	bold;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* links within the hitlist navigation links bar*/
A.hitlist_nav_link:link {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.hitlist_nav_link:visited {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.hitlist_nav_link:hover {	
		color:				#006555;
		text-decoration:	underline;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

td.basket_image_cell_downloaded {
		background-color:	#FFFFFF;
	}

/************************ RECORD VIEWER **********************************/
/* similar to dialog box, but applies to the record viewer page */

/* The outer border */
table.record_border {
		background-color:	black;
	}

td.record_image_cell {
		background-color:	#000000;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

td.record_label {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		text-align:			right;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
		font-weight:		bold;
	}

.record_field {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* links within the record box*/
A.record:link {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.record:visited {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.record:hover {	
		color:				#006555;
		text-decoration:	underline;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}


/************************ Contacts VIEWER **********************************/
/* similar to dialog box, but applies to the record viewer page */

td.contact_label {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		text-align:			right;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
		font-weight:		bold;
	}

td.contact_field {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/************************ SEARCH BOX **********************************/
/* similar to dialog box, but applies to the search page */

/* The outer border */
table.search_border {
		background-color:	black;
	}

/* The main body of the form */
td.search_label {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
		font-weight:		bold;
	}

td.search_field {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}


/**************************** GALLERIES **********************************/
/* Gallery settings (gallery list page) */

/* The outer border of a hitlist cell */
table.gallery_border {
		background-color:	silver;
	}

/* The image cell style */
td.gallery_image {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* The caption cell style */
td.gallery_caption {
		background-color:	silver;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/************************* SAVED ITEMS *******************************/
/* saved items settings */

/* The outer border of a hitlist cell */
table.saved_border {
		background-color:	silver;
	}

/* The image cell style */
td.saved_image {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* The caption cell style */
td.saved_caption {
		background-color:	silver;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* links within the hitlist grid*/
A.saved:link {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.saved:visited {	
		color:				#006555;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}
A.saved:hover {	
		color:				#006555;
		text-decoration:	underline;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/************************* REGISTRATION *******************************/
/* saved items settings */

/* The outer border of a hitlist cell */
table.register_border {
		background-color:	black;
	}

/* The image cell style */
td.register_label {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-weight:		bold;
		font-family:		verdana, Arial, Helvetica;
	}

/* The caption cell style */
td.register_field {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}


/************************ MISCELLANEOUS **********************************/
/* Miscellaneous classes which don't fit elsewhere */

/* The navigation history - nb: links use the default A style */
td.history {
		background-color:	white;
		color:				#006655;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* Alert text - e.g. "your username and password were not recognised" */
.alert_text {
		color:				red;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

/* The login page top banner */
.login_banner	{
		background:			#0033BA;
	}


/* The status text displayed in the order download listing */
.order_authorised {
	color:					#000000;
	}

.order_awaitingauthorisation {
	color:					orange;
	}

.order_unauthorised {
	color:					red;
	}

.order_normal {
	color:					black;
	}

/* horizontal rule */
hr	  { color: #000000;}

/* How to display the current credit on the homepage
*/

.credit_normal {
		color:				black;
		font-family:		tahoma,Lucida Sans,arial,helvetica,sans-serif;
		font-size:			10px;
		text-decoration:	none;
	}

.credit_alert {
	color:					red;
	font-weight:			bold;
	font-family:		tahoma,Lucida Sans,arial,helvetica,sans-serif;
	font-size:			10px;
	text-decoration:	none;
	}

/***************************************************************************
****************************************************************************
******************************** OLD STUFF *********************************
****************************************************************************
***************************************************************************/
/* This section contains redundent and legacy style and has either been phased
   out already or will do in in the forseeable future
*/


/* HITLISTS */
.HITLIST-Downloads-1-1-1 {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

.HITLIST-Downloads-2-1-1 {
		background-color:	#DFDFDF;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

.HITLIST-eachdownload-1-1-1 {
		background-color:	white;
		color:				black;
		text-decoration:	none;
		font-size:			10px;
		font-family:		verdana, Arial, Helvetica;
	}

.HITLIST-inddownloads-1-1-1 {background-color: white}
.HITL-word-highlight { color: red; font-weight: bold }

/*FORMS AND INPUTS*/
.Input.searchtext {
      font-family : HELVETICA, ARIAL, VERDANA;
      font-size : 8pt;
      width : 120px;
      border : 2 inset #DDDDDD;
    }

/*BUTTONS*/
.buttonstandard
	{
    FONT-SIZE: 11px;
    BACKGROUND: #000000;
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: tahoma,Lucida Sans,arial, Helvetica, sans-serif;
    border-style:solid;
    border-width:1px;
    border-color: #bfc1c1;
    font-weight: bold;	
	}
.select.selectclass{ background-color:#E6E8ED; color:#000000;}
.select.keyword{ width : 135px;}


/* SN additions*/

/*MAIN STYLES*/

BODY
{
    COLOR: #595c5c;
    FONT-SIZE: 11px;
    FONT-FAMILY: tahoma,Lucida Sans,arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff;
    MARGIN-TOP:0px;
    MARGIN-LEFT:0px;
    MARGIN-RIGHT:0px;
    LEFTMARGIN:0px;
    MARGINRIGHT:0px;
    MARGINWIDTH:0px;
    scrollbar-arrow-color: black;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: E2E5E8;
	scrollbar-track-color: E9E8E7;
	scrollbar-face-color: CED4D7;
	scrollbar-shadow-color: CED4D7;
	scrollbar-highlight-color: E2E5E8;
	scrollbar-3d-light-color: black;

}
TD
{
    COLOR: #595c5c;
    FONT-SIZE: 11px;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none;
}
.mainfont
{
    COLOR: #595c5c;
    FONT-SIZE: 11px;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none;
}
P
{
    FONT-SIZE: 11px;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none;
}
DIV
{
    FONT-SIZE: 11px;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none;
}
H1
{
    FONT-SIZE: 13px;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
    font-weight : bold;
    COLOR: #343B9E;
}

H3
{
    FONT-SIZE: 16px;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
    font-weight : bold;
    COLOR: #343B9E;
}
hr
{
    COLOR: #7a7a7a;
    HEIGHT: 1px;
}

HR.black
{
    COLOR: #113b54;
    HEIGHT: 1px;
}

/*CUSTOMIZE*/
.bigtext
{
    FONT-SIZE: 13px;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
    font-weight : bold;
    COLOR: #343B9E;
}

.bigletter
{
    FONT-SIZE: 56px;
    COLOR: #343B9E;
    font-weight : bold;
    float : left;
    width : 0.7em;
    vertical-align: top;
    }

.maincolor
{
    BACKGROUND-COLOR: #000066;
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold;
}

.topsolid
{
    DISPLAY: block;
    BORDER-top: #cccccc 1px;
}
.sidedotted
{
    DISPLAY: block;
    BORDER-LEFT: #cccccc 2px dotted
}
.botdotted
{
    DISPLAY: block;
    BORDER-bottom: #cccccc 2px dotted
}

/*BANNER*/

.banner
{
    BACKGROUND-COLOR: #6EC05E;
}

/*COLORS*/
.bghomepic
{
    BACKGROUND-COLOR: #D3D8DB;
}

.bggreen 
{
    BACKGROUND-COLOR: #ecf5f3;
}

.bgblack
{
    BACKGROUND-COLOR: #113b54;
}
.bggrey
{
    BACKGROUND-COLOR: #f9f7f4;
}
.bglightgrey
{
    BACKGROUND-COLOR: #F2F1F1;
}

.lightyellow
{
    BACKGROUND-COLOR: #FDFEE9;
}

.bgblue
{
    BACKGROUND-COLOR: #E9E9F2;
}
/*FOOTER*/
.footer
{
    FONT-SIZE: 11px;
    COLOR: #9e9e9f;
    padding:5px 5px 5px 5px;
}

.bggrey
{
    BACKGROUND-COLOR: #b3bab9;
}

/*LINKS*/
.linkbackground
{
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    margin-left:5px;
     margin-right:5px;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    background-color: #E50003;
    font-weight:bold;
}


A:link
{
    FONT-SIZE: 11px;
    COLOR: #3e7393;;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-SIZE: 11px;
    COLOR: #3e7393;;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-SIZE: 11px;
    COLOR: #3e7393;;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: underline
}

A:link.link
{
    FONT-SIZE: 11px;
    COLOR: #006556;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none;
    font-weight:;
}
A:visited.link
{
    FONT-SIZE: 11px;
    COLOR: #006556;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none;
    font-weight:;
}
A:hover.link
{
    FONT-SIZE: 11px;
    COLOR: #006556;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: underline;
    font-weight:;
}

A:link.small
{
    FONT-SIZE: 10px;
    COLOR: #3A408E;;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
A:visited.small
{
    FONT-SIZE: 10px;
    COLOR: #3A408E;;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
A:hover.small
{
    FONT-SIZE: 10px;
    COLOR: #3A408E;;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: underline
}

/*MENU*/

.menutop
{
background-color: #999999;
}
.menuleftbg
{
background-color: #eeeeee;
padding-top:2px;
padding-right:2px;
padding-bottom:2px;
padding-left:2px;
}
.menuheader 
{
background-color: #999999;
}
/*TEXT*/

.headings {  font-size: 16px; font-weight: bold; text-transform: uppercase; color: #black; line-height: 14px}

.mini	{
	font-size:8px;
	}


.regular
{
    FONT-SIZE: 11px;
    COLOR: #113b54;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
.small
{
    FONT-SIZE: 10px;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}
.smallred
{
    FONT-SIZE: 10px;
    COLOR: #BC041E;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none
}

.green
{
COLOR: #black;
}
.textbox{COLOR: #582160;}
.blue
{
COLOR: #3A408E;
}
.lightblue
{
COLOR: #6a90bf;
}
.red
{
COLOR: #BC041E;
}
.white
{
COLOR: #ffffff;
}
.grey
{
COLOR: #595c5c;
}
.blue
{
    FONT-SIZE: 11px;
    COLOR: #3A408E;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none;
    FONT-WEIGHT:bold;
}

.bluelink
{
    FONT-SIZE: 11px;
    COLOR: #343B9E;
    FONT-FAMILY: tahoma,Lucida Sans,arial,helvetica,sans-serif;
    TEXT-DECORATION: none;
    FONT-WEIGHT:bold;
}
.header
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #9e9e9f;
    FONT-WEIGHT: none;
}

/*CALL LEVEL*/

.low
{
COLOR: #7CB364;
}

.medium
{
COLOR: #F0C01A;
}

.high
{
COLOR: #F0291A;
}

/*FORMS*/

INPUT.text
{font-size:11px; color:#113b54; background-color:#FFFFFF; border-style:solid; border-color:#bec4c4;border-width:thin;border-width:1px; }

SELECT.select
{font-size:11px; olor:#113b54; background-color:#FCFDEE; border-style:solid; border-width:thin; border-color:#bec4c4; }

.button
{
    FONT-SIZE: 11px;
    BACKGROUND: #000000;
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: tahoma,Lucida Sans,arial, Helvetica, sans-serif;
    border-style:solid;
    border-width:1px;
    border-color: #bfc1c1;
    font-weight: bold;
}

/*BOXES*/


.mainbox
{
    BACKGROUND-COLOR: #black;
    COLOR: #FFFFFF;
    padding:2px 2px 2px 2px;
}

.textbox
{
   BACKGROUND-COLOR: #eef7f5;
   COLOR: #747877;
   padding:2px 2px 2px 2px;
}

.bggreybox
{
    BACKGROUND-COLOR: #ADADAD;
}


.updates
{
    BORDER-RIGHT: #ADADAD 1px solid;
    BORDER-TOP: #ADADAD 1px solid;
    BORDER-LEFT: #ADADAD 1px solid;
    BORDER-BOTTOM: #ADADAD 1px solid;
    BACKGROUND-COLOR: #F0F4FC;
}

.phonebox
{
    BORDER-RIGHT: #ADADAD 1px solid;
    BORDER-TOP: #ADADAD 1px solid;
    BORDER-LEFT: #ADADAD 1px solid;
    BORDER-BOTTOM: #ADADAD 1px solid;
    BACKGROUND-COLOR: #FAF9F0;
}

.editnews
{
    BORDER-RIGHT: #3A408E 1px solid;
    BORDER-TOP: #3A408E 1px solid;
    BORDER-LEFT: #3A408E 1px solid;
    BORDER-BOTTOM: #3A408E 1px solid;
    BACKGROUND-COLOR: #E9E9F2;
}

.dottedbottom
{

	BORDER-BOTTOM: #BABABB 1px dotted;;
}


.dottedright
{
	BORDER-RIGHT: #BABABB 1px dotted;;
}



