/* CSS Document */

#compsWrapperTileVert {
	background-color: #380e7a;
	width:1000px;
}

#widthWrapper { width: 710px;}

#withPanel #widthWrapper { width: 716px;}

#compsWrapper { background: transparent url(../images/backgrounds/competitionsBG.jpg) no-repeat 0 0; }
#withPanel #compsWrapper { background: transparent url(../images/backgrounds/competitionsBGWithPanel.jpg) no-repeat 0 0; }

div.breadcrumb { background-color:#73258c; }
div.breadcrumbTop { background: transparent url(../images/competitions/breadcrumbTop.gif) no-repeat; }
div.breadcrumbBot { background: transparent url(../images/competitions/breadcrumbBot.gif) no-repeat; }

.minHeightContent {
   	min-height:427px;
  	height:auto !important;
  	height:427px;
}
div#viewGalleriesWrapper {
	width:238px;
	height:33px;
	position:absolute;
	top:366px;
	left:518px;
	z-index:0;
}
a img { border:none; }
div#compMoreDetailsWrapper { width:430px; font-weight:bold; margin-bottom:20px; }
div#compBanner { margin-bottom:20px; text-align: center; }

/*------------------- COMPETITION REPEATING BLOCK --------------------*/

.compWrapper { padding-bottom:14px; }
.prizeWrapper {
	width:100px;
	float:left;
}
.prizeWrapper .imageFrame {
	width:92px;
	height:69px;
	padding:3px;
	margin-bottom:10px;
	background: url(../images/competitions/frame.gif) no-repeat;
}
.compDetails { width:326px; float:right; }
.compDetails table { margin-bottom: 14px; }
.compDetails h3 { margin-bottom: 0.6em; }
.compDetails h2 {
	font-size:0.75em;
	color:#4f3926;
}
.compDetails p.countDown {
	font-size:0.65em;
	font-weight:bold;
}
.compDetails h4 {
    font-size:1em;
    margin-top:0.5em;
}
.compDetails p.countDown span { font-weight:normal; }
.ansPic {
	width:57px;
	height:34px;
	padding:2px;
	background: url(../images/competitions/ansPicFrame.gif) no-repeat;
}
.enterCompWrapper {
	text-align:right;
	padding: 6px 10px 0 0;
}
/*------------------- COMPETITION GALLERY --------------------*/
#pickOfPics {
	width:234px;
	float:right;
}
#compListWrapper {
	width:460px;
	padding: 10px;
}
#compListWrapper ul { list-style-position:inside; }
#compListWrapper li { margin-bottom:1em; }
#compListWrapper li a { font-size:1em; color:#73258C; }
#compListWrapper li a:hover { text-decoration:underline; }

/*------------------- COMPETITIONS LIST --------------------*/
#compListWrapper .compListRepeater {
	width:8.5em;
	height:8.5em;
	text-align: center;
	overflow:hidden;
	margin:0 10px 10px 0;
	float: left;
	background: transparent url(../images/birthdays/galleryFrame.gif) no-repeat center top;
}
#compListWrapper .compListRepeater img {
	margin:4px 0 10px 0;
}
#compListWrapper .compListRepeater ul {
	list-style-type:none;
	font-size:0.75em;
}
#compListWrapper .compListRepeater li {
	margin:0;
}

/*------------------- TABS --------------------*/
li#tabRecent a {
	width:130px;
	margin:0 5px 0 10px;
	background: url(../images/competitions/most_recent_off.gif) no-repeat;
}
li#tab12Months a {
	width:135px;
	margin:0 5px 0 0;
	background: url(../images/competitions/12months_off.gif) no-repeat;
}
li#tabEveryone a {
	width:90px;
	margin:0 5px 0 10px;
	background: url(../images/artGallery/everyone_off.gif) no-repeat;
}
li#tabAtoZ a {
	width:130px;
	margin:0 5px 0 0;
	background: url(../images/artGallery/aToZ_off.gif) no-repeat;
}

li#tabRecent a.tabOn {background: url(../images/competitions/most_recent_on.gif) no-repeat; }
li#tab12Months a.tabOn {background: url(../images/competitions/12months_on.gif) no-repeat; }
li#tabEveryone a.tabOn {background: url(../images/artGallery/everyone_on.gif) no-repeat; }
li#tabAtoZ a.tabOn {background: url(../images/artGallery/aToZ_on.gif) no-repeat; }

#postcardFront {
	width:262px;
	height:173px;
	background: transparent url(../images/competitions/postcard_front.gif) no-repeat;
	margin:0 0 18px 18px;
}

div#mpu.competitionMPU {
   top:422px;
}

div#lightBoard {
    width:332px;
    height:300px;
    position:absolute;
    left: 492px;
	top: 67px;
	z-index:0;
}

a.enterByPost img {
    border:0;
    margin-top:10px;
}

/*------------------- GALLERY FILTERS --------------------*/
#galleryFilters {
	margin-bottom:10px;
}
#galleryFilters ul {
	list-style-type:none;
	font-size:0.8em;
}
#galleryFilters li {
	float:left;
}
#galleryFilters span,
#galleryFilters a {
	display:block;
	padding:2px 5px;
	margin:0 3px 3px 0;
	background-color:#73258C;
	color:#eafc23;
	font-weight:bold;
}
#galleryFilters a:hover {
	background-color:#d193dc;
}
#galleryFilters span {
	color:#000; 
	background-color:#d2d2d2;
	font-weight: normal;
}
#galleryFilters p {
	clear:both;
	margin:0 0 3px 0;
}