html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #444;
	background:url(../images/fadedBar.png) repeat-x;
	background-color: #dbdbdb;
	font-family: "Segoe UI", Arial, sans-serif;
	line-height: 1.5em;
}
ol, ul {
	list-style: square;
	margin: 0 0 0.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
code {
	background-color: #f4f4f4;
	font-family: Menlo, 'Panic Sans', monospace;
	font-size: 0.875em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
p {
	margin: 0 0 0.5em;
	max-width: 634px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sommet-slab-1, sommet-slab-2, Georgia, serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 0 0.25em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1em;
}

#sitelogo a:link, #sitelogo a:visited {
	color:#444;
}
a, a:link, a:visited {
	color: #808080;
	text-decoration: none;
	border: none;
}
#sitelogo a:hover, #sitelogo a:active,
a:hover, a:active {
	color: rgb(160,1,5);
	border: none;
}

img {
	max-width: 100%;
}

hr {
	border: none;
	background: url(../images/bg_hr.png) center center no-repeat;
	height: 10px;
}

#logo {
	padding-bottom: 0;
}

.banner-wrap {
	text-align: center;
	background: #971e1f;
	border-bottom: 1px solid #ccc;
	padding: 0;
}
.content {
	margin-top: 50px;
	
}

div.site-footer {
	width:100%;
	color: #777777;
	text-align: center;
	background: #DDDDDD;
	padding-top:2px;
	padding-bottom:1px;
	padding-left: auto;
	padding-right:auto;
	font-weight:200;
	font-size: 75%;
}
.site-footer .footer-name 
{
	color: #971e1f;
	font-size: 100%;
}
.site-footer .footer-privacy
{
	font-size: 75%;
}

.logotype {
    text-align:left;
}
.logotype-image {
    float:left;
	padding-right:10px;
}
.logotype-text {
    font-size:120%;
}
.footer-right {
    text-align:right;
}

.horiz-rule {
	border-top: 1px #aaa solid;
	margin-bottom: 10px;
}

.banner-wrap .banner {
	padding: 0 10px 50px;
}
.banner-wrap .login {
	color: #fff;
	padding: 2px 10px 2px 0;
	text-align: right;
}

.row {
	margin-bottom: 1em;
}

.row.footer {
	font-size: 60%;
}

.tiles-grid {
	margin-top: 1.8em;
}

.tiles-grid .row { margin-bottom: 0; }

.tiles-grid .row div p {
	background: #ffc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Menlo, 'Panic Sans', monospace;
	padding: 1em;
	margin: 0 0 1em;
}

.box {
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 3px solid transparent;
}
.box:hover {
	padding: 0;
	border: 3px solid #fff;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc;
}
.boxinfo {
	display:none;
	font-size:70%;
	color:#808080;
}
.box.withinfo:hover div.boxinfo {
	display:block;
}
.box.noborder {
	/*padding: 3px;*/
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.boxinfo {
	margin-top:-5px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.left {
	text-align:center;
}
.boxinfo .left a img {
	margin-left:2px;
}
.boxinfo a img {
	border:0;
}

div.tile {
	background: #fff;
	color: #fff;
	position: relative;
}
div.tilecap {
	color: #fff;
	text-align: right;
	padding-right: 0px;
	font-weight: 500;
	position: absolute;
	bottom: 0.4em;
	right: 0.4em;
	line-height: 1.2em;
	left: 0.4em;
}
div.rightcap {
	color: #000;
	font-size: 200%;
	font-weight: 600;
	line-height: 1.2em;
	text-align: right;
	padding-top: 15%;
}

div.leftcap {
	color: #000;
	font-size: 200%;
	font-weight: 600;
	line-height: 1.2em;
	text-align: left;
	padding-top: 15%;
}
div.leftfullname {
	color: #000;
	font-size: 11pt;
	text-align: left;
}

div.fullname {
	color: #000;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.2em;
	text-align: right;
}





div.tile:hover > a,
div.empty.tile:hover {
	opacity: 0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
div.empty.tile {
	background-color: #272727;
}
div.tile:hover > div.tilecap,
div.tilecap > a {
	color: #fff;
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.button-login {
    padding: 2px 15px;
    background: #ae2324;
    color: #fff !important;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 0 rgba(96, 96, 96, 0.5);
    -moz-box-shadow: 1px 1px 0 rgba(96, 96, 96, 0.5);
    box-shadow: 1px 1px 0 rgba(96, 96, 96, 0.5);
    -webkit-transition-duration: 0.05s;
    -moz-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
background-image: -moz-linear-gradient(top, #e62222, #c92a2a);
background-image: -webkit-gradient(linear, left top, left bottom, from(#e62222), to(#c92a2a));
background-image: -webkit-linear-gradient(top, #e62222, #c92a2a);
background-image: -o-linear-gradient(top, #e62222, #c92a2a);
background-image: -ms-linear-gradient(top, #e62222, #c92a2a);
background-image: linear-gradient(top, #e62222, #c92a2a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62222', endColorstr='#c92a2a', GradientType=0);*/
}

.button-login:hover {
    background: #c02627;
}
.button-login:active {
    background: #ae2324;
}