/* ********************************************************************* */
/*  ::: Standard HTML Elements                                           */
/* ********************************************************************* */
body
{
    background-color: #cccccc;
    color: #454545;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
}

TD
{
    color: #454545;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
}

A
{
    text-decoration: none;
    color:#336699;
}

A:active
{
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}

SELECT
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#ffffff; 
    color:#003366;
    font-weight: normal;
}

INPUT
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#ffffff; 
    color:#003366;
    font-weight: normal;
}

TEXTAREA
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#ffffff; 
    color:#003366;
    font-weight: normal;
}

HR
{
	color: #336699;
}
 
.button
{
    background: #336699;
    border-bottom: #001177 1px solid;
    border-left: #5588ee 1px solid;
    border-right: #001177 1px solid;
    border-top: #5588ee 1px solid;
    color: #eeeeee;
    cursor: hand;
    font-family: verdana,tahoma,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 19px;
    text-decoration: none;
}

.icon
{
	cursor: hand;
	border: solid 1px #f5f5f5;
}

.iconActivated
{
	cursor: hand;
	background: #ffdd55;
	border: solid 1px #ff9900;
}


/* ********************************************************************* */
/*  ::: Text Styles                                                      */
/* ********************************************************************* */

.plainText
{
    color: #454545;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
}

.tinyText
{
    color: #454545;
    font-family: verdana,tahoma,arial;
    font-size: 9px;
}

.copyrightText
{
    color: #eeeeee;
    font-family: verdana,tahoma,arial;
    font-size: 9px;
}

.userInfoText
{
    color: #eeeeee;
    font-family: verdana,tahoma,arial;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
}

.plainText
{
    color: #454545;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
}

.boldPlainText
{
    color: #454545;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    font-weight: bold;
}

.header-Enterprise
{
    color: #eeeeee;
    font-family: verdana,tahoma,arial;
    font-size: 24px;
    font-weight: bold;
	padding-right: 10px; 
	padding-left: 13px; 
	letter-spacing: 2px;
}

.footer-branding A
{
    color: #eeeeee;
    font-family: verdana,tahoma,arial;
    font-size: 10px;
    font-weight: normal;
	padding-right: 10px; 
	padding-left: 5px; 
	letter-spacing: 2px;
}

.featureHeadlineText
{
    color: #BFE5FA;
    font-family: verdana,tahoma,arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #336699;
    padding: 2px 5px 2px 5px;
    letter-spacing: 2px;
    
}

.headlineText
{
    color: #336699;
    font-family: verdana,tahoma,arial;
    font-size: 13px;
    font-weight: bold;
}

.loginMessageText
{
    color: #eeeeee;
    font-family: verdana,tahoma,arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 400%;
}

.bannerText
{
    color: #eeeeee;
    font-family: verdana,tahoma,arial;
    font-size: 13px;
    font-weight: bold;
}

.menuText
{
    color: #eeeeee;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
}

.alertText
{
    color: #ff0000;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    font-weight: normal;
}

.smallAlertText
{
    color: #ff0000;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    font-weight: normal;
}

.errorText
{
    color: #ee3333;
    font-family: verdana,tahoma,arial;
    font-size: 14px;
    font-weight: bold;
    border: dashed 2px #ee3333;
    padding: 4px 4px 4px 4px;
}


/* ********************************************************************* */
/*  ::: Navigation Bar                                                   */
/* ********************************************************************* */

.navBar
{
	font-family: Verdana,tahoma,arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}

.navBar A 
{
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	line-height: 150%;
	color: #333333;
}

.navBar A:hover 
{
	text-decoration: none;
	border: solid 1px #6699cc; 
	background-color: #B8E0F6;
	color: #0000cc;
	line-height: 150%;
	padding: 1px 2px 1px 2px;
}

/* ********************************************************************* */
/*  ::: Application Appearance                                           */
/* ********************************************************************* */

.loginForm
{
  background-color: #eeeeee;
  border: solid 2px #336699;
}

.loginFormHeader
{
	background-color: #6699cc;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana,tahoma,arial;
	font-size: 14px;
}

.loginBox
{
	 border: solid 1px #000099;
	 background-color: #99ccff;
	 color: #454545;
}

.banner
{
    background-color: #6699cc;
    border: solid 2px #BFE5FA;
}

.sgDefault
{
	border: solid 1px #336699; 
	background-color: #BFE5FA;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	font-weight: normal;
	color: #222222;
}

.sgDefault SELECT
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#ffffff; 
    color:#003366;
    font-weight: normal;
    border: solid 1px #336699;
}

.sgDefault INPUT
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#ffffff; 
    color:#003366;
    font-weight: normal;
}

.sgDefault TEXTAREA
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#ffffff; 
    color:#003366;
    font-weight: normal;
}

.sgDefault .small_button
{
    background: #336699;
    border-bottom: #001177 1px solid;
    border-left: #5588ee 1px solid;
    border-right: #001177 1px solid;
    border-top: #5588ee 1px solid;
    color: #eeeeee;
    cursor: hand;
    font-family: verdana,tahoma,sans-serif;
    font-size: 9px;
    font-weight: normal;
    height: 16px;
    text-decoration: none;
}

.sgDefault .button
{
    background: #336699;
    border-bottom: #001177 1px solid;
    border-left: #5588ee 1px solid;
    border-right: #001177 1px solid;
    border-top: #5588ee 1px solid;
    color: #eeeeee;
    cursor: hand;
    font-family: verdana,tahoma,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 19px;
    text-decoration: none;
}


.sgDefault .checkBox
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border: solid 1px #336699;
	background-color: #BFE5FA;
	color: #BFE5FA;
}

.featuredProperties
{
	padding: 10px 10px 10px 10px;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	color: #222222;	
}

.featuredProperties IMG
{
	border: solid 1px #454545; 
}


/* ********************************************************************* */
/*  ::: Add/Edit Forms Properties                                        */
/* ********************************************************************* */
.addEditForm
{
	border: solid 1px #336699; 
	background-color: #BFE5FA;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	font-weight: normal;
	color: #222222;
}

.addEditForm SELECT
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#ffffff; 
    color:#003366;
    font-weight: normal;
    border: solid 1px #336699;
}

.addEditForm INPUT
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#ffffff; 
    color:#003366;
    font-weight: normal;
}

.addEditForm TEXTAREA
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#ffffff; 
    color:#003366;
    font-weight: normal;
}

.addEditForm .small_button
{
    background: #336699;
    border-bottom: #001177 1px solid;
    border-left: #5588ee 1px solid;
    border-right: #001177 1px solid;
    border-top: #5588ee 1px solid;
    color: #eeeeee;
    cursor: hand;
    font-family: verdana,tahoma,sans-serif;
    font-size: 9px;
    font-weight: normal;
    height: 16px;
    text-decoration: none;
}

.addEditForm .button
{
    background: #336699;
    border-bottom: #001177 1px solid;
    border-left: #5588ee 1px solid;
    border-right: #001177 1px solid;
    border-top: #5588ee 1px solid;
    color: #eeeeee;
    cursor: hand;
    font-family: verdana,tahoma,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 19px;
    text-decoration: none;
}


.addEditForm .checkBox
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border: solid 1px #336699;
	background-color: #BFE5FA;
	color: #BFE5FA;
}

.addEditFormHeader
{
	background-color: #336699;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.addEditFormButtonBar
{
	background-color: #BFE5FA;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.addEditForm .notes
{
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    background-color:#BFE5FA; 
    border: none;
    font-weight: normal;
    color: #454545;
}

.addEditForm .workLog
{
	border: solid 2px #336699;
	background-color: #eeeeee;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	color: #454545;
}

.addEditForm .workLogAlt
{
	border: solid 2px #336699;
	background-color: #ffffff;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	color: #454545;
}

.addEditForm .workLogHeader
{
	background-color: #BFE5FA;
	font-family: Verdana,tahoma,arial;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

/* ********************************************************************* */
/*  ::: DataGrid Appearance Properties                                   */
/* ********************************************************************* */
.dataGridHeadline
{
    color: #BFE5FA;
    font-family: verdana,tahoma,arial;
    font-size: 13px;
    font-weight: bold;
    background-color: #336699;
    padding: 2px 5px 2px 5px;
    letter-spacing: 2px;
    
}

.dataGridIconBar
{
	overflow:hidden;
    border: solid 1px #336699;
    font-family: verdana,tahoma,arial;
    font-size: 11px;
    color: #336699;
    font-weight:bold;
    background-color: #BFE5FA;
    padding: 2px 5px 2px 5px;
}

.dataGridIcon
{
	cursor: hand;
	background: #BFE5FA;
	border: solid 1px #BFE5FA;
}

.dataGridIconBar .radioButton
{
	cursor: hand;
	background: #ffffff;
	color:  #336699;
	border: solid 1px #336699;
	padding: 2px 10px 2px 5px;
	margin-left: 2px;
}

.dataGridIconActivated
{
	cursor: hand;
	background: #ffdd55;
	border: solid 1px #ff9900;
}

.dataGridAlt
{
	border: solid 2px #336699;
	background-color: #eeeeee;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	color: #454545;
	padding: 3px 3px 3px 3px;
}

.dataGrid
{
	border: solid 2px #336699;
	background-color: #ffffff;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	color: #454545;
	padding: 3px 3px 3px 3px;
}

.dataGridHighlighted
{
	border: solid 2px #336699;
	background-color: #ffdd55;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	color: #000000;
	padding: 3px 3px 3px 3px;
	cursor: hand;
}

.dataGridHeader
{
	background-color: #BFE5FA;
	font-family: Verdana,tahoma,arial;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

tr.dataGridHeader A
{
	color: #336699;
}

tr.dataGridHeader A:active
{
    text-decoration: none;
}

tr.dataGridHeader A:hover
{
    text-decoration: underline;
}

.dataGridFooter
{
	background-color: #BFE5FA;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
}

.dataGridPager
{
	background-color: #BFE5FA;
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
}

tr.dataGridPager A
{
	color: #336699;
}

tr.dataGridPager A:active
{
    text-decoration: none;
}

tr.dataGridPager A:hover
{
    text-decoration: underline;
}

.dataGridPageInfo
{
	font-family: Verdana,tahoma,arial;
	font-size: 10px;
	color: #454545;
}

