/* TYPOGRAPHY */
	body {
        	font-family:   Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
		text-align: center;
		font-size: 75%;
	        line-height: 120%;
                word-spacing : .03em;
		font-size:11px; 
		color: #435338;

	}
div,td {
	line-height:120%;
}
	img {
		border: 0;
	}
	
td {
	font-size:10px;
}
.border {
	border:1px solid #999999;
	}
#ctBox {
	float:left;
	width:100%;
	margin:0;
	height:15px;
	padding:0;
	border:0px solid #ddd;
	}	
#ctBox .status {
	float:left;
	height:15px;
	padding:0 5px;
	margin:2px 0 -20px 0;
	background:#eee;
	border-left:4px solid #ddd;
	border-right:1px solid #ddd;
	font-weight:bold;
	}
#showPoll {
	float:left;
	margin:0 20px 10px 0;
	border:0px solid #ddd;
	text-align:center;
	}
#showPoll span {
	margin:0;
	font-size:11px;
	color:#333;
	text-align:left;
	}

/*style for image/graphic*/
.graphic{
float:left;
width:100%;
}
ul.contactlist {
	display: block;
	list-style-type: none;
	margin: 0;
	font-size:10px;
}
ul.contactlist li {
	display: block;
	list-style-type: none;
	color: #000;
	margin: 0;
}
.contactlist li {
	border-bottom:1px solid #000;

}

ul.contactlist dl {
	position: relative;
	height:20px;
	}

ul.contactlist li.row dl {
	padding: 2px 0;
}

ul.contactlist dt {
	display: block;
	float: left;
	width: 10%;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

ul.contactlist dd {
	display: block;
	float: left;
	padding: 4px 0;
}

dd.dot2 {
	width: 10px;
	text-align: center;
	font-size: 10px;
	margin:0 2px;
	font-size: 11px;
	}
dd.content {
	width: 80%;
	text-align: left;
	font-size: 11px;
}


#cont-image {
	margin:0 auto;
	padding:0;
	text-align:center;
	}
#cont-image .image {
	border:0;
	padding:0;
	}
#cont-image .text {
	padding:3px;
	margin:0;
	wudth:auto;
	font-weight:bold;
	color:#000;
	font-size:11px;
	fomt-family:arial,helvetica,san-serif;
	}
	
/*end of image*/
/* LINKS */

/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: black;
	}
	h2 {
		font-size: 1.5em;
        line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
        color: black;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
        color: black;
	}
	h4 {
		font-size: 1em;
		line-height: 1em;
		margin: 0 0 0.5em 0;
		padding:0;
        color: black;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left:10px solid #ddd;
		margin-left:10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 11px;
        white-space: pre;
    }
label{
        vertical-align:middle;
        padding-top:5px;
        height:20px;
    	font-weight:bold;
    	font-size:11px;
    }
label.find{
	float:left;
        vertical-align:middle;
        padding-top:5px;
        height:20px;
    	font-weight:bold;
    	font-size:11px;
    }
.sideleft {
	float:left;
	}
    quote {
      	font-family: Tahoma, sans-serif, Helvetica, Geneva, Verdana, Arial, ;
        font-size: 11px;
        color:#000;
     }
   
/* END TEXT */
	
/* LISTS */
	ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0.25em;
		padding: 0;
	}
*html ul{
	margin-bottom:0;
	}
	ul li {
		margin: 0 0 0.25em 0.7em;
		padding: 0px;
	}
*html ul li{
		margin: 0 0 0.25em 0.7em;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0;
		padding: 0;
		border:0px solid;
	}
	dt {
		margin: 0.25em 0 0.25em 0;
		padding: 0;

	}
	dl dd {
		margin: 0;
		padding:0;
		text-align:left;
	}
	

/* General Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
.panel h2 {
	font-weight: bold;
	color: #6E746A;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-color:  #CCCCCC;
}
.panel h3 {
	font-weight: bold;
	color: #6E746A;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-color:  #CCCCCC;
}

.panel h4 {
	font-weight: bold;
	color: #000;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}


/* Code block */
dl.codebo {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.codebo dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

dl.codebo code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}


/* General form styles
----------------------------------------*/

input {
	font-weight: normal;
	cursor: default;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10px;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
	text-align:justify;
}

label {
	cursor: default;
	padding-right: 2px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 2 */
fieldset.fields2 {
	width: 95%;
	margin:0 auto;
	border:none;
	text-align:center;
}

fieldset.fields2 dt {
	width: 18em;
	background-color:#eee;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 18em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
	font-size:1em;
	margin:7px 0 0 0;
}

textarea {
	width: 100%;
}


/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Input field styles
---------------------------------------- */
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 110px; }


.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	font-size: 11px;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-weight:bold;
	background: #FAFAFA none repeat-x top;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #6A6969;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #ddd;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #fff;
	background-position: 0 100%;
	color: #fff;
}

* html table, * html select, * html input { font-size: 100%; }
* html .panel hr { margin: 0; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

.ct-panel {
	width:550px;
	background-color:#CCCDCE;
	}
.panel {
        margin-bottom:0px;
	width:540px;
	padding:0;
	background-color: #ECF1F3;
	color: #28313F;
	text-align:center;
}
.panel hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 2px solid #CCCDCE;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
}

label {
	color: #425067;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}


/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #6A6969;
	background-color: #FAFAFA;
	background-image: url("../images/bg_button.gif");
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}


/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #6A6969;
	cursor:pointer;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #A8B493;
	color: #8D9879;
}


.myTree,
.myTree ul
{
	list-style: none;
	margin-left:-5px;
}
.folderImage
{
}
.textHolder
{
	height: 16px;
	line-height: 16px;
	margin-left:-3px;
}
span.dropOver
{
	background-color: #00c;
	color: #fff;
	height: 16px;
	line-height: 16px;
}
.treeItem
{
	list-style: none;
	font-weight:bold;
	font-size:10px;
}
.treeItem2
{
	list-style: none;
	font-weight:normal;
	font-size:10px;
	margin-left:17px;
}
/* END LISTS */

	hr {
		display: none;
	}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
	}
#add {
	display:block;
	}
.faq {
      font-family: "Courier New", Courier, monospace;
	font-size:2em;
	font-weight:bold;
margin-left:-2px;
	}
.ask {
	font-weight:bold;
	color:#000;
	margin-bottom:5px;	
	font-style:none;
	}
.ans {
	font-family:   Arial, sans-serif, Helvetica, Tahoma, Verdana,Geneva;
	color:#424141;
	font-style:italic;
	font-weight:normal;
	min-height:25px;
	}
*html .ans {
	height:29px;
	}	
.link-faqf {
	float:left;
      font-family: "Courier New", Courier, monospace;
	font-size:1.2em;
	height:8px;
	line-height:8px;
	font-weight:bold;
	padding:2px 2px 2px 0;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
.link-faq {
	float:left;
      font-family: "Courier New", Courier, monospace;
	font-size:1.2em;
	height:8px;
	font-weight:bold;
	padding:2px;
	line-height:8px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}

.link-faql {
	float:left;
      font-family: "Courier New", Courier, monospace;
	font-size:1.2em;
	height:8px;
	line-height:8px;
	font-weight:bold;
	padding:2px;
	border-bottom:1px solid #ddd;
	}

#ct-panel {
	float:left;
	margin-top:10px;
	width:98.5%;
	background:#eee;
	padding:5px;
	border:1px solid #ddd;
	}
*html #ct-panel {
	width:100%;
	}
.year-cont {
	float:left;
	height:15px;
	text-align:center;
	padding:2px;
	background:#ddd;
	margin:0 0 0 20px;
	border:1px solid #ddd;
	font-weight:bold;
	}
*html .year-cont{
	height:20px;
	margin-left:10px;
	}	
.slideup {
	float:left;
	height:15px;
	text-align:center;
	width:15px;
	background:#eee url('../images/up.gif') center no-repeat;
	padding:2px;
	border:1px solid #ddd;
	}	
*html .slideup{
	width:20px;
	height:20px;
	margin-bottom:2px;
	}	
.slidedown {
	float:left;
	height:15px;
	width:15px;
	text-align:center;
	background:#eee url('../images/down.gif') center no-repeat;
	padding:2px;
	margin:0;
	border:1px solid #ddd;
	border-left:none;
	border-right:none;
	}	
*html .slidedown{
	width:20px;
	height:20px;
	}
.up {	
	clear:both;
	float:right;
	height:15px;
	text-align:center;
	width:15px;
	background:transparent url('../images/up.gif') center no-repeat;
	}	
*html .slideup{
	width:20px;
	height:20px;
	margin-bottom:2px;
	}

/* TABLE */
	table {
        font-size: 11px;
		margin:0;
        padding: 2px;
	}
	th {
		font-weight: bold;
		text-align: center;
		background:#ddd;
	}
	td {
		font-size: 1em;
	}
table.stock td{
		font-size: 9px;
	}

table.tbl,table.tbl3 {
	border: 1px solid #c0c0c0;
	width: 100%;
	padding:0;	
	margin: 10px 0;
	background:#E9E5E5;
	font-size:1em;
	text-align:center;
}
table.tbl3 .theader {
	font-weight:bold;
	color:#000;
	}
table.tbl3 td.spacer {
	width:1%;
	}
table.tbl3 td.cl1 {
	width:59%;
	}
table.tbl3 td.cl2 {
	width:20%;
	}
table.tbl3 td.cl3 {
	width:20%;
	}
table.tbl3 td.cl30 {
	width:30%;
	}
table.tbl3 td.cl20 {
	width:20%;
	}	
table.tbl3 td.cl50 {
	width:50%;
	}	
table.tbl th{
	background: buttonface #E9E5E5;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	height:20px;
	text-align:center;
}
table.tbl td,th,table.tbl3 td,th {
	padding: 2px;
	/*text-align: center;*/	
	vertical-align: top;
	height:18px;
	text-align:left;
}
table.tbl .clright,table.tbl3 .clright {
	text-align: right;	
}
table.tbl .clcenter,table.tbl3 .clcenter {
	text-align: center;	
}
.note {
	vertical-align:middle;
	height:70px;
	padding:30px;
	}
table.tbl td a {
	color: #4E4D4D;
	font-weight:bold;
}
table.tbl td a:hover {
	color: #fff;
	text-decoration: underline;
}
/*tr.hover {
	color: #fff;
	text-decoration: underline;
}*/
*html table.tbl td a:hover {
	color: #4E4D4D;
}

table.tbl td:hover {
	text-decoration: none;
	background:#A2A2A0;
	color:#fff;
}
table.tbl tr.even2,table.tbl3 tr.even2 {
	background-color: #eee
}
table.tbl tr.even,table.tbl3 tr.even {
	background-color: #fafafa;
}
table.tbl tr.tot,table.tbl3 tr.tot {
	background-color: #D2D0D0;
	font-weight:bold;
	color:#000;
}

.bgwhite {
	background:#fff;
	}

table.tbl2 {
	border: 0px solid #c0c0c0;
	width: auto;
	padding:0;
	margin:0 0 10px 20px;	
	background:#E9E5E5;
	text-align:left;
font-size:1em;
	
}

table.tbl2 th{
	background: buttonface;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	text-align:center;
}
table.tbl2 td,th {
	padding: 2px;
	vertical-align: middle;
	margin:0;
	height:18px;
}
table.tbl2 .clright {
	text-align: right;	
}
table.tbl2 .clcenter {
	text-align: center;	
}
table.tbl2 td a {
	color: #4E4D4D;
	font-weight:bold;
}
table.tbl2 td a:hover {
	color: #fff;
	text-decoration: underline;
}

table.tbl2 tr.even2 {
	background-color: #eee
}
table.tbl2 tr.even {
	background-color: #fafafa;
}

DIV.table-row {
  	background: none;
  	border: solid #ddd 1px; 
  	color: #000000;
	margin: 0 auto;
  	padding: 0;
  	text-align: center; 
  	width: 96%;
}

*html DIV.table-row {
        width:100%;
	}
/* Style rules for the 4 cols table */
DIV.left-container14 {
  	border: none;
  	float: left; 
  	margin: 0; 
  	padding: 0; 
  	width: 25%;
}
DIV.left-container24 {
  	border: none; 
  	float: left; 
  	margin: 0; 
  	padding: 0; 
  	width: 17%;
}
DIV.left-container34 {
  	border: none; 
  	float: left; 
  	margin: 0; 
  	padding: 0; 
  	width: 36%;
}
*html DIV.left-container34 {
  	width: 35%;
}
DIV.right-container14 {
  	border: none; 
  	float: right; 
  	margin: 0; 
  	padding: 0; 
  	width: 22%;
}
H5.colhdr {
	background: #E9E5E5;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
  	font-family: verdana,Tahoma; 
  	font-size: 0.95em; 
  	font-weight: bold; 
  	margin: 0; 
  	padding: 0.2em 0.2em;
  	text-align: center; 
  	width: auto;
}
H5.colhdrleft {
	background: #E9E5E5;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
  	font-family: verdana,Tahoma; 
  	font-size: 0.95em; 
  	font-weight: bold; 
  	margin: 0; 
  	padding: 0.2em 0.2em;
  	text-align: left; 
  	width: auto;
}
H5.colhdrl {
	background: #E9E5E5;
	border: 1px solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
  	font-family: verdana,Tahoma; 
  	font-size: 0.95em; 
  	font-weight: bold; 
  	margin: 0; 
  	padding: 0.2em 0.2em;
  	text-align: center; width: auto;
}
DIV.space-line {
  	clear: both; 
  	margin: 0; 
  	padding: 0; 
  	width: auto;
}
*html DIV.space-line {
	height:0;
	font-size:0px;
	}
P.text {
  	border: solid #ddd 1px; 
  	margin: 0; 
  	padding: 0.2em 0.2em;
  	border-right:none;
  	background:#fafafa;
  	font-style: normal; 
  	font-size: 0.9em;text-indent: 0;
  	width: auto;
  	color:#666;
}
P.textr {
  	border: solid #ddd 1px; 
  	margin: 0; 
  	padding: 0.2em 0.2em;  
  	background:#fafafa;
  	font-style: normal; 
  	font-size: 0.9em; 
  	text-indent: 0;
  	width: auto;  
  	color:#666;

}

DIV.table2-row {
  	background: none;
  	border: solid #ddd 0px; 
  	color: #000000;
	margin: 0 auto;
  	padding: 0;
  	text-align: center; 
  	width: 96%;
}
*html DIV.table2-row {
        width:100%;
	}
/* Style rules for the 4 cols table */
DIV.left-container {
  	border: none;
  	float: left; 
  	margin: 0 5px; 
  	padding: 0; 
  	width: 18.4%;
	text-align:center;
}
DIV.left-container p {
	font-size:10px;
	font-family:tahoma,arial,helvetica,san-serif;
	}

DIV.right-container {
  	border: none; 
  	float: right; 
  	margin: 0 5px; 
  	padding: 0; 
  	width: 18.4%;
}
p.image {
  	border: solid #EEEEEE 0px; 
  	margin: 5px 0; 
  	padding: 0.5em;  
  	font-style: normal; 
  	font-size: 0.9em; 
  	text-indent: 0;
  	width: auto;  
  	color:#666;
}
DIV.left-container2 {
  	border: none;
  	float: left; 
  	margin: 0 5px; 
  	padding: 0; 
  	width: 30%;
}
DIV.right-container2 {
  	border: none;
  	float: left; 
  	margin: 0 5px; 
  	padding: 0; 
  	width: 70%;
}
DIV.space-line2 {
  	clear: both; 
  	margin: 0; 
  	padding: 0; 
  	width: auto;
}
P.text2 {
  	border: solid #ddd 1px; 
  	margin: 0; 
  	padding: 0.2em 0.2em;  
  	background:#ddd;
  	font-style: normal; 
  	font-size: 1em; 
  	text-indent: 0;
  	width: auto;  
  	color:#666;
}
DIV.table3-row {
  	background: none;
  	border: solid #ddd 2px; 
  	color: #000000;
	margin: 0;
  	padding: 0;
  	text-align: center; 
  	width:80%;
}
DIV.left-container3 {
  	border: none;
  	float: left; 
  	margin: 0; 
  	padding: 0; 
  	width: 65%;
}
DIV.right-container3 {
  	border: none;
  	float: left; 
  	margin: 0; 
  	padding: 0; 
  	width: 35%;
}
P.text3 {
  	border: solid #eee 1px; 
  	margin: 0; 
  	padding: 0.2em 0.5em;  
  	font-style: normal; 
  	text-align:left;
  	font-size: 1em; 
  	text-indent: 0;
  	width: auto;  
  	color:#000;
}
P.text3r {
  	border: solid #eee 1px; 
  	border:left:none;
  	margin: 0; 
  	padding: 0.2em 0.5em;  
  	font-style: normal; 
  	font-size: 1em; 
  	text-align:right;
  	text-indent: 0;
  	width: auto;  
  	color:#000;

}
#ct-viewData {
	display:none;
	}
#cont-respond {
  POSITION: relative;
  WIDTH:100%;
  TEXT-ALIGN:LEFT;
  background:transparent;
  border:0px solid #C5CDBF;
}
#cont-respond .hd { 
	padding:0px; 
	border:none;
	margin-left:5px; 
	margin-right:5px; 
	background:#ddd url('../images/bg_box_respond.gif'); 
	height:30px; 
	text-align:right; 
	overflow:visible; 
	font-weight:bold;
	}
#cont-respond .hd .tl { 
	position:absolute;
	float:left; 
	width:5px; 
	height:30px; 
	top:0; 
	left:0; 
	border:none;
	background:transparent url('../images/left_bg_box_respond.gif');
	}
#cont-respond .hd .tr { 
	position:absolute;
	float:right; 
	width:5px; 
	height:30px; 
	top:0; 
	right:0; 
	border:none;
	background:transparent url('../images/right_bg_box_respond.gif');
	}
#cont-respond .hd span { 
	vertical-align:middle; 
        font-size: 11px;
	line-height:30px; 
	margin-right:10px;
	text-align:right; 
	}
#cont-respond .bd {
	text-align:left;
	padding:4px; 
	background-color:#FFF;
	border:1px solid #ddd;
	border-top:none;
	}
#ct-titleResp {
	float:left;
	border:1px solid;
	}
ul.respondlisxt{
    	list-style-image:url("../images/ico_paper.gif");
	margin:0 15px;
	font-weight:normal;
	}
.respondlistx li {
	width:100%;
	}
	
#ct-respond2 {
	background-color:#eee;
	padding:3px;
	}
#ct-panelRespond,#ct-panelRespond2,#ct-panelRespond3{
	display:none;
	margin:0 auto;
	margin-bottom:10px;
	float:left;
	width:95.5%;
	padding:15px;
	background:#fafafa;
	border-top:5px solid #eee;
	}
*html #ct-panelRespond,#ct-panelRespond2,#ct-panelRespond3{
	width:98.5%;
	}	
#ct-panelRespond .text,#ct-panelRespond2 .text,#ct-panelRespond3 .text{
	float:left;
	width:15%;
	padding:3px;
	font-style:normal;
	line-height:20px;
	border:0px solid;
	}
*html #ct-panelRespond .text,#ct-panelRespond2 .text,#ct-panelRespond3 .text{
	padding:0;
	line-height:28px;
	}
#ct-panelRespond .content,#ct-panelRespond2 .content,#ct-panelRespond3 .content{
	float:left;
	width:80%;
	padding:3px;
	border:0px solid;
	}
*html #ct-panelRespond .text,#ct-panelRespond2 .content,#ct-panelRespond3 .content{
	padding:0;
	}
#ct-panelRespond .act,#ct-panelRespond2 .act,#ct-panelRespond3 .act{
	float:left;
	width:96%;
	text-align:center;
	}
.sender {
	float:right;
	margin-top:10px;
	border:1px solid;
	}	

#ct-panelContact{
	margin:0 auto;
	margin-bottom:10px;
	float:left;
	width:96%;
	padding:15px;
	background:#fafafa;
	border-top:5px solid #ddd;
	}
*html #ct-panelContact{
	width:100%;
	}	
#ct-panelContact .text{
	float:left;
	width:15%;
	padding:3px;
	font-style:normal;
	line-height:20px;
	border:0px solid;
	}
*html #ct-panelContact .text{
	padding:0;
	line-height:28px;
	}
#ct-panelContact .content{
	float:left;
	width:80%;
	padding:3px;
	border:0px solid;
	font-family:verdana;
	}
*html #ct-panelContact .content{
	padding:0;
	}
#ct-panelContact .act{
	float:left;
	width:96%;
	text-align:center;
	}


#ct-respond {
	position:relative;
	float:left;
	width:100%;
	padding:2px;
	border:1px dashed #c0c0c0;
	}

.ct-reconf {
	float:left;
	margin-left:5px;
	width:210px;
	}	
.ct-reconf .reg{
	float:left;
	font-weight:normal;
	}		
.ct-reconf .confirm{
	float:left;
	font-weight:normal;
	}
/*Icon*/	
.ico-bullet, .ico-profil, .ico-logout{
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}			
.ico-id, .ico-en{
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 0px 0 0 20px;
}
.ico-sdm, .ico-pkbl{
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 5px 0 0 18px;
	height:15px;
}
*html .ico-sdm, *html .ico-pkbl{
	padding-top: 5px;
}

.ico-paper, .ico-post{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 13px;
}
/*Icon Image*/			 
.ico-id		{background-image: url('../images/ico_id.gif');}
.ico-sdm	{background-image: url('../images/ico_sdm.gif');}
.ico-pkbl 	{background-image: url('../images/ico_pkbl.gif');}
.ico-profil	{background-image: url("../images/ico_profil.gif"); }
.ico-logout	{background-image: url("../images/ico_logout.gif"); }
.ico-en 	{background-image: url('../images/ico_en.gif');}
.ico-bullet 	{background-image: url('../images/bullet.gif');}
.ico-paper 	{background-image: url('../images/ico_paper.gif');}

#body-resp {
	margin: 0 5px;
	clear: both;
	text-align: left;
	}
* html ul.resplist li { position: relative; }
* html ul.resplist2 li { position: relative; }

ul.resplist {
	display: block;
	list-style-type: none;
	margin: 0;
	font-size:10px;
}
ul.resplist2 {
	clear:both;
display: block;
	list-style-type: none;
	margin: 0;
	font-size:10px;
margin-left:15px;	
}
ul.resplist li, ul.resplist2 li {
	display: block;
       clear:both;
	list-style-type: none;
	color: #000;
	margin: 0;
}

ul.resplist dl, ul.resplist2 dl {
	position: relative;
	height:20px;
	}

ul.resplist li.row dl{
	padding: 2px 0;
}

ul.resplist dt {
	display: block;
	float: left;
	width: 490px;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}
ul.resplist2 dt {
	display: block;
	float: left;
	width: 475px;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.resplist dd {
	display: block;
	float: right;
	border-left: 1px solid #FFFFFF;
	padding: 4px 0;
}

#panel {
	width:260px;
	margin:0;
	padding:0;
	background-color:#eee;
	border:1px solid #ddd;
	border-left:10px solid #ddd;
	border-right:10px solid #ddd;
	text-align:center;
	min-height:250px;
	}
*html #panel {
	width:280px;
	padding-bottom:5px;
	}
#ct-panelLogin {
	width:220px;
	margin:10px auto;
	padding:0;
	background-color:#ddd;
	min-height:200px;
	border:1px solid #ccc;
	}
*html #ct-panelLogin {
	width:200px;
	margin-bottom:20px;
	`height:200px;
	z-index:4;
	}				
#ct-panelLogin .hd{
	width:220px;
	margin:0 auto;
	height:70px;
	background:transparent url('../images/hd_login.gif') top;
	padding:0;
	}
#ct-panelLogin .ct-middle {
        width:210px;
	margin:0 auto;
	padding:0;
	background-color:#ddd;
	}			
#ct-panelLogin .name{
	float:left;
	width:55px;
	text-align:left;
	line-height:22px;
	margin:0;
	padding:5px;
	}
*html #ct-panelLogin .name{
	width:65px;
	}			
#ct-panelLogin .inputbox{
	float:left;
	width:120px;
	text-align:left;
	margin:0;
	padding:5px;
	}
*html #ct-panelLogin .inputbox{
	width:130px;
	}			
#ct-panelLogin .act{
	float:left;
	width:220px;
	height:50px;
	line-height:50px;
	text-align:center;
	background-color:transparent;
	margin:0;
	padding:0;
	}		
*html #ct-panelLogin .act{
	width:220px;
	}			
#evaluation {
      	font-family: Tahoma, sans-serif, Helvetica, Geneva, Verdana, Arial, ;
        font-size: 11px;
        color:#000;
        padding:4px;
        background-color:#fafafa;
        border:1px dashed #ddd;
     }
.date2{
	clear:both;
	font-size:10px;
	color:#BD660A;
	font-weight:normal;
} 

  .dim {filter:alpha(Opacity=50);z-index:0;}  
  .bright {filter:alpha(Opacity=100);}

#toTop {
	float:right;
	margin:0 3px 0 0;
	}	  
/* END TABLE */	

/*style paging*/
div#mn_paging{
	Float:left;
	width:100px;
	height:70;
	color: #000000;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	border:0px solid #C5CDBF;
	margin:0px;
        padding:0;
}

*html div#mn_paging{width:102px;}

#mn_paging .hd{
 	Height:22px;
}

div#mn_paging .hd .pgtl{
            float:left;
	    margin:0;
	    padding:0;
            height:22px;
            width:7px;
	    background:transparent url('../images/bg_box_left_pale_yelow.gif') no-repeat;
	    }    
	            
div#mn_paging .hd .pgctr{
            float:left;
	    margin:0;
	    padding:0;
            width:86px;
            font-weight:bold;
            vertical-align:midle; 
            line-height:22px;
            height:22px;
	    background:transparent url('../images/bg_box_pale_yelow.gif') repeat-x;
	    }
	    
div#mn_paging .hd .pgtr{
            float:left;
	    margin:0;
	    padding:0;
            height:22px;
            width:7px;
	    background:transparent url('../images/bg_box_right_pale_yelow.gif')  no-repeat;
	    }            
        
#mn_paging .content{
 	Float:left;
	width:98px;
	height:35px;
	color: #505D47;
	text-align:centre;
	border-left:1px solid #F3DE8E;
	border-right:1px solid #F3DE8E;
	margin:0 0 0 0;
        padding:0;
	background:#FFFFFF;
}
*html div#mn_paging .content{ width:100px}

#mn_paging .footer{
 	Height:15px;
	backgrond:#ffffff;
}
div#mn_paging .footer .lt{
            float:left;
	    margin:0;
	    padding:0;
            height:15px;
            width:7px;
	    background:#FFFFFF url('../images/bg_box_bottom_left_pale_yelow.gif') no-repeat;
	    }    
	            
div#mn_paging .footer .ctr{
            float:left;
	    margin:0;
	    padding:0;
            width:85px;
            height:15px;
	    background: #FFFFFF; /*url('../images/bg_box_bottom_pale_yelow.gif') repeat-x;*/
	    border-bottom:1px solid #F9EE8F;
	    }
	    
div#mn_paging .footer .rt{
            float:left;
	    margin:0;
	    padding:0;
            height:15px;
            width:8px;
	    background:#FFFFFF url('../images/bg_box_bottom_right_pale_yelow.gif')  no-repeat;
	    }      
	    
.popupLink { 
	COLOR: red; 
	outline: none 
}

.popup { 
	POSITION: absolute; 
	VISIBILITY: hidden; 
	BACKGROUND-COLOR: #CCDDE6; 
	LAYER-BACKGROUND-COLOR: #CCDDE6; 
	width: 120; 
	BORDER-LEFT: 1px solid black; 
	BORDER-TOP: 1px solid black; 
	BORDER-BOTTOM: 3px solid black; 
	BORDER-RIGHT: 3px solid black; 
	PADDING: 3px; 
	z-index: 10 
}
#nameFieldPopup{
	display:visible;
}
.hdtitle {
	position:relative;
	padding:0px; 
	border:none;
	margin:0;
	background:transparent;
	height:40px; 
	text-align:left; 
	overflow:visible; 
	font-weight:bold;
	}
.hdtitle span { 
	position:absolute;
	float:left;
	vertical-align:middle; 
        font-size: 12px;
	line-height:30px; 
	text-align:left; 
	margin:0;
	}
#loading {
	position:absolute;
	height:28px;
	left:50%;
	margin-left:-50px;
	position:absolute;
	top:50%;
	visibility:visible;
	width:120px;
	z-index:1000;
	padding:0;
	text-align:left;
	background-color:#FAFAFA;
	border:3px solid #ddd;
	}
*html #loading {
	width:130px;
	}
#loading .image {
	float:left;
	margin:0;
	margin-left:5px;
	text-align:left;
	}
#loading .load {
	float:left;
	margin:0;
	font-size:11px;
	padding:7px 10px 0 0;
	line-height:13px;
	text-align:left;
	margin-left:10px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	}

.bullet {
   clear:left;
    width: 3%;
    float: left;
    margin-top:3px;
    height:12px;
    background: url('../images/bullet.gif') no-repeat;
   
}
.bullet2 {
    clear:left;
    float: left;
    width: 2.3%;
    margin-top:5px;
    height:12px;
    background: url('../images/arrow2.gif') no-repeat;
   
}
.bulletBlank {
    width: 3%;
    float: left;
    height:12px;
    background: transparent;
    border: 0px solid #333233;
}
.optional {
    width: 63%;
    padding-right:10px;
    float: left;
    border: 0px solid #333233;
    line-height:19px;
}
.modul, .sdate {
	font-size:11px;
	font-family:Arial,Tahoma,Verdana,Helvetica;
	font-weight:bold;
	}
.modul {
	color:#666;
	}		
.sdate {
	color:red;
	font-weight:normal;		
	}
/* END TYPOGRAPHY */	