	::selection{ background-color: #E13300; color: white; }
	::moz-selection{ background-color: #E13300; color: white; }
	::webkit-selection{ background-color: #E13300; color: white; }

	body {
		margin: 40px;
		color: rgb(94, 94, 94);
		font-family: ArialMT, Arial, sans-serif;
		font-size: 18px;
		height: 24px;
		line-height: 26px;
		overflow: auto;
	}

	.inner {
	  width: 100%;
    margin: 0 auto;
	}
	
	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
		font-family: ArialMT, Arial, sans-serif;
		font-size: 18px;
	}
	
	a.admin 
	{
		color: red;
		font-family: ArialMT, Arial, sans-serif;
		font-size: 18px;
	}
	
	a.user
	{
		color:green;
		font-family: ArialMT, Arial, sans-serif;
		font-size: 18px;
	}


	h1 {
		border-bottom-color: rgb(221, 221, 221);
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: rgb(51, 51, 51);
		cursor: text;
		display: block;
		font-family: Helvetica, arial, freesans, clean, sans-serif;
		font-size: 38px;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		height: 64px;
		line-height: 63px;
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		position: relative;
		width: 100%;
	}
	
	h2 {
		border-bottom-color: rgb(238, 238, 238);
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: rgb(51, 51, 51);
		cursor: text;
		display: block;
		font-family: Helvetica, arial, freesans, clean, sans-serif;
		font-size: 30px;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		height: 51px;
		line-height: 51px;
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 30px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		position: relative;
		width: 100%;
	}
	
	p {
		color: rgb(51, 51, 51);
		display: block;
		font-family: Helvetica, arial, freesans, clean, sans-serif;
		font-size: 15px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 25px;
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 15px;
		width: auto;
	}
	
	pre {
		background-color: rgb(248, 248, 248);
		border-bottom-color: rgb(221, 221, 221);
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-image-outset: 0px;
		border-image-repeat: stretch;
		border-image-slice: 100%;
		border-image-source: none;
		border-image-width: 1;
		border-left-color: rgb(221, 221, 221);
		border-left-style: solid;
		border-left-width: 1px;
		border-right-color: rgb(221, 221, 221);
		border-right-style: solid;
		border-right-width: 1px;
		border-top-color: rgb(221, 221, 221);
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-top-style: solid;
		border-top-width: 1px;
		color: rgb(51, 51, 51);
		display: block;
		font-family: Consolas, 'Liberation Mono', Courier, monospace;
		font-size: 13px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 19px;
		margin-bottom: 15px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 15px;
		overflow-x: auto;
		overflow-y: auto;
		padding-bottom: 6px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
		white-space: pre;
		width: 100%;
	}
	
	code {
		background-color: rgb(248, 248, 248);
		border-bottom-color: rgb(221, 221, 221);
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-image-outset: 0px;
		border-image-repeat: stretch;
		border-image-slice: 100%;
		border-image-source: none;
		border-image-width: 1;
		border-left-color: rgb(221, 221, 221);
		border-left-style: solid;
		border-left-width: 1px;
		border-right-color: rgb(221, 221, 221);
		border-right-style: solid;
		border-right-width: 1px;
		border-top-color: rgb(221, 221, 221);
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-top-style: solid;
		border-top-width: 1px;
		color: rgb(51, 51, 51);
		display: inline;
		font-family: Consolas, 'Liberation Mono', Courier, monospace;
		font-size: 12px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		height: auto;
		line-height: 20px;
		margin-bottom: 0px;
		margin-left: 2px;
		margin-right: 2px;
		margin-top: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		white-space: nowrap;
		width: auto;
	}
	
	p.footer{
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}
	
	p.header
	{
		text-align: left;
		font-size: 14px;
		border-bottom: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}
	
	#container{
		margin: 10px;
		padding: 10px;
		border: 1px solid #D0D0D0;
		-webkit-box-shadow: 0 0 8px #D0D0D0;
		overflow: auto;
	}
	
	ul.flashmessage {
	color: red;
	}
	
	table { 
	border:1px solid #EAEAEA;
}
td {
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}

.topnav {
	background-color: rgba(205,201,201, .2);
	background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.5) 50%);
	background-size: 50px 50px;

	}


#ver-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-minimalist th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #6678b1;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #039;
}
#ver-minimalist td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #669;
}
