@charset "utf-8";
.popupheader {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	background-color:#ccc;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	height:36px;
	padding:0px;
	vertical-align:middle;
}

.popup {
	border:1px solid #ffdfae;
	background-color:#fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 4px -3px #666;  
	box-shadow: 0px 4px 4px -3px #666;
}

.userphoto {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color:#700732;
	color:#fff;
}

.menubackground {
	color:#000;
	background-color:#fff;
	padding:0px;
	width:100%;
	display:table;
	height:50px;
	border-bottom:2px solid #700732;
}

.over td {
	background-color:#f4f4f4;
	border-bottom:1px dotted #ccc;
}

.frontprimarycolor {
	background: -moz-linear-gradient(top, #ffb650 0%, #ffb650 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb650), color-stop(100%,#ffb650));
	background: -webkit-linear-gradient(top, #ffb650 0%,#ffb650 100%);
	background: -o-linear-gradient(top, #ffb650 0%,#ffb650 100%);
	background: -ms-linear-gradient(top, #ffb650 0%,#ffb650 100%);
	background: linear-gradient(to bottom, #ffb650 0%,#ffb650 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb650', endColorstr='#ffb650',GradientType=0 );
}

.frontsecondarycolor {
	background: -moz-linear-gradient(top, #ffddae 0%, #ffddae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffddae), color-stop(100%,#ffddae));
	background: -webkit-linear-gradient(top, #ffddae 0%,#ffddae 100%);
	background: -o-linear-gradient(top, #ffddae 0%,#ffddae 100%);
	background: -ms-linear-gradient(top, #ffddae 0%,#ffddae 100%);
	background: linear-gradient(to bottom, #ffddae 0%,#ffddae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffddae', endColorstr='#ffddae',GradientType=0 );
}
.mainprimarycolor {
	background-color:#700732;
}

.mainsecondarycolor {
	font-size:11px;
	color:#666666;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffddae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffddae));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffddae 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ffddae 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ffddae 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffddae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffddae',GradientType=0 );
}


.subtext {
	font-size:14px;
	color:#ffffff;
}

.menutext {
	font-size:14px;
	color:#666666;
}
.menucolor {
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}

.menubackground {
	color:#000;
	background-color:#fff;
}