/* Beta Hinweis */
.beta-ribbon-wrapper {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.beta-ribbon {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 11px;
	width: 120px;
	background-color: #ffea94;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea94), to(#FFEA5E));
	background-image: -webkit-linear-gradient(top, #ffea94, #FFEA5E);
	background-image: -moz-linear-gradient(top, #ffea94, #FFEA5E);
	background-image: -ms-linear-gradient(top, #ffea94, #FFEA5E);
	background-image: -o-linear-gradient(top, #ffea94, #FFEA5E);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.radioLabel{
	left: 25px; 
	top: -17px; 
	position: relative;
}

body {
	position: relative;
	margin: 0;
	-webkit-text-size-adjust: none;
	min-height: 416px;
	/*font-family: Verdana;*/
	-webkit-touch-callout: none;
	font-family: Verdana;
	background: url(../images/icnBackground.png);
	/*background: url(../images/icnBackgroundGradient.png) repeat-x;*/
	border: 0px solid transparent;
	min-width: 1020px;
}

.maindiv {
	position: relative; 
	text-align: left; 
	width: 1150px; 
	border: 1px solid #9C9C9C; 
	margin: 7px auto 7px auto; 
	padding: 20px; 
	background-color: rgba(245, 244, 239, 1);
}

.maindivsmall {
	position: relative; 
	text-align: left; 
	width: 700px; 
	border: 1px solid #9C9C9C; 
	margin: 7px auto 7px auto; 
	padding: 20px; 
	background-color: rgba(245, 244, 239, 1);
}

input[type="text"], input[type="password"] {
	color: #333333;
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 20px !important;
	padding-left: 5px;
	height: 20px;
}

input[type="text"]:focus, input[type="password"]:focus {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	height: 20px;
}


div#divtitle {
	position: relative;
	height: 140px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	background: #D5D5D5;
	/*border-bottom: 2px solid #858585;*/
	background: url(../images/icnHeader.png)
}

#centerColumn {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 1240px;
	Overflow-x: hidden;
	Overflow-y: hidden;
}

/* IE6 */
div#divgbadd {
	/*height: 290px;*/
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid #4C6AAD;
}
/* IE7 - Firefox */
div#divgbadd[id] {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid #4C6AAD;
	height: 315px;
}
/* IE7 - Firefox */
div#diventryadd[id] {
	height: 720px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid #4C6AAD;
	overflow: hidden;
}

.button_disabled {	
	background: #fafafa;
	background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -o-linear-gradient(top, #ffffff, #eeeeee);
	background: linear-gradient(to bottom, #ffffff, #eeeeee);
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
	color: #BBBBBB;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana;
	font-size: 13px;
	font-weight: 500;
	height: 30px;
	line-height: 28px;
	outline: none;
	padding: 0 13px;
	text-shadow: 0 1px 0 white;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	margin: 5px;	
}

.button {
	background: #fafafa;
	background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -o-linear-gradient(top, #ffffff, #eeeeee);
	background: linear-gradient(to bottom, #ffffff, #eeeeee);
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
	color: #555555;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana;
	font-size: 13px;
	font-weight: 500;
	height: 30px;
	line-height: 28px;
	outline: none;
	padding: 0 13px;
	text-shadow: 0 1px 0 white;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	margin: 5px;
}

.button:hover {
	background: #E4E4E4;
}
.center {
	margin: auto;
	display: block;
}

img {
	border: 0;
}

.slideleft {
	-webkit-transform: translate(-150%,0);
	-webkit-transition-duration: 1.5s
}

.slideright {
	-webkit-transform: translate(150%,0);
	-webkit-transition-duration: 1.5s
}

a:hover span.arrow {
	background-image: url(../images/whitearrow.png) !important
}

#topbar {
	position: relative;
	left: 0;
	top: 0;
	height: 44px;
	width: auto;
	background: url(../images/header.png) repeat;
	margin-bottom: 13px;
}

#title {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	padding: 0 10px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	color: #858585;
	font-size: 16pt;
}

#title2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 44px;
	font-weight: bold;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}

#title3 {
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	height: 44px;
	width: auto;
	font-weight: bold;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
}

#content {
	width: 1060px;
	position: absolute;
	min-height: 250px;
	margin-top: 10px;
	height: auto;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform-style: preserve-3d;
	z-index: 0;
	overflow: hidden;
	top: 82px;
	
}

#footer {
	text-align: center;
	position: relative;
	margin: 20px 10px 0;
	height: auto;
	width: auto;
	bottom: 10px
}

#footer a {
	text-decoration: none;
	font-size: 9pt;
	color: #4C4C4C;
	text-shadow: #FFF 0 1px 0
}

.pageitem, .form {
	-webkit-border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
	background-color: #fff;
	border: #878787 solid 1px;
	font-size: 12pt;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 3px 9px 17px;
	list-style: none
}

.textbox {
	padding: 5px 9px;
	overflow: hidden;
	border-top: 1px solid #878787
}
.textbox p {
	margin-top: 2px;
	color: #000;
	margin-bottom: 2px;
	text-align: justify
}
.textbox img {
	max-width: 100%
}
.textbox ul {
	margin: 3px 0 3px 0;
	list-style: circle !important
}
.textbox li {
	margin: 0 !important
}
.pageitem li:first-child {
	border-top: 0
}

ul.pageitem li:first-child:hover {
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px
}
ul.pageitem li:last-child:hover {
	-webkit-border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px
}
li.menu:hover {
	background: url(../images/menutouched.png) repeat-x #369
}
li.menu a:hover span.name, li.menu a:hover span.comment, li.store:hover .starcomment, li.store:hover .name, li.store:hover .comment, body.list li.withimage a:hover .comment {
	color: #fff
}
li.menu a:hover span.comment {
	color: #CCF
}
li.menu a {
	display: block;
	height: 40px;
	width: auto;
	text-decoration: none;
}

li.menu, ul.form li {
	position: relative;
	list-style-type: none;
	display: block;
	overflow: hidden;
	border-top: 1px solid #878787;
	width: auto;
}

li.menu a img {
	width: auto;
	height: 32px;
	margin: 5px 0 0 5px;
	float: left
}

li.menu span.name {
	color: #465670;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px 0 5px 15px;
	width: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 75%;
	white-space: nowrap;
	float: left;
}

li.menu span.comment {
	margin: 11px 30px 0 0;
	width: auto;
	color: #000;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 75%;
	white-space: nowrap;
	float: right;
	color: #324f85
}
li.menu span.arrow, li.store span.arrow, body.musiclist span.arrow, body.list span.arrow {
	position: absolute;
	width: 8px !important;
	height: 13px !important;
	right: 10px;
	top: 15px;
	margin: 0 !important;
	background: url(../images/arrow.png) no-repeat;
}
li.store {
	height: 90px;
	border-top: #878787 solid 1px;
	overflow: hidden;
	position: relative
}
li.store a {
	width: 100%;
	height: 90px;
	display: block;
	background: url(../images/storebg.png) left top no-repeat;
	text-decoration: none;
	position: absolute
}
li.store:hover {
	background: url(../images/storetouched.png) repeat-x
}
li.store .image {
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	display: block
}
li:first-child.store .image, li.store:first-child a {
	-webkit-border-top-left-radius: 8px 8px
}
li:last-child.store .image, li.store:last-child a {
	-webkit-border-bottom-left-radius: 8px 8px
}
li.store .name {
	font-size: 15px;
	white-space: nowrap;
	margin: 5px 0 0 95px;
	display: block;
	overflow: hidden;
	color: #000;
	max-width: 60%;
	text-overflow: ellipsis;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis
}
li.store .comment, body.list li.withimage .comment {
	font-size: 12px;
	color: #7f7f7f;
	margin: 16px 0 0 95px;
	display: block;
	width: 60%;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
li.store .arrow, body.list li.withimage .arrow {
	top: 39px !important
}
li.store .stars {
	margin: 6px 0 0 95px
}
li.store .starcomment {
	position: absolute;
	left: 165px;
	top: 56px;
	font-size: 12px;
	color: #7f7f7f;
	font-weight: lighter
}
.graytitle {
	position: relative;
	font-weight: bold;
	font-size: 17px;
	right: 20px;
	left: 9px;
	color: #4C4C4C;
	text-shadow: #FFF 0 1px 0;
	padding: 1px 0 3px 8px
}
.header {
	display: block;
	font-weight: bold;
	color: rgb(73,102,145);
	font-size: 12pt;
	margin-bottom: 6px;
	line-height: 14pt
}
body.musiclist div#content {
	width: auto;
	margin: -29px auto auto -40px
}
body.musiclist div#content ul {
	background: url(../images/musiclistbg.png) repeat
}
body.musiclist div#content ul li {
	list-style: none;
	height: 44px;
	width: auto;
	border-bottom: 1px solid #e6e6e6;
	position: relative
}
body.musiclist div#content ul li a {
	text-decoration: none;
	color: #000;
	width: 100% !important;
	height: 100%;
	display: block
}
body.musiclist ul li .number, body.musiclist .name, body.musiclist .time {
	display: inline-block;
	height: 44px;
	font-weight: bold;
	font-size: large;
	width: 44px;
	text-align: center;
	line-height: 46px
}
body.musiclist ul li .name {
	margin-left: 0;
	width: auto !important;
	font-size: medium;
	padding-left: 5px;
	border-left: solid 1px #e6e6e6
}
body.musiclist ul li .time {
	color: #848484;
	font-size: medium;
	margin-left: 4px;
	width: auto !important;
	font-weight: normal
}
body.musiclist {
	background-image: none !important;
	background-color: #cbcccf
}
body.musiclist ul li span.name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 62%
}
body.list ul li.title {
	background: url(../images/listheader.gif) repeat-x;
	height: 22px !important;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: gray 0 1px 0;
	line-height: 22px;
	padding-left: 20px;
	border-bottom: none !important
}
body.list ul {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0
}
body.list div#content li {
	height: 40px;
	border-bottom: 1px solid #e1e1e1;
	list-style: none
}
body.list {
	background-color: #fff;
	background-image: none !important
}
body.list div#footer {
	margin-top: 24px !important;
	border: solid 1px gray
}
body.list div#footer a:hover {
	text-decoration: underline
}
body.list div#content li a {
	padding: 9px 0 0 20px;
	font-size: large;
	font-weight: bold;
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	height: 32px
}
body.list div#content li a span.name {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 93%;
	white-space: nowrap;
	display: block
}
body.list div#content li a:hover {
	color: #fff
}
body.list div#content li a:hover {
	background: url(../images/menutouched.png) repeat-x
}
body.list div#content {
	margin-top: -13px !important
}
body.list ul img {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0
}
body.list li.withimage {
	height: 90px !important
}
body.list li.withimage span.name {
	margin: 13px 0 0 90px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 63% !important;
	white-space: nowrap
}
body.list li.withimage .comment {
	margin: 10px auto auto 90px !important;
	max-width: 63% !important
}
body.list li.withimage a, body.list li.withimage:hover a {
	height: 81px !important;
	background: url(../images/storebg.png) left top no-repeat !important
}
body.list li.withimage:hover {
	background-image: url(../images/storetouched.png)
}
.confirm_screen {
	position: absolute;
	bottom: 0;
	-webkit-transform: translate(0,100%);
	-webkit-transition-property: -webkit-transform;
	background-image: url(../images/popup-bg.png);
	opacity: 0
}
.confirm_screenopen {
	position: absolute;
	opacity: 0.8;
	overflow: hidden;
	bottom: -100%;
	width: 100%;
	background: url(../images/popup-bg.png) repeat-x #4e545f;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate(0,0);
	text-align: center;
	z-index: 99999
}
.confirm_screenclose {
	-webkit-transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transform-style: preserve-3d;
	position: absolute;
	opacity: 0.8;
	overflow: hidden;
	bottom: -100%;
	width: 100%;
	background: url(../images/popup-bg.png) repeat-x #545A67;
	text-align: center;
	-webkit-transform: translate(0,100%)
}
.confirm_screenopen span, .confirm_screenclose span {
	margin: 10px 0 20px;
	font-size: 17px;
	color: #fff;
	width: 100%;
	height: 10px;
	text-shadow: rgba(0,0,0,1) 0 -1px 0;
	display: block
}
.popup {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 9999
}
.cover {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 9998;
	opacity: 0.4;
	left: 0;
	background-color: #000
}
.nocover {
	opacity: 0;
	background-image: url('../images/bluebutton.png'), url('../images/darkredbutton.png')
}
#frame a {
	text-decoration: none;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -15px;
	margin-top: 0
}
#frame span.black, #frame span.red, #frame span.gray {
	display: block;
	height: 46px;
	border-width: 0 14px;
	width: auto;
	background-repeat: no-repeat;
	line-height: 46px;
	font-size: large;
	opacity: 1;
	font-weight: bolder;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif
}
#frame span.black {
	-webkit-border-image: url(../images/graybutton.png) 0 14 0 14;
	color: #fff
}
#frame span.red {
	-webkit-border-image: url(../images/redbutton.png) 0 14 0 14;
	color: #fff
}
#frame span.gray {
	-webkit-border-image: url(../images/whitebutton.png) 0 14 0 14;
	color: #000;
	text-shadow: white 0 1px 0
}
#frame a:last-child {
	margin-bottom: 20px !important
}
#frame a:hover span.black, #frame a:hover span.gray {
	-webkit-border-image: url(../images/bluebutton.png) 0 14 0 14;
	color: #fff;
	text-shadow: rgba(0,0,0,1) 0 -1px 0
}
#frame a:hover span.red {
	-webkit-border-image: url(../images/darkredbutton.png) 0 14 0 14
}

#leftnav, #leftbutton {
	position: absolute;
	font-size: 12px;
	left: 10px;
	top: 4px;
	font-weight: bold;
}
#leftnav, #leftbutton, #rightnav, #rightbutton {
	z-index: 5000;
}
#leftnav a, #rightnav a, #leftbutton a, #rightbutton a {
	display: block;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
}
#leftnav img, #rightnav img {
	/*margin-top: 4px;*/
}
#leftnav a:first-child {
	z-index: 2;
	-webkit-border-image: url(../images/navleft.png) 0 6 0 13;
	border-width: 0 6px 0 13px;
}
#leftnav a {
	-webkit-border-image: url(../images/navlinkleft.png) 0 5 0 13;
	z-index: 3;
	margin-left: -4px;
	border-width: 0 5px 0 13px;
	padding-right: 4px;
	float: left;
}
#rightnav, #rightbutton {
	position: absolute;
	font-size: 12px;
	right: 9px;
	top: 7px;
	font-weight: bold;
}
#rightnav a {
	/*-webkit-border-image: url(../images/navlinkright.png) 0 13 0 5;*/
	z-index: 3;
	margin-right: -4px;
	border-width: 0 13px 0 5px;
	padding-left: 4px;
	float: right;
}
#rightnav a:first-child {
	z-index: 2;
	/*-webkit-border-image: url(../images/navright.png) 0 13 0 6;*/
	border-width: 0 13px 0 6px;
}
#leftbutton a, #rightbutton a {
	-webkit-border-image: url(../images/navbutton.png) 0 5 0 5;
	border-width: 0 5px
}
.rssxpresschannel {
	font-family: helvetica, sans-serif;
	border: none
}
.rssxpresschtitle {
	text-align: center
}
.rssxpresschdesc {
	color: #000;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 5px
}
.rssxpressittitle {
	display: block;
	font-size: 12pt;
	background: #fff;
	margin: 5px 0 2px
}
.rssxpressittitle a {
	text-decoration: none !important;
	font-weight: bold;
	color: rgb(73,102,145);
	line-height: 10pt
}
.rssxpressitdesc {
	background: #fff;
	font-size: 12pt
}
.rssxpressdivider {
	display: none
}

.nav {
	height: 50px;
	padding: 6px;
	border: 1px solid #465670;
}

/******* top navigation *******/
div#nav {
	top: 100px;
	background: url(../images/topnav_bg_grey.gif) repeat;
}
#nav ul {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	white-space: nowrap;
	font-size: 8pt;
	color: White;
	float: left;
	width: 100%;
	background: url(../images/topnav_bg_grey.gif);
	list-style: none;
}
#nav ul li {
	display: inline;
	list-style: none;
}
#nav ul li a {
	margin: 0 0 0 0;
	padding: .25em 2em .3em 1em;
	background: White url(../images/topnav_bg_grey.gif);
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #cccccc;
}
#nav ul li a:hover {
	background: url(../images/topnav_bg.gif);
	color: White;
	text-decoration: none;
	border-right: 1px solid #cccccc;
}

#tablewrapper {
	width: 100%;
	margin: 0 auto;
}
#tableheader {
	height: 38px;
}
.search {
	float: left;
	padding: 6px;
	border: 1px solid #c6d5e1;
	border-right: 0px;
	border-bottom: 0px;
	/*background: #fff;*/
}
#tableheader select {
	float: left;
	font-size: 12px;
	width: 125px;
	padding: 2px 4px 4px;
}
#tableheader input {
	float: left;
	font-size: 12px;
	width: 225px;
	padding: 2px 4px 4px;
	margin-left: 4px;
}
.details {
	float: right;
	padding-top: 12px;
}
.details div {
	float: left;
	margin-left: 15px;
	font-size: 12px;
}

.tinytable {
	width: 100%;
	border-left: 1px solid #c6d5e1;
	border-top: 1px solid #c6d5e1;
	border-bottom: none;
}
.tinytable th {
	background: url(../images/header-bg.gif);
	text-align: left;
	color: #cfdce7;
	border: 1px solid #cfdce7;
	border-right: none;
	border-top: none;
}
.tinytable th h3 {
    font-size: 11px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-top: 0px;
}
.tinytable td {
	padding: 5px;
	border-bottom: 1px solid #c6d5e1;
	border-right: 1px solid #c6d5e1;
	font-size: 11px;
}
.tinytable .head h3 {
	background: url(../images/sort.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 17px;
}
.tinytable .desc, .sortable .asc {
/*	background: url(../images/header-selected-bg.gif);*/
}
.tinytable .desc h3 {
	background: url(../images/desc.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 17px;
}
.tinytable .asc h3 {
	background: url(../images/asc.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 17px;
}
.tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {
	color: white;
}
.tinytable .evenrow td {
	background: white;
}
.tinytable .oddrow td {
	background: #ecf2f6;
}
.tinytable td.evenselected {
	background: #ecf2f6;
}
.tinytable td.oddselected {
	background: #dce6ee;
}
.tinytable tfoot {
	background: #fff;
	font-weight: bold;
}
.tinytable tfoot td {
	padding: 6px 8px 6px;
} 
#tablefooter {
	height: auto;
	margin-top: 20px;
}
#tablenav {
	float: left;
}
#tablenav img {
	cursor: pointer;
}
#tablenav div {
	float: left;
	margin-right: 15px;
}
#tablelocation {
	float: right;
	font-size: 12px;
}
#tablelocation select {
	margin-right: 3px;
}
#tablelocation div {
	float: left;
	margin-left: 15px;
}
.page {
	margin-top: 2px;
	font-style: italic;
}
#selectedrow td {
	background: #c6d5e1;
}

#container .ft {
	position: relative;
	height: 130px;
	width: 100%;
	margin: 0 auto;
	background: url(images/css/container-ft.png) repeat-y center top;
}

#footer {
	border: 1px solid #002232;
	color: #404040;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 40px;
	letter-spacing: normal;
	line-height: 20px;
	margin: 0 auto;
	position: relative;
	top: -22px;
	width: 1238px;
	background: #D5D5D5;
}

#footer .contentLeft {
	position: relative;
	text-align: left;
	margin-top: 11px;
	float: left;
	margin-left: 12px;
	color: #626262;
}

#footer .contentCenter {
	position: absolute;
	text-align: right;
	margin-top: 11px;
	float: right;
	margin-right: 12px;
	color: #626262;
}

#footer .contentRight {
	position: relative;
	text-align: right;
	margin-top: 11px;
	float: right;
	margin-right: 12px;
	color: #626262;
}

#footer p a:link, #footer p a:visited {
	color: #008404;
	text-decoration: none;
}

#footer p a:hover {
	color: #00EE00;
}

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

/* Tooltip */
#tt {
	position: absolute;
	display: block;
	background: url(../images/tt_left.gif) no-repeat top left;
}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tt_top.gif) no-repeat top right;
	overflow: hidden;
}
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #666;
	color: #FFFFFF;
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tt_bottom.gif) no-repeat top right;
	overflow: hidden;
}
