body
{
	background-image: url(images/img04.jpg);
	margin:0;
	font-family: "Trebuchet MS";
}
.maintable
{
	border: 0px;
	width: 1000px;
	height:100%;
	background-color: white;
}
.logotd
{
	width: 200px;
	height: 90px;
	background-image: url(Images/Logo.gif);
	background-color: #F7F7F7;
	background-repeat: no-repeat;
}
.topmenu
{
	background-color: #F7F7F7;
	height: 40px;
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
}
.topmenu1
{
	height: 40px;
}

.leftmenu
{
	margin-left: 80px;
	height: 30px;
	background-color: white;
	width: 190px;
	border: 1px solid #F7F7F7;
	font-size: 12px;
	background-image: url(Images/servicebk_03.jpg);
	background-repeat: no-repeat;
}

.leftmenuselected
{
	margin-left: 8px;
	height: 30px;
	background-color: white;
	width: 190px;
	border-bottom: 2px solid #f3f3f3;
	border-left: 2px solid #f3f3f3;	
	border-top:2px solid #f3f3f3;
	font-size: 12px;
}
.icn
{
	margin-left: 10px;
	margin-right: 5px;
	vertical-align: middle;
}
.bottom
{
	height: 30px;
	background-color: #F7F7F7;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
a
{
	text-decoration: none;
	color:#1e90ff;
}
.leftmenumain
{
	background-color: #F7F7F7;
	width: 200px;
	text-align: right;
	margin-left: 10px;
	height: 100%;
}
.VoiceSupport
{
	background-color: #ffffe0;
	border: thin dotted #ffffb5;
	width: 220px;
	text-align: center;
	height: 30px;
	padding-top: 4px;
}
#content
{
	border-right: 3px solid #F7F7F7;
	padding-left:5px;
}
.welcome
{
	font-size: 14px;
	height: 30px;
	border: 3px solid #F7F7F7;
	margin-top: 20px;
	background-color: #fafafa;
	padding-left: 25px;
	padding-top: 2px;
	background-image: url(Images/arrow_75.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	color:#4682b4;
}
.main_newtkt
{
	font-size: 14px;
	padding-left: 15px;
	padding-top: 10px;	
}
.heading
{
	font-size: 15px;
	height: 30px;
	border: 3px solid #F7F7F7;
	margin-top: 20px;
	background-color: #fafafa;
	padding-left: 25px;
	padding-top: 2px;
	background-image: url(Images/arrow_75.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	color:#4682b4;
	width: 97%;
}
.datatable
{
	margin-top: 20px;
}
.label
{
	font-size: 13px;
	padding-left: 10px;
}
.button
{
	margin-left: 10px;
	font-size: 13px;
	border: 1px solid #dbf6ff;
	background: #add8e6 url(Images/tab_01.gif);
}
/* SORTING CLASS*/

.sortable {
	border: 1px solid #e8e8e8;
	border-bottom: none;
	margin-left: 20px;
}
.sortable th {
	padding: 4px 6px 6px;
	background: url(Images/Login.1.gif);
	color: #1b40ab;
	text-align: left;
	font-size: 12px;
}
.sortable td {
	padding: 2px 4px 4px;
	background: #fff;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;

}
/*.sortable .head {
	background: url(images/sort.gif) no-repeat 6px center;
	cursor: pointer;
	padding-left: 18px;
} */
.sortable .desc {
	background: #d2edf1 url(images/desc.gif) no-repeat 6px center;
	cursor: pointer;
	padding-left: 18px;
}
.sortable .asc {
	background: #acacac url(images/asc.gif) no-repeat 6px center;
	cursor: pointer;
	padding-left: 18px;
} 
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .even td {background:#f2f2f2}
.sortable .odd td {background:#fff}

.search_res_data
{
	font-size: 12px;
}

#notfound
{
border:1px solid #444;
margin-left:200px;
margin-top:30px;
padding:5px 5px 5px 5px;
background-color:#f5f5f5;
font-family: "Lucida Sans Unicode", "Lucida Sans", tahoma;
font-size:12px;
font-weight:bold;
color:#FF0000;
width:200px;
}
.f
{
font-family:"Lucida Sans Unicode", "Lucida Sans";
font-size:12;
}
.error
{
	font-size: 13px;
	border: 1px solid #a52a2a;
	background: #f7e7e7;
	width: 130px;
	height: 20px;
}
.done
{
	font-size: 13px;
	border: 1px solid green;
	background: #d7f6d7;
	width: 190px;
	height: 20px;
	text-align: left;
}
.loginbox
{
	font-size: 13px;
	border: 1px solid #add8e6;
	background: #f8fcfd;
}
.postreply
{
	font-size: 13px;
	padding-left: 10px;
	font-weight: bold;
	border: 1px solid #add8e6;
	background: #add8e6;
	width: 80%;
}
.tktdesc
{
	font-size: 13px;
	padding-left: 10px;
	border: 1px solid #add8e6;
	background: #f5fbfc;
	width: 80%;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tktdesc hr
{
	text-align: left;
	border: 1px dotted #add8e6;
	width: 95%;
}