
		
body
{
	font-family: helvetica,sans-serif;
	-webkit-background-size:0.438em 100%; 
	background: -webkit-gradient(linear,left top,right top,from(#c5ccd4), color-stop(71%, #c5ccd4), color-stop(72%, #cbd2d8), to(#cbd2d8));
	background: -moz-linear-gradient(top, #c5ccd4 0%, #c5ccd4 71%, #cbd2d8 72%, #cbd2d8 130%);
	

}

div.content
{
	display:inline-block;
}

DIV.alert
{
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 200px;
	left:350px;
	width: 250px;
	padding: 10px;
	background-color: white;
	outline:#D7E9F5 solid thick;
	box-shadow: 10px 10px 5px #888888;

}

DIV.numberLabel
{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 20px;
	height:30px;
	line-height: 30px;
	font-size:15px;
	color: #00000;
	background-color: #D7E9F5;
	text-align: center;
}

DIV.button
{
	width:300px;
	height:50px;
	font-size:25px;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30 px;
	cursor: pointer;
background-color: white; 

/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;

/* gradients */
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
}

DIV.buttonCentered
{
	width:100px;
	height:30px;
	line-height: 30px;
	font-size:15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
background-color: white; 

/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;

/* gradients */
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
}

DIV.filled
{
	background-color: white;
}



DIV.rightFloat
{
	float: right;
	text-align: center;
	background-color: white;
	padding: 10px;
}

div.topbar
{
background: -webkit-gradient(linear,0% 0%,0% 100%,from(#cdd5df),color-stop(3%,#b0bccd),color-stop(50%,#889bb3),color-stop(51%,#8195af),color-stop(97%,#6d84a2),to(#2d3642));
background: -moz-linear-gradient(top, #cdd5df 0%, #b0bccd 3%, #889bb3 50%, #8195af 51%, #6d84a2 97%, #2d3642 100%);

position:relative;
left:0;
top:0;
width:auto;
margin-bottom: 13px;
height: 32px;
}

div.choice
{
	float:left;
	width: 150px;
}

div.centered
{
	margin-left: 100px;
	margin-right: 100px;
}

div.choiceImage
{
	width: 150px;
	height: 175px;
	cursor: pointer;
}

img.choiceImage
{
	width: 150px;
	cursor: pointer;
}

div.tableCell
{
	padding: 2px;
	margin: 0px;
	outline:#000000 solid 1px;
	height: 40px;
	text-align: middle;
	background-color: white;
	cursor: pointer;
}

div.tableCellDescription
{
	padding: 2px;
	margin: 0px;
	outline:#000000 solid 1px;
	height: 100px;
	background-color: white;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	
}

img.vAlign
{
	margin: auto;
}

img.sleek
{
	padding: 0px;
	margin: 0px;

}

DIV.tooltip {background-color:#FFFFFF; color:#b0bccd; font-family:arial; font-size: 16px; padding: 1px; border-style: solid; border-width: 2px; border-color:#D7E9F5; border-radius:3px;}
