/**
 * HTML5 Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/** ******************************************************************************************************/
/** ******************************************************************************************************/
/** ******************************************************************************************************/
/**
 * Primary styles
 *
 * Author: WKo
 */

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin:10px;
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body {
    background: #1c1c1c; /** green **/
}

a {
	text-decoration:none;
}

div.shadow {
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
}

.container_12 {
    background:#161610 url(/img/fade.png) repeat-x;
    overflow:hidden;
}

header {
    background:#000;
	height:250px;
	width:940px;
    margin-bottom:5px;
}

.navList li{
	display:inline;
	padding-right:15px;
	font-family:"Abel";
	font-size:21px;
}

#main {
    margin-top:5px;
    color:#000;
}

.main0 {
	height:185px;
}

.main0 div {
	display:inline;
}

.main0 img {
	position:absolute;
	bottom:0px;
	right:0px;
}

.main1 {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:420px;
}

.main2 {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:420px;
}

.main3 {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:220px;
}

.introDiv {
	color:#000;
	background:url(/img/springIntro.jpg);
	background-position:10px 10px; /* change to 10px for 680x400 bg*/
	background-repeat:no-repeat;
	height:410px;
}

.regBody {
	position:absolute;
	top:10px;
	font-family:"Coustard";
	color:#520304;
	text-align:center;
}

.regBody p {
	padding:10px;
}

.MainTitle {
	font-family:"Rancho";
	font-size:75px;
	width:700px;
	height:80px;
}

.MainSubTitle {
	font-family:"Unkempt";
	font-size:40px;
	width:700px;
	height:50px;
	padding-top:10px;
}

.MainBody {
	position:absolute;
	left:350px;
	font-size:20px;
	width:700px;
	height:200px;
	text-align:left;
}

.MainBody a {
	color:#520304;
	text-decoration:underline;
}

.turkeyIntroDiv {
	color:#000;
	background:url(/img/turkey2.png);
	background-position:10px 10px; /* change to 10px for 680x400 bg*/
	background-repeat:no-repeat;
	height:410px;
}

.turkeyRegBody {
	position:absolute;
	top:10px;
	font-family:"Coustard";
	color:#520304;
	text-align:center;
}

.turkeyRegBody p {
	padding:10px;
}

.turkeyMainTitle {
	font-family:"Rancho";
	font-size:75px;
	width:700px;
	height:80px;
}

.turkeyMainSubTitle {
	font-family:"Unkempt";
	font-size:40px;
	width:700px;
	height:50px;
	padding-top:10px;
}

.turkeyMainBody {
	position:absolute;
	left:350px;
	font-size:20px;
	width:700px;
	height:200px;
	text-align:left;
}

.turkeyMainBody a {
	color:#520304;
	text-decoration:underline;
}

.challengerIntroDiv {
	color:#000;
	background:url(/img/challenger.jpg);
	background-position:10px 10px; /* change to 10px for 680x400 bg*/
	background-repeat:no-repeat;
	height:410px;
}

.challengerIntroDiv img {
	padding-left:10px;
	padding-top:10px;
}

.challengerRegBody {
	position:absolute;
	top:10px;
	font-family:"Coustard";
	color:#520304;
	text-align:center;
}

.challengerRegBody p {
	padding:10px;
}

.challengerMainTitle {
	font-family:"Times New Roman";
	font-size:25px;
	width:700px;
	height:30px;
}

.challengerMainSubTitle {
	font-family:"Times New Roman";
	font-size:16px;
	width:700px;
	height:30px;
	padding-top:10px;
}

.challengerMainBody {
	position:absolute;
	left:350px;
	font-size:20px;
	width:700px;
	height:200px;
	text-align:left;
}

.challengerMainBody a {
	color:#520304;
	text-decoration:underline;
}

.soccerBox {
	position:absolute;
	right:0px;
	bottom:0px;
	width:550px;
	height:100px;
	border:3px solid #000;
	background:#fff;
}

.tournament {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:300px;
}

.tournament img {
	margin:10px;
}

.tournamentL {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:400px;
	text-align:center;
}

.tournamentL img {
	margin:10px;
	margin-top:20px;
}

.tournamentL2 {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:600px;
	text-align:left;
}

.tournamentL2 img {
	margin:10px;
	margin-top:20px;
}

.tournamentL2Res {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:425px;
	text-align:left;
}

.tournamentL2Res img {
	margin:10px;
	margin-top:20px;
}

.tournamentR {
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:400px;
	text-align:center;
}

.tournamentR2 {
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:600px;
	text-align:center;
}

.tournamentR2Res {
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:425px;
	text-align:center;
}

.tournamentFont {
	font-family:"Abril Fatface";
}

.tournamentTitle {
	font-size:30px;
	color:#fff;
	font-family:'Neuton';
}

.tournamentL ul{
	list-style-type:none;
	text-align:left;
	color:#fff;
	position:relative;
	left:0px;
	top:10px;
	margin-left:0px;
}

.tournamentL li {
	font-size:11px;
	height:40px;
	width:300px;
}

.tournamentL li a {
	color:#fff;
	padding-bottom:0px;
	padding-left:10px;
	display:block;
}

.tournamentL li a:hover {
	color:#000;
	background:#fff;
	height:40px;
	width:290px;
	display:block;
	padding-left:10px;
}

.refereesWide {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:295px;
}

.refereesWide a{
	color:#000037;
}

.refereesWideTitle {
	font-size:25px;
	color:#fff;
	position:absolute;
	top:10px;
	left:10px;
}

.refereesWideBody {
	background:#fff url(/img/coachBg.png) repeat-y;
	color:#000;
	width:900px;
	position:absolute;
	top:40px;
	left:10px;
	padding:10px;
}

.referees {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:438px;
}

.referees a{
	color:#000037;
}

.refereesTitle {
	font-size:25px;
	color:#fff;
	position:absolute;
	top:10px;
	left:10px;
}

.refereesBodyL {
	background:#fff url(/img/coachBgL.png) repeat-y;
	color:#000;
	width:420px;
	position:absolute;
	top:40px;
	left:10px;
	padding:10px;
}

.refereesBodyR {
	background:#fff url(/img/coachBgR.png) repeat-y;
	color:#000;
	width:420px;
	position:absolute;
	top:40px;
	left:10px;
	padding:10px;
}

.refereesBody p {
	padding-left:10px;
}

.refereesLinks {
	font-size:18px;
}

.coachesWide {
	background:#000037;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius::10px;
    height:295px;
}

.coachesWide a{
	color:#000037;
}

.coachesWideTitle {
	font-size:25px;
	color:#fff;
	position:absolute;
	top:10px;
	left:10px;
}

.coachesWideBody {
	background:#fff url(/img/coachBg.png) repeat-y;
	color:#000;
	width:900px;
	position:absolute;
	top:40px;
	left:10px;
	padding:10px;
}

.coaches {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:412px;
}

.coaches a{
	color:#000037;
}

.coachesTitle {
	font-size:25px;
	color:#fff;
	position:absolute;
	top:10px;
	left:10px;
}

.coachesBodyL {
	background:#fff url(/img/coachBgL.png) repeat-y;
	color:#000;
	width:420px;
	height:340px;
	position:absolute;
	top:40px;
	left:10px;
	padding:10px;
}

.coachesBodyR {
	background:#fff url(/img/coachBgR.png) repeat-y;
	color:#000;
	width:420px;
	height:340px;
	position:absolute;
	top:40px;
	left:10px;
	padding:10px;
}

.coachesBody p {
	padding-left:10px;
}

.coachesLinks {
	font-size:18px;
}

.coachMenu {
	text-align:center;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius::10px;
	height:40px;
	background:#000037;
	color:#fff;
	font-size:24px;
}

.schedule {
	background:#000037;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:1410px;
}

.scheduleTitle2 {
	font-size:25px;
	color:#fff;
	padding:10px;
}

.schedule table {
	width:900px;
	margin-left:20px;
	margin-right:20px;
	background:#fff;
	color:#000;
	border:1px solid #fff;
	font-size:16px;
	border:1px solid #000;
}

.schedule td {
	padding:5px 10px;
	text-align:center;
	border:1px solid #000;
	width:33%;
}

.schedule a {
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

footer {
    text-align:center;
    color: #000;
    font-size:16px;
	text-shadow: 1px 1px 1px #000;
    height:40px;
    padding:12px 0px;;
    border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.scheduleTitle {
	position:absolute;
	top:0px;
	left:10px;
	font-family:'Neuton';
	font-size:40px;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	filter: Shadow(Color=#000000, Direction=120, Strength=2);
	z-index:500;
}

.menuTitle {
	position:absolute;
	top:0px;
	left:20px;
	font-family:'Neuton';
	font-size:40px;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	filter: Shadow(Color=#000000, Direction=120, Strength=2);
	z-index:500;
}

.week {
	color:#fff;
	font-size:11px;
	padding-bottom:0px;
}

.weekCurrent {
	font-size:13px;
	color:#000;
}

.current {
	font-size:17px;
}

.whiteBox {
	background:#fff;
	width:210px;
}

.topDate {
	position:absolute;
	top:60px;
	padding-left:10px;
}

.topDate2 {
	position:absolute;
	top:100px;
	padding-left:10px;
}

.topDate3 {
	position:absolute;
	top:140px;
	padding-left:10px;
}

.topDate4 {
	position:absolute;
	top:180px;
	padding-left:10px;
}

.topDate5 {
	position:absolute;
	top:220px;
	padding-left:10px;
}

.topDate6 {
	position:absolute;
	top:260px;
	padding-left:10px;
}

.topDate7 {
	position:absolute;
	top:300px;
	padding-left:10px;
}

.topDate8 {
	position:absolute;
	top:340px;
	padding-left:10px;
}

.topDate9 {
	position:absolute;
	top:380px;
	padding-left:10px;
}

.topDate:hover,.topDate2:hover,.topDate3:hover,.topDate4:hover,.topDate5:hover,
.topDate6:hover,.topDate7:hover,.topDate8:hover,.topDate9:hover,.week:hover,.mainDate:hover {
	color:#fff;
}

.tableTitle {
	font-weight:bold;
}

.schTable {
	position:absolute;
	left:10px;
	border:1px solid black;
	width:313px;
	display:inline;
}

.bigLetters {
	font-family:"Actor";
	font-size:27px;
	color:#700;
	display:inline;
	color:#A78464;
}

.meetGreet {
	background:#fff url(/img/grassbg.jpg);
	padding:10px;
	width:660px;
	height:330px;
	position:absolute;
	top:60px;
	left:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.tip {
    background:#fff;
    position:absolute;
    top:70px;
    width:280px;
    height:140px;
    margin-left:10px
}

.tipTop {
	position:absolute;
	top:0px;
}

.tipTitle {
    font-size:17px;
    color:#fff;
    position:absolute;
    top:5px;
    padding-left:10px;
}

.tip p {
	position:absolute;
	top:20px;
	font-size:12px;
    color:#000;
}

.pic {
    background:#fff;
    position:absolute;
    top:70px;
    width:280px;
    height:140px;
    margin-left:10px
}

.picTop {
	position:absolute;
	top:0px;
}

.picTitle {
    font-size:17px;
    color:#fff;
    position:absolute;
    top:5px;
    padding-left:10px;
}

.pic p {
	position:absolute;
	top:20px;
	font-size:12px;
    color:#000;
}

.bottomMenu {
	position:absolute;
	bottom:5px;
}

.u6 {
	background:#fff;
	padding:10px;
	width:315px;
	height:150px;
	position:absolute;
	top:60px;
	left:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.u6 td {
	color:#000;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}

.u6 a {
	font-weight:bold;
}

.u8 {
	background:#fff;
	padding:10px;
	width:315px;
	height:150px;
	position:absolute;
	top:60px;
	right:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.u8 td {
	color:#000;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}

.u8 a {
	font-weight:bold;
}

.u10 {
	background:#fff;
	padding:10px;
	width:315px;
	height:150px;
	position:absolute;
	top:240px;
	left:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.u10 td {
	color:#000;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}

.u10 a {
	font-weight:bold;
}

.u12 {
	background:#fff;
	padding:10px;
	width:315px;
	height:150px;
	position:absolute;
	top:240px;
	right:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.u12 td {
	color:#000;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}

.u12 a {
	font-weight:bold;
}

.u14 {
	background:#fff;
	padding:10px;
	width:660px;
	height:70px;
	position:absolute;
	top:320px;
	left:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.u14 td {
	color:#000;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
}

.menu {
	list-style-type: none;
	position:absolute;
	top:50px;
}

li {
	height:37px;
}

p {
	padding:10px;
}
	
fieldset { 
	border:1px solid #fff
	width:200px;
	margin:10px;
	background:#fff;
	color:black;
}

legend {
    padding:1px;
    border:1px solid #fff;
    color:#000;
    font-size:90%;
    background:#fff;
}

/** ******************************************************************************************************/
/** ******************************************************************************************************/
/** ******************************************************************************************************/
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


