/* ============================== */
/* ! Layout for desktop version   */
/* http://www.minifycss.com/css-compressor/   */
/* ============================== */

	body {
		background-color: #ebebeb;
		background-repeat: repeat;
		background-image: url(/templates/bluetheme2/images/lightbg.png);
		font-size: 15px;
		font-family: Lato, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}
	
	h1, .componentheading {
		padding-bottom: 20px;
		font-size: 22px;
		color: #4a853d;
		text-shadow: 0px 1px #bbb;
	}
	
	h2 {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 19px;
		text-shadow: 0px 1px #eee;
	}
	
	tr.highlight { 
    	background-color: #f1f1f1;
    	cursor: pointer;
	}
	
	.padded td {
		padding: 6px;
	}
	
	.header {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 20px;
		font-weight: bold;
		background-repeat: repeat;
		text-shadow: 0px 1px black;
	}
	
	.frontpagemaintable {
		background-repeat: no-repeat;
		background-image: url("/templates/bluetheme2/images/runners.jpg");
		background-size: 100%;
		margin-bottom: 20px;
	}
	
	a#pagetitle {
		font-weight: bold;
		line-height: 44px;
		text-decoration: none;
		text-shadow: 0px 1px white;
		color: #4c4c4c;
		font-size: 36px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.header a:hover {
		text-shadow: 0px 1px white;
	}
		
	#navlist ul, #navlist li {
		display: inline;
		list-style-type: none;
		margin-right: 15px;
	}
	#navlist a:link, #navlist a:visited {
		font-size: 17px;
		text-decoration: none;
		text-shadow: 0px 1px white;
		color: #4c4c4c;
	}
	#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
		text-shadow: 0px 1px white;
		color: #4282D3;
	}
	#navlist a:hover {
		border-bottom-color: #fffcfb;
		border-bottom: solid 1px;
	}
	
	.footer {
		-moz-box-shadow: inset 0 24px 22px -12px #000000;
	   -webkit-box-shadow: inset 0 24px 22px -12px  #000000;
	   box-shadow: inset 0 24px 22px -12px  #000000;
	
		background-repeat: repeat;
		background-image: url(/templates/bluetheme2/images/pavement.jpg);
		line-height: 20px;
		min-height: 200px;
		text-align: left;
		text-shadow: 0px -1px #191919;
		padding: 20px;
		border-top-color: black;
		border-top-style: solid;
		border-top-width: 2px;
		margin-top: 20px;
		background-color: #333333;
		color: #cccccc;
	}
	
	.footer b {
		line-height: 25px;
		color: #e6e6e6;
	}
	
	.footer a {
		text-decoration: none;
		color: #cccccc;
	}
	.footer a:hover {
		text-shadow: 0px 1px black;
		color: #4a853d;
		text-decoration: underline;
	}
	a {
		text-decoration: underline;
		color: #4a853d;
	}
	a:hover {
		text-shadow: 0px 1px #cccccc;
		text-decoration: 
	}
	.mainlevel {
		line-height: 25px;
	}
	
	.terms {
		background-repeat: repeat;
		line-height: 20px;
		text-align: center;
		padding: 20px;
		background-color: black;
		color: #636363;
	}
	.terms a {
		text-decoration: none;
		color: #636363;
	}
	.terms a:hover {
		text-shadow: 0px 1px black;
		color: #4a853d;
		text-decoration: underline;
	}


	a .shadow:hover {
		box-shadow: 1px 1px 4px #AAA;
		-moz-box-shadow: 1px 1px 4px #AAA;
		-webkit-box-shadow: 1px 1px 4px #AAA;
	}
	
	.yellownote {
		background-color: #feffe1;
	}
	
	.shadow {
		box-shadow: 1px 1px 3px #CCC;
		-moz-box-shadow: 1px 1px 3px #CCC;
		-webkit-box-shadow: 1px 1px 3px #CCC;
	}
	
	.error {
		box-shadow: 1px 1px 3px #CCC;
		-moz-box-shadow: 1px 1px 3px #CCC;
		-webkit-box-shadow: 1px 1px 3px #CCC;
		border: solid 1px #E00; 
		margin-bottom: 40px;
		background-color: #ffeeee; 
		text-align: center; 
		padding:10px;
	}
	
	.picture {
		padding: 6px;
		background: #e6e6e6;
	}


	.top {
		height: 50px;
		background: url(/templates/bluetheme2/images/paper-top.png) no-repeat;
		background-size: 100%;
	}

	.middle {
		padding: 20px;
		/*background: url(/templates/bluetheme2/images/paper-middle.png) repeat-y;
		background-size: 100%;*/
	}
	
	.bottom {
		height: 110px;
		background: url(/templates/bluetheme2/images/paper-bottom.png) no-repeat;
		background-size: 100%;
	}
	.middle p {
		margin-bottom: 15px;
	}
	.advertisement {
		border-color: #b3b3b3;
		margin-right: 4px;
		margin-bottom: 10px;
		margin-top: 24px;
		background-color: white;
		border-width: 1px;
		border-style: solid;
		height: 100px;
		min-width: 130px;
		max-width: 130px;
		box-shadow: 2px 2px 3px #CCC;
		-moz-box-shadow: 2px 2px 3px #CCC;
		-webkit-box-shadow: 2px 2px 3px #CCC;
	}
	
	.modulecontent {
		border-color: #b3b3b3;
		margin-bottom: 10px;
		margin-top: 24px;
		background-color: white;
		border-width: 1px;
		border-style: solid;
		box-shadow: 2px 2px 3px #CCC;
		-moz-box-shadow: 2px 2px 3px #CCC;
		-webkit-box-shadow: 2px 2px 3px #CCC;
	}
	
	.modulecontent a {
		border-bottom-style: solid;
	}
	
	.sidebarmenuitem {
		line-height: 18px;
		list-style: none;
		list-style-position: outside;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.sidebarmenuitem li {
		background: #FAFAFB;
		border-bottom-color: #cccccc;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-top-color: white;
		border-top-width: 1px;
		border-top-style: solid;
		padding: 10px;
	}

	.sidebarmenuitem li:hover {
		background: white;
	}

	.sidebarmenutitle {
		border-bottom-color: #B3B3B3;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-weight: bold;
		text-shadow: 0px -1px #222;
		color: #EEE;
		background-color: #4282D3;
		padding: 10px;
	}

	input, select, textarea {
		margin-right: 5px;
		font-size: 15px;
		padding: 5px;
		color: #000;
		font-family: Lato, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		background-repeat: no-repeat;
		background-position: right center;
	}
	
.sb_new {
   font-size: 12px;
   font-weight: bold;
   color: #FF0000;
}

.sb_notnew {
   font-size: 12px;
   font-weight: bold;
   color: #C0C0C0;
}

.circle {
 background-color: #ccc;
 height: 30px;
 width: 30px; 
 -moz-border-radius:20px;
 -webkit-border-radius: 20px;
    -webkit-box-shadow: 
    		0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    -moz-box-shadow: 
    		0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    box-shadow: 
    		0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
}

.circle1 {
 margin-left: 22px;
 margin-bottom: -4px;
	
}

.circle3 {
 margin-left: 31px;
 margin-top: -16px;
}

	
.mainpaper  
{  
    border-color: #cccccc;  
    border-width: 1px;  
    border-style: solid;  
    position: relative;  
	min-height: 500px;
    background-color: #fff;  
    margin-top: 24px;
    margin-bottom: 30px;

    -webkit-box-shadow: 
    		0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.05);  
    -moz-box-shadow: 
    		0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.05);  
    box-shadow: 
    		0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.05);  
}

.mainpaper:before, .mainpaper:after
{
	position: absolute;
	width: 40%;
	height: 30px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.mainpaper:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

	
	
	

/* old LYR styles */

.sectiontableheader {
	text-shadow: 0px -1px #222;
	background-color: #4282D3;
	color: #EEE;
	font-weight: bold;
	padding: 2px;
}

.sectiontableheader a {
	text-shadow: 0px 1px #292929;
	color: white;
}

.sectiontableheader a:hover {
	color: #4a853d;
}


.sectiontableentry1 {
	background-color: white;
}

.sectiontableentry2 {
	min-height: 70px;
	background-color: #E8E8E8;
}

.contentpane td {
	padding: 10px;
}

.contentpagetitle {
	line-height: 24px;
	font-size: 15px;
	font-weight: bold;
}

.createdate, .createdate a {
	text-shadow: 0px 0px white;
	font-size: 13px;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}

.createdate a:hover {
	text-decoration: underline;
	color: #4a853d;
}

.button {
	font-size:15px;
}



.greybutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #B3B3B3;
	display:inline-block;
	color:#666666;
	font-size:15px;
	padding:7px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top: 10px;
}.greybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.greybutton:active {
	position:relative;
	top:1px;
}

.greybuttonx {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background-color:#f9f9f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #B3B3B3;
	display:inline-block;
	color:#666666;
	font-size:15px;
	padding:7px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top: 10px;
}


/* Other */

ul.box {
position: relative;
z-index: 1; /* prevent shadows falling behind containers with backgrounds */
overflow: hidden;
list-style: none;
margin: 0;
padding: 0; }


ul.box li {
position: relative;
float: left;
min-width: 250px;
min-height: 150px;
padding: 0;
border: 1px solid #ccc;
margin: 10px 30px 30px 10px;
padding: 10px;
background: #feffe1;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }


ul.box li:before,
ul.box li:after {
content: '';
z-index: -1;
position: absolute;
left: 10px;
bottom: 10px;
width: 70%;
max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
max-height: 100px;
height: 55%;
-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-webkit-transform: skew(-15deg) rotate(-6deg);
-moz-transform: skew(-15deg) rotate(-6deg);
-ms-transform: skew(-15deg) rotate(-6deg);
-o-transform: skew(-15deg) rotate(-6deg);
transform: skew(-15deg) rotate(-6deg); }


ul.box li:after {
left: auto;
right: 10px;
-webkit-transform: skew(15deg) rotate(6deg);
-moz-transform: skew(15deg) rotate(6deg);
-ms-transform: skew(15deg) rotate(6deg);
-o-transform: skew(15deg) rotate(6deg);
transform: skew(15deg) rotate(6deg); }


.greenbutton, .greenbutton a {
	white-space:nowrap;
   font-weight: bold;
	font-size: 15px;
   padding-left: 20px;
   padding-bottom: 10px;
   padding-right: 20px;
   padding-top: 10px;
   border-top: 1px solid #97f7ad;
   background: #1ce329;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e9c45), to(#1ce329));
   background: -webkit-linear-gradient(top, #3e9c45, #1ce329);
   background: -moz-linear-gradient(top, #3e9c45, #1ce329);
   background: -ms-linear-gradient(top, #3e9c45, #1ce329);
   background: -o-linear-gradient(top, #3e9c45, #1ce329);
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   }
.greenbutton:hover {
   text-shadow: 0px 1px black;
   border-top-color: #289928;
   background: #289928;
   color: white;
   }
.greenbutton:active {
   text-shadow: 0px 1px #4a853d;
   border-top-color: #2d5c1b;
   background: #2d5c1b;
   }


.bluebutton, .bluebutton a {
	white-space:nowrap;
   font-weight: bold;
	font-size: 15px;
   padding-left: 20px;
   padding-bottom: 10px;
   padding-right: 20px;
   padding-top: 10px;
   border-top: 1px solid #6570f0;
   background: #7e89cc;
   background: -webkit-gradient(linear, left top, left bottom, from(#0F4FA8), to(#4282D3));
   background: -webkit-linear-gradient(top, #0F4FA8, #4282D3);
   background: -moz-linear-gradient(top, #0F4FA8, #4282D3);
   background: -ms-linear-gradient(top, #0F4FA8, #4282D3);
   background: -o-linear-gradient(top, #0F4FA8, #4282D3);
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   }
.bluebutton:hover {
   text-shadow: 0px 1px black;
   border-top-color: #4141d9;
   background: #0F4FA8;
   color: #ebebeb;
   }
.bluebutton:active {
   text-shadow: 0px 1px #4a853d;
   border-top-color: #1b435e;
   background: #1b435e;
   }




.redbutton {
	white-space:nowrap;
   font-weight: bold;
	font-size: 15px;
   border-top: 1px solid #f59898;
   background: #e31d1d;
   background: -webkit-gradient(linear, left top, left bottom, from(#eb4141), to(#e31d1d));
   background: -webkit-linear-gradient(top, #eb4141, #e31d1d);
   background: -moz-linear-gradient(top, #eb4141, #e31d1d);
   background: -ms-linear-gradient(top, #eb4141, #e31d1d);
   background: -o-linear-gradient(top, #eb4141, #e31d1d);
   padding: 10px 20px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   }
.redbutton:hover {
   border-top-color: #992929;
   background: #992929;
   color: #ccc;
   }
.redbutton:active {
   border-top-color: #5c1b1b;
   background: #5c1b1b;
   }



.badge {
    background:             radial-gradient( center -9px, circle closest-side, white 0, red 26px );
        background:    -moz-radial-gradient( center -9px, circle closest-side, white 0, red 26px );
        background:     -ms-radial-gradient( center -9px, circle closest-side, white 0, red 26px );
        background:      -o-radial-gradient( center -9px, circle closest-side, white 0, red 26px );
        background: -webkit-radial-gradient( center -9px, circle, white 0, red 26px );
    background-color: red;
    border: 2px solid white;
    border-radius: 50%; 
    box-shadow: 1px 1px 1px black;
    color: white;
    font: bold 17px/13px Helvetica, Verdana, Tahoma;
    height: 17px; /* height + padding-top must equal width */
    padding-top: 3px; /* height + padding-top must equal width */
    text-align: center;
    width: 20px;
    
    float: left;
    left: 15px;
    margin: 6px;
    position: relative;
    top: -4px; 
}


.hiddenonsmallscreen {
display: list-item;
}


@media handheld, only screen and (max-width: 800px) {

	body {
		font-size: 17px;
	}


	.header a {
		font-size: 70px;
	}

	.sidebarmenuitem {
		font-size: 17px;
		border-spacing: 0px 0px;
		display: inline-table;
		line-height: 18px;
		list-style: none;
		list-style-position: outside;
		padding: 0px;
	}

	.sidebarmenuitem ul {
		margin-bottom: -4px;
	}
	
	.sidebarmenuitem li {
		background: #FAFAFB;
		border-bottom-color: #cccccc;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-right-color: #cccccc;
		border-right-style: solid;
		border-right-width: 1px;
		border-top-color: white;
		border-top-width: 1px;
		border-top-style: solid;
		margin-bottom: -2px;
	}

	.hiddenonsmallscreen {
	display: none;
	}

}