/*CONTROL STYLES */

.input {
	background-image:url(../img/icons/search.gif);
	background-position:right;
	background-repeat:no-repeat;
	border:1px solid #CCCCCC;
	padding:3px;
	font: 12px "Arial", Verdana, Arial, sans-serif;
}

.input:focus {
	border:1px solid #999999;
	color: #666666;
}


/*TEXT STYLES */



.titleColumn01 {
	padding-right:18px;
	background-image:url(../img/arrow_small_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:18px;
}

.titleColumn03 {
	padding-left:18px;
	background-image:url(../img/arrow_small_left.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:18px;
}


.text {
	color:#666666;
	font-size:11px;
}

.textOrange {
	color:#F04E11;
}

.textWhite {
	color:#FFFFFF;
}

.textDate {
	color:#999999;
	font-size:10px;
}

.textRed {
	color:#CC0000;
	font-size:11px;
}


/*LINK STYLES */

#header a, a:visited {
	border-bottom:0px;
	text-decoration:none;
}

#header a:hover, visited:hover {
	text-decoration:none;	
}


#gallery a, a:visited {
	color:#F04E11;
	border-bottom:0px;
	text-decoration:none;
}

#gallery a:hover, visited:hover {
	color:#FFFFFF;
	text-decoration:none;	
}

.search-client a, a:visited {
	border-bottom:0px;
	text-decoration:none;
}

.search-client a:hover, visited:hover {
	border-bottom:0px;
	text-decoration:none;
}


a:link {
	color:#666666;
	text-decoration:uderline;
}

a:hover {
    color:#FFFFFF;
	text-decoration:uderline;
}

a:visited {
	color:#666666;
	text-decoration:uderline;
}

a:visited:hover {
    color:#FFFFFF;
	text-decoration:uderline;
}