﻿/* Style Sheet for Whahala Panel Pages */

.adminContainer
{
	margin: 0px 0px 0px 20px;
	width: 100%;
}

.statsBlock
{
	border: solid 1px #E8E8E8;
	float:left;
	height: 20em;
	width: 17em;	
	padding: 10px;
	margin: 5px;	
}

.statsBlock h3
{ 
	text-align: center;
}

.statsBlock#customers
{
	/*border-color: green;*/
	background-image: url(/images/bgshade_green.jpg);
	background-repeat: no-repeat;
}

.statsBlock#communities
{
	/*border-color: yellow;*/
	background-image: url(/images/bgshade_blue.jpg);
	background-repeat: no-repeat;
}

.statsBlock#traffic
{
	/*border-color: Aqua;*/
	background-image: url(/images/bgshade_grey.jpg);
	background-repeat: no-repeat;
}

.statsBlock#troubles
{
	/*border-color: red;*/
	background-image: url(/images/bgshade_orange.jpg);
	background-repeat: no-repeat;
}


/********************* Tables ***********************/

.tables 
{
	width: 100%;
	text-align: left;
}

.tables th 
{
	background-color: #AAE74A;
}


/* used in cp/customer/personaldata.aspx */
.personaldata
{
	float:left;
	margin-right:30px;
	width:220px;
}

.viewdata
{
	float:left;
	width:220px;
}


.personaldata .head, .viewdata .head
{
	border-bottom: 1px solid #C9DCA6;
	width:220px;
	padding-bottom:3px;
}

.personaldata label, .viewdata label
{
	font-weight:bold;
	text-decoration:underline;
	display:block;
	margin-top:10px;
}

.personaldata div, .viewdata div
{
	padding-right:5px;
}
/******* Gridview *********/

.gridview th
{
	background: url(/images/fieldset/bgfieldset.gif) left bottom repeat-x;
	
}

.Pending 
{
	background: url(/images/icons/bullet_orange.png) center no-repeat;
}

.Accepted 
{
	background: url(/images/icons/bullet_green.png) center no-repeat;
}

.Rejected 
{
	background: url(/images/icons/bullet_red.png) center no-repeat;
}