
body
{
	margin: 0;
	font-family: Helvetica;
	background: #FFFFFF;
	color: #000000;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	min-height: 600px;
}

a
{
	text-decoration: none;
}

.titleMesh
{
	background-color: #000;
	background-image: url('metalback.png');
	background-position: -10px -15px;
	background-repeat: repeat;
}

.titleGradient1
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, rgba(0, 0,0,.1)),color-stop(1,rgba(0, 0,0,.9)));
}

.titleGradient2
{
	color: #fff;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	background: -webkit-gradient(linear, left top, right top, color-stop(0.0, rgba(0, 0,0,0)),color-stop(1,rgba(0, 0,0,1)));
}



.mainContent
{
	padding: 10px;
}

.topGradient
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ddd),color-stop(1,#fff));
	height: 15px;
}



.buttonBack
{
	background-color: #eee;
	background-image: url('metalback.png');
	background-position: -10px -3px;
	background-repeat: repeat;
	-webkit-border-radius: 7px;
}

.buttonBackGrad
{
	background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(200, 200,200,.1)),color-stop(.5,#eee));
	-webkit-border-radius: 7px;
}

.button
{
	background-color: Transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(200, 200,200,.1)),color-stop(.5,rgba(200, 200,200,.1)),color-stop(.5,rgba(100, 100,100,.1)));
	margin: 0px;
	color: #333;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 6px;
	width: 100%;
}

a.button
{
	display: block;
	text-align: center;
	border: 2px solid #ccc;
	-webkit-box-sizing: border-box;
}

.homeButton
{
	position: absolute;
	left: 6px;
	top: 7px;
	right: auto;
	font-size: 10px;
	font-weight: bold;
	border-width: 0 8px 0 14px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#5093BC), color-stop(.5,#5093BC), color-stop(.5,#307DAC),color-stop(1,#307DAC));
	color: #fff;
	padding: 8px 8px 8px 15px;
	-webkit-border-radius: 3px;
}

.homeButton:hover, .homeButton:select
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#3B708E), color-stop(.5,#3B708E), color-stop(.5,#1D4C68),color-stop(1,#1D4C68));
	-webkit-mask-box-image: url(mask.png);
}

.selectionsDiv
{
}

.selectionsDiv ul
{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: 1px solid #E0E0E0;
	-webkit-border-radius: 15px;
	background-color: #fff;
	position: relative;
	background-image: url('metalback.png');
	background-position: -10px -15px;
	background-repeat: repeat;
}

.selectionsDiv ul li
{
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #E0E0E0;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0,rgba(255,255,255,1)), color-stop(1,rgba(255,255,255,.9)));
}


.selectionsDiv ul li:hover
{
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0,rgba(0,0,0,.9)), color-stop(1,rgba(0,0,0,.6)));

}

.selectionsDiv ul li a:hover
{
		color: White;
}

.selectionsDiv ul li:first-child
{
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}

.selectionsDiv ul li:last-child
{
	border-bottom: none;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

.selectionsDiv ul li a
{
	background-image: url('iPhoneArrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding: 15px 20px;
	display: block;
	font-weight: bold;
	color: #222;
}

.selectionsDiv ul li a:selected, .selectionsDiv ul li a:active, .selectionsDiv ul li a:focus
{
	color: Maroon;
}

.selectionsDiv ul li a img
{
	vertical-align: middle;
	padding-right: 9px;
}


/***************************************
*
*   Cases page
*
****************************************/

div.search
{
	font-size: 10px;
	color: #888;
}

div.caseInfo
{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 15px;
}

div.caseInfo table
{
	width: 100%;
}

div.caseInfo table td
{
	color: #333;
	font-size: 11px;
	padding: 1px;
	width: 25%;
}

div.caseInfo .address
{
	width: 50%;
}

div.linkDiv
{
	border: 1px solid #000;
	color: White;
	-webkit-border-radius: 4px;
}
div.linkDiv a
{
	display: block;
	padding: 8px;
	text-decoration: none;
	color: inherit;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, rgba(50, 50,50,.8)),color-stop(.5,rgba(70, 70,70,.9)), color-stop(1,rgba(0, 0,0,.9)));
}

div.linkDiv a img
{
	float: right;
}

div.smallText
{
	font-size: 12px;
}

.panel
{
	box-sizing: border-box;
	padding: 10px;
	background: #c8c8c8 url(pinstripes.png);
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.errorStatus, .notice, .success, .inprogress, .helpSection
{
	padding: .8em;
	border: 2px solid #ddd;
	width: 80%;
	margin: 1em auto;
}

.errorStatus
{
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
	padding: 3px;
}
.notice
{
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2 !important;
	color: #264409 !important;
	border-color: #C6D880 !important;
}

.inprogress, .helpSection
{
	background-color: #EFF7FF;
	border-color: #DDEEFF;
	color: #191970;
}


.errorStatus a
{
	color: #8a1f11;
}
.notice a
{
	color: #514721;
}
.success a
{
	color: #264409;
}
