
/* ### -- -- -- -- -- Competition / Gewinnspiel Styles -- -- -- -- -- ### */

/* 

File: competition.css 
Copyright 2008 by INSIDE das Hörspiel. 

*/

/* ### -- -- -- -- -- general -- -- -- -- -- ### */

.gwspCopyHint {

}

/* ### -- -- -- -- -- Index / Competition list -- -- -- -- -- ### */

/* Icons */
.tableList th.gwspColumnIcon { 
	white-space: nowrap;
	width:1%;
}
.tableList td.gwspColumnIcon { 
	white-space: nowrap;
	width:1%;
}

/* date & time */
.tableList th.gwspColumnDatum {
	text-align: center;
	white-space: nowrap; 
	min-width: 150px;
}
.tableList td.gwspColumnDatum {
	white-space: nowrap; 
	min-width: 150px;
	text-align: center;
}

/* competition description */
.tableList th.gwspColumnMarkContent { 
	text-align: center;
}
.tableList td.gwspColumnMarkContent { 
	text-align: left;
	padding-left: 5px;
}


.gwspContainerIcon {
	padding-top:5px;
	display: block;
	float:left;
	margin-left:8px;
	text-align:center;
	width:30px;
}

.gwspContainerHead {
	padding: 2px 5px;
	text-align:center;
}

.gwspContainerQuestion {
	padding: 2px 5px;
	text-align:left;
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */
