/* classes for links */
A:LINK {
	color : #000000;
	text-decoration:none;
}
A:VISITED {
	color : #000000;
	text-decoration:none;
}
A:ACTIVE {
	color : #000000;
	text-decoration:none;
}
A:HOVER {
	color : #336699;
	text-decoration:none;
}
A.colored:LINK {
	color : #336699;
	text-decoration : none;
}
A.colored:VISITED {
	color : #336699;
	text-decoration : none;
}
A.colored:ACTIVE {
	color : #336699;
	text-decoration : none;
}
A.colored:HOVER {
	color : #000000;
	text-decoration : none;
}
A.coloredred:LINK {
	color : #990000;
	text-decoration : none;
}
A.coloredred:VISITED {
	color : #990000;
	text-decoration : none;
}
A.coloredred:ACTIVE {
	color : #990000;
	text-decoration : none;
}
A.coloredred:HOVER {
	color : #000000;
	text-decoration : none;
}
A.smallGrey:LINK {
	color : #999999;
	text-decoration : none;
}
A.smallGrey:VISITED {
	color : #999999;
	text-decoration : none;
}
A.smallGrey:ACTIVE {
	color : #999999;
	text-decoration : none;
}
A.smallGrey:HOVER {
	color : #336699;
	text-decoration : none;
}

/* classes for text */
.txt {
font-family : Verdana;
font-size : 11px;
font-weight : normal;
color: #000000;
}
.txtSmall {
font-family : Verdana;
font-size : 10px;
font-weight : normal;
color: #000000;
}
.txtWhite {
font-family : Verdana;
font-size : 11px;
font-weight : normal;
color: #ffffff;
}
.txtGrey {
font-family : Verdana;
font-size : 11px;
font-weight : normal;
color: #999999;
}
.txtSmallGrey {
font-family : Verdana;
font-size : 10px;
font-weight : normal;
color: #999999;
}
.titWhite {
font-family : Verdana;
font-size : 12px;
font-weight : bold;
color: #ffffff;
}

/* classes for contactform */
.inputtxt {
width : 240px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputselect {
width : 240px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.inputtxtarea {
width : 280px;
height : 144px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}

/* classes for loginform */
.logintxt {
width : 171px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}

/* classes for account opening */
.accopentxt {
width : 170px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}

/* classes for change user data */
.changeuserdatatxt {
width : 210px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}

/* classes for new ad */
.adinputtxt {
width : 320px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.adinputtxthalf {
width : 155px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.adpercentselect {
width : 155px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.adcatselect {
width : 320px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.adinputtxtarea {
width : 320px;
height : 140px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.adinputtxtarea100 {
width : 320px;
height : 100px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.adcontacttxt {
width : 190px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}

/* classes for admin new ad */
.admininputtxt {
width : 464px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.admininputtxthalf {
width : 220px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.admininputtxthalfsmaller {
width : 200px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.admininputtxtquarter {
width : 110px;
height : 21px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}
.admininputtxtarea {
width : 464px;
height : 140px;
font-family : Verdana;
font-size : 11px;
font-weight : normal;
}

#openx_leaderboard {text-align:left;width:728px !important;}

