/*
Any text in between the characters surrounding
this text, is ignored by the browser.  These are comments and
are used to clarify the meaning for the tags below.
*/
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 0px;
	MARGIN: 10px 10px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff; /* - BackGround Color for all of CRM */
	/*
	BACKGROUND: url(HKBKground.gif);    
	- Use this instead of BackGround-Color to specify and image for 
	the Background, don't forget to upload the background image first! 
	*/
}
/*
The following A tag is used to format HREF's
*/
A {
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/*
bodyText is used throughout the CRM tool to specify the 
font and color for default text. bodyText A, A:visited may
not be necessary to change.
*/
.bodyText {
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: regular;
    COLOR: #000000;
}
.bodyText A {
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #000000;
    /* TEXT-DECORATION: none; */
}
.bodyText A:visited {
    COLOR: #000000;
}
.bodyText A:hover {
    COLOR: #000000;
}
/*
columnHeading is where you will change the color of the menu bar
by changing the background property below.
*/
.columnHeading {
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: #ffffff; /* Change this to change text color displayed in Menu Bar. */
    BACKGROUND-COLOR: #181EA6; /* Change this to change Menu Bar. */
}
/*
This tags may or may not be used, probably not,
if something doesn't show up correctly in the menu
bar you may need to edit this.
*/
.columnHeading A {
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    TEXT-DECORATION: none;
}
.columnHeading A:visited {
    COLOR: #ffffff;
}
.columnHeading A:hover {
    COLOR: #ffffff;
    FONT-WEIGHT: bolder;
}
/*
evenRow / odd are used to change colors between all available jobs.
*/
.evenRow {
    /* BACKGROUND-COLOR: #ffffff;   // use the background color */
}
.oddRow {
    BACKGROUND-COLOR: #f5f5f5;
}
/*
Shouldn't need to change. This is the formatting for the text displayed
when a user enters and incorrect password, etc.
*/
.errorText {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12px;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
/*
May need to change jobTitle color to match clients preference.
This is the color the text for example: 'Web Developer'
will show up as on the screen after the user clicks on
the job from the main menu.
*/
.jobTitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #181EA6;
    FONT-FAMILY: Verdana, Arial;
}
/*
More than likely will need to change field label.
This is the inner table displayed, for example where
we ask for email and password, etc.
*/
.fieldLabel {
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    BACKGROUND-COLOR: #f5f5f5;
}
/*
This is the style for all buttons used throughout the
CRM tool.  Will need to change the BackGround more than
likely.
*/
.inputButton {
	FONT-WEIGHT: bolder;
	FONT-SIZE: 10pt;
	CURSOR: hand;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #181EA6;
}
