/***** GENERAL PAGE STYLES *****/
/* This is the Virev PMO master layout CSS */
* {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
	font-size: 68.75%; /* Resets 1em to 11px */
	font-family: Verdana, Arial;
	line-height: 17px;
	margin: 0px;
	background: #73797B;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

#header {
	width: 100%;
	height: 159px;
	background: url(../images/bgHeader.gif) bottom left repeat-x;
}

#superHeader {
	height: 166px;
}

#logo {
	padding-top: 15px;
	margin-right: 15px;
}
#page {
	width: 100%;
}
#page2 {
	background: #fff;
	width: 100%;
}
#pageLeftColumn {
	width: 100%;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#pageRightColumn {
	vertical-align: top;	
	background-color: #EBF4FD;
	border-left: 2px solid #D5EBFF;
	border-right: 2px solid #D5EBFF;
	padding: 5px;
	width: 201px;
	height: 100%;
}
.rightColTop {
	width: 217px;
	height: 7px;
	background: url(../images/rightColTop.gif) no-repeat;
}
.rightColBottom {
	width: 217px;
	height: 7px;
	background: url(../images/rightColBottom.gif) no-repeat;
}
.rightColItemContainer {
	padding: 2px; 
	margin-left: -3px;
}

.spacerDiv {
	height: 5px;
}

td,p,table,tr,input,select,textarea {
	font-family: Verdana, Arial;
	line-height: 17px;
	font-size: 1em;
}

input[type="text"],input[type="password"],textarea {
	padding: 2px;
}

select {
	height: 20px;
}

#pageTitleBG {
	background: url(../images/bgPageTitle.gif) no-repeat;
	width: 261px;
	height: 32px;
	margin-top: 20px;
}
.pageTitleIcon {
	width: 261px;
	height: 35px;
	margin-left: 15px;
}
.pageTitle {
	font-family: Arial;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
	margin-left: 10px;
	padding-top: 2px;
	letter-spacing: .05em;
}
.listHeader {
	background: #FBE9A1;
	padding: 4px;
	font-weight: bold;
}
.pageBGColor {
	background: #fff;
}
/***** TEXT STYLES *****/
h1 {
	color: #DD6611;
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #003399;	
}
h3 {
	font-family: Arial;
	font-size: 2em;
	color: #333;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: bold;
}
h4 {
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #993333;
	margin: 10px;
}
.subText {
	color: #C0DFFC;
	font-weight: bold;
}
.bigText {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
}

/***** LINK STYLES *****/
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}

.bigLink {
	color: #003399;
	text-decoration: none;
	font-size: 1.7em;
	font-weight: bold;
	font-family: Arial;
}

.bigLink:hover {
	text-decoration: none;
	color: #618FEB;
}

.completedItem {
	color: #999;
	text-decoration: line-through;
}
/***** UL STYLES *****/
ul1 {
	list-style-type: none;
}


/***** FOOTER STYLES *****/

#footer {
	width: 100%;
	height: 88px;
	background: url("../images/bgFooter.gif") repeat-x right top;
	padding-top: 22px;
	text-align: right;
}

.footerContent {
	padding: 10px;
}

/* ***** END FOOTER STYLES ***** */

/***** MOVEABLE BOXES ON DASHBOARD *****/
#boxes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 90%;
}
#boxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 10px;
	width: 30%;
	padding-top: 0px;
}

/***** MAIN MENU AND SUB-MENU STYLES *****/

#menu {
    width: 100%;
	height: 24px;
	margin-left: 55px;
	/*margin-top: -44px;*/
	margin-top: -70px;
}
#menu ul {
    list-style: none;
	display: inline;
}

#menu li.tab {
    float: left;
	display: inline;
	background: url("../images/tabRight.gif") no-repeat right top;
	width: 100px;
	height: 32px;
	padding-top: 3px;
    text-align: center;
    margin-left: -1px;
}
#menu li.tabLeft {
	float: left;
	display: inline;
	background: url("../images/tabLeft.gif") no-repeat right top;
	width: 5px;
	height: 32px;
}
#menu li.tabLeft2 {
	float: left;
	display: inline;
	background: url("../images/tabLeft2.gif") no-repeat right top;
	width: 4px;
	height: 32px;
}

#menu li a {
	display: block;
	width: 100px;
	height: 32px;
	font-family: Arial, Verdana;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #0066cc;
}

#menu a:hover {
	font-family: Arial, Verdana;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #DD6611;
}

#subMenuBG {
	width: 100%;
	height: 32px;
	margin-top: -28px;	
}

.subMenuUL {
	margin-top: 1px;
}
.subMenuUL li {
	font-size: 1.1em;
	list-style: none;
	margin-left: 5px;
	font-weight: bold;
	width: 173px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: arial;
}

.subMenuUL li a {
	font-family: Arial, Verdana;
	color: #333;
	text-decoration: none;
}
.subMenuUL li a:hover {
	font-family: Arial, Verdana;
	color: #fff;
	text-decoration: none;
}
.subMenuULHover {
	background: #ff9900;
	color: #fff;
}

.subMenuULNotHover {
	background: none;
	color: #333;
}

.dropDownMenuBG {
	width: 182px;
	background: url("../images/bgDropDownMenu.gif") no-repeat right bottom;	
}

#subMenuLinks {
	margin-left: 270px;
	height: 20px;
	margin-top: -2px;
	color: #384747;
}

#subMenuLinks a {
	color: #BDD61E;
	text-decoration: none;
}

#subMenuLinks a:hover {
	color: #E3F286;
	text-decoration: none;
}

.headerControls {
	float: right; 
	margin-top: -24px;
	margin-right: 25px;
}

#headText {
	display: inline;
	color: #ccc;
}

/***** CONTENT WINDOW STYLES *****/

.windowHead {
	width: 100%;
	height: 28px;
	background: url("../images/bgWindowHeader2.gif") repeat-x right top;
	text-align: left;
	margin-bottom: 1px;
	padding-right: 1px;
}

.windowFrame {
	width: 100%;
	border: 1px solid #DFDCDC;
	background: #fff url(../images/bgWindow.gif) repeat-x top left;
}

.windowHeadTitle {
	padding-left: 10px;	
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin-bottom: -2px;
}

.windowHeadDashboard {
	padding-top: 8px;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

.windowControls {
	width: 100%;
	text-align: right;
	margin-top: -16px;
}

.windowControlsDashboard {
	width: 100%;
	text-align: right;
	margin-top: -19px;
}

.windowIconRSS,.windowIconBugs,.windowIconQuotes,.windowIconProjects,
.windowIconNotes,.windowIconInvoices,.windowIconTasks,.windowIconReports,
.windowIconCalendar,.windowIconMessages,.windowIconDelicious,.windowIconSearch,
.windowIconJobTimer
{
	padding-left: 40px;
	margin-top: 0px;
	height: 27px;			
}

.windowIconRSS {
	background: url(../images/windowIconRSS.gif) no-repeat top left;
}

.windowIconBugs {
	background: url(../images/windowIconBugs.gif) no-repeat top left;
}

.windowIconQuotes {
	background: url(../images/windowIconQuotes.gif) no-repeat top left;
}

.windowIconProjects {
	background: url(../images/windowIconProjects.gif) no-repeat top left;
}

.windowIconNotes {
	background: url(../images/windowIconNotes.gif) no-repeat top left;
}

.windowIconInvoices {
	background: url(../images/windowIconInvoices.gif) no-repeat top left;
}

.windowIconTasks {
	background: url(../images/windowIconTasks.gif) no-repeat top left;
}

.windowIconReports {
	background: url(../images/windowIconReports.gif) no-repeat top left;
}

.windowIconCalendar {
	background: url(../images/windowIconCalendar.gif) no-repeat top left;
}

.windowIconMessages {
	background: url(../images/windowIconMessages.gif) no-repeat top left;
}

.windowIconDelicious {
	background: url(../images/windowIconDelicious.gif) no-repeat top left;
}

.windowIconSearch {
	background: url(../images/windowIconSearch.gif) no-repeat top left;
}

.windowIconJobTimer {
	background: url(../images/windowIconJobTimer.gif) no-repeat top left;
}

.windowHeadUpdates {
	padding-left: 45px;	
	padding-top: 3px;
	font-family: verdana;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	background: url(../images/iconWindowUpdates.gif) no-repeat top left;
}

.windowHeadEvents {
	padding-left: 45px;	
	padding-top: 3px;
	font-family: verdana;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	background: url(../images/iconWindowEvents.gif) no-repeat top left;
}

.windowTextContainer {
	width: 600px;
}

/***** TASK WIDGET STYLES *****/
.selTaskRow {
	background: #FBE9A1;
	font-weight: bold;	
}
.selTaskDisplayRow {
	background: #EBF4FD;	
	border-bottom: 1px solid #BFDFFD;
}
/***** END TASK WIDGET STYLES *****/

/***** TABLE STYLES *****/

.dataTable {
	border-collapse: collapse;
	width: 100%;
	margin: 1px;
}

.dataTable th {
	height: 17px;
	border: 1px solid #fff;
	background: #FBE9A1;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	color: #003399;
	padding: 3px;
	margin: 3px;
}

.dataTable td {
	padding: 2px;
	border: 1px solid #fff;
}
.dataTable tr:hover {
	/*background: #D0FED0;*/
	background: #D3FDBE;
}
.row {
	background: #fff;	
}
.altRow {
	background: #F3F3EE;
}
.emphRow {
	margin-bottom: 3px;
}
.emphRow td {
	background: #E9F4FF;
	border-bottom: 2px solid #6699CC;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.completedRow {
	margin-bottom: 3px;
}
.completedRow td {
	background: #ffcc66;
	border-bottom: 2px solid #6699CC;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.gridTable {
	border-collapse: collapse;
	width: 100%;
	margin: 1px;
}

.gridTable th {
	height: 17px;	
	font-size: .9em;
	font-weight: bold;
	color: #003399;
	padding: 3px;
	line-height: 10px;
	text-align: center;
}

.gridTable td {
	padding: 3px;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	vertical-align: top;
	padding-right: 10px;
}
.gridTable .rightCol {
	background: #F6F4F0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
	padding-left: 10px;
}

.gridTable .leftCol {
	text-align: right;
	padding-right: 10px;
}

.gridTable label {
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	padding-right: 10px;
	letter-spacing: 1px;
}

.gridTable label.required {
	background: url("../images/iconRequired.gif") right no-repeat;
}

/* style form elements on focus */
.gridTable input[type="text"]:focus, .gridTable textarea:focus {
	background: #ECF5FD;
	border: 1px solid #6699CC;
	padding: 3px;
}

.tableFooter {
	width: 100%;
	background: #E9F4FF;
}
.footerTable {
	width: 100%;
	padding: 0px;
}
.totalRow {
	background: #E9F4FF;
}
.totalCol {
	background: #ddddf7;
	text-align: center;
	font-weight: bold;
}

.tableBottomTotal {
	background: url("../images/tabGrayBottom.gif") bottom right no-repeat;
	height: 32px;
	padding-right: 4px;
}

.tableBottomContent {
	padding-top: 7px;
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #003399;	
}

/***** WIDGET EDITORS *****/
.widgetCol {
	 float: left;
	 width: 33%;
}
.widgets {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.widget {
	position: relative;
	float: left;
	width: 33%;
	margin-bottom: 10px;
	margin-right: 10px;
}

.widget2 {
	margin-bottom: 12px;
	margin-right: 12px;
}

.widget div.headHandle {
	width: 100%;
	height: 22px;
}

.widget .view {
	padding: 2px 2px;
	margin: 2px 0px;
	cursor: text;
}
.view:hover {
	background-color: #ffffcc;
}

.handle {
	cursor: move;
}

/***** SMALL POPUP WINDOWS and MENUS *****/
.popUpDiv {
	position: absolute; 
	z-index:5000;
}
.popUpWindow {
	background: #FFFCB9;
	border: 1px solid #E2DB95;
	margin-left: 5px;
	padding: 5px;
}
.popUpPointer {
	background: url("../images/popUpPointer.gif") no-repeat right top;
	height: 11px;
	margin-top: -16px;
	margin-left: 0px;
	width: 100%;
	
}
.popUpCal {
	background: #EBF4FD;
	border: 1px solid #BDDBF9;
}
.popUpMenu {
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-left: 5px;
	text-align: left;
}

.popUpMenuContent ul {
	list-style-type: none;
	margin-top: 1px;
	width: 100%;
}
.popUpMenuContent li {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	color: #003399;
}
.popUpMenuContent li:hover {
	background: #EBF4FD;

}
.popUpMenuContent hr {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: 0;	
}

hr {
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

/***** POP-UP MENUS *****/



/***** END POP-UP MENUS *****/
/***** GRAPH MENU STYLES *****/

#menuGraph {
    width: 439px;
	height: 19px;	
	margin-top: -1px;
}
#menuGraph ul {
	width: 439px;
	list-style: none;
	display: inline;
	
}
#menuGraph li {
	float: left;
	border: 1px solid #B0BEC7;
    display: inline;
	width: 144px;
	height: 19px;
	text-align: center;
}
#menuGraph a {
	color: #1080F0;
	text-decoration: none;
}
#menuGraph a:hover {
	color: #003399;
	text-decoration: none;
}
.menuLiChange1 { background: url("../images/bg_menuGraphHover.gif") repeat right top; }
.menuLiChange2 { background: url("../images/bg_menuGraph.gif") repeat right top; }

.graphTitle {
	/* See h4 */
}

.graphHeader {
	border: 1px solid #B0BEC7;
	background: url("../images/bg_menuGraph.gif") repeat right top; 
	text-align: left;
	padding: 2px;
}

.graphHeader2 {
	border: 1px solid #B0BEC7;
	background: url("../images/bg_menuGraph2.gif") repeat right top; 
	text-align: left;
	padding: 2px;
}

/***** END GRAPH MENU STYLES *****/

/***** GRAPH TABLE STYLES *****/

.tableGraph {
	width: 100%;
	background: #fff;		
}
.tableGraph tr {
	border: 1px solid #ccc;
}
.tableGraph tr.altRow {
	background: #FAFAE6;
}

/***** END GRAPH TABLE STYLES *****/

/***** CLIENT, INVOICE, PROJECT INFO WINDOWS *****/
.infoWindowMenu {
	border: 1px solid #B0BEC7;
	width: 100%;
	background: url("../images/bg_menuGraph2.gif") repeat-x right top; 
	text-align: left;
	height: 20px;
	margin-top: -3px; 
	margin-left: 1px;
}
.infoWindow {
	/*border: 1px solid #B0BEC7; */
	width: 100%; 
	text-align: center;
}
.infoWindowMenu ul {
	width: 100%;
	list-style: none;
	display: inline;
}
.infoWindowMenu li {
	float: left;
	border-right: 1px solid #B0BEC7;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
	text-align: center;
	cursor: pointer;
	color: #003399;
	height: 20px;
}
.menuItemSelected {
	background: url("../images/bgMenuSelect.gif") repeat-x right top; 
}
.menuItemNotSelected {
	background: url("../images/bg_menuGraph2.gif") repeat-x right top; 
}
/***** END CLIENT, INVOICE, PROJECT TAB MENU *****/

/***** CALENDAR STYLES *****/
.calWrap, .calWrapBig {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.calWrap td {
	margin-left: 0px;
	padding: 2px;
	vertical-align: top;
	border: 1px solid #DFDCDC;
	background: #fff;
	font-size: .9em;
	height: 35px; 
	width: 14%;
}

.calWrapBig td {
	margin-left: 0px;
	vertical-align: top;
	border: 1px solid #DFDCDC;
	background: #fff;
	width: 14%;
	margin: 3px;
}

.calWrap td:hover {
	background: #F6F6F6;
}	

.calWrap th {
	font-weight: bold;
	color: #003399;
	background: #FBE9A1;
	border: 1px solid #fff;
	margin: 0px;
	padding: 0px;
}

.calWrapBig th {
	background: #FBE9A1;
	margin: 0px;
	padding: 0px;
	height: 25px;
	text-align: left;
	padding: 3px;
}

.calWrap td.today {
	font-weight: bold;
	background: #FFFCB9;
}

.calWrapBig td.today {
	border: 1px solid #E09936;
	border-top: 2px solid #E09936;
	border-left: 2px solid #E09936;
	background: #FFFCB9;
}

.calWrap, .calWrapBig td.tdEvents {
	background: #E5C5C5;
}

.calWrap, .calWrapBig td.empty {
	background: #F5F6F6;
}

#calHeader {
	width: 100%;
	background: url("../images/headerBG3.gif") repeat-x left top;
	color: #DD6611;
	font-weight: bold;
}

#calHeader .left {
	text-align: left;
	width: 10%;
	border: none;
}

#calHeader .left2 {
	text-align: left;
	width: 10%;
	border: none;
}

#calHeader .center {
	text-align: center;
	width: 60%;
	border: none;
}

#calHeader .right {
	text-align: right;
	width: 10%;
	border: none;
}

#calHeader .right2 {
	text-align: right;
	width: 10%;
	border: none;
}

.calDateShield {
	width: 32px;
	height: 38px;
	background: url(../images/calBG.gif) top left no-repeat;
	color: #000;
	position: absolute;	
	text-align: center;
	padding-top: 5px;
	margin-top: 30px;
	color: #999;
}

.calDayNum {
	width: 100%;
	height: 20px;
	font-family: arial;
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
	text-align: right;
	background: #f6f6f6;
	border-bottom: 2px solid #DFDCDC;
	cursor: pointer;
}

.calDayNumToday {
	width: 100%;
	height: 20px;
	font-family: arial;
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
	text-align: right;
	background: url(../images/bgMenuSelect.gif) repeat-x left;
	border-bottom: 2px solid #E09936;
	cursor: pointer;
}

.bigDay {
	font-weight: bold;
	color: #10467C;
	line-height: 10px;
}

.calEventBar {
	width: 99%;
	margin: 0px 3px 3px 1px;
	cursor: pointer;
	background: #fff url(../images/bgCalcButton.gif) repeat-x bottom left;
}
.calEventContainer {
	padding: 2px;
	padding-left: 5px;
}
.barEvent {
	/*background: url(../images/bgBarEvent.gif) repeat-y top left;*/
	border-bottom: 3px solid #F3B256;
}
.barProject {
	/*background: #f6f6f6 url(../images/bgBarProject.gif) repeat-y top left;*/
	border-bottom: 3px solid #399444;
}
.barDeadline {
	/*background: #f6f6f6 url(../images/bgBarDeadline.gif) repeat-y top left;*/
	border-bottom: 3px solid #C01F25;
}
.barBirthday {
	/*background: #f6f6f6 url(../images/bgBarBirthday.gif) repeat-y top left;*/
	border-bottom: 3px solid #F26821;
}
.barMeeting {
	/*background: #f6f6f6 url(../images/bgBarMeeting.gif) repeat-y top left;*/
	border-bottom: 3px solid #253C87;
}
.barTask {
	/*background: #f6f6f6 url(../images/bgBarMeeting.gif) repeat-y top left;*/
	border-bottom: 3px solid #946526;
}
.barUnknown {
	/*background: #f6f6f6 url(../images/bgBarMeeting.gif) repeat-y top left;*/
	border-bottom: 3px solid #666;
}

.calButtonDay {
	background: url(../images/buttonCalOneDay.gif) no-repeat;
}
.calButtonWeek {
	background: url(../images/buttonCalOneWeek.gif) no-repeat;
}
.calButtonMonth {
	background: url(../images/buttonCalFullMonth.gif) no-repeat;
}
.calButtonList {
	background: url(../images/buttonCalListView.gif) no-repeat;
}
.calButtonDay,.calButtonWeek,.calButtonMonth,.calButtonList {
	width: 32px;
	height: 29px;
	cursor: pointer;
	padding: 2px;
}
.calTab {
	background: url(../images/tabGrayTop.gif) bottom right no-repeat; 
	height: 32px; 
	margin-bottom: 1px; 
	width: 230px;
	padding-left: 3px; 
	padding-top: 3px;
}


/***** END CALENDAR STYLES *****/

/***** WIDGET SELECT STYLES *****/
.ulWidgetMenu {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	width: 100%;
}
.ulWidgetMenu li {	
	padding-left: 5px;
	width: 100%;
}
.ulWidgetMenu li:hover {
	background: #D8E3FB;
	cursor: pointer;
}
/***** END WIDGET SELECT STYLES *****/

/***** CLIENT VIEW STYLES *****/
.subHeader {
	margin-top: 10px;
	width: 100%;
	height: 21px;
	text-align: left;
	padding: 1px;
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #993333;
}

.headerProjects {
	padding-left: 30px;
	height: 27px;
	padding-top: 3px;
	background: url(../images/iconClientsProjects.gif) no-repeat top left;
}

.headerInvoices {
	padding-left: 30px;
	height: 27px;
	padding-top: 3px;
	background: url(../images/iconClientsInvoices.gif) no-repeat top left;
}

.headerQuotes {
	padding-left: 30px;
	height: 27px;
	padding-top: 3px;
	background: url(../images/iconClientsQuotes.gif) no-repeat top left;
}

.headerTasks {
	padding-left: 30px;
	height: 27px;
	padding-top: 3px;
	background: url(../images/iconProjectsTasks.gif) no-repeat top left;
}

.headerInvoiceItems {
	padding-left: 30px;
	height: 27px;
	margin-top: 8px;
	padding-top: 2px;
	margin-left: 10px;
	background: url(../images/iconInvoiceItems.gif) no-repeat top left;
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #993333;
}

.headerTeamMember {
	padding-left: 30px;
	height: 27px;
	padding-top: 3px;
	background: url(../images/iconTeamMember.gif) no-repeat top left;
}

/***** END CLIENT VIEW STYLES *****/

/***** SOME AJAX STYLE STUFF AT TOP OF PAGE *****/
#ajaxAnimLeft {
	float: left;	
	width: 250px;
	margin-left: 10px;
	margin-top: 2px;
}

#ajaxAnimRight {
	float: right;
	width: 216px;
}

#ajaxAnimContainer {
	width: 100%; 
	background: #ffffff;
}
.ajaxAnimDivMedium {
	background: url(../images/ajaxAnimSmall2.gif) no-repeat top left;
	padding-left: 30px;
	font-weight: bold;
}
.ajaxAnimDivBig {
	background: url(../images/ajaxAnimBig.gif) no-repeat top left;
	padding-left: 70px;
	height: 70px;
	width: 150px;
	font-weight: bold;
}

/***** SETTINGS MENU STUFF ******/

.ulSettings {
	list-style-type: none;
	margin-left: -6px;
	margin-top: 0px;
	width: 100%;
	padding: 1px;
}
.ulSettings li {
	font-family: Arial;
	font-weight: bold;
	font-size: 1.3em;
	width: 100%;	
	margin-top: -1px;
	padding: 5px;
	border-top: 1px solid #BFDFFD;
	border-bottom: 1px solid #BFDFFD;
	font-weight: bold;
}
.ulSettings li:hover {
	background: #f5f5d0;
	cursor: pointer;
}
/***** END SETTINGS MENU STUFF *****/

/***** CALCULATOR *****/
.calcTable {
	width: 100%;
	padding: 0px;	
	background: #F6F4F4;
}
.calcTable td {
	font-family: arial;
	font-weight: bold;
	font-size: 1.3em;
	color: #003399;
	text-align: center;
	border: 1px solid #ccc;
	padding: 0px;
	background: url(../images/bgCalcButton.gif) repeat-x top left;
	height: 14px;
}
.calcTable td:hover {
	cursor: pointer;
	background: url(../images/bgMenuSelect.gif) repeat-x top left;
}
.calcText {
	width: 195px;
	text-align: right;
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	padding: 2px;
}
/***** END CALCULATOR *****/

.rightColHeader {
	width: 100%;
	background: #000 url(../images/bgRightColHeader.gif) repeat-x top left;
	font-family: arial;
	font-size: 1.05em;
	font-weight: bold;
	color: #fff;
	padding-left: 3px;
	margin-left: -3px;
	border: 1px solid #000;
	cursor: pointer;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 20px;
}

.rightColHeaderIcons {
	width: 97%;
	text-align: right;
	margin-top: -15px;
	margin-bottom: 2px;
}

/***** SITE MESSAGES *****/

.errorMessage {
	font-weight: bold;
	font-size: 1.2em;
	color: red;
	background: url(../images/iconWarningBig.gif) no-repeat top left;
	height: 25px;
	padding-left: 28px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
}
.successMessage {
	font-weight: bold;
	font-size: 1.2em;
	color: #CC6600;
	background: url(../images/iconSuccessBig.gif) no-repeat top left;
	height: 25px;
	padding-left: 28px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px;
}

.errorMessageSmall {
	font-weight: bold;
	height: 25px;
	padding-left: 18px;
	padding-bottom: 2px;
	background: url(../images/iconWarningSmall.gif) no-repeat top left;
}

/***** END SITE MESSAGES *****/
/***** TOOL TIP STYLES *****/
.toolTipBaloon {
	width: 195px;
	height: 59px;
	margin-left: -5px;
	padding: 5px;
	background: url(../images/bgToolTip.gif) no-repeat top left; 
}

.toolTipBox, .toolTipBaloon, .popUpDiv {
    filter:alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}

.toolTipLayer {
	z-index: 1000; 
	position:absolute; 
	visibility: hidden;
}
.toolTipBox {
	width: 250px;
	background: #FFFCB9;
	border: 1px solid #E2DB95;
}

.toolTipBox p {
	margin: 0 10px;
}
/***** END TOOL TIP STYLES *****/
/***** BLUE BOX WITH ROUNDY CORNERS *****/

.roundBlueBox {
	background-color: #DFF4FA;
}
.roundBlueBox p {
	margin: 0 10px;
}
.roundBlueTop { 
	background: url(../images/cornerBlue_TR.gif) no-repeat top right; 
}
.roundBlueBottom {
	background: url(../images/cornerBlue_BR.gif) no-repeat top right; 
}
img.corner {
   width: 8px;
   height: 8px;
   border: none;
   display: block !important;
}
.roundBlueBox a {
	color: #0066FF;
	text-decoration: underline;
}
.roundBlueBox a:hover {
	color: #689D21;
	text-decoration: underline;
}

/***** END BLUE BOX WITH ROUNDY CORNERS *****/
/***** PINK BOX WITH ROUNDY CORNERS *****/
.roundPinkBox {
	width: 100%;
	background-color: #FCF3D5;
	color: #333;
}
.roundPinkBox p {
	margin: 0 10px;
}
.roundPinkTop { 
	background: url(../images/cornerPink_TR.gif) no-repeat top right; 
}
.roundPinkBottom {
	background: url(../images/cornerPink_BR.gif) no-repeat top right; 
}
img.corner {
   width: 8px;
   height: 8px;
   border: none;
   display: block !important;
}
.bigPinkBoxTop {
	width: 650px;
	height: 9px;
	background: url(../images/boxPinkTop.gif) no-repeat top right; 
}
.bigPinkBoxBottom {
	width: 650px;
	height: 9px;
	background: url(../images/boxPinkBottom.gif) no-repeat top right; 
}
.bigPinkBoxBody {
	border-left: 2px solid #FFEDB7;
	border-right: 2px solid #FFEDB7;
	background: #FCF3D5;
	width: 636px;
	padding: 5px;
}
/***** END PINK BOX WITH ROUNDY CORNERS *****/

.mainHeader {
	border-top: 1px solid #B0BEC7;
	border-bottom: 1px solid #B0BEC7;
	width: 100%;
	background: url("../images/bg_menuGraph2.gif") repeat-x right top; 
	text-align: left;
	height: 20px;	
}
.mainHeader h3 {
	font-family: Arial;
	font-size: 1.5em;
	font-weight: bold;
	color: #DD6611;	
	padding-left: 5px;
	margin-top: 2px;
}
/***** CLIENT AREA STYLES *****/
.blueBox {
	background: #EBF4FD;
	border: 1px solid #D5EBFF;
	padding: 3px;
	margin: 3px;
}
.calDiv {
	background: url("../images/iconCalendar2.gif") no-repeat left; 
	padding-left: 20px;
}
.calClock {
	background: url("../images/iconClock.gif") no-repeat left; 
	padding-left: 20px;
}
.buttonProjectStats {
	background: url("../images/iconProjectStatsClient.gif") no-repeat left; 
}
.buttonInvoices {
	background: url("../images/iconInvoicesClient.gif") no-repeat left; 
}
.buttonInvoicesNew {
	background: url("../images/iconInvoicesClientNew.gif") no-repeat left; 
}
.buttonMessages {
	background: url("../images/iconMessagesClient.gif") no-repeat left; 
}
.buttonMessagesNew {
	background: url("../images/iconMessagesClientNew.gif") no-repeat left; 
}
.buttonFiles {
	background: url("../images/iconFilesClient.gif") no-repeat left; 
}
.buttonFilesNew {
	background: url("../images/iconFilesClientNew.gif") no-repeat left; 
}
.buttonMessages,.buttonMessagesNew,.buttonInvoices,.buttonInvoicesNew,
.buttonFiles,.buttonFilesNew,.buttonProjectStats {
	width: 34px;
	height: 28px;
	margin: 3px;	
	float: left;
	cursor: pointer;
}
.buttonMessages,.buttonInvoices,.buttonProjectStats .text {
	font-family: Arial;
	font-weight: bold;
	color: #000099;
	font-size: 1.6em;
}
.buttonMessages .text {	
	width: 44px;
	text-align: center;
	margin-top: 10px;
}
.buttonInvoices .text {	
	width: 36px;
	text-align: center;
	margin-top: 12px;
}

/***** STATUS BAR STYLES *****/

.statusBarBG {
	width: 120px;
	height: 20px;
	background: url("../images/bgStatusBar.gif") no-repeat left; 
}
.statusBar1L {
	width: 5px;
	height: 20px;
	background: url("../images/bar1L.gif") no-repeat left; 
	float: left;
}
.statusBar1R {
	width: 5px;
	height: 20px;
	background: url("../images/bar1R.gif") no-repeat left; 
	float: left;
}
.statusBar1BG {
	height: 20px;
	background: url("../images/bar1BG.gif") repeat-x left; 
	text-align: center; 
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	float: left;
}
.statusBar2L {
	width: 5px;
	height: 20px;
	background: url("../images/bar2L.gif") no-repeat left; 
	float: left;
}
.statusBar2R {
	width: 5px;
	height: 20px;
	background: url("../images/bar2R.gif") no-repeat left; 
	float: left;
}
.statusBar2BG {
	height: 20px;
	background: url("../images/bar2BG.gif") repeat-x left;
	text-align: center; 
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	float: left;
}
.statusTicks {
	width: 120px;
	background: url("../images/bgStatusTicks.gif") no-repeat left;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #999;
}

/***** END STATUS BAR STYLES *****/
/***** BLOG ENTRY FORM STYLES *****/
.blogEntry input {
	font-family: verdana;
	font-size: 1.6em;
	font-weight: bold;
	color: #ccc;
	width: 700px;
	margin: 2px;
}
.blogDiv {
	width: 90%;
}
.blogDiv blockquote {
	color: #666;
	margin-left: 20px;
	padding-left: 35px;
	border-top: 1px solid #E4E3DD;
	border-bottom: 1px solid #E4E3DD;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
	background: #F7F7F3 url("../images/iconBlogQuote.gif") no-repeat top left;
}
.blogDiv a {
	color: #003399;
	text-decoration: underline;
}
.blogDiv a:hover {
	color: #CC6600;
	text-decoration: underline;
}
.blogDiv h1 {
	color: #003399;
	font-size: 2.2em;
	font-weight: normal;
	font-family: Arial;
}
.blogDiv h2 {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #DD6611;	
	padding-top: 3px;
	padding-bottom: 3px;
}
.blogDiv .user {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #87C1F5;	
}
.blogEditorImg {
	padding: 1px;
	cursor: pointer;
}
.blogDiv .date {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #DBD8D8;	
}
.blogDiv .sideBarHeader {
	font-family: Arial;
	font-size: 1.6em;
	color: #87C1F5;	
}
.blogEntryFooter {
	width: 597px;
	height: 45px;
	padding: 7px;
	background: url(../images/blogEntryFooter.gif) no-repeat top left; 
}
.blogComments {
	padding-top: 4px;
	text-align: center;
	width: 30px;
	height: 30px;
	background: url(../images/iconBlogComments.gif) no-repeat top left; 
	color: #003399;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
}
.blogCommentsForm input[type="text"]:focus, textarea:focus {
	background: #ECF5FD;
	border: 1px solid #6699CC;
	padding: 2px;
}
.blogCommentBox {
	width: 550px;
	padding: 10px;	
}
.blogCommentBoxBlue {
	border-top: 1px solid #D5EBFF;
	border-bottom: 1px solid #D5EBFF;
	background: #EBF4FD;
	width: 577px;
	padding: 10px;
}
.blogSidebarLinks a, .blogSidebarLinks a:hover {
	font-size: 1.2em;
	text-decoration: none;
} 
.blogEditorCP {
	margin-top: 190px; 
	width: 140px; 
	height: 90px; 
	display: none; 
	position: absolute;
	border: none;
}
/***** USER ICONS *****/
.userAdminMed {
	background: url(../images/iconUserAdminMed.gif) no-repeat top left; 
}
.userManagerMed {
	background: url(../images/iconUserManagerMed.gif) no-repeat top left; 
}
.userEmployeeMed {
	background: url(../images/iconUserEmployeeMed.gif) no-repeat top left; 
}
.userContractorMed {
	background: url(../images/iconUserContractorMed.gif) no-repeat top left; 
}
.userAdminMed, .userManagerMed, .userEmployeeMed, .userContractorMed {
	margin-left: 10px;
	padding-left: 30px;
	height: 30px;
}

.userAdminBig {
	background: #fff url(../images/iconUserAdminBig.gif) no-repeat center center; 
}
.userManagerBig {
	background: #fff url(../images/iconUserManagerBig.gif) no-repeat center center; 
}
.userEmployeeBig {
	background: #fff url(../images/iconUserEmployeeBig.gif) no-repeat center center; 
}
.userContractorBig {
	background: #fff url(../images/iconUserContractorBig.gif) no-repeat center center; 
}
.userAdminBig, .userManagerBig, .userEmployeeBig, .userContractorBig {
	height: 60px;
	width: 60px;
	border: 1px solid #ccc;
	padding-top: 3px;
}
.userAdminSmall {
	background: url(../images/iconUserAdminSmall.gif) no-repeat top left; 
}
.userManagerSmall {
	background: url(../images/iconUserManagerSmall.gif) no-repeat top left; 
}
.userEmployeeSmall {
	background: url(../images/iconUserEmployeeSmall.gif) no-repeat top left; 
}
.userContractorSmall {
	background: url(../images/iconUserContractorSmall.gif) no-repeat top left; 
}
.userAdminSmall, .userManagerSmall, .userEmployeeSmall, .userContractorSmall {
	height: 25px;
	padding-left: 22px;
	width: 173px;
	text-align: left;
	font-weight: bold;
	font-family: Arial;
	font-size: 1.1em;
	color: #9999ea;
}

/***** END USER ICONS *****/

/***** BUTTON STYLES *****/
.button {
	width: 152px;
	height: 25px;
	background: url(../images/buttonPrimOrange.gif) left no-repeat;
	border: none;
	padding-left: 5px;
}

.button-blue {
	width: 152px;
	height: 25px;
	background: url(../images/buttonPrimBLue.gif) left no-repeat;
	border: none;
	padding-left: 5px;
}

.button input, .button-blue input {
	border: none;
	background: none;
}

.button .save {
	background: url(../images/iconSave.gif) left no-repeat;		
}
.button .reports {
	background: url(../images/iconReports2.gif) left no-repeat;
}
.button .project {
	background: url(../images/iconProject.gif) left no-repeat;
}

.save,.reports,.project {
	padding-left: 25px;
	padding-top: 3px;
	width: 100%;
	height: 22px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	
	font-family: arial;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.buttonMenu {
	width: 104px;
	height: 19px;
	background: url(../images/buttonMenuPrimative.gif) left no-repeat;
	border: none;
	padding-left: 18px;
	padding-top: 3px;
	cursor: pointer;
}
.buttonMenu.text {
	font-family: verdana;
	font-size: .9em;
	color: #000;
	padding-top: 3px;
}
.buttonMenu.top {
	margin-top: -33px;
	margin-right: -18px;
}
/***** END BUTTON STYLES *****/
/***** SEARCH BOX STYLES *****/
.searchBox {
	width: 155px;
	height: 23px;
	border: none;
	background: url(../images/bgSearchBox.gif) left no-repeat;
	padding-top: 4px;
	padding-left: 5px;
	margin-left: -3px;
	margin-right: 3px;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.3em;
}

.searchButton {
	 margin-top: -25px;
	 margin-left: 3px;
	 border: 0px;
}
/***** END SEARCH BOX STYLES *****/

.emphBox 
{
	 margin-top: 5px; 
	 margin-bottom: 5px; 
	 border: 1px solid #F2BE23;
}
.emphBoxInner 
{
	border: 3px solid #FBED89; 
	padding: 8px; 
	background: #FFFFD2;
	font-family: Arial;
	font-size: 1.2em;	
	font-weight: bold;
}
.emphInput {
	 background: #FFFFD2; 
	 border: 1px solid #F2BE23; 
	 padding: 4px; 
	 font-weight: bold;
}