/* CSS Document */
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	color: #039;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align:center;
	vertical-align:bottom;
	background: url('/mobile/images/pattern-head.png');
	border-top:thin solid #89ADD1; 
	border-bottom:thin solid #89ADD1; 
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	color: #039;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align:center;
	vertical-align:bottom;
	background: url('/mobile/images/pattern.png');
	border-top:thin solid #89ADD1; 
	border-bottom:thin solid #89ADD1; 
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #039;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:left;
	vertical-align:bottom;
	background: url('/mobile/images/pattern.png');
	border-top:thin solid #89ADD1; 
	border-bottom:thin solid #89ADD1; 
}

h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-decoration:underline;
	color: #039;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:left;
}
body {
	background-color: #aaaaaa;
	margin:0;
	padding:0;
	font-family: verdana, arial, san-serif;
    font-size: 10px;
	text-align:left;
}
/* standard format for homepage */
#utcFormat {
	font-family: verdana, arial, san-serif;
    font-size: 10px;
	text-align:left;
}
#utcHeadline {
	font: bold;
	font-weight:bold;
	text-decoration:underline;
	    font-size: 12px;
	text-align:center;
}
#mainTable {
  margin-left: auto;
  margin-right: auto;
 /* margin-top: 15px; -> works bad with scry!!!! Bagga*/
  border-collapse: collapse;
  text-align:left;
}
#gallery{
	font-family: verdana, arial, san-serif;
    font-size: 10px;
}
#mainLeft{
	width: 50px;
  	background-image: url(left.jpg);
  	background-repeat: repeat-y;
  	background-position: right;
  	background-color: #aaaaaa;
}
#mainCenter{
	width: 800px;
	background-color: #ffffff;
	text-align:left;
}
#mainRight{
	width: 50px;
  	background-image: url(right.jpg);
  	background-repeat: repeat-y;
  	background-position: left;
  	background-color: #aaaaaa;
}
#bottom{
	width: 800px;
	height: 50px;
	background-image: url(bottom.jpg);
	background-repeat: repeat-x;
	
	
}
#leftBottom{
	width: 50px;
	height: 50px;
  	background-image: url(leftbottom.jpg);
  	background-repeat: no-repeat;
  	background-position: right top;
  	background-color: #aaaaaa;
}
#rightBottom{
	width: 50px;
	height: 50px;
  	background-image: url(rightbottom.jpg);
  	background-repeat: no-repeat;
  	background-position: left top;
  	background-color: #aaaaaa;
}

/** Standard table for diverse infos (chronicles, etc. )**/

.rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	text-align: left;
	border-collapse: collapse;
}
.rounded-corner thead th.rounded-lefttop
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
.rounded-corner thead th.rounded-righttop
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
.rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
.rounded-corner td
{
	padding: 2px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
.rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
.rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
.rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

/** Tables that are imported from noetv**/

.result-set
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/pattern.png');
}
.result-set thead tr
{
	background: url('table-images/pattern-head.png');
}
.result-set th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
.result-set td
{
	padding: 2px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.result-set tbody tr:hover td
{
	background: #d0dafd;
	color: #339;
}

.played-matches
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 20px;
	text-align: left;
	border-collapse: collapse;
}
.played-matches th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.played-matches td
{
	padding: 2px;
	padding-right:6px;
	background: #e8sedff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.played-matches tr:hover td
{
	background: #d0dafd;
	color: #339;
}

/*Img Gallery */

#t_main {
        background-color: #FFFFFF;
        border: 2px solid #999999;
        padding: 20px;
        text-align: center;
}


#t_slim {
        background-color: #FFFFFF;
        border: 2px solid #999999;
        padding: 2px;
        text-align: center;
}

#footer {
        font-size: 9px;
        text-align: right;
}

.folder {
        float: left;
		position: relative;
        height: 150px;
        padding: 15px;
		padding-bottom:50px;
		padding-top:20px;
        text-align: center;
        width: 200;
}

.folderimage {
	position: relative;
	height:150px;
	width: 200px;
}

.folderimage span{
	background: url(frame_new2.png) no-repeat center top;
	height:150px;
	width: 200px;
	display: block;
	position: absolute;
}

.cite_gallery_text{
	background: #111;
	filter:alpha(opacity=45);
	opacity:.45;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 170px;
	padding: 10px;
	border-top: 2px solid #999;
	font-family: verdana, arial, san-serif;
    font-size: 11px;
}

.cite_gallery_new{
	background: #1f83c8;
	filter:alpha(opacity=50);
	opacity:.45;
	color: #fff;
	position: absolute;
	top:5px;
	left: 5px;
	width: 170px;
	padding: 10px;
	border-bottom: 2px solid #999;
	font-family: verdana, arial, san-serif;
    font-size: 11px;
}


.folder a {
        text-decoration: none;
}

.folder img {
        border: 0px;
}

.images img {
        border: 2px solid #000000;
}

.images ul {
list-style:none; /* No bullets */
overflow:hidden; /* Clear the floats */
}
.images li {
float:left; /* Horiz list */
width:200px; /*Room for thm and text */

padding:0px; /* Gap between */
}
.images li div {
text-align:center; /* Centre description */
}
.images li img {
display:block;
margin:0 auto; /* Centre block image */
border: 1px solid #000000;
/*width:200px;  All thms the same size */
/*height:150px;*/
}

/** Event Overview **/
.eventImages{
float:right;
margin:10px; 
}