.basePageName {
    display: none;
}

.basePageType {
	display: none;
}

/* LAYOUT */

ul.baseTabs {
    border: 1px solid black;
    padding: 0.5em 0;
}

.baseTabs li {
    display: inline;
    padding: 0 1em;
}

.baseContent {
    padding: 1em;
    width: 75%;
}

.baseSidebar {
    float: right;
    border: 1px solid black;
    padding: 1em;
}

.baseLoginLink, .baseLogoutLink, .basePostIdeaLink {
    display:block;
}

/* IDEA DETAILS */

ul.baseIdeaList {
    padding: 0;
}

.baseIdeaComments {
    padding: 1em 0;
    border-spacing: 1em;
}

.baseIdeaComments td {
    vertical-align:top;
}

/* FORMS */

.baseFormRow {
    padding: 1.5em 0;
    display: block;
}

.baseFormRow label {
    font-weight: bold;
}

.commands {
    padding: 1.5em 0;
    display: block;
}

/* FEEDS */

.baseFeedIcon {
    background-image: url(/img/ideas/icons/rss.png);
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    color: #333;
}

/* VOTING */

.baseVoteButton a, .baseVoteButton a:hover, .baseVotedButton a, .baseVotedButton a:hover {
    text-decoration: none;
    color: #333;
}

.baseVoteContainer {
    padding: 0 12px;
    text-align: center;
    margin: 0 auto;
    width: 5.9em;
}

.baseVoteContainerLong {
    padding: 0 12px;
    text-align: center;
    margin: 0 auto;
    width: 9.5em;
}

.baseVoteStatusBlock {
    text-align: center;
    padding-bottom: 5px;
}

.baseVoteStatusBlock .baseVoteTotalLabel {
    font-size: 93%;
}

.baseVoteStatusBlock .baseVoteTotal {
	vertical-align: top;
	font-weight: bold;
	font-size: 108%;
}

.baseVoteButton a.baseVoteUp, .baseVoteButton a.baseVoteDown {
    border-top: 1px solid #c4c9da;
    border-right: 1px solid #878da4;
    border-bottom: 1px solid #878da4;
    border-left: 1px solid #c4c9da;
    display: block;
    margin: 0 0 2px 0;
    text-align: center;
    zoom: 1; /* IE 6 hack to enable 'hasLayout' so the entire box is clickable instead of just the text */
}

.baseVoteButton a.baseVoteUp {
    background: transparent url(image_promoteDiv) no-repeat scroll center top;
	padding-top: 28px;
	padding-bottom: 2px;
	padding-left: auto;
	padding-right: auto;
}

.baseVoteButton a.baseVoteUp:hover {
    background: transparent url(image_promoteDiv) no-repeat scroll center top;
    border-top: 1px solid #ffae00;
    border-right: 1px solid #c38500;
    border-bottom: 1px solid #c38500;
    border-left: 1px solid #ffae00;
}

.baseVoteButton a.baseVoteUp:active {
    background: transparent url(image_promoteDiv) no-repeat scroll center top;
    border: 1px solid #ffae00;
}

.baseVoteButton a.baseVoteDown {
    background: transparent url(image_demoteDiv) no-repeat scroll center center;
    padding: 2px 8px;
}

.baseVoteButton a.baseVoteDown:hover {
    background: transparent url(image_demoteDiv) no-repeat scroll center center;
    border-top: 1px solid #f55050;
    border-right: 1px solid #ac0000;
    border-bottom: 1px solid #ac0000;
    border-left: 1px solid #f55050;
}

.baseVoteButton a.baseVoteDown:active {
    background-color: #d4d7e1;
    background-image: none;
    border-top: 1px solid #f55050;
    border-right: 1px solid #ac0000;
    border-bottom: 1px solid #ac0000;
    border-left: 1px solid #f55050;
    color: #ac0000;
}

.baseInsideVote, .baseInsideVoted {
    display: block;
    text-align: center;
}

.baseInsideVoted {
    font-weight: bold;
}

.baseVoteButton .baseInsideVoted {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.baseVotedButton .baseInsideVote {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}

/* switching to baseVotedUpButton should disable the right button of baseVoteUp or baseVoteDown without changing the buttons' attributes */
.baseVotedUpButton .baseVoteUp, .baseVotedDownButton .baseVoteDown {
    border-top: 1px solid #c4c9da;
    border-right: 1px solid #878da4;
    border-bottom: 1px solid #878da4;
    border-left: 1px solid #c4c9da;
    display: block;
    margin: 0 0 2px 0;
    padding-top: 28px;
    padding-bottom: 2px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    font-weight: bold;
}

.baseVotedUpButton .baseVoteUp {
    background: transparent url( /img/vote/promotebg_on.png ) no-repeat scroll center top;
}

.baseVotedDownButton .baseVoteDown {
    background: transparent url( /img/vote/demotebg_on.png ) no-repeat scroll center top;
}

.baseVotedDownButton .baseVoteUp, .baseVotedUpButton .baseVoteDown {
	display: none;
}

.baseVoteStatusBlock .score {
	vertical-align: top;
	font-weight: bold;
	font-size: 140%;
}

.baseMergedIdeaVoteButton {
	border: 1px solid #c4c9da;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    font-weight: bold;
}

.baseVoteScoreFloater {
    position: relative;
    left: 0px;
    top: -40px;
    z-index: 4;
    font-weight: bold;
    color: #cc0000;
    line-height: 1em;
}

/* CHILD IDEAS */

.baseChildIdeas {
    border: 1px solid black;
    padding: 1em;
}

.baseChildIdeas th {
    background: lightgray;
}

/* PAGINATION */

.basePaginationLinks a, .basePaginationLinks span {
	border: 1px solid black;
	margin: 4px;
	padding: 4px;
}

.basePaginationLinks span.baseCurrentPage {
	color:#FFF;
	background-color:#000;	
}