### Set default Styles


### standard styles ###
.tx-chguestlist-pi1 a { text-decoration:none } 

.tx-chguestlist-pi1 table { 
    border: 1px solid #85C6E9; 
    width: 90%; 
	margin-left: 30px;
}
	
.tx-chguestlist-pi1 th { 
    background-color: #00ADEF; 
    color: #00ADEF; 
    font-weight: normal; 
    padding: 3px 3px; 
    font-size: 8pt;
}
	
.tx-chguestlist-pi1 td { 
    padding: 3px 5px; 
    border-bottom: 1px solid #85C6E9; 
    font-size: 8pt;
}

.tx-chguestlist-pi1 .link { 
    padding: 5px 5px 5px 10px; 
    font-size: 9pt;
	color:#0E6CA9;
}

.tx-chguestlist-pi1 .message {
    padding: 6px 5px; 
    font-size: 8pt;
}

/* table listview and singleview */
.tx-chguestlist-pi1 table.list td { border-style: none; background-color: #85C6E9;}
.tx-chguestlist-pi1 table.list .tabfoot { padding: 3px 5px; background-color: #00ADEF;}
.tx-chguestlist-pi1 table.list th { border-style: none; color: #ffffff; text-align:left;}
.tx-chguestlist-pi1 table.single th { border-style: none; padding: 6px 3px; color: #ffffff;}
.tx-chguestlist-pi1 table.single .border th { border-bottom: 1px solid #85C6E9;}
.tx-chguestlist-pi1 table.single td { border-style: none; padding: 6px 3px; background-color: #85C6E9;}
.tx-chguestlist-pi1 table.single .border td { border-bottom: 1px solid #85C6E9;}

/* links */
.tx-chguestlist-pi1 table.list a:link,
.tx-chguestlist-pi1 table.list a:visited { color: #000000; text-decoration:none;}
.tx-chguestlist-pi1 table.list a:hover,
.tx-chguestlist-pi1 table.list a:active { color: #000000; text-decoration:underline;}

.tx-chguestlist-pi1 table.list th a:link, 
.tx-chguestlist-pi1 table.list th a:visited { color: #000000; text-decoration:none;}
.tx-chguestlist-pi1 table.list th a:hover,
.tx-chguestlist-pi1 table.list th a:active { color: #000000; text-decoration:underline;}

.tx-chguestlist-pi1 table.list .tabfoot a:link,
.tx-chguestlist-pi1 table.list .tabfoot a:visited  { color: #000000; text-decoration:none;}
.tx-chguestlist-pi1 table.list .tabfoot a:hover,
.tx-chguestlist-pi1 table.list .tabfoot a:active { color: #000000; text-decoration:underline;}

.tx-chguestlist-pi1 a:link,
.tx-chguestlist-pi1 a:visited  { color: #000000; text-decoration:none;}
.tx-chguestlist-pi1 a:hover,
.tx-chguestlist-pi1 a:active { color: #000000; text-decoration:underline;}  

