
/**
* MAIN STYLES
*/

a:link { text-decoration:none; color:#000000;}
a:visited { text-decoration:none; color:#000000;}
a:hover { text-decoration:none; color:#000000;}
a:active { text-decoration:none; color:#000000;}
a:focus { text-decoration:none; color:#000000;}

body{
	font-family: Verdana, Tahoma, sans-serif;
  	MARGIN-TOP: 0px;
  	MARGIN-LEFT: 0px;
  	MARGIN-RIGHT: 0px;
	background-color:#fff;
	background-image: url(./img/back_gradient_gray.gif);
	background-repeat:repeat-x;
}

h1{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color:#666;
}

h2{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

input,textarea,select{
	font-size:8pt;
	border:1px solid #999;
	background:#fafafa;
}


hr {
background-color: #ccc;
color: #ccc;
border: 0 none;
height: 1px;
clear: both;
display: block;
width: 100%;
}

table{
padding:0px;
font-size:11px;
}
.main{
width:98%;
}

td{
vertical-align:top;
}

.normal {
			font-face: arial;
			font-size: 11px;
			color: #3F3F3F;
		}

		.bold {
			font-face: arial;
			font-size: 11px;
			color: #3F3F3F;
			font-weight: bold;
		}



.welcome{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color:#666;
}

.welcome_body{

	font-family: Verdana, Tahoma, Verdana, Tahoma, sans-serif;
	padding:10px;
	font-size: 12px;
}


.empty{
	background-color:rgb(243,212,149);
	font-weight: bold;
	text-align: left;

}
.breadcrumb{
	margin-top:8px;
	margin-bottom:3px;
	color:#999;
	font-weight:normal;
	font-size:11px;
}
.breadcrumbLink{
	color:#999;
	font-weight:normal;
	font-size:11px;
}

.main_center{
    width:100%;
	background-color:#fff;
	top:20px;

}

.main_right{
    width:200px;
}

.linkMainHeadLink{
	font-color:#000;
	color:#000;
	font-size:11px;
}

.ticketList{
padding:0px;
spacing:0px;
border:1px #999 solid;
width:98%;
font-size:11px;
color:#000;
}

.ticketListHead{
padding:0px;
spacing:0px;
font-size:10px;
color:#000;
background-color:#ccc;
}
.ticketListRow1{
padding:0px;
background-color:#fff;
white-space:nowrap;
font-size:10px;
}

.ticketListRow2{
padding:0px;
background-color:#dedede;
white-space:nowrap;
font-size:10px;
}
.ticketListRowLink{
font-size:10px;
font-weight:bold;
}


table.table_comments{
width:100%;
font-size:11px;
color:#000;
}

.ticketDetailView{
font-size:11px;
color:#000;
}

.footer{
  color:#999;
  padding-top:10px;
  font-size:11px;
  text-align:center;
}




#Hheader_title{
	font-color:#ffffff;
	color:#ffffff;
	font-size:14px;
}

.usermenu_header{
margin-top:10px;
margin-bottom:10px;
padding:5;
  font-color:#000;
  color:#000;
  font-size:14px;
  font-weight:bold;

}




.comments_heading{
color:black;
font-family: Verdana, Tahoma, sans-serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
font-size: 12px;
}
.comments_heading_table{
color:black;
font-family: Verdana, Tahoma, sans-serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
font-size: 10px;
}
.ticketListRowCom1{
	background-color:#eee;

}
.ticketListRowCom2{
	background-color:#ddd;

}

.CommentListRowCom1{
	background-color:#eee;

}


/* progressBar - begin */
.progressBarFront{
	background-image: url(./img/progressBar/front15.gif);
		margin:0px;
}
.progressBarBack{
	background-image: url(./img/progressBar/back15.gif);
	margin:0px;
	}
/*  progressBar - end */



.errMsg{
	color:red;
	font-family: Verdana, Tahoma, sans-serif;
	font-size:10pt;


}
.boxtext{

color:black;
font-family: Verdana, Tahoma, sans-serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
font-size: 10px;
}






table.statisticBox{
width:90%;
font-family: Verdana, Tahoma, sans-serif;
font-style: normal;
font-weight: normal;
text-decoration: none;
font-size: 10px;
text-align:left;
border-top:1px solid gray;
border-bottom:1px solid gray;
}

th.statisticBox{
background:#ccc;
}

.coverBox{
border:1px #999 solid;
background:#fafafa;
}

.coverHeader{
	height:15px;
	padding-left:10px;
	padding-top:2px;
	font-weight:bold;
	background:#ddd;
}
.coverBody{
padding:5px;
}

.suggestStyle {
	padding: 0px;
	spacing: 0px;
	/* border: 1px solid black; */
	font-size: 11px;
	color: #0F0FB3;
	font-face: arial;
	background-color: #FAFAFA;
}

.selectedSuggestion {
	padding: 0px;
	spacing: 0px;
	font-size: 11px;
	color: #0F0BF3;
	font-face: arial;
	background-color: #FBF0F0;
}


/**
* END - MAIN STYLES
*/

