/* CSS Document */

Body{margin:0px;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 0.65em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
} 

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	cursor: hand;
	pointer: hand;
	border: 1px solid #839EC2;
	background-image: url(../images/button_gradient.gif);
	background-repeat: repeat-x;
	padding-right: 3px;
	padding-left: 3px;
}

.form {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #444444;
	padding: 1px;
	border: 0px solid #7F9DB9;
	margin: 1px;
}

.form-hint {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #ADADAD;
	padding: 1px;
	border: 0px solid #7F9DB9;
	margin: 1px;
	font-style: italic;
	font-weight: normal;
}
 
.form-input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	padding: 1px;
	border: 1px solid #7F9DB9;
	margin: 1px;
	font-style: italic;
	font-weight: normal;
} 

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	color: #444444;
	border: 1px solid #7F9DB9;

}

iframe  {
	border: 1px solid #7F9DB9;
}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	color: #444444;
	border: 1px solid #7F9DB9;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	color: #444444;
	border: 1px solid #7F9DB9;
}

.textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	color: #909090;
	border: 1px solid #7F9DB9;
	font-style: italic;
}

.txt-hint {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
.bg-black{
	background-color:#000000;
}
.bg-white{
  background-color:#ffffff;		
}

.bg-brown{
  background-color:#ABABAB;		
}

.txt-black{
  color:#000000;
 		
}
.txt-black-un{
  color:#000000;
  text-decoration:underline;		
}
.txt-black-un:hover{
  color:#000000;
  text-decoration:none;		
}
.txt-blue2un
{
	color: #666888;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline;
}
.txt-blue2un:hover
{
	color: #666888;
	text-decoration: none;
}
.txt-red{
  color:#AE0000;		
}
.txt-red1{
  color:#AE0000;		
}
.txt-red1:hover{
  color:#000000;		
}

.txt-grey{
  color:#C4C4C4;		
}
.txt-white{
  color:#ffffff;		
}

.border-grey {
	background-color: #000000;
	background-image: url(../images/bg-black-gradient.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1D1D1D;
	border-right-color: #1D1D1D;
	border-left-color: #1D1D1D;
}
.border-grey:hover{
	background-color:#AE0000;
	background-image:none;
}
.border-grey-selected{
	background-color:#AE0000;
	background-image:none;
}
.border-table {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
.bg-red {
	background-color: #AE0000;
}

.bg-lightred {
	background-color:	#AE0000;
	color			:	#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding-left:.2em;
}
.tooltip-body {

	color			:	#FFFFFF;
	background-color:	#9F9F9F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding-left:.2em;
	width:250px;
}

.formButton {
	background-color: #AE0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px none;

}

.bg-dotted {
	background-image: url(../images/dottedline.gif);
	background-repeat: repeat;
}
.bg-yellow {
	background-color: #FFFFCC;
}
.dvhdr1 {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
         
.dvbdy1 {
            background:#FFFFFF;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
.nav {
	color:#C4C4C4;
	Text-decoration:none;
	display: block;
	height:22px;
	padding-top:5px;
}
.nav:hover {
	color: #FFFFFF;
	Text-decoration:none;
	display: block;
	height:22px;
	padding-top:5px;
}

.commentbg {
	width: 200px;
	height: 124px;
	background-image: url(../images/bg-comment.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px	
}
.tooltip2 {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
}
.tooltip2 .head{
	background-color: #006666;
	color: white;
	font-weight: bold;
	padding: 2px;
}
.tooltip2 .content{
	color: 000066;
	font-size: 10px;
	border-size: 4px;
}
.tooltip2 .content td{
	width: 50%;
	font-size: 10px;
	text-align: center;
}

.tooltip3 {
	position: absolute;
	display: none;
}


strong {
	font-weight: bold;
}