

.divInnerBox {
    padding:1px;
    background-color: #e8e8e8;
    overflow: hidden;
 }

.bRound, .bRoundOut {
    display: block;
    height: 1px;
    overflow: hidden;
    font-size:1px;
    background-color: #e8e8e8;
}

.bRoundOut {
    margin: 0 3px;
}

.bRound {
    margin: 0 1px;
}
#divRoundedBox {
    margin:1em;
}



.divMenu input {
	margin: 5px;
	border: solid 1px silver;
	background-color: #D1D1D1;
}
	.divMenu .active {
		background-color: #F1F1F1;
	}
	

.imgStar {
    background-image: url(/site/images/star.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.imgStarOn {
    background-image: url(/site/images/star.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px -30px;
}



.imgStarVoted {
    background-image: url(/site/images/star.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px -60px;
}

.currentParam {
	font-weight: bold;
}

.tableReadOnly input {
	border: solid 1px silver;
	width: 300px;
}

.hidden-post {
	position: absolute;
	width: 1px;
	left: -4000px;
}

.divMessage {
	font-size: 12px;
	color: #A00;
}

.pages {
	text-align: right;
}
	.pages * {
		text-decoration: none;
		font-weight: bolder;
		padding: 3px;
		color: #444;
	}
	.pages span {
		color: #BBB !important;
		
	}
	 
	.pages a:hover {
		text-decoration: underline;
	}
		

.selectUpdating {
	background-color: #DD7777;
}

.tableList thead tr, .tableListSmall thead tr {
	background-color: #FFFFCB;
}

.tableListSmall {
	width: 200px;
}

.tableList {
	width: 100%;
}
	.tableList select {
		width: 100%;
	}
	
	.tableList thead td, .tableListSmall thead td {
		font-size: larger;
		font-weight: bold;
		text-align: center;
		padding: 0px 3px;
	}

.odd {
	background-color: white;	
}

.even {
	background-color: #EEE;
}

.selected {
	background-color: #ccffcc;
}

.tableScore thead td {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.tableScore select {
	border: solid 1px silver;
}

.tableScore tbody td {
	border-top: solid 1px silver;
}

.tableScore td {
	padding: 3px;
}

.tdName {
	background-color: #E2E7FB;
	cursor: pointer;
    cursor: hand;
}
