@charset "utf-8";
/* CSS Document */
#portfolio {
	margin-top:10px;
}
.portfolio_row {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
	padding-top:10px;
	
}
.portfolio_client {
	width:160px;
	padding:5px;
	float:left;
}
.image {
	margin-bottom:10px;
}
.text {
	margin-left:10px;
	margin-right:10px;
}
.heading {
	font-weight:bold;
	font-size:10px;
}
.description {
	
}
.buttons {
	text-align:center;
	background-image:url(../images/portfolio_linkbut.jpg);
	background-repeat:no-repeat;
	height:23px;
	padding:2px;
	color:#ffffff;
	font-size:12px;
}
.buttons a, .buttons a:visited {
	color:#ffffff;
	text-decoration:none;
}
.buttons a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.clearcols {
	clear:both;
	border-bottom:1px solid #cccccc;
	margin:10px;
}


.green {
	color:#009900;
}

.red {
	color:#FF0000;
}

.largetitle {
	font: 1.2em Tahoma, Verdana, Arial, sans-serif;
	color: #5A86B3;
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 4px;
	}


.borderbot { height: 1px; line-height: 1px; font-size: 1px; margin: 0px; padding: 0px; }



#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 1px;
	z-index: 1000;
}

#portfolio_page_bigimg {
	text-align:center;
 	margin-top:10px;
}
#portfolio_page_bigimg img{
	border:1px solid #CCCCCC;
}
#portfolio_page_smlimgs {
	text-align:center;
	margin-top:10px;
}

#portfolio_page_smlimgs a {
	border:1px solid #CCCCCC;
	display:inline-block;
}

#portfolio_page_smlimgs a:hover {
	border:1px solid #666666;
}



#addclient {
	
}

#addclient td {
	padding:5px;
}

#addclient input {
	
}


#clientList {

}
#clientList .stars {
	background:url(../portfolio/images/stars.gif) top left no-repeat;
	height:17px;
}
#clientList tr:hover {
	background-color:#EAEAEA;
}

#clientList td {
	border-bottom:1px solid #cccccc;
	padding-left:15px;
}
#clientList .firstcol {
	padding-left:0px;
}




#categoryList {

}
#categoryList .firstcol {
	width:420px;
}
#categoryList td {
	border-bottom:1px solid #cccccc;
}
#categoryList tr:hover {
	background-color:#EAEAEA;
}


h1 {
	float:left;
	
}
h3 {
	clear:both;
	margin-top:10px;
}

.case_backlink {
	float:right;
	margin-right:20px;
	
}

.links {
	clear:left;
}