/* GENERAL  */

html, body {
	height: 100%;
	background-color: #7d8420;
}


input.footerInput {
	background-color: #e2f069;
	color: #7d8420;
}

input {
	background-color: #FFF;
	color: #7d8420;
}

textarea {
	background-color: #FFF;
	color: #7d8420;
}

td {
	color: #474504;
	font-family: verdana, sans-serif;
	font-size: 10px;
	background-color: transparent;
	line-height: 1.5em;
}





/* CLASSES  */

.transparent {
	background-color: transparent;
}


.content {
	background-color: #7d8420;
}


.content_artist {
	background-image: url("images/artist_bg.jpg");
}

.smallbox { 
	background-image: url("images/smallbox_bg.jpg");
}


.smallboxArtist { 
	background-image: url("images/smallbox_bg.jpg");
}


.largebox { 
	background-image: url("images/largebox_bg.jpg");
}


.largeboxArtist { 
	background-image: url("images/largebox_bg.jpg");
}

.logoBG {
	background-image: url("images/logoBG.jpg");
}


.topShadow {
	background-image: url("images/shadowTop.jpg");
}

.bottomShadow {
	background-image: url("images/shadowBottom.jpg");
}


.topShadow_artist {
	background-image: url("images/shadowTop_artist.jpg");
}

.bottomShadow_artist {
	background-image: url("images/shadowBottom_artist.jpg");
}


/* CLIENT LOGIN  */

.login_title {
	background-color: #dde3a3;
	font-weight: bold;
	font-size: 12px;
}



.login_content {
	background-color: #FFF;
}


.login_dim {
	background-color: #f8fbdd;
}




.hugeTitle {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}


.title {
	color: #000;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

.title2 {
	color: #333103;
	font-weight: bold;
}


.portfolioClient {
	background-color: #474504;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
}

.portfolioTitle {
	background-color: #474504;
	color: #FFF;
	font-size: 9px;
}


.artistContent {
	color: #474504;
}



/*  DIVS  */


#largebox {
	width: 480px;
	height: 300px;
	overflow: auto;
	padding: 5px;
}



#smallbox {
	width: 253px;
	height: 300px;
	overflow: auto;
	padding: 5px;
}






/* LINKS  */

a:link {
	color: #333103;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

a:visited {
	color: #333103;
}





a.portfolioLink:link {
	color: #7d8420;
}

a.portfolioLink:hover {
	color: #FFF;
}

a.portfolioLink:active {
	color: #FFF;
}

a.portfolioLink:visited {
	color: #000;
}