
/* Top Banner */
.top_search
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
/* Top Banner close */

/* content part */
a.leftlinkhead
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 16px;
	font-weight: bold;
	color: #DEEDFF;
	padding-left: 20px;
	line-height: 30px;
}
a.leftlinkhead:hover
{
	text-decoration: underline;
	color: #DEEDFF;
	font-size: 16px;
}
.leftlinkhead
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 16px;
	font-weight: bold;
	color: #DEEDFF;
	padding-left: 20px;
}
.leftmainlink
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
a.leftsublink
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	text-decoration: none;
}
a.leftsublink:hover
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 20px;
	text-decoration: underline;
	background-repeat: repeat;
}
#leftsublink td.menu
{
	width: 154px;
	color: #FFFFFF;
	height: 27px;
}
#leftsublink td.curr
{
	background-image: url(../images/link_hoverbg.jpg);
	width: 154px;
	color: #FFFFFF;
	height: 27px;
}
#leftsublink td.menu:hover
{
	background-image: url(../images/link_hoverbg.jpg);
	width: 154px;
	color: #FFFFFF;
	height: 27px;
}
.text_box
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	color: #00236E;
	font-weight: bold;
	text-align: right;
}
.text_box_left
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	color: #3F3F3F;
	font-weight: bold;
	text-align: left;
}
a.text_box_link
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	color: #255683;
	text-decoration: none;
}
a.text_box_link:hover
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	color: #255683;
	text-decoration: underline;
}
.text_box_normal
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	color: #3F3F3F;
}
.tablesubtitle
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
.tablemaintitle
{
	background-image: url(../images/t_t_03.jpg);
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 16px;
	padding-left: 10px;
	color: #00236E;
	font-weight: bold;
	vertical-align: middle;
}
.tdmaintitle
{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 16px;
	padding-left: 10px;
	color: #00236E;
	font-weight: bold;
	vertical-align: middle;
}
.maintitle
{
	background-image: url(../images/mainheadingbg.png);
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 20px;
	color: #FF8A1D;
	min-width: 350px;
}
.maintitleh2
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 20px;
	color: #FF8A1D;
	min-width: 350px;
}
/* content part close */

/* copyright Banner */

/* copyright close */

#project_starts_on_calendar, #project_ends_on_calendar, #company_company_start_date_calendar, #company_first_accounting_year_end_date_calendar, #time_tracking_date_calendar
{
	cursor: pointer;
}

/* The main calendar widget.  DIV containing a table. */

.calendar
{
	position: relative;
	display: none;
	font-size: 10px;
	cursor: default;
	background: Window;
	color: WindowText;
	font-family: tahoma,verdana,sans-serif;
}

.calendar table
{
	border: 1px solid #666;
	font-size: 11px;
	cursor: default;
	color: #000;
	font-family: Helvetica, Arial ,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button
{
	/* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;
	padding: 1px;
	background: #255683;
	color: #fff;
}


.calendar .nav
{
	background: #255683 url(/images/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title
{
	/* This holds the current "month, year" */
	font-weight: bold;
	padding: 1px;
	background: #255683;
	color: #fff;
	text-align: center;
}

.calendar thead .headrow
{
	/* Row <TR> containing navigation buttons */
}

.calendar thead .daynames, .calendar tbody .wn
{
	background: #ddd;
}

.calendar thead .name
{
	/* Cells <TD> containing the day names */
	padding: 1px;
	text-align: center;
}

.calendar thead .weekend
{
	/* How a weekend day name shows in header */
	color: #f00;
}

.calendar thead .hilite
{
	/* How do the buttons in header appear when hover */
	background: #e9e9e9;
	color: #000;
}

.calendar thead .active
{
	/* Active (pressed) buttons in header */
}

/* The body part -- contains all the days in month. */

.calendar tbody .day
{
	/* Cells <TD> containing month days dates */
	width: 1.5em;
	text-align: right;
	padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth
{
	font-size: 80%;
	color: #aaa;
}
.calendar tbody .day.othermonth.oweekend
{
	color: #faa;
}

.calendar table .wn
{
	padding: 2px 3px 2px 2px;
}

.calendar tbody .rowhilite td
{
	background: #eee;
	color: #000;
}

.calendar tbody td.hilite
{
	/* Hovered cells <TD> */
	padding: 1px 3px 1px 1px;
	background: #F00 !important;
	color: #fff !important;
}

.calendar tbody td.active
{
	/* Active (pressed) cells <TD> */
	padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected
{
	/* Cell showing selected date */
	font-weight: bold;
	color: #0F4F91;
	font-weight: bold;
	background: #eee;
}

.calendar tbody td.weekend
{
	/* Cells showing weekend days */
	color: #f00;
}

.calendar tbody td.today
{
	/* Cell showing today date */
	font-weight: bold;
	color: #00f;
}

.calendar tbody td.disabled
{
	color: GrayText;
}

.calendar tbody .emptycell
{
	/* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar tbody .emptyrow
{
	/* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow
{
	/* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip
{
	/* Tooltip (status bar) cell <TD> */
	background: #255683;
	color: #fff;
	padding: 1px;
	text-align: center;
}

.calendar tfoot .hilite
{
	/* Hover style for buttons in footer */
	padding: 1px;
	background: #e4e0d8;
}

.calendar tfoot .active
{
	/* Active (pressed) style for buttons in footer */
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo
{
	position: absolute;
	display: none;
	width: 4em;
	top: 0px;
	left: 0px;
	cursor: default;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #fff;
	color: #000;
	font-size: 90%;
	padding: 1px;
	z-index: 100;
}

.calendar .combo .label, .calendar .combo .label-IEfix
{
	text-align: center;
	padding: 1px;
}

.calendar .combo .label-IEfix
{
	width: 4em;
}

.calendar .combo .active
{
	padding: 0px;
	border: 1px solid #000;
}

.calendar .combo .hilite
{
	background: #f00;
	color: #fff;
}

.calendar td.time
{
	border-top: 1px solid ButtonShadow;
	padding: 1px 0px;
	text-align: center;
	background-color: ButtonFace;
}

.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm
{
	padding: 0px 3px 0px 4px;
	border: 1px solid #889;
	font-weight: bold;
	background-color: Menu;
}

.calendar td.time .ampm
{
	text-align: center;
}

.calendar td.time .colon
{
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

.calendar td.time span.hilite
{
	border-color: #000;
	background-color: Highlight;
	color: HighlightText;
}

.calendar td.time span.active
{
	border-color: #f00;
	background-color: #000;
	color: #0f0;
}

.up
{
	background: url(../images/adopt-u.gif) 183px 5px no-repeat;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 16px;
	padding-left: 10px;
	color: #00236E;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: solid 1px #00236E;
}
.down
{
	background: url(../images/adopt-d.gif) 183px 5px no-repeat;
	font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 16px;
	padding-left: 10px;
	color: #00236E;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: solid 1px #00236E;
}
div#payment-details
{
	margin: 0 0 3em 0;
}
div#payment-details h4
{
	color: #000;
	font-size: 1.6em;
	margin: 0 0 10px 0;
}
#payment-details
{
	margin-top: 3em;
}
.Labels_bills
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #B17900;
}
.Labels_bills_paid
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #65A251;
}
.overdue
{
	font-weight: bold;
	color: #D90B10;
}


.innerinfo
{
	padding: 10px 20px 10px 20px;
	border: 1px solid #fff;
	background: #ecf1f2;
	padding: 1em;
	overflow: hidden;
}
.txtleftmenu, .txtleftmenu a, .txtleftmenu a:hover
{
	color: #ffffff;
	vertical-align: middle;
}

.gridheader
{
	height: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #BACFE1;
	color: #00236E;
	font-size: 10pt;
	font-weight: bold;
	text-align:left;
	padding-left: 10px;
}
.accordionLinkContent
{
	text-align:left;
	color:#454545;
	background:#255683;
}
.accordionLinkContent:hover
{
	background:#81C04D;
}
#footer table
{
	border: solid 1px #E5E9EE;
	background: #EAF1F7;
	width: 96%;
	text-align: left;
}
#footer td
{
	padding: 15px;
	color: #5E484E;
}

#footer td li
{
	width: 150px;
	border-bottom: solid 1px #D2DBE0;
	padding-left: 10px;
}
#footer td a
{
	width: 98%;
	color: #6696D2;
	font-weight: bold;
	line-height: 15px;
	font-size: 11px;
}
#footer span.txtheadfooter
{
	color: #15317D;
	font-size: 11pt;
	font-weight: bold;
}
#footer td input.text
{
	height: 15px;
	border: solid 2px #E5ECF2;
	color: #5E484E;
	width: 190px;
	padding: 1px;
	background: #fff;
}
input[type="submit"]
{
	background: url(../images/login_button_bg.jpg) repeat-x;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}
input[type="submit"]:hover
{
	background: url(../images/login_button_bg_hover.jpg) repeat-x;
}
.imgshare img
{
	padding:4px;
}
.txtimageshead
{
	color: #BEC5CA;
	font-size: 14pt;
	font-family: Verdana;
	border-bottom: solid 1px #BEC5CA;
	line-height: 18pt;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}
.descImages
{
	float: left;
	color: #888179;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}
.descImages a, a:hover
{
	color: #888179;
	font-size: 11px;
	font-weight: bold;
}
.descImages img
{
	height: 80px;
}