/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

textarea.css {
	color: #0066CC;
	direction: ltr;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}

.container {
	margin: 5px;
}

.container h3 {
	color: #003366;
	font-size: 13px;
	font-weight: 600;
	margin: 0px;
}

.dropdown-en {
	direction: ltr;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.dropdown-en-er, .text-en-r-er, .text-en-er {
	background-color: #FFF0F0;
	border: 1px solid #990000;
	direction: ltr;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.dropdown-fa {
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
}

.list-fa {
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
}

.error-list {
	background-color: #FFE6E7;
	border: 1px solid #990000;
	color: #990000;
	line-height: 200%;
	margin: 0px 10px 10px 10px;
	padding: 5px 20px 5px 5px;
}

.error-list li, .msg-list li {
	list-style-type: disc;
}

.errormsg {
	color: #FF0000;
}

.formfieldlabel {
	font-family: Tahoma;
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
}

.formfieldlvalue {
	font-family: Tahoma;
	font-size: 9pt;
	text-align: right;
	vertical-align: top;
}

.msg-list {
	background-color: #EFFBEC;
	border: 1px solid #006633;
	color: #006633;
	line-height: 200%;
	margin: 0px 10px 10px 10px;
	padding: 5px 20px 5px 5px;
}

.paging-cpage {
	background-color: #C9E9BA;
	border: 1px solid #000000;
	color: #000000;
	font-family: Tahoma;
	font-size: 9pt;
	padding: 0px 3px 0px 3px;
}

.paging-npage {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px 3px 0px 3px;
}

.paging-npage a {
	color: #000000;
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration: none;
}

.paging-npage a: hover {
	color: #999999;
}

.submit input: active, .submit: active, .button input: active, .button: active {
	background: #F4F4F4;
	border: 3px double #CCCCCC;
	border-left-color: #999999;
	border-top-color: #999999;
}

.submit, .button, .deletebtn {
	background: url(img/button-bg.png) repeat-x;
	border: 3px double #999999;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	color: #333333;
	font-family: Tahoma;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.text-en-r, .text-en {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	direction: ltr;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.text-fa {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	direction: rtl;
	font-family: Tahoma;
	font-size: 12px;
}

.text-fa-er {
	background-color: #FFF0F0;
	border: 1px solid #990000;
	direction: rtl;
	font-family: Tahoma;
	font-size: 12px;
}

/* Froms */
.text-fa-r {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
}

.text-fa-r-er, .dropdown-fa-er {
	background-color: #FFF0F0;
	border: 1px solid #990000;
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
}

.caption {
	font-size: 9pt;
	font-weight: 600;
	padding-bottom: 10px;
}

#content {
	background-color: #FFFFFF;
	direction: rtl;
}

#filter {
	margin-right: 5px;
	width: 380px;
}

#filter .button {
	font: 8pt Tahoma;
}

#filter td {
	font: 9pt Tahoma;
}

#filter caption {
	font-weight: 600;
	font-size: 9pt;
	padding-bottom: 5px;
}

#footer {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #666666;
	height: 21px;
	padding: 4px 5px 0px 0px;
}

/* Form Table */
#formtable {
	direction: rtl;
	margin: 5px;
}

#formtable td {
	padding: 3px;
}

#formtable textarea {
	font-family: "Nesf2", "Calibri";
}

#frame {
	direction: rtl;
	text-align: right;
}

/**/
#frame #content fieldset {
	background-color: #F9F9F9;
	border: 1px solid #AAAAAA;
	font-weight: 600;
	margin: 5px;
	padding: 0px 5px 5px 5px;
}

#header {
	border-bottom: 1px solid #CCCCCC;
	height: 100px;
}

#header h1 {
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 0px;
	padding: 77px 10px 0px 0px;
}

/* Menu */
#header-bg {
	background: url(img/menu-bg.gif) #E3E3E3 repeat-x bottom;
	width: 100%;
	height: 9px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header-image {
	background: url(img/header.jpg) #3D60AF no-repeat top left;
	width: 100%;
	height: 117px;
	direction: rtl;
}

#header-image span {
	display: none;
}

#menu-shadow {
	background: url(img/menu-shadow.gif) #E3E3E3 repeat-x top;
	width: 100%;
	height: 3px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

#nav li {
	list-style-type: none;
	background-image: url(img/menu-icon.gif);
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding-right: .9em;
	margin: 3px 10px 0 5px;
	float: right;
}

#nav {
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: url(img/menu-bg.gif) #FEFEFE repeat-x bottom right;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	height: 25px;
}

#nav a:link, #nav a:visited {
	color: #676769;

	text-align: center;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #000000;

	text-align: center;
	text-decoration: none;
}

/* Lists */
#listtable {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 8pt;
	margin: 5px;
}

#listtable .even {
	background-color: #EEEEEE;
}

#listtable .odd {
	background-color: #F5F5F5;
}

#listtable .wo_damsun_support {
	background-color: #FFF0F5;
}

#listtable .recent {
	background-color: #E6F6FF;
}

#listtable a, #listtable a:link {
	color: #0066CC;
	text-decoration: underline;
}

#listtable a:hover {
	color: #0066CC;
	text-decoration: none;
}

#listtable td {
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 3px;
}

#listtable th {
	border: 1px solid #333333;
	padding: 3px;
	background: url(img/colh-bg.gif) #FDFDFD repeat-x bottom;
	font-weight: normal;
	cursor: hand;
}

#listtable .nwtck {
	font-weight: 600;
}

#listtable2 {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 8pt;
	margin: 5px;
}

#listtable2 a, #listtable2 a:link {
	color: #0066CC;
	text-decoration: underline;
}

#listtable2 a:hover {
	color: #0066CC;
	text-decoration: none;
}

#listtable2 td {
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 3px;
}

#listtable2 th {
	border: 1px solid #333333;
	padding: 3px;
	background: url(img/colh-bg.gif) #FDFDFD repeat-x bottom;
	font-weight: normal;
	cursor: hand;
}

.companyrecord {
	cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
}

.companytickets {
	/* Layout properties - You can change these */

	/* This one should not be changed */
	display:none;
}

#login_box {
	font-family: Tahoma;
}

#login_box .btn {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Tahoma;
	font-size: 8pt;
}

#login_box .lbl {
	direction: rtl;
	font-family: Tahoma;
	font-size: 7pt;
	text-align: right;
}

#login_box .text_box {
	border: 1px solid #000000;
	color: #FF0000;
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
}

#tck-info {
	border: 0px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	margin: 15px;
	width: 500px;
}

#tck-info .lbl {
	color: #666666;
	font-weight: 600;
}

#tck-info .val {
	color: #333333;
	font-weight: normal;
}

#tck-msg {
	background-color: #EFEFEF;
	border: 0px;
	border: 2px solid #000066;
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	margin: 15px;
}

#tck-msg .col1 {
	width: 2cm;
}

#tck-msg .col2 {
	width: 15cm;
}

#tck-msg .author {
	background-color: #DEE3E7;
	color: #000000;
	vertical-align: top;
}

#tck-msg .body {
}

#tck-msg .date {
	font-size: 8pt;
}

#tck-msg .reply_author {
	background-color: #D1D8DE;
	color: #000000;
	vertical-align: top;
}

#tck-msg .subject {
	color: #000000;
	font-size: 8pt;
}

/* Attachment */
#tck-msg a.attachment {
	color: #5493B4;
	font-family: Tahoma;
	font-weight: 600;
	text-decoration: none;
}

#tck-msg a.attachment:visit {
	color: #36657C;
	text-decoration: none;
}

/* Message Body */
#tck-msg a.body {
	color: #5493B4;
	text-decoration: underline;
}

#tck-msg a.body:hover, #tck-msg a.attachment:hover {
	color: #FFA34F;
	text-decoration: underline;
}

#tck-msg a.body:visit {
	color: #36657C;
	text-decoration: underline;
}

#tck-msg th {
	border: 1px solid #333333;
	padding: 3px;
	background: url(img/colh-bg.gif) #FDFDFD repeat-x bottom;
	color: #000000;
	font-weight: normal;
}
