/* Custom navigation menu header styles. Only appears in header file */
/* Menu bar */

/* All links are without decoration and become underlined on mouse hover */
/* ref#00 */
a				{
	color: #6A5ACD; 
	background: transparent; 
	text-decoration: none;
 } 
a:link		{
   color: #6A5ACD; 
	background: transparent; 
	text-decoration: none; } 
a:visited	{
   color: #6A5ACD; 
	background: transparent; 
	text-decoration: none; } 
a:hover 		{
   color: #FF2647; 
	background: transparent; 
	font-style: normal; 
	text-decoration: underline;  
}

/* Default text style for text without an assigned class */
body {
	background-color: #213765;
	color: #F0E68C;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	scrollbar-face-color: #213765;
   scrollbar-shadow-color: #000033;
   scrollbar-highlight-color: #F0E68C;
   scrollbar-3dlight-color: #FFB903;
   scrollbar-darkshadow-color: #FFB903;
   scrollbar-track-color: #735542;
   scrollbar-arrow-color: #F0E68C; 
}

/* Default color for text inside a table */
td {
	color: #0F1973;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	background-color: #F0E68C;
}

input		{
	background-color: #000033;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	border: 1px solid #778899;
}

/* Hyperlink styles on the Admin site. */
.adminlink {
	color: #0F1973;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

.adminlink:link {
	color: #0F1973;
}

.adminlink:visited {
	color: #0F1973;
}

/* Indicates if user is logged in in the Admin site. */
.adminstatus {
	background-color: #000088;
	color: #FFFFFF;
}

/*This will be the style applied to the floating back to the top link */
.backtotop {
	color: #FF2647;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/*The appearance of a link in the body text*/
/* ref#39 */
.bodylink {
	color: #778899;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	background: transparent; 
}

/*The attributes of text that appears in the body
of the mainpage*/
/*The appearance of the main header in any body*/
/* ref#34 */
.bodymainheader {
	color: #000088;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
}

/*Small text in a body*/
/* ref#36 */
.bodysmall {
	color: #000033;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/*Small bold text in a body*/
.bodysmallbold {
	color: #6F6CFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: transparent;
}

/*The font style for the sub heading text in the body*/
/* ref#37 */
.bodysubheader {
	color: #000088;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-decoration: none;
}

/*Standard text in a body*/
/* ref#35 */
.bodytext {
	color: #000033;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background: Silver;
}

/*Very small text used for errors */
/* ref#38 */
.bodyverysmall {
	color: #FF2647;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

/*This is the background for all the stuff that appears
* in the center of the screen, like the text and various
* search boxes*/
/* ref#3 */
.centerbackground {
	background-color: #F0E68C;
}

/*This is the text for the currency selector table */
/* ref#49 */
.currency {
	color: #000033;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/*This is the background color for the currency selector table */
/* ref#51 */
.currencybackground {
	background-color: #F0E68C;
}

/*This is the border color for the currency selector table */
/* ref#50 */
.currencyborder {
	background-color: #778899;
}

/* ref#33 */
.footerbackground {
	background-color: #000033;
}

/* ref#31 */
.footerlink {
	color: #778899;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #000033;
	}
.footerlink:link {
	color: #778899;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.footerlink:visited {
	color: #5ABDCD;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.footerlink:hover {
   color: #FF2647; 
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}

/* ref#32 */
.footerlinksmall {
	color: #F0E68C;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

/* samll text in footer */
.footersmall {
	color: #F0E68C;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background: #000033;
}

/*The footer stuff*/
/*The style applied to the text and links in the footer*/
/* ref#30 */

.footertext {
	color: #F0E68C;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background: #000033;
}

/*The left hand side navigation bar*/
/*Is here to separate from topNavBar so you can give this
* section a different look*/
/* ref#14 */
.leftnavbar {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

/*The background color of the left navigation bar*/
/* ref#15 */
.leftnavbarbg {
	background-color: #213765;
}

/*This is the text that the information on current user and currency
* on the righthand sidebar uses*/
/* ref#59 */
.logininfotext {
	color: #F0E68C;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	background-color: #213765;
}


/*The main background color, this appears at the top and
* of all pages*/
/* ref#1 */
.mainbackground {
	background-color: #213765;
}

/*This is the main font used.  It is specified at table declarations
* and is often overwritten in cells by other class calls*/
.mainfont {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.navitem {
	background: #000033;
	color: #F0E68C;
	font-family: Tahoma, arial;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-top: 4px;
	visible: false;
}

/* Menu bar drop down list */
.navitem a:link {
	color: #F0E68C;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navitem a:visited {
	color: #F0E68C;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navitem a:hover {
	color: #F0E68C;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navitemon {
	background: #735542;
	color: #FFFFFF;
	cursor: hand;
	font-family: Tahoma, arial;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-top: 4px;
	visible: false;
}

/* Menu bar drop down list with mouse over */
.navitemon a:link {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navitemon a:visited {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navitemon a:hover {
	color: #FF2647;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navmenu {
	background: #993366;
	color: #FFFFFF;
	font-family: Tahoma, arial;
	font-size: 8pt;
	font-weight: bold;
	visible: false;
}

.navmenu a:link {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navmenu a:visited {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navmenu a:hover {
	color: #FF2647;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navmenuon {
	background: #000033;
	color: #FFFFFF;
	cursor: hand;
	font-family: Tahoma, arial;
	font-size: 8pt;
	font-weight: bold;
	visible: false;
}

/* Menu bar with mouse over */
.navmenuon a:link {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navmenuon a:visited {
	color: #F0E68C;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.navmenuon a:hover {
	color: #FF2647;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-decoration: none;
	visible: false;
}

.off {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.offl {
	color: #FFB903;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.offm {
	color: #778899;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.offy {
	color: #FF2647;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.offz {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
}

/* Left menu links */
.on {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.onl {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.onm {
	color: #778899;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.ony {
	color: #778899;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.onz {
	color: #778899;
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
}

/*Determines the font styles used in the context-sensitive help DHTML layers.*/
/* ref#47 */
.popuptext {
	background-color: #000033;
	color: #F0E68C;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/* the following are for the pricing table: */
/* ref#52 */
.pricehead {
	background-color: #F0E68C;
	color: #213765;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/* ref#54 */
.pricerow1 {
	background-color: #D0FFA2;
	color: #213765;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* ref#55 */
.pricerow2 {
	background-color: #C9FF95;
	color: #213765;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* ref#56 */
.pricerow3 {
	background-color: #D0FFA2;
	color: #213765;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* ref#57 */
.pricerow4 {
	background-color: #C9FF95;
	color: #213765;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* ref#58 */
.pricerow5 {
	background-color: #D0FFA2;
	color: #213765;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* ref#53 */
.pricetext {
	color: #213765;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.pricingbody {
	background: #FFFFCC;
	color: #213765;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
}

/* Header nav menu right bar. Right cell on header menu. The bar on the header navigation menu with no links */
.rightnavcell {
	background-color: #000033;
}

/*The standard background colour for searches*/
/* ref#16 */
.searchbackground {
	background-color: #000033;
	border: 1px solid #0F1973;
}

/*Another background color for the boxes around the search.
* This colour is used in the first box beneath the member
* login.  It can be set to the same as above for consistency*/
/* ref#17 */
.searchbackgroundalt1 {
	background-color: #F0E68C;

}

/*As above except for the second box, ie the one on the right*/
/* ref#18 */
.searchbackgroundalt2 {
	background-color: #F0E68C;

}

/*The button style for buttons in the search boxes*/
/* ref#27 */
.searchbutton {
	background-color: #000033;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	border: 1px solid #778899;
}

/*The font style applied to other text in the search forms ie the 'www'*/
/* ref#25 */
.searchformfield {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;

}

/*Styles for the search box*/
/*The font style for the main heading text in search boxes*/
/* ref#19 */
.searchheader {
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

/* ref#20 */
.searchheaderalt1 {
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

/* ref#21 */
.searchheaderalt2 {
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

/*The font style for the (contrasting) heading text in search boxes*/
/* ref#23 */
.searchheaderlight {
	color: #FF3300;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

/*The style for input fields in the search boxes*/
/* ref#26 */
.searchinput {
	background-color: #000033; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #F0E68C; 
	border: 1px solid #778899;
	font-weight: NORMAL;
}

/*The font style applied to href's in the search boxes
* ie the 'multiple' domains search*/
/* ref#29 */
.searchlink:link {
	color: #0F1973;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.searchlink:visited {
	color: #0F1973;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
/*The font style for small text in a search box*/
/* ref#48 */
.searchsmall {
	background: #F0E68C;
	color: #000033;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

/*This is the font style of the large step numbers in
* search boxes*/
/* ref#28 */
.searchsteptext {
	color: #FF2647;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
}

/*The font style for the sub heading text in search boxes*/
/* ref#22 */
.searchsubheader {
	color: #0033CC;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-decoration: none;
}

/*The font style for normal text in a search box*/
/* ref#24 */
.searchtext {
	color: #FF6633;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

/*The sidebar background color, this appears at the
* left hand side of all pages*/
/* ref#2 */
.sidebarbackgroundleft {
	background-color: #213765;
}

/*The sidebar background color, this appears at the
* right hand side of all pages*/
/* ref#0 */
.sidebarbackgroundright {
	background-color: #213765;
}

/*This is a color used in places to provide spacing*/
/* ref#10 */
.spacingcolor {
	background-color: #213765;
}

/*The background colour of non selected steps*/
/* ref#46 */
.stepdeciderbackground {
	background-color: #F0E68C;
	
}

/*The background color of the selected step*/
/* ref#45 */
.stepdeciderselectedbackground {
	background-color: #000033;
}

/*******************************************************
* Here is the part the reseller will need to edit to get
* the step decider include to look right
*******************************************************/
/*The attributes of the step decider part on the right*/
/*The style for the number of the selected section*/
/* ref#40 */
.stepdeciderselectedsteptext {
	color: #FF2647;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
}

/*The first style applied to the text of the selected section.*/
/* ref#42 */
.stepdeciderselectedtext {
	color: #FFB903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

/*An alternate colour applied to the selected step's text.
* This is applied to the second row of text and there after
* in the selected step*/
/* ref#43 */
.stepdeciderselectedtextalt {
	color: #F0E68C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

/*The standard number text for non selected sections*/
/* ref#41 */
.stepdecidersteptext {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
}

/*The standard style applied to the text in the non selected steps.*/
/* ref#44 */
.stepdecidertext {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

/*The font for the links that appear in the lefthand sidebar
* on the manage domains page and others*/
.submenu {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align: right;
	text-decoration: none;
}

/* 
 * the first color of the alternating color series of
 * the summary pages
 */
.summarymenutitle0 {
	background-color: #000033;
	border-bottom: 0px solid #778899;
	border-left: 1px solid #778899;
	border-right: 1px solid #778899;
	border-top: 1px solid #778899;
	color: #F0E68C;
	cursor: pointer;
	font-weight: bold;
	margin-top: 2px;
	padding: 0px;
	text-align: center;
	width: 440px;
}

/* 
 * the second color of the alternating color series of
 * the summary pages
 */
.summarymenutitle1 {
	background-color: #000033;
	border-bottom: 0px solid #778899;
	border-left: 1px solid #778899;
	border-right: 1px solid #778899;
	border-top: 1px solid #778899;
	color: #F0E68C;
	cursor: pointer;
	font-weight: bold;
	margin-top: 2px;
	padding: 0px;
	text-align: center;
	width: 440px;
}

/* 
 * the submenu page of the summary
 */
.summarysubmenu {
	border-bottom: 1px solid #778899;
	border-left: 1px solid #778899;
	border-right: 1px solid #778899;
	border-top: 1px solid #778899;
	margin-bottom: 0.5em;
	text-align: justify;
}

/* text for pricing info */
.tddatavs {
	color: #FF2647;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

/* heading for pricing info */
.tddatavsbl {
	color: #FA8406;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

/*The properties relevant to the main title bar.*/
/*This is the main font of the title bar*/
/* ref#4 */
.titlebar {
	color: #993366;
	font-family: Arial, Verdana, Helvetica;
	font-size: 19pt;
	font-weight: bold;
	letter-spacing: -1pt;
	background: #F0E68C;
}

/*The button that appears in the title bar for searching*/
/* ref#5 */
.titlesearchbutton {
	background-color: #000033;
	color: #FFFFCC;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	font-weight: bold;
}

/*The properties for all input fields that appear in the title bar
* for searching*/
/* ref#6 */
.titlesearchinput {
	color: #F0E68C;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	font-weight: NORMAL;
}

/*The text of the title bar relative to searching, ie the 'www'*/
/* ref#7 */
.titlesearchtext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

/*This is the text of the top navigation bar*/
/* ref#8 */
.topnavbar {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/*The background color of the top navigation bar*/
/* ref#11 */
.topnavbarbg {
	background-color: #735542;
}

/*The appearance of a link in the top navigation bar when it is selected
* The original layout of this was to give a 'tab' apppearance, to avoid
* this set the properties to be identical to the topNavBar ones.*/
/* ref#9 */
.topnavbarselected {
	background-color: #735542;
	color: #FA8406;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/*The background color of the selected link in the top
* navigation bar.  Also this is the color of the row that
* appears just below the top navigation bar*/
/* ref#12 */
.topnavbarselectedcolor {
	background-color: #735542;
}

/*This is the font of the little links that appear
* in the row just below the top navigation bar on certain
* pages like the member services page*/
/* ref#13 */
.topnavsublinks {
	color: #F0E68C;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

/*
 * Background of the whois page. Otherwise defaults to main page background
 * which is grey for the new page style
 */
.whoisbody {
	background-color: #ffffff;
	color: #FFFFFF;
	font-family: , Arial;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
}.hostingComparisonTable
{
        background-color: white;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
}
.hostingPriceFeaturesTable
{
        background-color: white;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
}
.loginBorder
{
        background-color: #7F9DB9;
}


.loginControlPanel
{
        background-color: white;
}


