body,html{
	padding:0px;
	margin:0px;
	background:#FBFBFB;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	
}

html{background: url(/static/bk/low_contrast_linen.png);}

body{background-image: url(/static/background-rep.png);}
#cent {
	margin: 0px auto 0px auto;
	padding:0px;
	margin-top:0px;
	/*
	-moz-box-shadow:    0px 5px 5px 5px silver;
	-webkit-box-shadow: 0px 5px 5px 5px silver;
	box-shadow:         0px 5px 5px 5px silver;
	background: url(/static/bk/gray_jean2.png);
	*/
}

#header {
	width:100%;
	padding:0px;
	margin: 0px;
	/*background: beige;*/
	-moz-box-shadow:    inset 0px 30px 50px -50px black;
	-webkit-box-shadow: inset 0px 30px 50px -50px black;
	box-shadow:         inset 0px 30px 50px -50px black;
	background: url(/static/bk/gray_jean2.png);
	border-bottom: solid 5px darkgreen;
}

#header ul {
	text-decoration:none;
	list-style:none;
	padding:0px;
	margin:0px;
	color: black;
}

#header .header-top li {
	float:left;
	padding:20px;
	/*font-size: 30px;*/
	color: black;
}

#flagimg{
	background-image: url(/static/flag.gif); /*url(/static/flagthing.png);*/
	background-repeat: no-repeat;
	background-position: 90% 40%;/*right center;*/
	background-size: 10%;
}

#section{padding:10px;}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-ms-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
/*
#menu,#menu2{
	background: #333333;
	color: white;
	padding: 0px;
	margin:0px;
	background: url(/static/bk/low_contrast_linen.png);
	-o-box-shadow: inset 0px 0px 10px black;
	-moz-box-shadow: inset 0px 0px 10px black;
	-webkit-box-shadow: inset 0px 0px 10px black;
	box-shadow: inset 0px 0px 10px black;
}

#menu ul,#menu2 ul {
	text-decoration:none;
	list-style:none;
	padding:0px;
	color: black;
	margin:0px;
}

#menu li,#menu2 li {
	margin: 0px;
	float:left;
	color: white;
	padding:10px;
	padding-left: 10px;
	padding-right: 15px;
}

#menu li:hover,#menu2 li:hover{
	-webkit-animation: fadeIn 0.5s;
	-moz-animation: fadeIn 0.5s;
	-ms-animation: fadeIn 0.5s;
	color:black;
	text-decoration:underline;
}
*/
#events{padding:0px;margin:0px;float:left;width:100%;}

#newsimg{float:left;padding-bottom:10px;padding-right:0px;}

.newsimg{max-width: 200px;max-height: 200px;}

#news, #notices{padding:0px;margin:0px;float:left;}

#news h1,#notices h1 {color: green;}

#notices .content {margin-left: 5%;}
#notices .content .item h4{padding-bottom:10px;}
#notices .content .item p{padding-bottom:20px;}
#news .content {margin-left: 2.5%;}

#notices {width:30%;float:right;overflow : auto;}

#news {width:100%;}

#news .item, #news .item2 {
	border-bottom: solid 1px #F1F1F1;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
	width:90%;
	box-shadow: 1px 1px 8px whitesmoke;
	-moz-border-radius: 1px 1px 8px whitesmoke;
	-webkit-border-radius: 1px 1px 8px whitesmoke;
	/* padding: 5px; */
	border: solid 1px whitesmoke;
	background:white;
}

/* member display */
#members .item3 {
	border-bottom: solid 1px #F1F1F1;
	margin-left: 5%;
	margin-bottom: 15px;
	box-shadow: 1px 1px 8px whitesmoke;
	-moz-border-radius: 1px 1px 8px whitesmoke;
	-webkit-border-radius: 1px 1px 8px whitesmoke;
	border: solid 1px whitesmoke;
	background:white;
}
#members .inside{padding-left:20px;padding-right:20px;}
.user-info a{color:black;}


.content{padding-right:10px;padding-bottom:10px;}

.item h4 {padding-top:0px;margin-top:0px;font-family:Century Gothic,sans-serif;color:#4E443C;text-transform:none;font-weight:100;margin-bottom:0;}

#vidimg .item3 h4 {padding-bottom:10px;}

#vidimg .item3 p{font-family:Georgia,serif;color:#4E443C;font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;padding-bottom:10px;}

/*#news .note {margin-left: 2.5%;margin-bottom: 2.5%;}*/

/*#news .item p,#news .item a{float: right;}*/



#input{
	background:transparent;
	border: solid 2px white;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	font-size: 25px;
	width: 200;
	/*font-family:Georgia,serif;*/
	color:#4E443C;
	font-weight: 100;
	margin-bottom: 0;
	background:white;
	text-transform: none;
}

#login #input, #register #input {background: white;color: black;width:80%;}

#messages{color:white;font-size: 30px;margin: 100px auto 0px auto;padding:0px;text-align:center;}

#maincontent{/*background: #FAFAFA;*/padding:0px;margin:0px;}

#maincontent h3 {text-transform: uppercase;color: dimGray;/*text-shadow: 0.1px 0.1px 0 rgba(255,155,255,0.5);*/}

#bottomfoot{
	background: #333333;
	color: white;
	padding: 10px;
	background: url(/static/bk/low_contrast_linen.png);
	/*-o-box-shadow: inset 0px 0px 10px black;
	-moz-box-shadow: inset 0px 0px 10px black;
	-webkit-box-shadow: inset 0px 0px 10px black;
	box-shadow: inset 0px 0px 10px black;*/
	border-top: solid 5px darkgreen;
}

#bottomfoot h2{padding-bottom:20px;}
#bottomfoot p{padding-bottom:10px;}

.footbox{
	float: left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left: 0.3%;
	margin-right: 5%;
}

#happeningstuff{
	background: silver;
	padding: 15px;
	float: left;
	margin: 10px;
	font-size: 25px;
}

#happeningstuff:hover{background: green;color: white;}

td, th{padding:5px;}

#darkBackgroundLayer, #darkBackgroundLayer2 {
	background-color: rgb(0, 0, 0);
	opacity: 0.7;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	cursor: default;
	z-index: 1100;
}

.subbutton {
	/* This imageless css button was generated by CSSButtonGenerator.com */
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.subbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.submit:active {position:relative;top:1px;}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-ms-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

#login, #register, #message_thing{
	width:200px;
	text-align:center;
	margin: 0px auto 0px auto;
	color: black;
	font-weight: normal;
	width: 300px;
	margin-top: 50px;
	display: block;
	position: absolute;
	border: solid 1px 
	silver;
	z-index: 1200;
	font-size: 13px;
	border-radius: 5px;
	left: 50%;
	margin-left: -170px;
	/*padding: 20px;*/
	background: white;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
	overflow-x: hidden; overflow-y: auto;
}

.options a{
	background: green;
	padding: 5px;
	color: white;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.options a:hover{background: black;}

a{text-decoration:none;color: white;}/*word-break:break-all;*/

li a{color: black;/*font-size: 20px;*/}

form {margin:0px;margin-bottom:10px;}

.rslides,#events .flexslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  float:left;
  width:70%;
}
.flexslider {
	margin: 0 0 0px;
	background: #fff;
	border: 0px solid #fff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-o-box-shadow: 0px 0px 10px black;
	-moz-box-shadow: 0px 0px 10px black; 
	-webkit-box-shadow: 0px 0px 10px black;
	box-shadow: 0px 0px 10px black;
	background:black;
}

#vidimg{margin: 0px auto 0px auto;width: 90%;}

#vidimg .item3{
	padding:10px;
	border: solid 1px #333333;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width: 20%;
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 8px rgba(0,0,0,0.3);
	border: 1px solid silver;
	background:white;
}

#vidimg .item3 h4{color: silver;}

.item p{color: silver;}

#sitename{
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	line-height: 44px;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: italic;
	font-family: Century Gothic, sans-serif;
	text-shadow: 1px 1px white;
}
.exit, .title{font-size:20px;}
.logo{width:150px;}
li #sitename {margin-top:55px;-webkit-font-smoothing: antialiased;font-size:0.7cm;}

#search input{
	height: 55px;
	/*
	margin-top: 10px;
	margin-right: 10px;*/
	border: 0px solid silver;
	font-size: 20px;
	background: white;
	background: url(/static/50percent.png);
}

.premiership_results_widget{
	display:none;
}

.premiership_results_widget table td, .premiership_results_widget table th{
	padding:2px;
}

@media /*(-webkit-min-device-pixel-ratio: 2),*/ (min-width: 1101px){
	li #sitename {margin-top:50px;padding-right:0px;}
	#cent{width:1100px;}
	#notices{font-size:15px;}
	#section{padding-left:25px;padding-right:25px;}
	.inewstext{width: 75%;}
	#news .item {font-size: 22px;}
	#notices{font-size: 17.4px;}
	.premiership_results_widget{display:block;}
}

@media /*(-webkit-min-device-pixel-ratio: 2),*/(max-width: 1100px) and (min-width: 960px){
	li #sitename {margin-top:50px;padding-right:0px;}
	#input{font-size: 25px;width: 200;}
	#happeningstuff{padding: 10px;margin: 10px;font-size: 20px;}
	#cent{width:100%;}
	/*#menu li{font-size:18px;}*/
	#notices{font-size:15px;}
	#section{padding-left:20px;padding-right:20px;}
	/*#news .item p,#news .item a{width: 74%;}*/
	.inewstext{width: 74%;}
	/* if many items in menu */
	/*.megamenu li {margin-right: 1px;}*/
	#search input {font-size: 15px;}
}

@media /*(-webkit-min-device-pixel-ratio: 2),*/(max-width: 959px) and (min-width: 760px){
	li #sitename {margin-top:50px;padding-right:0px;}
	/*li #header {font-size: 20px;padding:10px;}*/
	#input{font-size: 20px;width: 140;}
	#happeningstuff{padding: 10px;margin: 10px;font-size: 20px;}
	/*#menu li {font-size:16px; }*/
	#notices{font-size:12px;}
	#section{padding-left:15px;padding-right:15px;}
	/*#news .item p,#news .item a{width: 68%;}*/
	.inewstext{width: 68%;}
	#search input {font-size: 15px;}
	/*.megamenu li {margin-right: 1px;}*/
}
p{padding-bottom:10px;font-weight:200;line-height:130%;}/*word-break:break-all;*/

.item2 p{padding-bottom:10px;font-weight:200;line-height:130%;}
.item2 h2{padding-top:20px;padding-bottom:20px;}
h3{padding-top:20px;padding-bottom:20px;}

/* is desktop */
@media /*(-webkit-min-device-pixel-ratio: 2),*/(min-width: 760px){
	/*#menu2{display:none;}
	#menu{display:block;}*/
	#sitename{display:block;}
	.sitename{display:none;}
	.twocolumn{width:48%;}
	#slidy{max-width:70%}
	#members .leftsidemain{width:55%;}
	#members .rightsidebar{width:30%;margin:0px;margin-right:5%;}
	#menuop{display:none;}

	/*.item2 .content p{padding-bottom:10px;font-weight:200;line-height:130%;}*/
	.item2 .content h2{padding-top:25px;}
	.item3 h2{padding-top:25px;padding-bottom:10px;}
	.item3 th{padding-top:25px;}
	.item2 h4{padding-bottom:10px;}
	
	.content img{margin:10px;}
}

/* is mobile */
@media /*all and *//*(-webkit-min-device-pixel-ratio: 2),*/(max-width: 759px){
	#menuop{display:block;}
	/*#menu2{display:block;}
	#menu{display:none;}
	#menu2 li,#menuop li{padding:0px;}*/
	#menuoptions{display:none;margin:0px;padding:0px;}
	.options{display:none;}
	#cent{width:100%;}
	/*#menu2 li {font-size:4em;width:100%;padding-top:1em;padding-bottom:1em;}*/
	/*
	#notices h1, #news h1{font-size:2cm;}
	#notices .item, #news .item, #news .item2{font-size:1cm;}
	#header li{font-size:1.5cm;}	
	#vidimg .item3 h4{font-size:2cm;}
	#section h1{font-size:2cm;}
	.exit,.title{font-size:2cm;}	
	.footbox h2{font-size:2cm;}
	.footbox p{font-size:1.8cm;}
	.copyright{font-size:1.5cm;}
	.user-info th, .user-info td{font-size:1cm;}	
	#input{font-size: 1.5cm;width:90%;}
	.subbutton{font-size: 1.5cm;}
	*/
	#input{width:90%;}
	#sitename{display:none;}
	.sitename{display:block;}
	/*.sitename li{margin-top:1cm;}*/
	#vidimg .item3 {width: 93%;}
	
	.footbox{width:100%;margin:0px;}

	#login,#register{width:100%;margin-top:0px;border-radius:0px;left:0%;margin-left:0px;/*font-size:2cm;*/top:10%;position:fixed;right:0;}


	.twocolumn{width:100%;}
	.flexslider{margin:0px;padding:0px;}
	#slidy{max-width:100%}
	#members .item3 {margin-left:0%;width:100%;}
	#members .leftsidemain{}
	#members .rightsidebar{}
	#news .item2{width:100%;margin-left:0%;margin-right:0%;}
	.facebook{display:none;}
	.flag{display:none;}
	#news .item {width:100%;padding:0;margin:0;/*font-size:1.5cm;*/}
	/*#news .item .yearitem{font-size:1.5cm;}*/
	.item2 . self{/*font-size:1.5cm;*/padding:10px;}
	.item3{/*font-size:1.5cm;*/width:100%;}
	.flexslider{width:100%;margin:0px;}
	#newsimg {padding-right:0%;}
	#flagimg{
		background-image: none;
		background-repeat: no-repeat;
		background-position: right top;
	}
	#top-menu nav a {background:none;}
	#login input{width:70%;}
	#login{width:100%;}
	#members .rightsidebar {margin:0px;}
	/* #members .inside {padding:0px} */
	.TTWForm input, .TTWForm textarea, .TTWForm select, div.selector, div.uploader{width:100%;}
	/* .f_100{width: auto;width:200px;}
	.f_100 .option{width:250px;} */
	form.TTWForm {width:100%;}
	.content img {width:100%;height:auto;padding-left:0px;padding-right:0px;margin-left:0px;margin-right:0px;}
}

@media /*(-webkit-min-device-pixel-ratio: 2),*/(max-width: 759px) and (min-width: 660px){
	#happeningstuff{padding:10px;margin:10px;font-size:18px;}
	.logo{width:100px;}
	.rslides,#events .flexslider{float:left;width:100%;}
	#notices{width: 100%;float: left;}
	#notices .content {margin-left: 2.5%;}
	#news .item p,#news .item a{width:60%;}
}

@media /*(-webkit-min-device-pixel-ratio: 2),*/(max-width: 659px){
	.footbox{padding-left:5px;padding-top:5px;padding-bottom:5px;}
	#happeningstuff{padding: 5px;margin: 5px;font-size: 15px;}
	.logo{width:100px; /*150px;*/}
	/*li a {font-size: 10px;}*/
	#notices,#news{width:100%; height:none;}
	#news .content,#notices .content{margin-left: 2.5%;}
	.options{display:none;}
	.rslides,#events .flexslider{float:left;width:100%;}
	#news .item p, #news .item a{width: 55%;}
	#news #newsimg,#news .item p, #news .item a {width:100%;}
}

@media (max-width: 530px){#vidimg .item3 {width: 93%;}}

@media (max-width: 980px){
	.premiership-logo{
		display:none;
	}
}

a h1:hover{text-decoration:underline;}

a:hover{text-decoration:underline;}

.item a{color:black;}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: width, height;
     -moz-transition-property: width, height;
      -ms-transition-property: width, height;
       -o-transition-property: width, height;
          transition-property: width, height;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

h1{
	/*font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;*/
	font-weight: normal;
	font-size: 1.75em;
	letter-spacing: .2em;
	line-height: 1.1em;
	margin:0px;
	text-align: center;
	text-transform: uppercase;
	padding-top:25px;
	padding-bottom:13px;
	font-family: Century Gothic, sans-serif;
}

#contentdisplay {
	width: 90%;
	margin: 0px auto 0px auto;
	color: white;
	font-weight: normal;
	margin-top: 50px;
	display: block;
	position: absolute;
	z-index: 1200;
	font-size: 13px;
	background: black;
	left: 5%;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
	top:10%;
	/*position:fixed;*/
}
#slidy{overflow:scroll;}

.galleryimg{max-height: 50%;max-width: 90%;}

#notices h1,#notices h4,#notices p {color: white;}
#notices h4 {color: yellow;font-weight: 900;}

.hoverable:hover{background:white;}
/*.content .item{/*border:solid 1px #007A29;box-shadow:inset 0px 0px 5px 0px black}*/

.copyright a{color:white;}

.copyright {padding-bottom: 15px;}

#year ul,#month ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*position: relative;
	top: 10px;
	padding-bottom:10px;*/
}

.member-menu{
}

.member-menu ul li{
	float: left;
	color: black;
	list-style: none;
	padding-right: 10px;
	width: 70px;
	text-align: center;
	height: 35px;
	margin-top:20px;
	margin-bottom:20px;
}
#maincontent a{
	color:black;
	/*word-break:break-all;*/
}
#news .item h4{padding-top: 10px;}

#search li{
	padding:0px;
	margin:0px;
}
#search form{
	padding:0px;
	margin:0px;
}
#bottomfoot a{
	color:white;
}

.content ul li, .content ol li {
	margin-left:25px;
}

#maincontent a {
	text-decoration:underline;
	/*color: darkblue;*/
}

.table_clear table, .table_clear th, .table_clear td{
	border: 1px solid black;
}

.reset{
    /* http://meyerweb.com/eric/tools/css/reset/ 
       v2.0 | 20110126
       License: none (public domain)
    */

    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 {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
}

.megamenu {
	z-index:100;
}

.member-nav {
	background: rgb(161, 175, 15);
	border-top: solid 5px darkgreen;
	padding-top:5px;
	padding-bottom:5px;
}

.member-nav ul{
	padding-top:5px;
	padding-bottom:5px;
}

.member-nav li {
	float:left;
	padding:5px;
	background:url(/static/50percent.png);
	margin-right:5px;
	margin-top:5px;
}
.member-nav li:hover {
	background:white;
}

.even_th{background:#33CC33;color:white;}
.even_th a p, .even_th a, #maincontent .even_th a{color:white;}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#aaffaa; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:6px;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
/* top header thing */
.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #00bf00 5%, #00bf00 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00bf00), color-stop(1, #00bf00) );
	background:-moz-linear-gradient( center top, #00bf00 5%, #00bf00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bf00", endColorstr="#00bf00");
	background: -o-linear-gradient(top,#00bf00,00bf00);

	background-color:#00bf00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator.proper_head tr:first-child td {
	color:black;
	font-weight:normal;
	
	background:-o-linear-gradient(bottom, #aaffaa 5%, #aaffaa 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aaffaa), color-stop(1, #aaffaa) );
	background:-moz-linear-gradient( center top, #aaffaa 5%, #aaffaa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaffaa", endColorstr="#aaffaa");
	background: -o-linear-gradient(top,#aaffaa, #aaffaa);
	background-color:#aaffaa;
}

.CSSTableGenerator tr:first-child th{
	background:-o-linear-gradient(bottom, #00bf00 5%, #00bf00 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00bf00), color-stop(1, #00bf00) );
	background:-moz-linear-gradient( center top, #00bf00 5%, #00bf00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bf00", endColorstr="#00bf00");
	background: -o-linear-gradient(top,#00bf00,00bf00);

	background-color:#00bf00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	color:white;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #00bf00 5%, #00bf00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00bf00), color-stop(1, #00bf00) );
	background:-moz-linear-gradient( center top, #00bf00 5%, #00bf00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bf00", endColorstr="#00bf00");	background: -o-linear-gradient(top,#00bf00,00bf00);

	background-color:#00bf00;
}
.CSSTableGenerator.proper_head tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #aaffaa 5%, #aaffaa 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aaffaa), color-stop(1, #aaffaa) );
	background:-moz-linear-gradient( center top, #aaffaa 5%, #aaffaa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaffaa", endColorstr="#aaffaa");	background: -o-linear-gradient(top,#aaffaa, #aaffaa);
	background-color:#aaffaa;
}

.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.all,.year,.month{
	float:left;
	padding:10px;
	word-break:normal;
}
.all a, .year a, .month a{
	word-break:normal;
}