@import url("class_holiday/accordion.css");
@import url("class_holiday/finances.css");

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}



.container
{
		background:url(class_holiday/bg_header.jpg) repeat-x;
}

.container_inner
{
		background:url(class_holiday/bg_header_2.png)  top right no-repeat;
}




/* Top Navigation CSS Starts*/
.ulTopNavigation
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.ulTopNavigation li
{
	float:left;
	margin-right:1px;
	border:1px solid #cccccc;
	border-bottom:0px;
	background:url(class_holiday/tab_link_bg.gif) repeat-x;
}

.ulTopNavigation li a
{
	margin-left:6px;
	font-size:11px;
	padding:3px 10px 0px 4px;
	height:18px;
	display:block; 
 	text-decoration:none;
	color:#000000;
	
}
.ulTopNavigation li a:hover 
{
	text-decoration:underline;	
	color:#b42020;
}

.ulTopNavigation li.active
{
	border:1px solid #b42020;
	border-bottom:0px;
 	background: url(class_holiday/page_bg_active.gif) repeat-x #b42020;
}

.ulTopNavigation li.active a
{
	font-weight:bold;
	color:#ffffff;
		
}





#box_head_nav {
	padding:2px 15px 2px 15px;
	background-color:#d50b0b;
	border-bottom:1px solid #b42020;

}
#box_footer_nav {
	padding:0px 15px 0px 15px;
	background-color:#f98585;
	height:25px;
	border-top:1px solid #b42020;

}

/* Top Navigation CSS Ends*/








/* common html tags start here*/

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px;	
	color:#c20000;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;	
		color:#c20000;

}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px 0px 10px 0px;
	color:#c20000;
}



h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 0px 5px 0px;
}

a
{
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#b42020;
}
a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}


/* common html tags end here*/









/*Tab CSS start here*/

.tabsLinks,.tabBoxes
{
	margin:0px;
	padding:0px;

}
.tabBoxes li
{
 	padding:10px;
	background:url(class_holiday/tab_box_bg.gif) repeat-x;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:1px solid #b42020;
	margin:0px;
	min-height:80px;
	height:auto;
	clear:left;
	display:none;
	
}
.tabBoxes li.active
{
	display:block;
}



.tabsLinks li
{
	padding:2px 10px 2px 10px;
	background:url(class_holiday/tab_link_bg.gif) repeat-x;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	border:1px solid #cccccc;
	border-bottom-width:0px;
	margin:0px;
	text-decoration:underline;
	cursor:pointer;
	margin-right:1px;
	height:16px;
}
.tabsLinks li.active
{
	border:1px solid #b42020;
	border-bottom-width:0px;
	background:url(class_holiday/tab_link_bg_active.gif) repeat-x;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

/*Tab CSS end he*/








/* Layout boxes start here*/

 
 

.table1
{
	width:100%;
	font-size:11px;
	margin-bottom:10px;
	background-color:#ffe3e3;
 }
.table1 .hr1
{
	border-bottom:1px solid #f9aeae;
}
.table1 .hr2
{
	border-bottom:1px solid #f9aeae;
}
.table1 .th
{
	background-color:#CFDCE4;
}
.table1 .td0
{
 	border-bottom:1px solid #f9aeae;
	background-color:#eaeaea;
}


.table2, .tbl_addform
{
	padding:5px;
	font-size:11px;
	margin-bottom:10px;
	background-color:#ffe3e3;
	border-bottom:1px solid #f9aeae;
}


.table3
{
	padding:5px;
	font-size:11px;
	margin-bottom:10px;
	background-color:#D4E797;
	border-bottom:1px solid #A9BC6C;
	
}


.tbl_projects
{
	width:100%;
	font-size:11px;
	margin-bottom:10px;
	background-color:#F8FFE0;
	
}
.tbl_projects .hr1
{
	border-bottom:1px solid #DAEAA7;
}
.tbl_projects .hr2
{
	border-bottom:1px solid #A9BC6C;
}
.tbl_projects .th
{
	background-color:#CEE096;
}
.tbl_projects .td0
{
	background-color:#eaeaea;
}



.tbl_tasks
{
	width:100%;
	font-size:11px;
	margin-bottom:10px;
	
}
.tbl_tasks .tr_is_deleted_1
{
	background-color:#eaeaea;
	color:#999999;
}

.tbl_tasks .hr0
{
	border-bottom:1px solid  #DBDBDB;
}
.tbl_tasks .hr1
{
	border-bottom:1px solid #ffe3e3;
}
.tbl_tasks .hr2
{

	border-bottom:1px solid #f9aeae;
}
.tbl_tasks  .th
{
	background-color:#ffe3e3;
}
.tbl_tasks th
{
	background-color:#ffe3e3;
	padding-left:4px;
	text-align:left;
}
.tbl_tasks .td0
{
	background:#ffffff;
}

.tbl_tasks td,th
{
	padding-left:4px;
	padding-right:4px;
	
}
.tbl_tasks .right
{
	text-align:right;
}

.tbl_tasks th.subtotal
{
	text-align:right;
}


.tbl_tasks td.subtotal
{
	background:#f8d0d0;
	text-align:right;
}





/* Layout boxes end here*/


 

/*being used in jquery.pager.js*/
.pager_css
{
	font-family:Arial, Helvetica, sans-serif ;
	float:right;
	text-decoration:none;
}

.pager_hiCss
{
	font-size:10px;

	text-align:center;
	color: #eee;
	border:1px solid #b42020;
	background: url(class_holiday/page_bg_active.gif) repeat-x #b42020;
	margin: 1px;
	padding: 1px 3px;
	display: block;
	float: left; 
	text-decoration:none;
	width:12px;
}
.pager_loCss
{
	text-align:center;
	
	font-size:10px;
	color: #000;
	border:1px solid #cccccc;
	background: url(class_holiday/page_bg.gif) repeat-x #cccccc;
	margin: 1px;
	padding: 1px 3px;
	display: block;
	float: left; 
	text-decoration:none;	width:12px;

}


.pager_aCss
{
	font-size:10px;
	text-align:center;
	color: #000;
	border:1px solid #cccccc;
	background: url(class_holiday/page_bg.gif) repeat-x #cccccc;

	margin: 1px;
	padding: 1px 3px;
	display: block;
	float: left; 
	text-decoration:none;	width:12px;

}


.pager_iCss
{	
	display:block;
	float:left; 
	
	
}
/* end here*/


.pagingLinks
{
	margin:0px;
	padding:0px;
	clear:both;
	float:left;
}

.pagingLinks li, .pagingLinks dt
{
	font-size:10px;
 	cursor:pointer;
	color: #000;
	border:1px solid #cccccc;
	background: url(class_holiday/page_bg.gif) repeat-x #5F8AB3;
	margin: 1px;
	padding: 1px 3px;
	display: block;
	float: left; 
	text-decoration:none;
	
}
.pagingLinks li.active, .pagingLinks dt.active, .pagingLinks li:hover, .pagingLinks dt:hover
{
	color:#ffffff;
	background: url(class_holiday/page_bg_active.gif) repeat-x #b42020;
	border:1px solid #b42020;
}






input.button_small
{	
	border:1px solid #b42020;
	background-image:url(class_holiday/page_bg_active.gif);
	
	line-height:14px;
	cursor:pointer;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	font-size:11px;
	color:#ffffff;
}
input.button_small:hover
{	
	border:1px solid #666666;
 	background:url(button_bg.gif) top;
	
	text-decoration:underline;
	color:#FFFFFF;
}

input.button
{	
	border:1px solid #666666;
 	background-image:url(button_bg.gif);
	color:#FFFFFF;
	line-height:16px;
	cursor:pointer;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	font-size:11px;
}
input.button:hover
{	
	border:1px solid #b42020;
	background-image:url(class_holiday/page_bg_active.gif);
	color:#ffffff;

	text-decoration:underline;
 }















#clients {
clear:both;
	padding:0px; MARGIN: 0px; 
	WIDTH: 100%; 
 	LIST-STYLE-TYPE: none;
}
#clients li {
 	FLOAT: left; 
	WIDTH: 300px;
	MARGIN: 5px 0px 0px 2px;
	padding:5px;
	height:60px;
	TEXT-ALIGN: left;
  	cursor:pointer;
 	background:#ffffff url(class_holiday/tab_box_bg.gif) repeat-x bottom;
	
	font-size:11px;

}
#clients li .client_box
{
 	padding:5px;  
	background-color:#FFFFFF;
	height:50px;
	border:0px solid #5F8AB3;
	background:#fafafa;

}
#clients li .client_box h2
{
 	margin:0px;
	text-transform:none;
	font-size:12px;
}
#clients li .client_box img
{
	float:right;
	border:4px solid #ffffff;
	width:70px;
 	margin-bottom:5px;
}

#clients li.inactive
{
	color:#999999;
}
#clients li a{
	background-color:transparent;
	font-size:11px;
	text-decoration:none;	
 
}
#clients li a:hover{
	color:#000000;
	text-decoration:underline;
}
 


#clients li .pending_amount
{
	background-color:#ff0000;
	border:1px solid #c20000;
	background:url(class_holiday/tab_link_bg_active.gif);
	padding-left:5px;
	width:130px;
	color:#ffffff;
}


#clients li .toolbar
{	
 	border-bottom:0px solid #ff0000;
 	margin-top:-1px;
	background:#fafafa;
	WIDTH: 290px;
 	position:absolute;
	z-index:1000;
	display:none;
	float:left;
	padding:5px;
 	clear:both;
}
#clients li .toolbar img
{	
}






.menuList
{
	margin:0px 0px 10px 0px;
	padding:0px;
	clear:both;
	width:250px;
}

.menuList dt
{
	margin:0px;
	padding:3px 5px 3px 5px;
	border:1px solid #cccccc;
	background:url(class_holiday/tab_link_bg.gif) repeat-x;
	
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.menuList dt.active
{
	color:#FFFFFF;
	border:1px solid #b42020;
	background:url(class_holiday/tab_link_bg_active.gif) repeat-x;	

}


.menuList dd
{
	width:240px;

	margin:0px;
	padding:3px 5px 3px 5px;	
	border:0px solid #b42020;
	border-top-width:0px;
 	position:absolute;
	background:url(class_holiday/tab_box_bg.gif) repeat-x #ffffff;	
	
	display:none;
	z-index:1000;
}
.menuList dd a
{
	display:block;
	line-height:20px;
	font-size:11px;
	text-decoration:none;

}
.menuList dd a:hover
{
	color:#000000;
	text-decoration:underline;
	background-color:transparent;
}



