/*
All Styles will eventually be consolidated to this file.
Date: May 12, 2010
Author: Jon Halk
*/

/*
------------------------
General Elements
------------------------
*/
.top-space{
	margin-top: 10px;
}

.thumbnail img{
	padding:3px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D6D6D6;
}


a.thumbnail-album img{
	width:100px;
	height:100px;
	padding:3px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D6D6D6;
}



/*
-------------------------
Dashboard
-------------------------
*/

/*
item tables
*/

#dashboard table.item-table{
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	float:left;	
	overflow:visible;
}

#dashboard table.item-table th,#dashboard table.item-table td{
	padding:10px;
	border-top: 1px solid #CCC;
}

#dashboard table.item-table thead{
	background:#EEE;
}

#dashboard table.item-table tr{
	border-bottom: 1px #CCC;
	width:100%;
}

/*Alignment*/
#dashboard table.item-table th.count, #dashboard table.item-table td.count{
	text-align: center;
}

#dashboard table.item-table th.left, #dashboard table.item-table td.left{
	text-align: left;
}
#dashboard table.item-table th.center, #dashboard table.item-table td.center{
	text-align: center;
}
#dashboard table.item-table th.right, #dashboard table.item-table td.right{
	text-align: right;
}

/*sizes*/

#dashboard table.item-table th.tiny{
	width:5%;
}
#dashboard table.item-table th.small{
	width:10%;
}

#dashboard table.item-table th.medium, #dashboard table.item-table td.medium{
	width:20%;
}

#dashboard table.item-table th.large{
	width:60%;
}






/*
-------------------------
Buttons
-------------------------
*/


#dashboard a.btn, #dashboard input.btn{
background:url("/images/interface_v2/btns/bg.png") repeat scroll 0 0 #FFF;
border:1px solid #B0B0B0;
cursor:pointer;
font-weight: bold;
margin:0 5px;
padding:8px 10px;
display:inline;
float: left;
color:#007CC3;
}

#dashboard a.delete, #dashboard input.delete{
	color:#FF0000;
}

#dashboard a.confirm{
	color:#28ca1c;
}

#dashboard a.inactive{
	color:#CCC;
}
#dashboard a.inactive:hover{
	color:#CCC;
	text-decoration: line-through;
}