
/*He mikkel, here is the css file i'm using on my site and triba's. Based on using php and tables.

every row in the gigslist is actually a separate table, because of the textarea which is needed under each row.

*/
a.gigLink:link {font-size : 15px; color : #CC3300;text-decoration: underline;}
a.gigLink:visited {font-size : 15px; color : white;text-decoration: underline;}
a.gigLink :hover {
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color : #CC3300;
	font-style : normal;
	line-height : 17px;
	font-weight : normal;
	text-decoration : none;
}
/*-----------------miGigs---------------------*/


.gigsWrapper {margin-left:135px}

/*---page-title---*/
.gigsIntro {padding:50px 0px 20px 0px;font-size: 140%;text-align:center;width: 500px; color:#CC3300;}

/*---columns-td for the gigs-table---*/
.manageTd {padding: 5px 2px 5px 2px;background-color:#E0E0E0;border-right: 2px solid #990000}

/*
.manageLabel {font-size: 90%;text-align:center}

.underline {padding: 5px 2px 5px 2px;border-bottom: 10px solid #990000;background-color:#E0E0E0;border-right: 2px solid #990000}
*/

/*---columns-td for the gigs-table---*/
.dateTd_underline_col {width:75px;padding: 5px 0px 5px 4px;background-color:#ECBFAC;border-right: 2px solid #990000;border-bottom: 2px solid #990000;color:#FFF;font-weight: bold;text-align:center}
.timeTd_underline_col {width:40px;padding: 5px 2px 5px 2px;background-color:#ECBFAC;border-right: 2px solid #990000;border-bottom: 2px solid #990000;color:#FFF;font-weight: bold;text-align:center}
.standardTd_underline_col {width:120px;padding: 5px 0px 5px 4px;background-color:#ECBFAC;border-right: 2px solid #990000;border-bottom: 2px solid #990000;color:#FFF;font-weight: bold;text-align:center}
.cityTd_underline_col {width:80px;padding: 5px 0px 5px 4px;background-color:#ECBFAC;border-right: 2px solid #990000;border-bottom: 2px solid #990000;color:#FFF;font-weight: bold;text-align:center}

/*---empty tds in gigs-table----*/
.dateTd {font-size:14px;width:75px}
.timeTd {font-size:14px;width:40px}
.standardTd {font-size:14px;width:120px}
.cityTd {font-size:14px;width:80px}

/*---main-td for the gigs-table---*/
.dateTd_underline {font-size:14px;width:75px;padding: 5px 0px 5px 4px;border-bottom: 2px solid #990000;background-color:#660000;border-right: 2px solid #990000}
.timeTd_underline {font-size:14px;width:40px;padding: 5px 0px 5px 4px;border-bottom: 2px solid #990000;background-color:#660000;border-right: 2px solid #990000}
.standardTd_underline {font-size:14px;width:120px;padding: 5px 0px 5px 4px;border-bottom: 2px solid #990000;background-color:#660000;border-right: 2px solid #990000}
.cityTd_underline {font-size:14px;width:80px;padding: 5px 0px 5px 4px;border-bottom: 2px solid #990000;background-color:#660000;border-right: 2px solid #990000}

/*---gigs-info text label---*/
.gigInfo_label {font-size: 90%;color: #CC3300;text-align:center;padding:0px 0px 5px 0px}

/*---gigs-info text area---*/
.gigsInfo {width:569px;min-height:40px; background-color:#660000;border-bottom: 20px solid #990000;padding:2px 10px 5px 10px}


