
/* ----------- Texts definitions -----------*/
html, body {
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:#FFF;
}

h1, h3 {
	color: #F90;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	text-transform:uppercase;
}

h3, .txt12 {
	font-size: 12px;
}
p {
  font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding:0;
  margin: 13px 0
}
.smallheadline2 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
	
.hportxt {
		color:#F90;
		font-weight:normal;
}
	
.hpchost {
	color: #666;
	text-decoration: underline;
}

.hpchost:hover {
	text-decoration: none;
}

.hpchostname {
	font-size: 11px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}

.hpchostname:hover {
	color:#F90
}

.hpdtline {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #E7E7E7
}

.hporbord {
		border-bottom:1px dotted #F90;
		border-left:1px dotted #F90;
		border-right:1px dotted #F90;
}
	
.chostname {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.txt, .txt p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.txt10 {
	font-size: 10px;
}

.whoison {
	font-size: 9px;
	color: #333;
	text-decoration: none;
}
.whoison:hover {
	font-size: 9px;
	color: #F90;
	text-decoration: underline;
}
.bubbletxt {
	font-size: 10px;
	color: #333;
}
.smalltxt {
	font-size: 9px;
	font-weight: bold;
}
.smallblack {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.redtxt {
	font-size: 10px;
	font-weight: bold;
	color: #EA0000;
}
.redarial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
}
.rednormal {
	font-size: 11px;
	color: #EA0000;
}
.faqlist a {
	color:#000;
	font-size:11px;
	text-decoration:underline;
}

.faqlist li {
	padding-bottom:3px;	
	
}

.faqtitle  {
	color:#000;
	font-size:12px;
    margin-top:3px;
}

.faqtext {
	font-size:12px;
}

.faqtext:hover {
	color: #F90;
}

.faq {
	padding:7px 0 7px 0;
	display:none;	
	font-size:11px;
}

.faq2 {
   	color:#000;
	display:none;
	font-size:12px;
}

.redcat {
    color:#F00;
	text-decoration: none;
}

.redcat:hover {
  color:#000;
}
.category {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
/* ----------- Links definitions -----------*/
.category:hover {
	text-decoration: none;
	color: #F90;
}
.tlink {
/*	font-size: 10px;*/
	color: #333;
	text-decoration: underline;
}
.tlink:hover {
/*	font-size: 10px;*/
	color: #F90;
	text-decoration: underline;
}
.topmenu a {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.topmenu a:hover {
	color: #333;
	text-decoration: none;
}
.dgrey {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.lgrey {
	font-size: 10px;
	font-weight: bold;
	color: #75848C;
}

.lgreyline {
	border-bottom: 1px solid #CCC;
	text-decoration: none
}

.smallblack:hover {
	text-decoration: none;
}
/* ------------ Box  definitions ------------*/
.yellownote {
	font-size: 10px;
	background-color:#E7E7E7; 
	border: 1px solid #CCC;
}
.s2tr2 {
	background-color:#E7E7E7; 
}
.s2tr1 {
	background-color:#FFF;
}
.tab td{
    border-top:1px solid #000;
    border-left:1px solid #000
}
.bot{
    border-bottom:1px solid #000    
}.brg{
    border-right:1px solid #000    
}

a { outline:none;}
.ac {text-align:center;}
.ar {text-align:right;}
.hide {display:none;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.wrp {
    height: auto !important;
    height: 1%;
    overflow: hidden; }

.tableth {	
	font-size: 10px;
	color: #000;
	background-color:#F90;
}
.selectedUp {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #F90;
}
.otherUp {
	font-size: 10px;
	font-weight:normal;
	color: #000;
	text-decoration: none;
	background-color: #E7E7E7;
}
.otherUp:hover {
	color: #F90;
	text-decoration: none;

}
.scrbox {
	/*background: #FFE9C8; Old version */
  background: #FFF;
	/*border: 1px solid #CCC;  Old version */
  border: 1px solid #F90;
}
.scrbox a {
	color: #333;
	text-decoration: none;
}
.scrbox a:hover{
	text-decoration: underline;
}
/* ------- Input fields  definitions -------*/
.normalInput {
	width: 120px;
}
.longInput {
	width: 150px;
}
.shortInput {
	width:50px;
}
.smallinput {
	font-size: 9px;
	width: 70px;
}
.textarea500 {
	width: 550px;
}
input {
	font-size: 11px;
}
select {
	font-size: 10px;
}
.select250 {
	width: 250px;
}
.longselect {
	width: 300px;
}


.select150 {
	font-family: tahoma;
	font-size: 9pt;
	width: 150px;
	color: #000000;
	background-color: #FFFFFF;
}
.input250 {
	font-family: tahoma;
	font-size: 9pt;
	width: 250px;
	color: #000000;
	background-color: #FFFFFF;
}
.normalTextarea {
	font-family: tahoma;
	font-size: 9pt;
	width: 250px;
	color: #000000;
	background-color: #FFFFFF;
}

.normalBoldText {	
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

.headerTopTD {
    color: #FF9900;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

