BODY  {
	font-family : Arial;
	font-size: 10pt;
	color: black;
    scrollbar-face-color: #666666;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ffffff;
	background: #FFFFFF;
}

P { 
	font-family : Arial;
	font-size: 10pt;
	color: Black;
}

A  {
	color : #333333;
	font-size: 10pt;
	text-decoration :none;
}

A:Visited  {
	font-family : Arial;
	color : #333333;
	font-size: 10pt;
	text-decoration :none;
}

A:Active  {
	font-family : Arial;
	font-size: 10pt;
	color : #333333;
	text-decoration :none;
}

A:Hover  {
	font-family : Arial;
	font-size: 10pt;
	text-decoration : underline;
	color : #000000;
}

TD {
	FONT-FAMILY: Arial;
	font-size: 10pt;
	color: Black;	
}

TR {
	FONT-FAMILY: Arial;
	font-size: 10pt;
	color: Black;	
}

.topheading {
	font-size: medium;
	color: #666666;
}

.horizonline {
	width: 100%;
	color: #b6b6b6;
}

.title {
	FONT-FAMILY: Arial;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	font-size: 15px;
}

.btn {
	border: 2px solid #666666; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 10pt; 
	width: 90; 
	background-color: #b6b6b6;
}

.tableheading {
	background-color: #b6b6b6;
	text-align: center;	
	font-weight: bold;
	color: #000000;
	white-space: nowrap; 
}

.tableheadingissue {
	background-color: #666666;
	text-align: center;	
	font-weight: bold;
	color: #000000;
	white-space: nowrap; 
}

.tablecontent {
	border: 2px solid #666666;
	/* border-collapse: separate; */
	border-collapse: collapse;
	border-spacing: 0;
}
.tablecontent tr th,
.tablecontent tr td {
	border: 2px solid #666666;
	padding: 2;
}

.tablecontent-sub {
	border: 1px solid #B8D3C6;
	border-collapse: collapse;
	border-spacing: 0;
}
.tablecontent-sub tr th {
	border: 1px solid #B8D3C6;
	padding: 2;
	color: #666666;
	background-color: #B8D3C6;
}
.tablecontent-sub tr td {
	border: 1px solid #B8D3C6;
	padding: 2;
}

.tableedit {
	border: 2px solid #CCCCCC;
	/* border-collapse: separate; */
	border-collapse: collapse;
	border-spacing: 0;
}
.tableedit tr th,
.tableedit tr td {
	border: 2px solid #CCCCCC;
	padding: 2;
}

.tablecontentissue {
	border: 2px solid #CCCCCC;
	/* border-collapse: separate; */
	border-collapse: collapse;
	border-spacing: 0;
}
.tablecontentissue tr th,
.tablecontentissue tr td {
	border: 2px solid #CCCCCC;
	padding: 2;
}

.tableform {
	border: 2px solid #666666;
	/* border-collapse: separate; */
	border-collapse: collapse;
	border-spacing: 0;
}

.textbox {
	border: 1px solid #b6b6b6;
	font-family: arial;
	font-size: 10pt;
	background-color: #ffffff;
}
.error {
	font-weight: normal; 
	color: #FF3333; 
	text-align: center;
}



#login_form {
	position: relative;
	top: 50px;
	width: 320px;
	height: 392px;
	background: url(/media/client_support_login.gif) no-repeat;
}
#login_message {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 80%;
}
#login_table {
	position: absolute;
	top: 230px;
	left: 50px;
}
#login_table tr td {
	padding: 5px;
}
#login_submit,
#login_clear  {
	background-color: #929292;
	border: 1px solid black;
}
