/* comments to help you sebastian  please remove these comments once you have completed all your development*/

/* used as subheading bar and link in red boxes */
.barheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FE0000;
	color: #000000;
	height: 25px;
	padding-right: 15px;
}

.barheader a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE0000;
	font-weight: bold;
}
.barheader a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7DADF;
	font-weight: bold;
}
/* homepage login headings */
.logintype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;

}
.logintype label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #333333;
	font-weight: bold;

}
/* main text throughout the site */
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#000000;
}
a.maintextlink  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FE0000;
	text-decoration: underline;

}
a.maintextlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.maintextswht {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	/* width: 200px; */
}
/* all main links - used browse,details pages and master pages  */
a.linklarge  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FE0000;
	font-weight: bold;


}
a.linklarge:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;

}
a.linksmall  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FE0000;
	font-weight: bold;


}
a.linksmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;

}

.barheader a span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #EBEBEB !important;
	font-weight: bold;


}
.barheader a:hover span{
	font-family: Arial, Helvetica, sans-serif;
	color: #111111 !important;
	font-size: 1em;
	font-weight: bold;

}
.barheader a span.selected{
	font-family: Arial, Helvetica, sans-serif;
	color: #111111 !important;
	font-size: 1em;
	font-weight: bold;

}

.barheader a.linklarge  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #EBEBEB !important;
	font-weight: bold;


}
.barheader a.linklarge:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111 !important;
	font-size: 1em;
	font-weight: bold;

}
.barheader a.linksmall  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #EBEBEB !important;
	font-weight: bold;


}
.barheader a.linksmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111 !important;
	font-size: 0.9em;
	font-weight: bold;

}

.barheader span{
	color: #000000 !important;
}
/* used on search page in find celeb/agent box*/
.searchbartype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FE0000;
	height: 25px;
	color: #000000;
}
.searchbartype label {
	color: #FFFFFF !important;
}
/* larger text for celebrity name on detail page*/
.celebname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
	margin-bottom:5px;
	display:block;
}
.agencyname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	margin-bottom:5px;
	display:block;
}
.agentname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	margin-bottom:5px;
	display:block;
}
/*horizontal line divide used on results pages*/
.resultsline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FE0000;
	border-right-color: #FE0000;
	border-bottom-color: #FE0000;
	border-left-color: #FE0000;


}
/*for headers with a td that have a spacer image*/
.headerblank {
	background-color: #FE0000;

/* temporary styles for viewing only remove and replace browse styles with linklarge class add text transform style below if Caroline wants browse causes,endorsements,interests
pages in lowercase*/
}
a.linklarge2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: lowercase;


}
a.linklarge2:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.empText  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FE0000;
	font-weight: bold;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000000;
}

.signup_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000000;
}

.signup_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color:#000000;
	padding-top: 5px;
}

