/* dkaymath css styles */
body{
	margin:0px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	background:url(wrapBg.png) repeat-x;
	width:100%;
	background-color:#e0e0e0;
	color:#333;
}

a{
	cursor: pointer;
}

#navband{
	width:100%;
	//background:#333;
	background:url(navbg2.png) repeat-x;
	position:absolute;top:0px;left:0px;
}
.navband{
	width:100%;
	//background:#333;
	background:url(navbg2.png) repeat-x;
	position:absolute;top:0px;left:0px;
}

.nav_li{
	height: 100px;
	font-size: 20px;
	cursor: pointer;
	float: left;
	background-image: url(http://dkaymath.com/inlaySide.png);
	background-color: rgb(0, 0, 0);
	width: 80px;
	text-align: center;
	background-position: initial initial;
	background-repeat: no-repeat repeat;
}

.nav_li a{
	position: absolute;
	width: 80px;
	color: white;
	text-decoration: none;
	padding-top: 40px;
	padding-bottom: 40px;
}

.sub_nav{
	width: 400px;
	margin: 0px;
	position: absolute;
	top: 100px;
	display: none;
	border: none;
}

.sub_bar_item{
	height: 40px;
	width: 80px;
	position: absolute;
	float: left;
	border-bottom: 3px solid #000000;
	font-size: 15px;
	margin: 0;
	padding: 0;
	background: url(/navbg2.png) repeat-x;
	text-align: center;
}

.sub_bar_item a{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 80px;
	color: white;
	text-decoration: none;
	padding-top: 12.5px;
}

#wrap {

	width:100%;
	height:0px;
	position:absolute;
	margin:0px;padding:0px;
	display:block;
	
}



#bg{
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	margin:0px;padding:0px;
	display:block;
}

#navlogo_container{
	position:absolute;top:-15px;left:25px;
}

#navbotlogo_container{
	 position:absolute;top:10px;right:30px;
}

#bot{
	height:100px;
	background:url(inlay.png) repeat-x;

}

.orange{
	color:#FF6A00;
}

.orangeli li{
	color:#FF6A00;
}

.orangeli li span{
	color:#333;
}

.orangeli li a{
	color:#333;
	text-decoration:none;
	
}

.orangeli li a:hover{
	text-decoration:underline;
}

#nav_rel{
	position:relative;left:250px;
	width:1100px;
	height:0px;
	margin:0px auto;
	padding:0px;
	display:block;
}
.nav_rel{
	position:relative;left:300px;
	width:1100px;
	height:0px;
	margin:0px auto;
	padding:0px;
	display:block;
}

.descript{
	background:url(inlay.png) repeat-x;
	width:800px;
}

#container {

	width: 900px;
	margin: 0 auto;
	//overflow: hidden
}

#can{
	//min-width:960px;
	max-width:800px;
	width:100%;
	//position:absolute;top:0px;left:0px;
	margin:0px;padding:0px;
	display:block;
}

#graph{
	margin: 175 auto;
	width:700px;
	padding: 0px;
	display:none;
}


#handicap{
	margin: 175 auto;
	width:700px;
	padding: 0px;
	display:none;
}

#help{
	margin: 175 auto;
	width:700px;
	padding: 0px;
	display:none;
}

#content{

	position:relative;
	width:100%;
	max-width:800px;
	min-width:500px;
	//width:800px;
	//height:0px;
	//margin:150px 150px;
	margin:150px auto;
	padding-left:15px;
	display:block;
}

.inlay{

	width:100%;
	max-width:800px;
	height:2px;
	display:block;
	background:url(inlay.png) repeat-x;
}

#cascontainer { 
	
	position:relative;
	width:700px;
	height:0px;
	//margin:175px auto;
	margin:150px 0px 175px 50px;
	padding:0px;

	display:block;
	//margin: 175 auto;
	//width:700px;
	//padding: 0px;

}

#outputcontainer { 
	background-color:#cccccc;
	margin: 0 auto;
	border-top: 5px solid white;
	border-left: 5px solid white;
	border-bottom: 5px solid white;
	border-right: none;
	border-style:groove;
	padding: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: 10px 10px 50px black;
	-moz-box-shadow: 10px 10px 50px black;
}

.code{
	padding:10px;
	background-color:#333333;
	white-space: pre;
	color:white;
	width:880px;
	overflow-x:scroll;
}

.code::-webkit-scrollbar {
    width: 12px;
}

.code::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    border-radius: 10px;
}

.code::-webkit-scrollbar-thumb {
    border-radius: 10px;
    color:#ff6a00;
    -webkit-box-shadow: inset 0 0 6px rgba(255,106,0,1.0);
}

.web_head{
	font-size:20px;
	color:#FF6A00;
}

.scoreOutput{
	height:630px;
}
.row{
	width:690px;
	height:30px;
	//margin-top:3px;
	text-align:center;
	//background:url('inlay.png') repeat-x;
}
.score{
	padding-top:3px;
	float:left;
	width:60px;
	text-align:center;
}
.course{
	padding-top:3px;
	float:left;
	width:180px;
	text-align:center;
}
.slope{
	padding-top:3px;
	float:left;
	width:80px;
	text-align:center;
}
.rating{
	padding-top:3px;
	float:left;
	width:80px;
	text-align:center;
}
.date{
	padding-top:3px;
	float:left;
	width:150px;
	text-align:center;
}
.diff{
	padding-top:3px;
	float:left;
	width:70px;
	text-align:center;
}
.edit{
	padding-top:3px;
	float:left;
	width:70px;
	text-align:center;
}

.mailHover a:hover{
	color:#ff6a00;
}

.mImgWrap{
	height:480px;
	float:none;margin-top:40px;
}

.droidDesc{
	position:absolute;width:200px;
	background-color:white;
	color:black;
	padding:10px;
	border:2px solid black;
	border-radius:10px;
	font-size:24px;
	-moz-border-radius:10px;
	-webkit-box-shadow:-5px -5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:-5px -5px 3px rgba(0,0,0,0.5);
	box-shadow:-5px -5px 3px rgba(0,0,0,0.5);
}

.dlWrap{
	width:200px;
	overflow:hidden;
	border:2px solid black;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow:-5px -5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:-5px -5px 3px rgba(0,0,0,0.5);
	box-shadow:-5px -5px 3px rgba(0,0,0,0.5);
}
.dlWrapTwo{
	width:200px;
	overflow:hidden;
	border:2px solid black;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow:-5px -5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:-5px -5px 3px rgba(0,0,0,0.5);
	box-shadow:-5px -5px 3px rgba(0,0,0,0.5);
}

.webLink{
	font-size:25px;
	color:#ff6a00;
}

