body
{
	font-size: 12px;
	background: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div
{
}
a
{
	color: #0194d7;
	text-decoration: none;
}
a img
{
	border:0px;
}
a:visited
{
	color: #0194d7;
}
a:hover
{
	color: #cc0000;
}
p
{
	padding: 0px;
	margin: 0px;
}
table
{
	width: 98%;
}
tr
{
}
td
{
}



.th
{
	background: #000;
	color: White;
}
.th td
{
	color: White;
	padding: 4px;
	font-weight: bold;
	border: 1px #eee solid;
	text-align: center;
}

/*ÐÐ*/
.th
{
	background: #000;
	color: White;
}
.th td
{
	color: White;
	padding: 4px;
	font-weight: bold;
	border: 1px #eee solid;
	text-align: center;
}
/*ÐÐ*/
.tr1
{
	background: #fff;
}
.tr1:hover
{
	background: #eeefe1;
}
.tr1 td
{
	padding: 3px;
	border: 1px solid #ccc;
}
/*¼ä¸ôÐÐ*/
.tr2
{
	background: #eee;
}
.tr2:hover
{
	background: #eeefe1;
}
.tr2 td
{
	padding: 3px;
	border: 1px solid #ccc;
}

.clear
{
	clear: both;
	height: 2px;
}

#wrapper
{
	width: 100%;
}
#innerWrapper
{
	width:950px;
	border:1px solid #ccc;
}
#header
{
	text-align: left;
	height: 61px;
	background-image: url(images/top_back_line.jpg);
}
#header .title
{
	display: none;
}
#header .menu
{
	padding-top: 20px;
	padding-right: 10px;
	float: right;
}
#header .menu img
{
	border: 0px;
	padding-right: 4px;
}
#header .menu ul
{
	padding: 0px;
	margin: 0px;
}
#header .menu ul li
{
	padding: 4px;
	margin: 0px;
	float: left;
	padding-right: 10px;
	list-style-type:none;
}
.logo
{
	float: left;
	width: 140px;
	height: 42px;
	background-image: url(images/dpalogo.jpg);
	margin-top: 19px;
	margin-left: 20px;
}
#logo
{
	display: none;
}
#innerHeader
{
}
#headerBar
{
	height: 40px;
	background: #fff;
	padding: 2px;
	text-align: left;
}
#headerBar .barInput
{
	width: 120px;
	border: #ccc solid 1px;
	height: 20px;
}
#searchBar
{
	float: right;
	padding-top: 4px;
	padding-right: 20px;
}
#searchBar span
{
	height: 28px;
	background: #eee;
	border: #ccc 1px solid;
	margin: 1px;
}
#searchBar .barInput
{
	border: 0px;
	width: 200px;
	background: #eee;
}


#loginBar
{
	float: left;
	padding-left: 20px;
}

#mainContent
{
	padding: 10px;
}
#innerMainContent
{
	text-align: left;
}
#sidebar
{
	width: 210px;
	float: left;
	background: #ccc;
}
#innerSidebar
{
}
#content
{
	width: 660px;
	float: left;
	padding: 10px;
	margin: 4px;
}
#innerContent
{
	text-align: left;
}
#innerContent h4
{
	margin: 4px 0px 10px 0px;
	border-left: #ff9900 solid 3px;
	padding-left: 9px;
	border-bottom: 1px solid #eee;
}
#footer
{
	padding: 10px;
	background: #fff;
	clear: both;
	text-align: left;
}
#innerFooter
{
	text-align: left;
}

.panel h1
{
}
.buttonPanel
{
	padding: 10px;
	text-align: center;
}

.loading
{
	background: url(images/progress_circle.gif);
	padding-left: 17px;
	background-repeat: no-repeat;
}
.inputLong
{
	width: 400px;
}
.button
{
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
	text-align: center;
}
.sidebar
{
	float: left;
	text-align: left;
	padding: 5px;
}
.sidebar .panel
{
	padding: 0px;
	width: 200px;
	padding-bottom: 20px;
}
.sidebar .title
{
	width: 200px;
	height: 36px;
	background: #C6C4C4;
	background-repeat: no-repeat;
	text-align: center;
}
.sidebar .panel h3
{
	color: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
}

.panelContent
{
	background: #eee;
}
.panelContent ul
{
	margin: 0px;
	padding: 4px;
	clear: both;
}
.panelContent ul li
{
	list-style-type: none;
	padding: 2px 8px 2px 4px;
	float: left;
}
.imageButton
{
	cursor: pointer;
}


/* Rating */
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar
{
	background-image: url(Images/FilledStar.png);
}
.emptyRatingStar
{
	background-image: url(Images/EmptyStar.png);
}
.savedRatingStar
{
	background-image: url(Images/SavedStar.png);
}
