#ticker { width:250px; height:415px; border:0px solid #FFFFFF; overflow:auto; }
/*#ticker li { font:normal 14px Georgia; padding:0 10px 5px 10px; padding-top:10px; border:1px solid #ffffff; border-bottom:none; border-right:none; position:relative; }*/
#ticker div { margin-top:0; }

.counterG,
.counterO,
.counterR{
	width:34px;
	height:28px;
	color:#FFF;
	padding:1px 7px 2px 8px;
	position:relative;
	top:0;
}

.counterG			{ background:url(../img/icon_rndDGreen.png) no-repeat; }

.counterG:hover		{ background:url(../img/icon_rndLOrng.png) no-repeat; }

.counterO			{ background:url(../img/icon_rndLOrng.png) no-repeat; }

.counterR{
	background:url(../img/icon_rndLRed.png) no-repeat;
	text-decoration:blink;
}
/**************************************************************************************
	Page Elements
*****************************/
.wlcomeTxt {
	display:block;
	font:17px/normal Garamond, Georgia, "Times New Roman", Times, serif	;
	color:#515151;
	font-weight:bold; 
	margin:10px 0 5px;
} 
.date_loggedBlk { 
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:14px; 
}
.date_loggedBlk .date {
	float:left; 
	color:#cf6a13;
	font-size:12px;
	font-weight:bold;
}
.date_loggedBlk h3 {
	font-size:11px;
	text-align:right;
	float:right;
	color:#272727;	
}
.date_loggedBlk h3 .loggedTime {
	color:#9f0900;
	margin-left:5px;	
}



/****************
	Table Elements
*****/
.dataTable {
	color:black;
	border:1px solid #999;
}
.dataTable th {
	background:#bfbfbf;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px 0;
	font-size:11px;
	color:#303030;
	font-family:Tahoma, Geneva, sans-serif;
	
}
.dataTable td {
	padding:5px 0;
	font-size:11px;
	color:#6e6e6e;  
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #bfbfbf;
	font-family:Tahoma, Geneva, sans-serif;
	
}
.worktxtArea {
	background:#e1e9ea;; 
	border:0 none; 
	max-width:290px; 
	max-height:100px;
	margin:20px 0 0;
}

.currentLogged {
	color:#c63b33;
	text-align:right;
	font:11px/13px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin:10px 26px 20px 0;	
}
.currentLogged span { color:#3d3d3d; }
tr.statusRow td { 
	background:#FCE9E9; 
	border-left:1px dashed #bfbfbf
}
tr.statusRow td .statusDtl {
	width:220px; 
	/*background:#f8f8f8; */
	text-align:left; 
	padding:5px 5px;
	margin:0 0 0 7px;	
}
tr.statusRow td .editLink {
	text-align:right; 
	margin-right:10px; 
	padding:0 10px; 
	width:60px;	
}
tr.statusRow td .editLink a {
	color:#008AD3;
	text-decoration:underline;
}

tr.totalLogged td {
	background:#fff;
	padding:20px 0;
	text-align:right;
	font:15px/normal Verdana, Geneva, sans-serif;
}

tr.totalLogged td span {
	color:#9F0900;
	padding:0 10px 0 0;	
}

/*** Data Table 2 ***/
.dataTable1 {
	color:black;
	border:1px solid #999;
}
.dataTable1 th {
	background:#bfbfbf;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px 0;
	font-size:14px;
	color:#303030;
	font-family:Tahoma, Geneva, sans-serif;
	
}
.dataTable1 td {
//	background:#EAEAEA;
	padding:10px 0;
	font-size:12px;
	color:#6e6e6e;
	text-align:center;
	vertical-align:middle;
	border-left:1px dashed #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	font-family:Tahoma, Geneva, sans-serif;
}
.dataTable1 td.rowEven {
//	background:#FCE9E9;	
}

.titleh2{
	background-color:#EDEDED;
	padding:8px;
	width:auto;
	color:#000;
	border-bottom:1px solid #999;
}

.halfWidth{
	padding:30px;
}

.halfWidth label{
	font-size:15px;
	font-weight:bold;
	clear:both;
	line-height:35px;
}

.detailBox{
	margin-left:30px;
}

.detailBox label{
	font-size:13px;
	font-weight:bold;
	min-width:170px;
	float:left;
	font-family: verdana;
}

.detailBox b{ 
	float:left;
	margin:0 20px;
}

.detailBox p{
	font-size:12px;
	font-weight:bold;
	color:#6E6E6E;
	float:left;
	font-family: verdana;
	max-width:300px;
	margin-bottom:20px;
	line-height:16px;
}

.assignForm{
	width:525px;
	margin: 10px auto;
	background: #F8F8F8;
	padding: 20px 20px;
	border-radius: 5px;
}

.assignForm textarea{
	width:300px;
	max-width:300px;
	height:100px;
	border-color:lightgray;
}

.assignForm select{
	margin:0;
	width:150px;
}

.detailBox p label{
	min-width:50px;
	float:left;
}

a.viewMore{
	float:right;
	margin-right:20px;
	color:#CF6A13;
}

a.viewMore:hover{ text-decoration:underline;}

#flashMessage{
	background-color: #FFCECE;
	padding: 12px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color:#F00;
}

#reportText{font-size:20px;margin:30px;text-align:center;}