/*
   Add the following to your CSS file should you wish the cursor to
   "wait" while the script is processing the sort

#test body.sort-active *
        {
        cursor:wait;
        }
*/


html,body
{
	/*ie nedds these*/
	margin:0px;
	padding:0px;
	font-size:24px;
	font-family:Arial;
	height:100%;
	/*align center for IE*/
	text-align:center;
	background-color: #000000


}
/*
	make text more visible
*/
div
{
	text-align:left;
	line-height:1.2em;
}


#test body
        {
        padding:0;
        border:0;
        margin:0;
        text-align:center;
        font-size:12px;
        font-family: Arial;
        color:#545454;
        min-width: 800px;
	height:100%;
        }
#test h2 span
        {
        font-variant:small-caps;
        }
#test p a
        {
        font-weight:normal;
        outline:none;
        }
#test p a:link,
#test p a:visited
        {
        color:#333;
        text-decoration:underline;
        }
#test p a:hover
        {
        color:#fff;
        text-decoration:none;
        background:#000;
        }
#test p a:active
        {
        color:#000;
        text-decoration:underline;
        }
#test code
        {
        font-family:'andale mono','lucida console','courier new',monospace;
        font-size:1em;
        }
#test p
        {
        line-height:1.6em;
        margin:0 0 1em 0;
        }
#test h1
        {
        font-weight:lighter;
        font-family:georgia, times new roman, times, georgia, palatino, serif;
        text-align:center;
        margin-top:0.6em;
        color:#000;
        font-size:2em;
        }
#test h2
        {
        font-weight:lighter;
        font-family:verdana,arial,sans-serif;
        text-align:center;
        margin-top:1em;
        color:#333;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:1.2em;
        }
#test h2 span
        {
        font-variant:small-caps;
        text-transform:none;
        }
#test table
        {
        width: 760px;
        padding: 0;
        margin: 1.0em 1.0em 1.5em 0.9em;
        border-left: 1px solid #C1DAD7;
        border-collapse:collapse;
        }


#test2 table
        {
        width: auto;
        padding: 0;
        margin: 0 0 0 0;
        border-left: 0px solid #C1DAD7;
        border-collapse:collapse;
        }

#test caption
        {
        padding: 0 0 5px 0;
        margin:0 auto;
        width:auto;
        font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        }
#test th
        {
        font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        vertical-align:middle;
        }
#test td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#test th.sortable,
#test th.sortable-text,
#test th.sortable-date,
#test th.sortable-keep,
#test th.sortable-date-dmy,
#test th.sortable-numeric,
#test th.sortable-currency,
#test th.sortable-sortByTwelveHourTimestamp,
#test th.sortable-sortIPAddress,
#test th.sortable-sortEnglishLonghandDateFormat,
#test th.sortable-sortScientificNotation,
#test th.sortable-sortImage,
#test th.sortable-sortFileSize,
#test th.sortable-sortAlphaNumeric,
#test th.sortable-sortEnglishDateTime

        {
        cursor:pointer;
        background: #333333 url(http://www.synunderground.com/layout/sort-unsort.jpg) no-repeat;
        padding: 8px 12px 4px 19px;


        }
#test th.non
	{
	background:#333333;
        font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #ffff00;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        vertical-align:middle;
	padding: 8px 12px 4px 19px;

	}
#test th.forwardSort
        {
        background:#333333 url(http://www.synunderground.com/layout/sort-down.jpg) no-repeat 0 0;
        }
#test th.reverseSort
        {
        background:#333333 url(http://www.synunderground.com/layout/sort-up.jpg) no-repeat 0 0;
        }
#test table thead th.forwardSort a,
#test table thead th.reverseSort a
        {
        color:#ffff00;
        text-decoration:none;
        }

#test th a
        {
        text-decoration:none;
        color: #ffff00;
        background:transparent;
        }

#test th a:hover
        {
        text-decoration:none;
        color: #ffff00;
        background:transparent;
        }
#test th a:active
        {
        text-decoration:none;
        color: #ffff00;
        background:transparent;
        }

#test td a
        {
        text-decoration:none;
        color:#239;
        background:transparent;
        }
#test td img
        {
        margin:0 0;
        border:0px solid #ddd;
        }4
#test td a:hover
        {
        color:#a84444;
        border-bottom:1px dotted #a80000;
        background:transparent;
        }


#test td
        {
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 0px 0px 0px 5px;
        color: #4f6b72;
        }

#test2 td
{
        border-right: 0px solid #C1DAD7;
        border-bottom: 0px solid #C1DAD7;
}

#test td.lft
        {
        text-align:left;
        }
#test tr.alt
        {
        background: #F2F2F2;
        color: #F2F2F2;
        }

#test2 tr.alt
        {
        background: #F2F2F2;
        color: #F2F2F2;
        }

/* Poor old Internet Explorer 6 has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used (which means a 1000 row table
   will produce 1000 http requests for the image in question) */
#test tr[class="alt"] td
        {
        background: #F2F2F2 url(http://www.synunderground.com/layout/td_alt.jpg) no-repeat;
        }
#test td[class~="alt"]
        {
        background: #F2F2F2 url(http://www.synunderground.com/layout/td_alt.jpg) no-repeat !important;
        }
/* Poor old Internet Explorer won't see the next two rules either as it doesn't get :first-child */
#test tbody tr.alt td:first-child
        {
        background: #F2F2F2 url(http://www.synunderground.com/layout/td_alt.gif) no-repeat;
        font-weight:bold;
        }
#test tbody tr td:first-child
        {
        background: #fff url(http://www.synunderground.com/layout/bullet-1.gif) no-repeat;
        font-weight:bold;
        }
/* Image free rules for Internet Explorer < 7 */
* html #test tr.alt td
        {
        background-color:#000000;
        }
* html #test tr td.alt,
* html #test tr.alt td.alt
        {
        background-color:#000000;
        }

#test ul.fdtablePaginater
        {
        display:table;
        list-style:none;
        padding:0;
        margin:0 auto;
        text-align:center;
        height:2em;
        width:auto;
        margin-bottom:2em;
        font-size:12px;
        }
#test ul.fdtablePaginater li
        {
        display:table-cell;
        padding-right:4px;
        color:#666;
        list-style:none;
        
        -moz-user-select:none;
        -khtml-user-select:none;
        }
#test ul.fdtablePaginater li a.currentPage
        {
        border-color:#a84444 !important;
        color:#000;
        }
#test ul.fdtablePaginater li a:active
        {
        border-color:#222 !important;
        color:#222;
        }
#test ul.fdtablePaginater li a,
#test ul.fdtablePaginater li div
        {
        display:block;
        width:2em;
        font-size:1em;
        color:#666;
        padding:0;
        margin:0;
        text-decoration:none;
        outline:none;
        border:1px solid #ccc;
        font-family:georgia, serif;
        }
#test ul.fdtablePaginater li div
        {
        cursor:normal;
        opacity:.5;
	text-align:center;
        filter:alpha(opacity=50);
        }
#test ul.fdtablePaginater li a span,
#test ul.fdtablePaginater li div span
        {
        display:block;
        line-height:2em;
        border:1px solid #000;
        background:#000 url(http://www.synunderground.com/layout/gradient.gif) repeat-x 0 -20px;
        }
#test ul.fdtablePaginater li a
        {
        cursor:pointer;
        }
#test ul.fdtablePaginater li a:focus
        {
        color:#333;
        text-decoration:none;
        border-color:#aaa;
        }
#test .fdtablePaginaterWrap
        {
        text-align:center;
        clear:both;
        text-decoration:none;
        }
#test ul.fdtablePaginater li .next-page span,
#test ul.fdtablePaginater li .previous-page span,
#test ul.fdtablePaginater li .first-page span,
#test ul.fdtablePaginater li .last-page span
        {
        font-weight:bold !important;
        }
/* Keep the table columns an equal size during pagination */
#test td.sized1
        {
        width:325px;
        text-align:left;
        }
#test td.sized2
        {
        width:125px;
        text-align:left;
        }
#test td.sized3
        {
        width:250px;
        text-align:left;
        }
#test td.sized4
        {
        width:60px;
        text-align:center;
        }
#test td.sized5
        {
        width:200px;
        text-align:left;
        }

#test td.sized6
        {
        width:250px;
        text-align:left;
        }
#test td.sized7
        {
        width:100px;
        text-align:left;
        }
#test td.sized8
        {
        width:90px;
        text-align:left;
        }
#test td.sized9
        {
        width:300px;
        text-align:left;
        }
#test td.sized10
        {
        width:100px;
        text-align:left;
        }

#test tfoot td
        {
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#visibleTotal
        {
        text-align:center;
        letter-spacing:auto;
        }
* html #test ul.fdtablePaginater li div span,
* html #test ul.fdtablePaginater li div span
        {
        background:#eee;
        }
#test tr.invisibleRow
        {
        display:none;
        }

/*

#test ul.fdtablePaginater {display:inline-block;}
#test ul.fdtablePaginater {display:block;}	
#test ul.fdtablePaginater li {float:left;}
#test ul.fdtablePaginater {text-align:center;}
#test table { border-bottom:1px solid #C1DAD7; }
*/

/*we use container DIV  to center #content and #navigation in the page*/
#container
{
	position:relative;	
	/*our page width*/
	width:1000px;
	/*center relative div*/
	margin:auto auto;
	/*make space for the header*/
	/*margin-top:200px;*/
	min-height:100%;
	
}
#content
{
	/*  we substracted navigation width from page width and got 800px*/
	position:absolute;
	width:770px;
	height:100%;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	/* use float to inverse position with navigation DIV*/
	right:0;
	top:230px;
	/*color section for identification*/
	background:#000000;
	padding-bottom:35px;
}

#content a {color:#FFFF00;
		text-decoration: none;
		font-weight:bold;
		border:none;} 
#content a:hover {color:red;
		text-decoration: none;
		font-weight:bold;
		border:none;} 

/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/
* html #content
{
	height:auto;
}


#navigation
{
	/* set margin top to header height*/
	position:absolute;
	width:200px;	
	top:230px;
	left:0;
	height:100%;
	text-align:left;
	line-height:1.2em;
	font-size:0.6em;
	font-family:Verdana;
	color: #999999;
	padding-bottom:35px;

	/* have a minimum height, this does not work in IEmin-height:300px;*/
	
	/*color section for identification*/
	background:#000000;
}

#navigation a {color:#FFFFFF;
		text-decoration: none;
		font-weight:bold;} 
#navigation a:hover {color:red;
		text-decoration: none;
		font-weight:bold;} 

/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/	
* html #navigation
{
	height:100%; /* have a minimum height, this does not work in IEmin-height:300px;*/
}

#header
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:1000px;
	/*center absolute  div*/
	/*put div on the center of the page*/
	left:50%;
	/*move div 50% right to put it in the center of the page*/
	margin-left:-500px;
	/*pu the div fist on the page*/
	top:0px;
	height:200px;
	/*color section for identification*/
	background:#000000;
	background-image: url("http://www.synunderground.com/layout/SynHeader.jpg");
}




			.cssnav	{
						position:absolute;
						left: 345px;top: 130px;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(http://www.synunderground.com/layout/overbtn.jpg) repeat;
						width: 70px;
						height: 40px;
						white-space: nowrap;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #ffffff;
						font-size: 12px;
						font-weight:bold;
						width: 70px;
						height: 40px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #000000;
			}
			

			.cssnav img {width: 70px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 1px;top: 5px;
					    text-align: center;
					    width: 70px;
					    cursor: pointer;   
					     
			}


			.cssnav1	{
						position:absolute;
						left: 425px;top: 155px;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(http://www.synunderground.com/layout/overbtn.jpg) repeat;
						width: 70px;
						height: 40px;
						white-space: nowrap;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav1 a {
						display: block;
						color: #000000;
						font-size: 12px;
						font-weight:bold;
						width: 70px;
						height: 40px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav1 a:hover {
						color: #000000;
			}
			

			.cssnav1 img {width: 70px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav1 a:hover img{visibility:hidden}

			.cssnav1 span {
					    position: absolute;
					    left: 1px;top: 5px;
					    text-align: center;
					    width: 70px;
					    cursor: pointer;   
					     
			}
			.cssnav2	{
						position:absolute;
						left: 505px;top: 155px;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(http://www.synunderground.com/layout/overbtn.jpg) repeat;
						width: 70px;
						height: 40px;
						white-space: nowrap;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav2 a {
						display: block;
						color: #000000;
						font-size: 12px;
						font-weight:bold;
						width: 70px;
						height: 40px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav2 a:hover {
						color: #000000;
			}
			

			.cssnav2 img {width: 70px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav2 a:hover img{visibility:hidden}

			.cssnav2 span {
					    position: absolute;
					    left: 1px;top: 5px;
					    text-align: center;
					    width: 70px;
					    cursor: pointer;   
					     
			}
			.cssnav3	{
						position:absolute;
						left: 585px;top: 130px;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(http://www.synunderground.com/layout/overbtn.jpg) repeat;
						width: 70px;
						height: 40px;
						white-space: nowrap;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav3 a {
						display: block;
						color: #000000;
						font-size: 12px;
						font-weight:bold;
						width: 70px;
						height: 40px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav3 a:hover {
						color: #000000;
			}
			

			.cssnav3 img {width: 70px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav3 a:hover img{visibility:hidden}

			.cssnav3 span {
					    position: absolute;
					    left: 1px;top: 5px;
					    text-align: center;
					    width: 70px;
					    cursor: pointer;   
					     
			}

H1	{font-weight: normal;
	 text-align: center;
	 color: #FFFF00;
	 vertical-align: middle;
	 font-size:1.9em;
	 font-family: Comic Sans MS}


H3	{
	 text-align: left;
	 color: #FFFFFF;
	 font-size:0.7em;
	 font-family: ariel}

H2	{
	 text-align: left;
	 color: #FFFFFF;
	 font-size:0.6em;
	 font-family: times}

td#slogan {
 
 color: #FFFF00;
 font-weight:normal;
 text-align:center;
 font-family:verdana;
 font-size:1.0em;
 
 }

td#headtitle {
 
 color: #FFFF00;
 font-weight:normal;
 text-align:center;
 font-family:Verdana;
 font-size:2.0em;
 
 }

td#subheadtitle {
 
 color: #FFFF00;
 font-weight:normal;
 text-align:center;
 font-family:Verdana;
 font-size:1.0em;
 
 }

td#topten {
 
 color: #FFFF00;
 font-weight:normal;
 text-align:center;
 font-family:verdana;
 font-size:1.2em;
 
 }

td#topfive {
 padding-top:40px;
 color: #3333CC;
 font-weight:normal;
 text-align:center;
 font-family:verdana;
 font-size:1.2em;
 
 }

#comment {
font-family: Arial;
font-size: 15px;
font-weight: normal;
color: #FFFFFF;
text-align:left;
text-indent:0em;

}

#comment a {color:#3333CC;
		text-decoration: none;
		font-weight:bold;
		border:none;} 
#comment a:hover {color:red;
		text-decoration: none;
		font-weight:bold;
		border:none;} 