body
{
	background-color: #D9D9D9;
	background-image: url('../images/Background.jpg');
	background-position: center;
	background-repeat: repeat-y;
	text-align: center; /* horizontal centering for IE Win quirks */
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
}

th
{
	color: #636363;
	background-image: url('../images/TableHead.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-bottom: solid 1px #D9D9D9;
	height: 20px;
	text-align: left;
	text-shadow: 0 1px #FCFCFC;
}

th:hover
{
	background-image: url('../images/thhover.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

table
{
	font-family: verdana;
	font-size: 10px;
}

:focus
{
	-moz-outline-style: none;
}

a:link
{
	color:#000000;
	text-decoration: none;
}
a:visited
{
	color:#000000;
	text-decoration: none;
}
a:hover
{
	color:#000000;
	text-decoration: underline;
}
a:active
{
	color:#1BA8C4;
}

#mainsite
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 910px;
	min-height: 200px;
	clear: left;
	background-color: transparent;
	background-image: url('../images/mainbg.png');
	/*background-position: 0px 0px;*/
	background-repeat: repeat-y;
	overflow: hidden;
}

/*#sidebar
{
	position: absolute;
	right: 10px;
	top: 20px;
	text-align: left;
	width: 300px;
	background-color: #FFFFFF;
	border: 0px;
	overflow: hidden;
}

#news
{
	position: absolute;
	left: 20px;
	top: 20px;
	text-align: left;
	width: 500px;
	background-color: #FFFFFF;
	border: 0px;
	overflow: hidden;
}*/

#header
{
	margin: 0 auto;
	margin-top: 20px;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 120px;
	width: 910px;
	clear: left;
	background-color: transparent;
	background-image: url('../images/banner.png');
}

#searchinput
{
	position: absolute;
	width: 174px;
	height: 22px;
	bottom: 12px;
	right: 50px;
	color: #333333;
	/*background-image: url('../images/Input.jpg');
	background-repeat: no-repeat;*/
	border: solid 0px #1BA8C4;
	/*padding-right: 4px;*/
	padding-left: 8px;
	/*padding-top: 5px;*/
	font-family: verdana;
	font-size: 10px;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-box-shadow: inset 0 7px 5px 0px rgba(204, 204, 204, 0.6);
}

#searchinput:focus
{
	-moz-box-shadow: 0px 0px 2px 2px #1BA8C4, inset 0 7px 5px 0px rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: 0px 0px 2px 2px #1BA8C4, inset 0 7px 5px 0px rgba(204, 204, 204, 0.6);
	box-shadow: 0px 0px 2px 2px #1BA8C4, inset 0 7px 5px 0px rgba(204, 204, 204, 0.6);
}

#lupe
{
	position: absolute;
	bottom: 8px;
	right: 16px;
	border: 0px;
}

#navi
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 32px;
	width: 910px;
	clear: left;
	background-color: transparent;
	background-image: url('../images/navibg.png');
}

#subnavi
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 35px;
	width: 910px;
	clear: left;
	background-color: transparent;
	background-image: url('../images/subnavi/subnavi.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color:#636363;
	font-size: 11px;
}

/*#subnavi a:link
{
	color:#636363;
	text-decoration: none;
	font-size: 11px;
}
#subnavi a:visited
{
	color:#636363;
	text-decoration: none;
	font-size: 11px;
}
#subnavi a:hover
{
	color:#636363;
	text-decoration: none;
	font-size: 11px;
}
#subnavi a:active
{
	color:#1BA8C4;
	text-decoration: none;
	font-size: 11px;
}*/

#subnavi td
{
	/*padding: 0px 15px 0px 15px;*/
}

.subtd
{
	color:#636363;
	font-size: 11px;
	text-shadow: 0 1px #FCFCFC;
	background-color: transparent;
	padding: 0px 15px 0px 15px;
}

td.subtd:hover
{
	background-image: url('../images/subnavi/subhover.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-shadow: 0 1px #F5F5F5;
}

.subtd a:link
{
	color:#636363;
	text-decoration: none;
	font-size: 11px;
}

.subtd a:visited
{
	color:#636363;
	text-decoration: none;
	font-size: 11px;
}

.subtd a:hover
{
	color:#636363;
	text-decoration: none;
	font-size: 11px;
}

.subtd a:active
{
	color:#1BA8C4;
	text-decoration: none;
	font-size: 11px;
}

.subseltab
{
	padding: 7px 15px 8px 15px;
	border-top: solid 1px #C3C3C3;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #C3C3C3;
	border-right: solid 1px #C3C3C3;
	/*-moz-border-radius-topright: 6px;*/
	-webkit-box-shadow: 0px -2px 2px -3px #666666;
	-moz-box-shadow: 0px -2px 2px -3px #666666;
	box-shadow: 0px -2px 2px -3px #666666;
	margin-top: 3px;
}

div.subseltab:hover
{
	-webkit-box-shadow: 0px -2px 3px -3px #666666;
	-moz-box-shadow: 0px -2px 3px -3px #666666;
	box-shadow: 0px -2px 3px -3px #666666;
}

.subsel
{
	color:#636363;
	font-size: 11px;
	text-shadow: 0 1px #FFFFFF;
	background-image: url('../images/subnavi/subselected.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	vertical-align: bottom;
	padding-bottom: 2px;
}

td.subsel:hover
{
	background-image: url('../images/subnavi/subselected.png');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.subsel a:link
{
	color:#1BA8C4;
	text-decoration: none;
	font-size: 11px;
}

.subsel a:visited
{
	color:#1BA8C4;
	text-decoration: none;
	font-size: 11px;
}

.subsel a:hover
{
	color:#1BA8C4;
	text-decoration: none;
	font-size: 11px;
}

.subsel a:active
{
	color:#1BA8C4;
	text-decoration: none;
	font-size: 11px;
}

.subarrow
{
	padding-right: 5px;
}

#path
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 38px;
	width: 810px;
	clear: left;
	background-color: #CCCCCC;
	/*background-image: url('../images/mainbg.png');
	background-position: 0px 0px;
	background-repeat: repeat-y;*/
	color:#999999;
	font-size: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 25px 27px -10px #EEEEEE;
	-webkit-box-shadow: inset 0 25px 27px -10px #EEEEEE;
	box-shadow: inset 0 25px 27px -10px #EEEEEE;
}

#path td
{
	color:#333333;
	padding: 0px 5px 0px 5px;
}

#path td a:link
{
	color:#333333;
	margin: 0 3px;
	display: inline-block;
	padding: 2px 10px;
	font-size: 11px;
	text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px white;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px white;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px white;
}

#path td a:visited
{
	color:#333333;
	text-decoration: none;
}

#path td a:hover
{
	color:#333333;
	text-decoration: none;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, 0.4) 0 1px;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, 0.4) 0 1px;
	box-shadow: inset rgba(0, 0, 0, 0.4) 0 -5px 12px, inset rgba(0, 0, 0, 1) 0 1px 3px, rgba(255, 255, 255, 0.4) 0 1px;

}

#path td a:active
{
	color:#111111;
	text-decoration: none;
}

#searchoptions
{
	visibility: hidden;
	display: none;
}

#searchoptions table
{
	width: 810px;
	border-spacing: 0px;
	/*border-top: dotted 1px #666666;*/
}

.searchoptlink
{
	color: #636363;
	font-weight: bold;
}

a.searchoptlink:link
{
	color: #636363;
}

a.searchoptlink:visited
{
	color: #636363;
}

a.searchoptlink:hover
{
	color: #636363;
}

a.searchoptlink:active
{
	color: #636363;
}

.searchopthead
{
	color: #636363;
	font-weight: bold;
	border-bottom: dotted 1px #666666;
	padding-bottom: 4px;
}

.searchopt
{
	color: #636363;
}

a.searchopt:link
{
	color: #1BA8C4;
}

a.searchopt:visited
{
	color: #1BA8C4;
}

a.searchopt:hover
{
	color: #636363;
}

a.searchopt:active
{
	color: #636363;
}

.searchoptselected
{
	color: #000000;
	font-weight: bold;
}

.packheader
{
	width: 810px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #636363;
	background-color: #F0F0F0;
	border-left: solid 2px #636363;
	border-right: solid 2px #636363;
	/*-moz-border-radius: 3px; color: #126D80;
	-moz-box-shadow: inset 2px 0px #1BA8C4, inset -2px 0px #1BA8C4;*/
}

.catheader
{
	width: 810px;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #126D80;
	background-color: #E8EEFA;
	border-left: solid 2px #1BA8C4;
	border-right: solid 2px #1BA8C4;
	/*-moz-border-radius: 3px; color: #126D80;
	-moz-box-shadow: inset 2px 0px #1BA8C4, inset -2px 0px #1BA8C4;*/
}

#bottom
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 100px;
	width: 910px;
	clear: left;
	background-color: transparent;
	background-image: url('../images/bottom.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#home
{
	position: absolute;
	bottom: 0px;
	left: 5px;
	border: 0;
}

#download
{
	position: absolute;
	bottom: 0px;
	left: 105px;
	border: 0;
}

#search
{
	position: absolute;
	bottom: 0px;
	left: 205px;
	border: 0;
}

#networks
{
	position: absolute;
	bottom: 0px;
	left: 305px;
	border: 0;
}

#features
{
	position: absolute;
	bottom: 0px;
	left: 405px;
	border: 0;
}

#disclaimer
{
	position: absolute;
	bottom: 0px;
	left: 505px;
	border: 0;
}

#about
{
	position: absolute;
	bottom: 0px;
	left: 605px;
	border: 0;
}

#donate
{
	position: absolute;
	bottom: 0px;
	left: 705px;
	border: 0;
}

#help
{
	position: absolute;
	bottom: 0px;
	left: 805px;
	border: 0;
}

#networktable
{
	width: 810px;
	border: solid 1px #D9D9D9;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

#packtable
{
	width: 810px;
	border: solid 1px #D9D9D9;
	border-spacing: 0px;
	padding: 2px;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
	color: #1C1C1C;
	background-color: #FFFFFF;
}

#packtable tr.rowdark
{
	background-color: #F3F3F3;
	height: 26px;
}

#packtable tr.rowdark td
{
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#packtable tr.rowdark:hover  td
{ 
	background-color: #E4F0F2;
	/*background-image: url('../images/rowhover2.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-decoration: underline;*/
}

#packtable tr.rowlight
{
	background-color: #F9F9F9;
	height: 26px;
}

#packtable tr.rowlight td
{
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#packtable tr.rowlight:hover td
{
	background-color: #E4F0F2;
	/*background-image: url('../images/rowhover2.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-decoration: underline;*/
}

#packtable th
{
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #FCFCFC;
	padding-left: 2px;
}

#packtable th a:link
{
	color: #333333;
}

#packtable th a:visited
{
	color: #333333;
}

#packtable th a:hover
{
	color: #333333;
}

#packtable th a:active
{
	color: #1BA8C4;
	text-decoration: none;
}

.bordertable
{
	color: #636363;
	border: solid 1px #D9D9D9;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

.resulttable
{
	width: 810px;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
}

.lgresulttable
{
	width: 882px;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
}

.packinfo
{
	width: 810px;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

.largetable
{
	width: 882px;
	border: solid 1px #D9D9D9;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

.mediumtable
{
	width: 810px;
	border: solid 1px #D9D9D9;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

.mediumtable th
{
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #FCFCFC;
}

.smalltable
{
	width: 400px;
	border: solid 1px #D9D9D9;
	font-family: verdana;
	font-size: 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

.sidebartable
{
	width: 280px;
	border: solid 1px #D9D9D9;
	font-family: verdana;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.searchterms
{
	padding: 10px;
}

.searchterms a:link
{
	color:#636363;
	text-decoration: none;
	font-size: 11px;
}
.searchterms a:visited
{
	color:#636363;
	text-decoration: none;
	font-size: 11px;
}
.searchterms a:hover
{
	color:#1BA8C4;
	text-decoration: underline;
	font-size: 11px;
}
.searchterms a:active
{
	color:#1BA8C4;
}

#tooltip
{ 
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	visibility: hidden;
	text-align: left;
	z-index: 50;
	-moz-opacity: 0.90; 
	filter: alpha(opacity=90);
	-moz-box-shadow: 0px 5px 5px -3px #666666;
	/*-moz-box-shadow: 2px 2px 2px 0px #666666;*/
	box-shadow: 0px 5px 5px -3px #666666;
	/*box-shadow: 2px 2px 2px 0px #666666;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#toolnetwork a
{
	text-decoration: none;
}

#toolnetwork a:hover
{
	color:#1BA8C4;
	text-decoration: underline;
}

#toolchannel a
{
	text-decoration: none;
}

#toolchannel a:hover
{
	color:#1BA8C4;
	text-decoration: underline;
}

#toolbot a
{
	text-decoration: none;
}

#toolbot a:hover
{
	color:#1BA8C4;
	text-decoration: underline;
}

#toolhead
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}

#toolirclink
{
	font-family: verdana;
	font-size: 10px;
	padding-top: 5px;
}

#toolirclink a
{
	text-decoration: underline;
}

#toolirclink a:hover
{
	color:#1BA8C4;
	text-decoration: underline;
}

.rowdark
{
	background-color: #F5F5F5;
	height: 16px;
}

.sidebartable tr.rowdark
{
	background-color: #F5F5F5;
	height: 22px;
}

.rowdark img
{
	vertical-align: middle;
}

#networktable tr.rowdark:hover  td
{ 
	background-color: #F9FDFC;
	background-image: url('../images/rowhover1.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	/*text-decoration: underline;*/
}

.sidebartable tr.rowdark:hover  td
{ 
	background-color: #F9FDFC;
	background-image: url('../images/rowhover2.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	/*text-decoration: underline;*/
}

.mediumtable tr.rowdark:hover  td
{ 
	background-color: #E4F0F2;
	/*background-color: #F9FDFC;
	background-image: url('../images/rowhover2.jpg');*/
	background-repeat: repeat-x;
	background-position: 0px 0px;
	/*text-shadow: 0 1px #F5F5F5;
	text-decoration: underline;*/
}

.rowlight
{
	background-color: #FEFEFE;
	height: 16px;
}

.sidebartable tr.rowlight
{
	background-color: #FEFEFE;
	height: 22px;
}

.rowlight img
{
	vertical-align: middle;
}

#networktable tr.rowlight:hover td
{
	background-color: #F9FDFC;
	background-image: url('../images/rowhover1.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	/*text-decoration: underline;*/
}

.sidebartable tr.rowlight:hover td
{
	background-color: #F9FDFC;
	background-image: url('../images/rowhover2.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	/*text-decoration: underline;*/
}

.mediumtable tr.rowlight:hover td
{
	background-color: #E4F0F2;
	/*background-color: #F9FDFC;
	background-image: url('../images/rowhover2.jpg');*/
	background-repeat: repeat-x;
	background-position: 0px 0px;
	/*text-shadow: 0 1px #F5F5F5;
	text-decoration: underline;*/
}

.lastupdate
{
	text-align: right;
}

.full
{
	color: #FF0000;
}

.result
{
	margin-left: 15px;
}

.advsearchdiv
{
	width: 100%;
	height: 48px;
	background-image: url('../images/advSearchBG.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

.middle
{
	vertical-align: middle;
}

.advsearchdiv select
{
	width: 150px;
	font-family: verdana;
	font-size: 11px;
}

.advsearchdiv td
{
	height: 48px;
	vertical-align: middle;
}

.currentpage
{
	font-weight: bold;
	text-decoration: underline;
}

.blue
{
	color:#1BA8C4;
	font-size: 10px;
	font-weight: bold;
}

.bluebold10
{
	color:#1BA8C4;
	font-size: 10px;
	font-weight: bold;
}

.padright15
{
	padding-right: 15px;
}

img
{
	border: 0;
}
